Commit Graph

201 Commits

Author SHA1 Message Date
Isira Seneviratne
59385b0c73 refactor: Avoid boxing for segment pair 2024-01-29 05:27:55 +05:30
Bnyro
16c7986469 feat: support for downloading whole playlist at once 2024-01-22 14:00:04 +01:00
synicalico
bf25909972
fix: crash on download menu 2024-01-03 17:31:57 +08:00
Bnyro
fe59526b60
Merge pull request #5383 from Bnyro/master
fix: add to playlist dialog doesnt show any playlists
2023-12-23 11:04:55 +01:00
Bnyro
b5c10774e0 fix: add to playlist dialog doesnt show any playlists 2023-12-23 11:04:20 +01:00
Isira Seneviratne
8301e9d4f8 refactor: Improve ClipboardHelper 2023-12-23 07:46:42 +05:30
Bnyro
9f4a11ba37 refactor: simplify the dropdown menu component 2023-12-21 14:26:15 +01:00
Bnyro
5297d870a9 fix: crash in add to playlist dialog if playlists empty 2023-12-21 14:16:27 +01:00
Bnyro
e5b56bee90 fix: home tab content not included in preferences backup 2023-12-08 22:46:01 +01:00
Bnyro
10e3db8d45 fix: crash when deleting account 2023-11-27 19:51:04 +01:00
Bnyro
e5bde82076 fix: share dialog doesn't use shortened yt links for videos 2023-11-18 17:44:33 +01:00
Bnyro
a5d41b7802 fix: crash when trying to vote while there are no sb segments yet 2023-11-17 14:57:35 +01:00
Bnyro
1abc9cfe8c style: run ktlint 2023-11-14 19:06:38 +01:00
Bnyro
992ba1f78d refactor: remove unnecessary repeatOnLifecycle calls 2023-11-07 17:16:15 +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
f0fd37e690 fix: new created playlist not immediately visible 2023-11-02 13:45:25 +01:00
Bnyro
f99198f99a style: run ktlint 2023-10-23 17:55:09 +02:00
Bnyro
e636c966c6 feat: support for up/downvoting SponsorBlock segments 2023-10-12 19:53:49 +02:00
Bnyro
f84ec13f58 feat: show success toast when segment was submitted successfully 2023-10-12 18:09:50 +02:00
FineFindus
b1c16cc622
style: run ktlint 2023-10-11 18:13:32 +02:00
Bnyro
87835f9747 feat: shorten youtube links when sharing video 2023-10-11 09:03:00 +02:00
Bnyro
b77972b08c feat: also parse piped.video links 2023-09-19 11:43:41 +02:00
Bnyro
d1979c21e0 fix: crash when restoring backups 2023-09-17 15:18:56 +02:00
Bnyro
cb4afc2584 style: run ktlint 2023-09-13 17:50:17 +02:00
Bnyro
32a7d836cf fix: crash when deleting playlist, playlist description not shown 2023-09-10 20:02:54 +02:00
Bnyro
67d82c28ac style: fix formatting 2023-09-10 14:36:29 +02:00
Bnyro
5e2e6069f1
Merge pull request #4742 from Bnyro/master
fix: issues with fragment result listener
2023-09-10 13:42:31 +02:00
Bnyro
7eec444635 fix: issues with fragment result listener 2023-09-10 13:43:33 +02:00
Bnyro
315f596776 refactor: move constants into the files they're actually used in 2023-09-10 12:51:03 +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
d4ba106aa7 fix: crash when downloaded filename too long 2023-09-10 12:40:04 +02:00
Bnyro
f08b0cda7c
Merge pull request #4737 from Bnyro/master
fix: crash when downloaded filename too long
2023-09-10 12:39:17 +02:00
Isira Seneviratne
4f1375a63d refactor: Implement Parcelable in UpdateInfo 2023-09-08 20:17:41 +05:30
Ansh Tyagi
f260c48f0a refactor: use Bundle for DialogFragment arguments
- ColorPickerDialog
- DeletePlaylistDialog
- RenamePlaylistDialog
2023-09-08 15:21:58 +02:00
Ansh Tyagi
1044fcd153 refactor: use Bundle for DialogFragment arguments
- AddToPlaylistDialog
- BackupDialog
- CreatePlaylistDialog
- DeleteAccountDialog
- LoginDialog
- LogoutDialog
2023-09-08 15:19:59 +02:00
Ansh Tyagi
35565ad0c7 refactor: use extension function for receiving arguments 2023-09-08 15:19:59 +02:00
Ansh Tyagi
77f9fcb096 refactor: add keys and change playlistDescription key in IntentData 2023-09-08 15:19:59 +02:00
Ansh Tyagi
96c2f280b7 refactor: retrieve videoId out of arguments block 2023-09-08 15:19:59 +02:00
Ansh Tyagi
7f80d97770 refactor: save keys of Bundle in IntentData 2023-09-08 15:19:59 +02:00
Ansh Tyagi
995868b96c refactor: use Bundle for DialogFragment arguments 2023-09-08 15:19:59 +02:00
Bnyro
fac0782c2e style: move StatsSheet to sheets package 2023-08-25 20:09:16 +02:00
Bnyro
f9a026af54 fix: npe when opening dialog to submit sb segments 2023-08-25 20:07:24 +02:00
Bnyro
fc1260ce4d
Merge pull request #4590 from Bnyro/submit-sb-segments
feat: support for submitting SponsorBlock segments
2023-08-25 19:39:44 +02:00
Bnyro
16dc7a5217 feat: support for submitting SponsorBlock segments 2023-08-25 19:40:18 +02:00
Isira Seneviratne
b9a059d9ef fix: Free view bindings in dialogs 2023-08-25 05:35:10 +05:30
Bnyro
cf79b7bd67 feat: allow downloading audio based on language 2023-08-22 09:42:22 +02:00
FineFindus
471709812f
refactor: use bottom sheet for video stats (#4482) 2023-08-15 15:04:14 +02:00
FineFindus
e5efe97693 feat: add tooltips to playback sheet 2023-08-15 14:59:30 +02:00
Bnyro
818b9c72fe feat: Video chapters redesign 2023-08-05 11:29:56 +02:00