Commit Graph

1905 Commits

Author SHA1 Message Date
Bnyro
1f2be76559 Use an elevated surface color for the swipe to refresh 2023-02-04 11:21:44 +01:00
Bnyro
b3ffb226d4 Improve double tap on center of player 2023-02-04 11:18:20 +01:00
Bnyro
4bd2d473bf Use POST requests for unauthenticated subscriptions 2023-02-04 11:16:55 +01:00
Isira Seneviratne
2973b204dd Remove unnecessary TextViewCompat calls. 2023-02-04 05:31:51 +05:30
faisalcodes
42272b878b Fixes: icons not showing in the player menu options. 2023-02-03 21:35:41 +05:30
Bnyro
1e379d5a91
Merge pull request #2951 from Isira-Seneviratne/Work_KTX
Use Work KTX functionality.
2023-02-03 13:24:13 +01:00
Isira Seneviratne
b2b444d3e5 Convert ClipboardHelper to an object.
Also improve some related code.
2023-02-03 14:47:09 +05:30
Isira Seneviratne
38e8cd1012 Use PeriodicWorkRequestBuilder. 2023-02-03 14:35:05 +05:30
Isira Seneviratne
5f1d41c790 Convert NotificationWorker to a CoroutineWorker. 2023-02-03 14:35:04 +05:30
Bnyro
fcbd12c32f Merge remote-tracking branch 'faisal/master' into HEAD 2023-02-02 15:46:12 +01:00
Bnyro
142be9dc03 Minor cleanup to the DrawableTextView 2023-02-02 15:45:13 +01:00
faisalcodes
1a7ad4fd68 Minor clean 2023-02-02 20:05:44 +05:30
Faisal Khan
9a9b127e9f
Merge branch 'libre-tube:master' into master 2023-02-02 20:03:06 +05:30
Bnyro
81568e2135 Cleanup common methods in the about and help acitvities 2023-02-01 18:49:59 +01:00
Bnyro
766c7c82d9 Cleanup the AboutActivity.kt 2023-02-01 18:45:40 +01:00
Bnyro
59a56f8467 Cleanup the HelpActivity.kt 2023-02-01 18:42:35 +01:00
Bnyro
4732ff2477 Help & About: Use icon without background 2023-02-01 18:36:39 +01:00
Bnyro
2cd8e7f7d8 Remove social media name strings from translations 2023-02-01 18:22:29 +01:00
Bnyro
89f85fa8ff [Help section] Add Mastodon, remove Twitter 2023-02-01 18:18:02 +01:00
Faisal Khan
5c593d7eb8
Merge branch 'libre-tube:master' into master 2023-02-01 22:45:22 +05:30
faisalcodes
89ac493496 Fix ktlint 2023-02-01 22:41:04 +05:30
Bnyro
8916bd8214 Merge master into Remove_String_all 2023-02-01 18:06:08 +01:00
Bnyro
0685e1c2d7 Merge remote-tracking branch 'upstream/master' into HEAD 2023-02-01 18:05:17 +01:00
faisalcodes
e584d7bed5 Follow-up to #2929. Simplified layouts. 2023-02-01 22:32:28 +05:30
Bnyro
cc53e17403
Merge branch 'master' into master 2023-02-01 10:00:25 +01:00
Isira Seneviratne
27f338cf72 Remove uses of String.all(). 2023-02-01 05:44:27 +05:30
faisalcodes
766e6ebc7f Adds more RTL languages support. 2023-01-31 22:47:45 +05:30
Bnyro
1403c3bc1c Play and pause the video on single touches 2023-01-31 18:08:37 +01:00
Bnyro
288067b044 [Audio Player] Volume controls 2023-01-31 17:57:24 +01:00
Bnyro
38859c43f6 [Audio player] Swipe listener 2023-01-31 17:34:40 +01:00
Bnyro
b734c69ea8 Move helpers from .util to .ui.listeners and .helpers 2023-01-31 16:43:39 +01:00
Bnyro
296ca42a19 Fix playlist importing issues 2023-01-31 16:35:00 +01:00
Bnyro
a096247c94 Import playlists asynchronously 2023-01-31 16:29:13 +01:00
Bnyro
f274dd205b Fix the importing of playlists 2023-01-31 16:23:34 +01:00
Bnyro
9607edef22 Simplify the local playlist handling 2023-01-31 16:12:19 +01:00
Bnyro
7b23da5eca Reload playlists after successfully cloning 2023-01-31 15:55:02 +01:00
Bnyro
2d4c616111
Merge pull request #2921 from faisalcodes/master
Fixes: Showing progress for unwatched videos.
2023-01-31 15:37:43 +01:00
Bnyro
c634cd9c9c Simplify watch progress length extension 2023-01-31 15:37:10 +01:00
faisalcodes
25c0d3c0c8 Fix ktlint 2023-01-31 11:20:57 +05:30
faisalcodes
bd556baa76 Fixes #2815 2023-01-31 11:11:00 +05:30
Isira Seneviratne
a7a885f88d Convert LocalPlaylistsDao methods to suspend functions. 2023-01-31 07:30:16 +05:30
Bnyro
432e301db5 Fix ktlint 2023-01-30 19:44:29 +01:00
Bnyro
cb88ae9eea
Merge pull request #2910 from faisalcodes/master
Added the original comment as the first item in replies.
2023-01-30 16:57:42 +01:00
Bnyro
c405ca08f0 Remove unused expression 2023-01-30 16:57:08 +01:00
Bnyro
ec25173503 Fix that multiple comments are hightlighted sometimes 2023-01-30 16:44:50 +01:00
Bnyro
758f559811 Minor UI improvements and code cleanup 2023-01-30 16:39:05 +01:00
Bnyro
8c6d20d64d
Merge pull request #2913 from Isira-Seneviratne/awaitAll
Use awaitAll() extension.
2023-01-30 16:20:41 +01:00
Isira Seneviratne
02d9aa5655 Use take() extension. 2023-01-30 20:44:26 +05:30
Isira Seneviratne
825fc7bda5 Use awaitAll() extension. 2023-01-30 20:14:20 +05:30
Bnyro
3e6fb49bf4
Merge pull request #2912 from Isira-Seneviratne/takeWhile
Use Kotlin's takeWhile() extension.
2023-01-30 15:08:21 +01:00