Commit Graph

8507 Commits

Author SHA1 Message Date
Rex_sa
e11a38db06
Translated using Weblate (Arabic)
Currently translated at 100.0% (500 of 500 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/ar/
2023-09-09 14:26:52 +02:00
Bnyro
0bf19d9437
Merge pull request #4726 from Bnyro/master
feat: preference to disable sponsorblock submit button
2023-09-08 23:23:04 +02:00
Bnyro
e9fe9621e5 feat: preference to disable sponsorblock submit button 2023-09-08 22:19:20 +02:00
Bnyro
b22e026ec0 fix: add pagination to subscriptions list 2023-09-08 17:45:42 +02:00
Bnyro
7575783842
Merge pull request #4725 from Bnyro/master
fix: add pagination to subscriptions list
2023-09-08 17:44:50 +02:00
Bnyro
caef216c96 fix: hide channel icon placeholder in channel fragment 2023-09-08 17:37:31 +02:00
Bnyro
8f2130a72b
Merge pull request #4724 from Bnyro/master
fix: hide channel icon placeholder in channel fragment
2023-09-08 17:36:35 +02:00
Bnyro
4a2cca1a24 feat: add channel icon placeholders 2023-09-08 17:32:16 +02:00
Bnyro
a119a673c1
Merge pull request #4723 from Bnyro/master
feat: show placeholders for all images
2023-09-08 17:31:48 +02:00
Bnyro
5aab6bddac fix: add place holders to video and bookmark row 2023-09-08 17:26:51 +02:00
Isira Seneviratne
5ac7920497
Merge pull request #4721 from Isira-Seneviratne/UpdateInfo
refactor: Improve UpdateInfo
2023-09-08 20:56:11 +05:30
Bnyro
82513909d0 feat: elevate miniplayer background color for better distinguishability 2023-09-08 17:04:25 +02:00
Bnyro
7f910959bf
Merge pull request #4722 from Bnyro/master
feat: elevate miniplayer background color for better distinguishability
2023-09-08 17:03:34 +02:00
Bnyro
2874254496 fix: long pressing plays wrong channel group 2023-09-08 16:51:09 +02:00
Bnyro
2e89a18ab0
Merge pull request #4720 from Bnyro/master
fix: long pressing plays wrong channel group
2023-09-08 16:51:06 +02:00
Isira Seneviratne
4f1375a63d refactor: Implement Parcelable in UpdateInfo 2023-09-08 20:17:41 +05:30
Bnyro
e5e127a044 feat: disable video track loading while screen off 2023-09-08 16:45:41 +02:00
Isira Seneviratne
2b377db9ef refactor: Remove unused UpdateInfo properties 2023-09-08 20:15:19 +05:30
Bnyro
f268b6dec7
Merge pull request #4719 from Bnyro/master
feat: disable video track loading while screen off
2023-09-08 16:44:56 +02:00
Bnyro
6f2087b3aa refactor: disable video tracks in audio only player 2023-09-08 16:42:35 +02:00
Bnyro
5989523dd3 fix: properly kill offline player notification 2023-09-08 16:24:55 +02:00
Bnyro
1f96e88c88
Merge pull request #4718 from Bnyro/master
fix: properly kill offline player notification
2023-09-08 16:24:01 +02:00
Bnyro
50eefcbd53 fix: crash when scrubbing timebar on certain videos 2023-09-08 15:53:01 +02:00
Bnyro
1d7fce91fb
Merge pull request #4717 from Bnyro/master
fix: crash when scrubbing timebar on certain videos
2023-09-08 15:52:11 +02:00
Bnyro
c01df59afd fix: show okay button for multi selection dialogs instead of cancel 2023-09-08 15:44:16 +02:00
Bnyro
9c78391bd7
Merge pull request #4716 from Bnyro/master
fix: show okay button for multi selection dialogs instead of cancel
2023-09-08 15:43:25 +02:00
Bnyro
5b5fcb4324 fix: can't download new video while other download in progress 2023-09-08 15:42:58 +02:00
Bnyro
aef95dd6ce
Merge pull request #4715 from Bnyro/master
fix: can't download new video while other download in progress
2023-09-08 15:42:05 +02:00
Bnyro
6a2c83a7bb fix: crash when an other media session with the same name exists 2023-09-08 15:38:01 +02:00
Bnyro
556c618516
Merge pull request #4714 from Bnyro/master
fix: crash when an other media session with the same name exists
2023-09-08 15:37:16 +02:00
Bnyro
5df822ecaa
Merge pull request #4684 from anshtya/fix/issue-4434
refactor: remove arguments from dialog fragment constructors
2023-09-08 15:34:45 +02:00
Bnyro
3d4a9a0125 fix: update ui when renaming playlist or changing its description 2023-09-08 15:34:55 +02:00
Ansh Tyagi
f260c48f0a refactor: use Bundle for DialogFragment arguments
- ColorPickerDialog
- DeletePlaylistDialog
- RenamePlaylistDialog
2023-09-08 15:21:58 +02:00
Ansh Tyagi
1044fcd153 refactor: use Bundle for DialogFragment arguments
- AddToPlaylistDialog
- BackupDialog
- CreatePlaylistDialog
- DeleteAccountDialog
- LoginDialog
- LogoutDialog
2023-09-08 15:19:59 +02:00
Ansh Tyagi
35565ad0c7 refactor: use extension function for receiving arguments 2023-09-08 15:19:59 +02:00
Ansh Tyagi
77f9fcb096 refactor: add keys and change playlistDescription key in IntentData 2023-09-08 15:19:59 +02:00
Ansh Tyagi
96c2f280b7 refactor: retrieve videoId out of arguments block 2023-09-08 15:19:59 +02:00
Ansh Tyagi
7f80d97770 refactor: save keys of Bundle in IntentData 2023-09-08 15:19:59 +02:00
Ansh Tyagi
995868b96c refactor: use Bundle for DialogFragment arguments 2023-09-08 15:19:59 +02:00
Isira Seneviratne
cb0ae6d6ba
Merge pull request #4712 from Isira-Seneviratne/Fix_links
fix: Avoid accidental link clicking
2023-09-08 13:44:18 +05:30
Isira Seneviratne
0ebb79f93e fix: Avoid accidental link clicking 2023-09-08 07:46:20 +05:30
Isira Seneviratne
3680873213
Merge pull request #4707 from Isira-Seneviratne/Update_Core
chore: Update androidx core
2023-09-08 05:37:21 +05:30
Isira Seneviratne
ba2b918ebc refactor: Remove BuildCompat calls 2023-09-08 05:15:12 +05:30
Isira Seneviratne
d808a48529 fix: Handle PendingIntentCompat changes 2023-09-08 05:15:12 +05:30
Isira Seneviratne
43ecdd3aac chore: Update AndroidX Core 2023-09-08 05:15:11 +05:30
Bnyro
6b76cbf085
Merge pull request #4701 from weblate/weblate-libretube-libretube
Translations update from Hosted Weblate
2023-09-07 14:24:49 +02:00
Poleyn
82e48f2bf9
Translated using Weblate (Turkish)
Currently translated at 99.3% (496 of 499 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/tr/
2023-09-07 14:24:36 +02:00
Bnyro
6da7ed624b
Merge pull request #4705 from libre-tube/renovate/navigation
fix(deps): update navigation to v2.7.2
2023-09-07 14:24:32 +02:00
Bnyro
542667336e
Merge pull request #4704 from libre-tube/renovate/lifecycle
fix(deps): update lifecycle to v2.6.2
2023-09-07 14:24:22 +02:00
renovate[bot]
b835ab22aa
fix(deps): update navigation to v2.7.2 2023-09-06 22:15:14 +00:00