Bnyro
17615b3eab
feat: don't seek after scrubbing when stopping gesture above timebar
2024-03-05 20:31:04 +01:00
Bnyro
f8915f3c2c
fix: miniplayer minimized when opening video via link
2024-03-05 19:23:29 +01:00
Muhammad Khubaib Imtiaz
a526015668
fix: mini player overlaps navigation bar ( #5694 )
2024-03-05 18:21:53 +01:00
Bnyro
70bfaddb2e
chore: reformat code using ktlint
2024-02-28 13:39:55 +01:00
IndusAryan
5532301aa4
feat(ui): option for automatic update checks ( #5668 )
2024-02-28 13:38:03 +01:00
Bnyro
951dc7737c
refactor: simplify watch position timer tasks
2024-02-27 14:58:59 +01:00
Bnyro
4b06bfb687
feat: watch positions support for downloaded media
2024-02-27 14:38:15 +01:00
Bnyro
38fb470ed3
fix: android back button doesn't work due to dependency upgrade
2024-02-25 12:51:50 +01:00
Bnyro
0b059ccc12
feat(player): support for keyboard navigation
2024-02-19 21:56:33 +01:00
Nikita
43eed17c9d
fix: correctly display colors in system panel
2024-01-31 16:08:46 +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
Ankur
c781de4e60
fix: Show Channel Page
2024-01-13 19:09:58 -08:00
Bnyro
3661cd82f7
fix: can't open playlists
2024-01-06 14:19:17 +01:00
Isira Seneviratne
37de6a7374
Merge pull request #5380 from Isira-Seneviratne/Navigation_safe_args
...
refactor: Use Navigation Safe Args
2023-12-29 06:47:50 +05:30
Bnyro
6edc161cd4
feat: start playing video when using add to queue action if queue empty
2023-12-28 18:31:48 +01:00
Isira Seneviratne
f573ec7434
refactor: Use Navigation Safe Args
2023-12-23 08:10:26 +05:30
Isira Seneviratne
8301e9d4f8
refactor: Improve ClipboardHelper
2023-12-23 07:46:42 +05:30
FineFindus
a8903d8a2a
style: run ktlint
2023-12-20 19:22:57 +01:00
Bnyro
d4f8af0883
feat: show instance regions, uptime and registration status in settings
2023-12-17 17:10:35 +01:00
Bnyro
a7cbced326
style: various player UI improvements, fix navigation bar color
2023-12-15 15:03:59 +01:00
Isira Seneviratne
94ca6c5e06
refactor: Improve view binding
2023-12-05 05:15:21 +05:30
Bnyro
867f2ac087
feat: new sleep timer (integrated into the player UI)
2023-11-19 15:14:21 +01:00
Isira Seneviratne
e76e7780d4
refactor: Use listOfNotNull
2023-11-18 05:00:40 +05:30
Thomas
aae83f9210
Fix setting navigation graph with custom startDestination
2023-11-16 20:15:56 +01:00
Bnyro
4f6531b619
refactor: set the wake mode everywhere and simplify player listener initializations
2023-11-15 16:59:54 +01:00
Bnyro
f99198f99a
style: run ktlint
2023-10-23 17:55:09 +02:00
Bnyro
fc9e3e6501
Merge pull request #4981 from Bnyro/landscape-player-page
...
feat: landscape layout for player page
2023-10-23 17:52:45 +02:00
Bnyro
cfdae3e6b1
refactor: use a dialog for playing video in fullscreen
2023-10-19 21:08:33 +02:00
Jānis
e13b502c34
fix: broken offline video duration
2023-10-19 19:06:35 +03:00
Jānis
39d52ff4c2
fix: downloaded subtitles don't show ( #5004 )
2023-10-19 15:06:49 +02:00
FineFindus
b1c16cc622
style: run ktlint
2023-10-11 18:13:32 +02:00
Bnyro
07c8142119
fix: crash when search suggestions get created before search view
2023-10-06 11:03:37 +02:00
Bnyro
acc43b815f
fix: search query stays the old one during back presses
2023-09-30 12:35:51 +02:00
Bnyro
153e4a14d8
refactor: simplify creation of new exo player instances
2023-09-26 13:22:12 +02:00
Bnyro
9b57434792
style: run ktlint
2023-09-25 10:05:18 +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
Bnyro
8e7d85ecdf
feat: zoomable preview of channel banner
2023-09-25 10:03:08 +02:00
Bnyro
c7d727356b
feat: show large, zoomable channel avatar on click
2023-09-25 09:57:39 +02:00
ARBoyGo
5a2867057b
chore: add donation link in About Activity ( #4823 )
2023-09-20 11:03:10 +02:00
Bnyro
72dce05409
chore: update website url in app code
2023-09-20 09:18:58 +02:00
Bnyro
dc5f8c4181
Merge pull request #4738 from Bnyro/master
...
refactor: move constants into the files they're actually used in
2023-09-10 12:50:08 +02:00
Bnyro
315f596776
refactor: move constants into the files they're actually used in
2023-09-10 12:51:03 +02:00
Isira Seneviratne
f590e6688c
refactor: Use allViews extension
2023-09-10 07:22:08 +05:30
Bnyro
5989523dd3
fix: properly kill offline player notification
2023-09-08 16:24:55 +02:00
Isira Seneviratne
77a756d5c5
refactor: Simplify router URL resolution
2023-09-06 09:04:16 +05:30
FineFindus
03d598a559
style: run ktlint
2023-08-21 20:09:34 +02:00
Bnyro
8921265493
fix: restore pause on quit functionality
2023-08-20 17:34:14 +02:00
Bnyro
fe100ad581
chore: only show subscriptions count when subs are visible
2023-08-06 13:33:02 +02:00
Bnyro
1e22fab499
feat: preference to force landscape as orientation
2023-08-06 12:39:52 +02:00
Bnyro
c253a4e415
fix: show search history when clearing query
2023-08-06 11:26:31 +02:00