Commit Graph

626 Commits

Author SHA1 Message Date
Amandeep Singh
483e49b2cf
feat: added sorting method in downloads (#6194)
Co-authored-by: Bnyro <bnyro@tutanota.com>
2024-07-14 13:31:36 +02:00
Bnyro
30d8de4d08 style: make audio player align with status bar color 2024-06-21 16:52:12 +02:00
Bnyro
1b6e8fe27d feat: support for external download apps 2024-05-26 19:35:20 +02:00
Bnyro
45fbef920a
Merge pull request #6053 from Bnyro/channel-tabs
feat: changed chips in channels to swipable tabs
2024-05-18 20:27:45 +02:00
Amandeep singh
f41e3b24bb feat: changed chips in channels to swipable tabs 2024-05-18 20:27:04 +02:00
Bnyro
f60948696e feat: download popup that can be displayed over other apps 2024-05-14 21:51:03 +02:00
Bnyro
4649b084e2 feat: preference to force maximum audio quality 2024-04-23 15:20:20 +02:00
Bnyro
50ceb70076 fix: missing spacing in comment info row 2024-04-20 12:39:55 +02:00
Bnyro
cd1eb0f7ff feat: support for contributing to DeArrow 2024-04-11 16:47:15 +02:00
Bnyro
feea8ac795 refactor: combine submitting and voting SponsorBlock segments into one dialog 2024-04-11 15:33:32 +02:00
Bnyro
2eaf79b554 fix: options menu background color in pure black theme 2024-04-10 19:40:58 +02:00
Bnyro
5beadef73f style: properly apply pure black/white themes to navigation bar 2024-04-09 22:08:31 +02:00
Bnyro
f889b36e6c feat: support for importing temporary playlists from YouTube 2024-04-06 13:37:25 +02:00
Bnyro
4feb0630df chore: update list of public instances 2024-03-17 13:12:05 +01:00
Bnyro
cfe578154b feat: support for albums channel tab, drop discontinued channels tab 2024-03-13 18:21:56 +01:00
IndusAryan
5532301aa4
feat(ui): option for automatic update checks (#5668) 2024-02-28 13:38:03 +01:00
Bnyro
d2163a30a3 chore: remove unused resources 2024-02-27 14:45:17 +01:00
Bnyro
6f759357a2 chore: update list of fallback instances via script 2024-02-12 11:42:02 +01:00
Isira Seneviratne
69cf74e590
refactor: Rewrite comments fragments using Paging library (#5589)
* refactor: Rewrite comments fragment using Paging library

* Fix lint issue

* refactor: Rewrite comment replies to use paging adapter

* Add cachedIn step

* Address review comments, display parent comment
2024-02-11 18:08:06 +05:30
Bnyro
f87e22dd3f feat: (re)add player actions for external player and pip 2024-02-11 12:39:48 +01:00
Bnyro
b6669cf65d refactor: merge PiP and pause on quit preference into one 2024-02-05 17:22:16 +01:00
Bnyro
f814630f41 refactor: reorganize player settings 2024-02-05 17:03:05 +01:00
arkibax
c94a3ff526 added string resource 2024-01-27 10:25:03 +01:00
Vedant.R.J.Chourey
02d30f1f17 feat: add delete all button for downloads 2024-01-22 19:34:17 +01:00
Bnyro
16c7986469 feat: support for downloading whole playlist at once 2024-01-22 14:00:04 +01:00
Bnyro
88a1679315 refactor: remember video feed, don't auto reload 2024-01-20 20:31:22 +01:00
RafaRamos
e31943f5ab
feat: Improve new user experience + adjust home load (#5491)
* Added necessary translations

* Added support for redirecting directly to IntentSettings

* Create HomeViewModel

* Used HomeViewModel

* Update app/src/main/java/com/github/libretube/ui/fragments/HomeFragment.kt

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

* Update app/src/main/java/com/github/libretube/ui/fragments/HomeFragment.kt

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

* Update app/src/main/java/com/github/libretube/ui/fragments/HomeFragment.kt

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

* Swap elvis operator for if statement for improved readability.

* Move runSafely to separate file

* Change when statement by if statement

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

* Format if statement

* * Remove LiveData properties;
* Change buttons style for consistency;
* Move updateIfChanged to a separate file;

---------

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2024-01-19 16:03:17 +01:00
Bnyro
1876fa643c feat: add 'hide watched videos' to feed filter options 2024-01-15 18:00:43 +01:00
Bnyro
d46c030242 feat: support for exporting and importing channel groups 2024-01-11 20:25:26 +01:00
Bnyro
e3ae6eb4c4
Merge pull request #5440 from RafaelsRamos/imp/setting_description
fix: clarify setting description
2024-01-05 17:26:19 +01:00
FineFindus
6c14df8383
chore: improve save feed summary (#5441) 2024-01-05 17:25:49 +01:00
RafaRamos
68b6fdaeda Clarify setting description 2024-01-05 13:54:25 +01:00
RafaRamos
f162c972fd Remove periods from Settings 2023-12-22 15:05:55 +01:00
RafaRamos
056b3f5a60 Rename string id from sb_color_enabled to sb_custom_colors_summary 2023-12-22 15:01:38 +01:00
RafaRamos
f221fb9556 Remove unused translations 2023-12-22 14:56:57 +01:00
RafaRamos
004d809348 Adjust string ids for consistency 2023-12-22 13:03:18 +01:00
Bnyro
5c8bcc5fe1
Merge pull request #5364 from FineFindus/feat/copy-video-id
feat: add copy video ID button in stats sheet
2023-12-21 22:21:45 +01:00
RafaRamos
f60375a110
feat: add "Rich caption rendering" setting (#5371) 2023-12-21 18:33:38 +01:00
FineFindus
39f9fb07f5
feat(player/stats-dialog): add copy button to video id 2023-12-20 19:22:38 +01:00
Bnyro
df50f1c612 feat: separate landscape grid columns pref + more impacted adapters 2023-12-19 15:59:41 +01:00
Bnyro
1a5b74cab3 feat: display the instance uptime on initial instance selection 2023-12-17 16:47:34 +01:00
Bnyro
9566de68be feat: quick actions to add a channel to a group 2023-12-15 16:15:00 +01:00
Bnyro
a7cbced326 style: various player UI improvements, fix navigation bar color 2023-12-15 15:03:59 +01:00
Bnyro
d00299bea7 style: new player layout and various UI improvements 2023-12-06 15:29:30 +01:00
Bnyro
acb8e8ec03 refactor: remove bottom reached toast and show progress indicator instead 2023-11-27 20:23:58 +01:00
Bnyro
867f2ac087 feat: new sleep timer (integrated into the player UI) 2023-11-19 15:14:21 +01:00
Bnyro
14c6ae36b5 feat: show toast if the bottom/end of comments/replies is reached 2023-11-17 15:32:08 +01:00
Bnyro
a5d41b7802 fix: crash when trying to vote while there are no sb segments yet 2023-11-17 14:57:35 +01:00
Bnyro
d7d9db8343 refactor: simplify watch status filtering and other misc improvements 2023-11-15 17:22:56 +01:00
Silther
d1cb212e98 feat: filter options for watch history tab 2023-11-15 17:07:43 +01:00