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
ed48f0ca49
feat: option to shuffle downloads in background
2024-01-17 17:45:30 +01:00
Bnyro
1876fa643c
feat: add 'hide watched videos' to feed filter options
2024-01-15 18:00:43 +01:00
RafaRamos
444eb693d4
feat: Support multiple filter selection ( #5478 )
...
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2024-01-12 15:56:17 +01:00
Bnyro
d140170e2b
fix: properly vertically center align channel search results
2024-01-11 17:17:29 +01:00
Bnyro
d7f95cd23d
feat: show duration in downloads and improve downloads UI
2024-01-08 20:01:48 +01:00
Bnyro
9c2abeeca1
Merge pull request #5443 from RafaelsRamos/imp/feed
...
fix: Improve home feed layout and fix issue where incorrect cache size was defaulted.
2024-01-06 14:03:31 +01:00
Bnyro
c4da395b58
Merge pull request #5425 from RafaelsRamos/feat/5418
...
feat: Support setting sleep timer on Audio player
2024-01-06 14:00:24 +01:00
RafaRamos
2057d4cef6
Tweak home layout
2024-01-05 19:05:14 +01:00
RafaRamos
0a73d5311f
Tweak speed/pitch bottom sheet layout
2024-01-04 10:10:46 +01:00
RafaRamos
0ed6676a19
Minor positioning adjustment.
2024-01-03 14:12:32 +01:00
RafaRamos
2fe757d815
Add Sleep timer icon to Audio player.
2024-01-03 14:05:02 +01:00
Bnyro
887d062b12
Merge pull request #5366 from RafaelsRamos/fix/5363
...
fix: improve constrast between background and buttons
2023-12-23 18:41:09 +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
caf4dd41cf
Adjust background color on fragment_player.xml to improve contrast between background and buttons
2023-12-20 20:40:06 +01:00
FineFindus
47e435ff0b
fix: increase bottom margin of tags
...
Increase the bottom margin of tags in a video description, letting them display their shadow.
2023-12-20 19:33:29 +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
2cbeedce6e
feat: add preset to use 1.75x playback speed
2023-12-19 15:20:42 +01:00
Bnyro
9566de68be
feat: quick actions to add a channel to a group
2023-12-15 16:15:00 +01:00
Bnyro
ad88ecb4c5
style: also apply new player design to landscape layout
2023-12-15 15:14:22 +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
7df3eb36a5
fix: light theme setting doesn't work properly
2023-11-17 20:10:02 +01:00
Bnyro
155682bccc
refactor: simplify logic of loading comments and replies
2023-11-17 15:23:53 +01:00
Thomas
aae83f9210
Fix setting navigation graph with custom startDestination
2023-11-16 20:15:56 +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
Bnyro
25e36659dc
refactor: create a custom view for expendable text views
2023-11-07 17:35:59 +01:00
Bnyro
948c5d4158
fix: improve alignment of chapter title and simplify
2023-11-07 17:02:28 +01:00
Bnyro
488c90e72c
fix: remove redundant button to close audio player
2023-11-07 16:39:48 +01:00
Bnyro
f7db69fb77
refactor: make audio player more accessible and redesign
2023-11-05 13:49:27 +01:00
Bnyro
c6350d36ed
refactor: use true dialog buttons everywhere instead of xml layout buttons
2023-11-03 15:45:55 +01:00
Bnyro
27432ff8ca
refactor: remove AppNameTextView's in favor of dialog titles
2023-11-03 15:45:53 +01:00
Bnyro
dfa2b23b16
Merge pull request #5089 from Bnyro/master
...
fix: stats for nerds are not scrollable
2023-11-02 13:40:05 +01:00
Bnyro
2940f4a6f9
fix: stats for nerds are not scrollable
2023-11-02 13:39:36 +01:00
Bnyro
3e1e082ea8
Merge pull request #5067 from Bnyro/master
...
refactor: cleanup queue sort options at the bottom
2023-10-30 12:15:53 +01:00
Bnyro
197247fedd
refactor: move reverse queue button to sort dialog
2023-10-30 12:15:10 +01:00
Bnyro
fc64e6b0ad
refactor: move shuffle queue button to sort dialog
2023-10-30 12:13:01 +01:00
FineFindus
eacd335c30
feat(comments): highlight creator comments
2023-10-25 16:42:20 +02:00
Bnyro
c000b1ee7b
refactor: enabled alternative player layout by default and remove option
2023-10-23 18:00:40 +02:00
Bnyro
704032dc3d
feat: support for 1.25x playback speed
2023-10-19 18:51:50 +02:00
Bnyro
882a436a50
refactor: move description layout into its own view
2023-10-14 11:20:25 +02:00
Bnyro
e636c966c6
feat: support for up/downvoting SponsorBlock segments
2023-10-12 19:53:49 +02:00
Bnyro
d6bf7b5a05
Merge pull request #4955 from FineFindus/feat/highlight-creator-comment
...
feat(comments): show if creator replied
2023-10-12 17:49:06 +02:00
Ayan Malik
72da33b076
fix: double tap required to view comment replies
2023-10-12 17:44:23 +02:00
FineFindus
9e8216acb0
feat(comments): show if creator replied
2023-10-11 18:04:25 +02:00
Bnyro
c3cd1aa2ee
Merge pull request #4844 from Bnyro/image-preview
...
feat: zoomable preview of channel avatar and banner
2023-09-25 10:03:21 +02:00