Isira Seneviratne
|
43b9aa8d37
|
feat: Show upload time in stream notifications
|
2023-09-17 07:12:46 +05:30 |
|
Bnyro
|
315f596776
|
refactor: move constants into the files they're actually used in
|
2023-09-10 12:51:03 +02:00 |
|
Bnyro
|
e6df9c7038
|
fix: video upload date not saved to watch history
|
2023-09-10 12:27:55 +02:00 |
|
FineFindus
|
c36d30629a
|
refactor: simplify VideoOptionsBottomSheet logic and improve its performance
|
2023-08-28 20:39:08 +02:00 |
|
Isira Seneviratne
|
c12482d000
|
refactor: Use Path extensions
|
2023-08-25 05:41:49 +05:30 |
|
Bnyro
|
b6cfa62d5d
|
refactor: save possible stream types to constant values
|
2023-08-24 22:01:18 +02:00 |
|
Bnyro
|
cf79b7bd67
|
feat: allow downloading audio based on language
|
2023-08-22 09:42:22 +02:00 |
|
FineFindus
|
976d5d36c0
|
feat(channelGroups): allow re-ordering of groups (#4551)
|
2023-08-20 16:19:34 +02:00 |
|
FineFindus
|
b2f3c8ecbe
|
feat(channelGroups): disallow creation of already existing groups
|
2023-08-20 13:31:19 +02:00 |
|
Isira Seneviratne
|
f69f835463
|
Migrate to KSP
|
2023-08-20 06:02:04 +05:30 |
|
Bnyro
|
a354d31f74
|
feat(queue): options to mark as (un)watched, and remove watched videos
|
2023-08-09 13:06:56 +02:00 |
|
Bnyro
|
8e133f79ca
|
chore: fix project formatting
|
2023-07-20 15:02:13 +02:00 |
|
Bnyro
|
110d29c50a
|
feat: add 'Continue watching' section to home tab
|
2023-07-19 09:26:24 +02:00 |
|
Bnyro
|
78b85e4ab1
|
Add support for videos count for playlist bookmarks
|
2023-07-02 14:07:10 +02:00 |
|
Bnyro
|
8660e4cf3b
|
Dynamically update playlist bookmark title
|
2023-06-25 12:26:16 +02:00 |
|
Bnyro
|
8b5674f1da
|
Notification action to stop download
|
2023-06-25 11:35:07 +02:00 |
|
Bnyro
|
4bb64bee05
|
Reformat project as attempt to fix the ktlint action
|
2023-06-24 19:57:00 +02:00 |
|
Bnyro
|
28121b7a2c
|
Add playlist description support for local playlists
|
2023-06-11 15:06:33 +02:00 |
|
Bnyro
|
d96acd85fc
|
Fix crash when restoring subscription groups
|
2023-06-11 14:47:17 +02:00 |
|
Bnyro
|
9c6c60b42d
|
Make watch history and positions deletion function suspend
|
2023-06-08 19:25:16 +02:00 |
|
Bnyro
|
2573c37322
|
Show 'mark as unwatched' in video options sheet if already watched
|
2023-06-04 16:59:25 +02:00 |
|
Bnyro
|
ffb31c3fc7
|
Fix CI builds by migrating the code to ktlint 0.49.0
|
2023-05-09 18:41:05 +02:00 |
|
Bnyro
|
e8b2d8d02c
|
Unlimited search history preference
|
2023-04-27 09:16:04 +02:00 |
|
Isira Seneviratne
|
58f1871abd
|
Add single item insertion methods.
|
2023-04-05 06:32:00 +05:30 |
|
Bnyro
|
a4088189bf
|
Allow creating backups of subscripton groups
|
2023-03-28 17:45:21 +02:00 |
|
Bnyro
|
4402bf1baf
|
Fix some minor subscription group issues
|
2023-03-28 17:40:48 +02:00 |
|
Bnyro
|
a2117bd74b
|
Subscription groups
|
2023-03-28 12:16:47 +02:00 |
|
Bnyro
|
42000a74dd
|
Use the toastFromMainThread extension
|
2023-03-26 11:11:22 +02:00 |
|
Isira Seneviratne
|
13f8b3d49d
|
Use java.nio.file APIs in download functionality.
|
2023-03-16 09:01:07 +05:30 |
|
Isira Seneviratne
|
77b9923a36
|
Format upload date in downloads view.
|
2023-03-07 12:16:21 +05:30 |
|
Isira Seneviratne
|
57477ff9fd
|
Format watch history item dates.
|
2023-03-01 19:56:13 +05:30 |
|
Isira Seneviratne
|
675340a190
|
Convert PlaylistBookmarkDao methods to suspend functions.
|
2023-02-24 07:04:26 +05:30 |
|
Isira Seneviratne
|
494f0f4efd
|
Update WatchPositionDao's insertAll() method to accept a List.
|
2023-02-22 04:07:36 +05:30 |
|
Isira Seneviratne
|
c464fe05d5
|
Remove unused WatchPositionDao methods.
|
2023-02-22 04:01:48 +05:30 |
|
Bnyro
|
2d80de9f52
|
Convert watch positions dao to coroutines, fix holes in the feed
|
2023-02-21 18:28:21 +01:00 |
|
Isira Seneviratne
|
7bb0c838ff
|
Convert SearchHistoryDao methods to suspend functions.
|
2023-02-19 20:00:49 +05:30 |
|
Isira Seneviratne
|
10aa703aa5
|
Convert some extension functions to member functions.
|
2023-02-17 07:23:38 +05:30 |
|
Isira Seneviratne
|
c381437efd
|
Convert DownloadDao methods to suspend functions.
|
2023-02-15 12:14:45 +05:30 |
|
Isira Seneviratne
|
3ef8dc0092
|
Convert CustomInstanceDao methods to suspend functions.
|
2023-02-12 17:53:11 +05:30 |
|
Isira Seneviratne
|
f155bf8751
|
Convert DatabaseHolder to an object.
|
2023-02-12 05:44:22 +05:30 |
|
Isira Seneviratne
|
fdc17d6dfd
|
Convert WatchHistoryDao methods to suspend functions.
|
2023-02-10 06:50:09 +05:30 |
|
Bnyro
|
b734c69ea8
|
Move helpers from .util to .ui.listeners and .helpers
|
2023-01-31 16:43:39 +01:00 |
|
Isira Seneviratne
|
a7a885f88d
|
Convert LocalPlaylistsDao methods to suspend functions.
|
2023-01-31 07:30:16 +05:30 |
|
Isira Seneviratne
|
e238154217
|
Merge branch 'master' into LocalSubscriptionDao_suspend
# Conflicts:
# app/src/main/java/com/github/libretube/util/BackupHelper.kt
|
2023-01-24 04:40:59 +05:30 |
|
Bnyro
|
22dce72e95
|
Limit the watch history size to 100 by default
|
2023-01-23 17:55:48 +01:00 |
|
Isira Seneviratne
|
cf9c6ffb99
|
Convert LocalSubscriptionDao methods to suspend functions, remove unused methods.
|
2023-01-23 19:14:49 +05:30 |
|
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 |
|
Bnyro
|
7a90acd824
|
Merge branch 'master' into feat/new-downloader
|
2023-01-14 17:54:02 +01:00 |
|
Bnyro
|
43e0aa0920
|
Fix crash when restoring local playlists
|
2023-01-05 20:34:02 +01:00 |
|