Isira Seneviratne
|
7ff4b60cd1
|
Use WEEK_IN_MILLIS flag to format weeks.
|
2023-04-24 19:36:38 +05:30 |
|
Bnyro
|
dcdd1af176
|
Audio/background player for downloads
|
2023-04-10 15:54:09 +02:00 |
|
Isira Seneviratne
|
2ab3f5c0d8
|
Switch to AndroidX's PendingIntentCompat class.
|
2023-04-09 17:47:46 +05:30 |
|
Isira Seneviratne
|
38e7693e78
|
Use getSystemService() extension.
|
2023-04-02 09:15:01 +05:30 |
|
Isira Seneviratne
|
0b2bd1f7d9
|
Convert timestamp parsing method to an extension function.
|
2023-03-25 06:23:52 +05:30 |
|
Isira Seneviratne
|
21eae99eae
|
Use only the date in relative time formatting.
|
2023-03-20 08:53:08 +05:30 |
|
Bnyro
|
b78f98d813
|
Simplify playing queue logic (#3324)
* Simplify playing queue logic
|
2023-03-18 17:28:48 +01:00 |
|
Isira Seneviratne
|
65d07b54a4
|
Fix relative time formatting on Android versions below 7.0.
|
2023-03-03 20:34:03 +05:30 |
|
Isira Seneviratne
|
57477ff9fd
|
Format watch history item dates.
|
2023-03-01 19:56:13 +05:30 |
|
Isira Seneviratne
|
a8c8940026
|
Use toBitmap().
|
2023-03-01 05:02:51 +05:30 |
|
Bnyro
|
44e66d0d74
|
Don't insert videos having a blank title to queue
|
2023-02-27 18:38:36 +01:00 |
|
Bnyro
|
5fa4233561
|
Stats for nerds
|
2023-02-22 11:15:43 +01:00 |
|
Isira Seneviratne
|
17f76fde31
|
Use ChronoUnit in formatRelativeDate().
|
2023-02-21 07:05:59 +05:30 |
|
Bnyro
|
207e6cb6fc
|
Improved relative date time formatting
|
2023-02-20 10:16:58 +01:00 |
|
Isira Seneviratne
|
bce6648a0a
|
Use Patterns.EMAIL_ADDRESS regex.
|
2023-02-20 05:30:25 +05:30 |
|
Isira Seneviratne
|
10aa703aa5
|
Convert some extension functions to member functions.
|
2023-02-17 07:23:38 +05:30 |
|
Isira Seneviratne
|
27f338cf72
|
Remove uses of String.all().
|
2023-02-01 05:44:27 +05:30 |
|
Bnyro
|
b734c69ea8
|
Move helpers from .util to .ui.listeners and .helpers
|
2023-01-31 16:43:39 +01:00 |
|
Bnyro
|
f274dd205b
|
Fix the importing of playlists
|
2023-01-31 16:23:34 +01:00 |
|
Bnyro
|
7b23da5eca
|
Reload playlists after successfully cloning
|
2023-01-31 15:55:02 +01:00 |
|
Isira Seneviratne
|
96c41927fd
|
Use Handler.postDelayed() extension to put the lambdas outside parentheses.
|
2023-01-30 08:36:44 +05:30 |
|
Isira Seneviratne
|
f522f1e1de
|
Use Handler.postDelayed() extension with tokens.
|
2023-01-30 08:19:26 +05:30 |
|
Isira Seneviratne
|
fd319a0d49
|
Use HttpUrl in TextUtils.
|
2023-01-29 10:20:50 +05:30 |
|
Bnyro
|
bf7f855c7a
|
Merge pull request #2873 from Isira-Seneviratne/updateLayoutParams
Use View.updateLayoutParams() extensions.
|
2023-01-26 13:44:06 +01:00 |
|
Isira Seneviratne
|
738f943a13
|
Use View.updateLayoutParams() extensions.
|
2023-01-26 08:58:12 +05:30 |
|
Isira Seneviratne
|
b9c1b00ae5
|
Use parseAsHtml() extension.
|
2023-01-26 07:20:16 +05:30 |
|
Isira Seneviratne
|
0d5a56da1c
|
Check if the connected network is metered in NetworkHelper.
|
2023-01-25 20:31:32 +05:30 |
|
Isira Seneviratne
|
e238154217
|
Merge branch 'master' into LocalSubscriptionDao_suspend
# Conflicts:
# app/src/main/java/com/github/libretube/util/BackupHelper.kt
|
2023-01-24 04:40:59 +05:30 |
|
Bnyro
|
93b235abea
|
Fix backup backwards compatibility
|
2023-01-23 15:15:03 +01:00 |
|
Isira Seneviratne
|
cf9c6ffb99
|
Convert LocalSubscriptionDao methods to suspend functions, remove unused methods.
|
2023-01-23 19:14:49 +05:30 |
|
Bnyro
|
a04fb31947
|
Use Duration#parse for parsing timestamps
|
2023-01-22 19:45:25 +01:00 |
|
Isira Seneviratne
|
b2e32105d3
|
Use bundleOf().
|
2023-01-22 05:14:25 +05:30 |
|
Bnyro
|
dd1821ada3
|
Merge pull request #2755 from Isira-Seneviratne/KotlinX_Serialization
Switch to Kotlinx Serialization.
|
2023-01-21 18:59:56 +01:00 |
|
Bnyro
|
2adc8380fd
|
Merge pull request #2799 from Bnyro/master
[Audio player] Indefinite progress while loading thumbnails
|
2023-01-21 18:21:29 +01:00 |
|
Bnyro
|
00cf7d89d5
|
[Audio player] Indefinite progress while loading thumbnails
|
2023-01-21 18:20:45 +01:00 |
|
Isira Seneviratne
|
56763ec1a9
|
Merge branch 'master' into KotlinX_Serialization
# Conflicts:
# app/src/main/java/com/github/libretube/ui/adapters/SearchAdapter.kt
|
2023-01-21 17:24:37 +05:30 |
|
Bnyro
|
7a65a477d9
|
Merge pull request #2790 from Bnyro/master
Apply the remembered playback params for all players
|
2023-01-21 12:07:56 +01:00 |
|
Bnyro
|
79fab618df
|
Apply playback params for all players
|
2023-01-21 12:07:28 +01:00 |
|
Bnyro
|
33d09eb251
|
Merge pull request #2789 from Bnyro/master
[Audio Mode] Share, playback, queue and open video controls
|
2023-01-21 11:54:28 +01:00 |
|
Bnyro
|
ee0607fb07
|
Add control to open the video from the audio player
|
2023-01-21 11:53:52 +01:00 |
|
Bnyro
|
497bc9c2dd
|
Merge pull request #2788 from Bnyro/master
Fix the notification thumbnail vanishing
|
2023-01-21 11:24:48 +01:00 |
|
Bnyro
|
a5c3132916
|
Fix the notification thumbnail vanishing
|
2023-01-21 11:24:25 +01:00 |
|
Isira Seneviratne
|
e00b0c8263
|
Use Kotlinx Serialization with the subscription import/export functionality.
|
2023-01-21 10:32:08 +05:30 |
|
Isira Seneviratne
|
554fe0c3bf
|
Use ViewCompat.getRootWindowInsets().
|
2023-01-21 07:01:28 +05:30 |
|
Isira Seneviratne
|
187c7ac0e9
|
Merge branch 'master' into KotlinX_Serialization
# Conflicts:
# gradle/libs.versions.toml
|
2023-01-21 04:50:23 +05:30 |
|
Bnyro
|
3cef897e89
|
Hide system bars on shorts
|
2023-01-20 19:31:18 +01:00 |
|
Bnyro
|
c1c0e5f6f1
|
Only show extra padding when there's a notch
|
2023-01-20 19:00:49 +01:00 |
|
Bnyro
|
fbf9c30e9a
|
Hide the status bar when hiding the controllers
|
2023-01-20 18:49:53 +01:00 |
|
Isira Seneviratne
|
61fba85afd
|
Merge branch 'master' into KotlinX_Serialization
|
2023-01-20 08:50:06 +05:30 |
|
Isira Seneviratne
|
07b59e1de0
|
Avoid type issues when restoring a backup.
|
2023-01-20 04:45:55 +05:30 |
|