Bnyro
4e9273f7cb
Open audio player from three dot menu
2023-02-12 12:34:53 +01:00
Isira Seneviratne
f155bf8751
Convert DatabaseHolder to an object.
2023-02-12 05:44:22 +05:30
Bnyro
5992b0c567
Fix history showing up when clearing search query
2023-02-08 10:10:46 +01:00
Isira Seneviratne
a90d22f111
Use Fragment transaction extensions.
2023-02-05 09:02:59 +05:30
Isira Seneviratne
b2b444d3e5
Convert ClipboardHelper to an object.
...
Also improve some related code.
2023-02-03 14:47:09 +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
288067b044
[Audio Player] Volume controls
2023-01-31 17:57:24 +01:00
Bnyro
b734c69ea8
Move helpers from .util
to .ui.listeners
and .helpers
2023-01-31 16:43:39 +01:00
Bnyro
a04fb31947
Use Duration#parse
for parsing timestamps
2023-01-22 19:45:25 +01:00
Bnyro
ff6a0f1138
Keep the screen on while playing in the offline player
2023-01-22 19:27:08 +01:00
Bnyro
f119e39a1e
Merge pull request #2814 from Isira-Seneviratne/addCallback
...
Use OnBackPressedDispatcher.addCallback() extension.
2023-01-22 15:48:06 +01:00
Isira Seneviratne
16922455d0
Use OnBackPressedDispatcher.addCallback() extension.
2023-01-22 06:06:29 +05:30
Isira Seneviratne
b2e32105d3
Use bundleOf().
2023-01-22 05:14:25 +05:30
Bnyro
79fab618df
Apply playback params for all players
2023-01-21 12:07:28 +01:00
Bnyro
87519742da
Use the same elevation for nav and bottom bar
2023-01-21 11:08:32 +01:00
Bnyro
c01cee3f83
Use a lower elevation for the navigation bar
2023-01-21 11:06:16 +01:00
Bnyro
074ab20202
Use the same audio attributes and load control for all players
2023-01-19 17:48:35 +01:00
Bnyro
fe9bb97c96
Merge pull request #2717 from faisalcodes/master
...
Fixed #2670 : Timestamp click behaviour in the description.
2023-01-19 17:21:54 +01:00
faisalcodes
015b414596
Fixed #2723 : Activity is recreated when entered from media notification.
2023-01-19 20:57:16 +05:30
Bnyro
0029343382
Apply the caption style in the CustomExoPlayerView
2023-01-18 09:47:47 +01:00
Bnyro
187086d2d8
Rename the Community section to Help and add a FAQ
2023-01-17 19:32:19 +01:00
Bnyro
2bf5b6e6f7
Replace the break reminder with a sleep timer
2023-01-17 18:21:59 +01:00
Bnyro
f6473cfa96
Use compats for setting fullscreen
2023-01-16 22:08:08 +01:00
Bnyro
aa3aee0b27
Fix the color of notification badges
2023-01-16 18:36:30 +01:00
Bnyro
2f10b7ba23
Option to add newly opened links to queue
2023-01-16 18:25:12 +01:00
Bnyro
dad4ecd27e
Theoritical support for playing downloaded subtitles
2023-01-14 20:02:01 +01:00
Bnyro
7a90acd824
Merge branch 'master' into feat/new-downloader
2023-01-14 17:54:02 +01:00
Bnyro
f588073607
Add audio only mode
2023-01-14 16:59:21 +01:00
Bnyro
3890bc3bcc
Add indicators for current position and duration
2023-01-13 19:35:32 +01:00
Bnyro
8d293a7ff9
Remove the queue option in the three dots menu
2023-01-13 19:16:44 +01:00
Bnyro
59697caebf
Layout and skip+prev functionality
2023-01-13 18:20:00 +01:00
Bnyro
fd4cd9fa26
Support Open as default
for all public Piped instances
2023-01-08 16:19:44 +01:00
Bnyro
3855f1fbdf
Format the changes by the previous commit
2023-01-05 17:12:15 +01:00
Bnyro
6b46db0e96
Scroll to top on reselecting navigation bar items
2023-01-05 17:11:24 +01:00
Bnyro
c04dc67140
Set notification badge color to colorPrimary
2023-01-04 19:35:37 +01:00
Bnyro
09d3e496a3
Merge branch 'master' into feat/new-downloader
2022-12-28 17:48:30 +01:00
Bnyro
f1afd1d13a
Fix issues with the video duration using SponsorBlock
2022-12-27 19:14:25 +01:00
Krunal Patel
4f0f9b7560
Fix notification action, download fragment and resource leak
...
- Bind service when service started using notification resume action.
- Use `HttpURLConnection` to download file.
- Use progress bar to determine overall progress.
2022-12-21 21:41:37 +05:30
Krunal Patel
0ba1696448
Use download database for downloads and playback
...
Use `Download` and `DownloadItem` database for download and offline playback.
2022-12-21 21:39:28 +05:30
Bnyro
8345269179
Improve the playlist cloning algorithm
2022-12-19 16:58:34 +01:00
Bnyro
c470339ee9
update bookmarked playlist thumbnails when changed
2022-12-10 12:55:45 +01:00
Bnyro
81b14cfcd2
Hide the nav bar when zero items selected
2022-12-08 18:00:00 +01:00
Krunal Patel
4c3060c17f
Fix PiP aspect ratio in offline player
2022-11-28 18:16:46 +05:30
Krunal Patel
fe02b0e30c
Fix gesture controls for portrait videos
...
Use `PlayerViewModel.isFullscreen` to check if video is playing in full screen instead of screen orientation.
Scale progress bar `progress` according to it's max size.
2022-11-28 18:16:46 +05:30
Krunal Patel
588b3e9bbb
Fix activity goes in PiP mode on link opening
...
If the activity is running in PiP, then start activity in front.
2022-11-26 20:17:27 +05:30
Bnyro
187f96bc49
finish fullscreen on backpress
2022-11-26 08:33:30 +01:00