Bnyro
1366578f5a
Option to manage Playback Speed of Audio and Video Mode Separately
2023-02-16 20:23:46 +01:00
Bnyro
b5848f43b0
Merge pull request #3095 from Bnyro/master
...
Remove the inbuilt updater
2023-02-16 20:04:38 +01:00
Bnyro
cf37f3bf74
Remove the inbuilt updater
2023-02-16 20:04:23 +01:00
Isira Seneviratne
c381437efd
Convert DownloadDao methods to suspend functions.
2023-02-15 12:14:45 +05:30
Bnyro
e4627fd156
Fix SponsorBlock segment loop at end of video
2023-02-12 13:27:35 +01:00
Bnyro
9746d5a5fd
Refactor the SponsorBlock segment handling
2023-02-12 13:17:44 +01:00
Bnyro
7648f1822f
Option to disable watch positions in audio mode
2023-02-12 12:55:31 +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
df565bb8da
Fix lint issues.
2023-02-08 07:41:51 +05:30
Isira Seneviratne
2321ed22f1
Restore coroutine context originally used in DownloadService.
2023-02-08 06:20:06 +05:30
Isira Seneviratne
5e6d171675
Convert DownloadService and BackgroundMode to lifecycle services.
2023-02-08 04:50:45 +05:30
Bnyro
b5e7aeb5cd
Convert delete download dialog to confirmation dialog
2023-02-07 19:31:43 +01:00
Bnyro
6cd8792b9a
Merge branch 'master' into SparseBooleanArray
2023-02-06 15:33:01 +01:00
Bnyro
12d3991f01
Merge pull request #2979 from Isira-Seneviratne/CronetHelper_object
...
Convert CronetHelper to an object.
2023-02-06 15:30:16 +01:00
Isira Seneviratne
fd60959827
Use SparseBooleanArray in DownloadService.
2023-02-06 08:19:08 +05:30
Isira Seneviratne
8cd1094526
Use ServiceCompat.
2023-02-06 08:10:05 +05:30
Isira Seneviratne
73f488e3d2
Convert CronetHelper to an object.
2023-02-06 05:29:49 +05:30
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
Isira Seneviratne
56763ec1a9
Merge branch 'master' into KotlinX_Serialization
...
# Conflicts:
# app/src/main/java/com/github/libretube/ui/adapters/SearchAdapter.kt
2023-01-21 17:24:37 +05:30
Bnyro
79fab618df
Apply playback params for all players
2023-01-21 12:07:28 +01:00
Bnyro
b03d080316
Use the same playback speed for background and video mode
2023-01-21 11:59:44 +01:00
Bnyro
7ffe3a6ed9
[Audio Mode] Share, playback and queue controls
2023-01-21 11:46:56 +01:00
Isira Seneviratne
61fba85afd
Merge branch 'master' into KotlinX_Serialization
2023-01-20 08:50:06 +05:30
Bnyro
074ab20202
Use the same audio attributes and load control for all players
2023-01-19 17:48:35 +01:00
Isira Seneviratne
60706c2d87
Remove remaining Jackson code.
2023-01-19 18:14:37 +05:30
Isira Seneviratne
219a7d7cfe
Use Kotlinx Serialization with stream data.
2023-01-19 04:47:49 +05:30
Isira Seneviratne
e306ba8a7f
Add PendingIntentCompat helper methods.
2023-01-18 09:43:01 +05:30
Bnyro
4e978faea3
Fix unexpected audio queue behavior
2023-01-16 18:33:11 +01:00
Bnyro
1ce7d6761f
Apply review from #2469
2023-01-14 18:17:34 +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
a21b8715b3
Fix the queue order in the background player mode
2023-01-14 15:44:31 +01:00
Bnyro
773a41d830
Keep the queue when entering the audio only mode
2023-01-14 12:01:14 +01:00
Bnyro
b09b9ad3bf
React to changes in the player notification
2023-01-13 18:44:41 +01:00
Bnyro
186925dfa1
Add play and pause functionality
2023-01-13 18:35:38 +01:00
Isira Seneviratne
56c76249eb
Use ServiceCompat.
2023-01-11 07:37:13 +05:30
Bnyro
8cbb189bcf
Fix that background mode doesn't start from beginning
2023-01-08 17:51:31 +01:00
Bnyro
e021a52dbc
Reduce the amount of used data in background mode
2023-01-08 15:54:48 +01:00
Krunal Patel
fa924fe84f
Fix ktlint format
2022-12-25 18:36:23 +05:30
Krunal Patel
6c427d3d76
Add concurrent downloads limit with preference setting
2022-12-25 15:33:28 +05:30
Krunal Patel
4ea77859bc
Add subtitle download spinner
2022-12-25 14:37:01 +05:30
Krunal Patel
f5d17ba5bf
Retry connection for DEFAULT_RETRY
times on SocketTimeoutException
2022-12-25 13:14:32 +05:30
Krunal Patel
d4c6d7aacd
Regenerate expired links using available stream info
2022-12-25 10:16:53 +05:30
Krunal Patel
295af6c6c6
Use cronet for download service connections
2022-12-24 23:39:56 +05:30
Krunal Patel
a38ef176ab
Fix notification content action to open download fragment
2022-12-21 22:19:29 +05:30
Krunal Patel
d62c50c2c6
Fix download fragment layout and add uploader
2022-12-21 21:41:48 +05:30
Krunal Patel
b2fa951c09
Use Int.MAX
- DownloadItem.id
for notifications
...
Unique notification ids are required which do not conflict with other notifications. So, use ids from max value of Int.
2022-12-21 21:41:47 +05:30
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