Commit graph

84 commits

Author SHA1 Message Date
Denis Çerri
5e47c98ec5
more fixes 2023-01-28 19:14:39 +01:00
Denis Çerri
af4294e092
fixes 2023-01-28 00:47:53 +01:00
Denis Çerri
9e5f0e5fab
implemented format inside objects instead of a separate table 2023-01-27 21:27:41 +01:00
Denis Çerri
ff58bd2dbf
added download multiple card 2023-01-25 16:41:16 +01:00
Denis Çerri
a6b078f95b
removed old download service 2023-01-24 19:32:00 +01:00
Denis Çerri
6dc413cbd2
turned more files to kotlin 2023-01-24 19:27:40 +01:00
Denis Çerri
92d6b2f197
added stuff
added file picker for the sheet
cancel
title and author name sync between types
sheet showing when there is one result
trending not refreshing every time app shows
2023-01-23 23:42:33 +01:00
Denis Çerri
7f813ebd96
added new download card again... 2023-01-23 17:59:13 +01:00
Denis Çerri
19eab5e054
fixed some things in download card 2023-01-22 18:16:22 +01:00
Denis Çerri
2371ab734d
added other download cards and recyclerview for cards to be queued for download 2023-01-21 16:51:22 +01:00
Denis Çerri
d124b8fb5f
added invidious formats and unified download card for a single item 2023-01-20 23:09:20 +01:00
Denis Çerri
c4c4e7eab1
added formats 2023-01-19 21:16:42 +01:00
Denis Çerri
09bddccb61
added livedata to results 2023-01-18 22:51:58 +01:00
Denis Çerri
335be8299c
created download worker 2023-01-18 19:52:27 +01:00
Denis Çerri
ec465f8bda
fixed thumb not showing in samsung music 2023-01-17 19:17:19 +01:00
Denis Çerri
82b24c4ea2
fixed history items not having proper indexes 2023-01-16 12:00:35 +01:00
Denis Çerri
542121d446
implemented diffutil on history recyclerview 2023-01-15 16:48:51 +01:00
Denis Çerri
d91b6dc217
random stuff 2023-01-10 11:47:05 +01:00
Denis Çerri
b330a5ba08
dev init 2023-01-08 16:50:57 +01:00
Denis Çerri
51ff22abcd
made file transfer a separate worker
made the app create default folders since downloading on a fresh install wouldnt work without checking the settings first, now you can
made each download have their own separate temporary folder using an url and download type. this way they can be resumed
fixed sponsorblock filters not working on a fresh install
fixed custom command notification not being in the proper channel
and other small stuff
2023-01-08 00:32:46 +01:00
Denis Çerri
427b96957c
fixed opus not saving with thumbnail & added share intent for custom command 2023-01-07 14:09:40 +01:00
Denis Çerri
f4d3ff5c25
fixed white space on bottom navigation 2023-01-07 12:33:13 +01:00
Denis Çerri
9871b38b68
fixed icons not showing well in small phones 2023-01-07 10:57:46 +01:00
Denis Çerri
bba9dbd96a
made downloads work on OTG drives 2023-01-06 22:49:44 +01:00
Denis Çerri
b83c73048b
fixed results being duplicated when reopening the app 2023-01-06 16:51:26 +01:00
Denis Çerri
6c644b9d7e
removed unimplemented components 2023-01-05 11:53:37 +01:00
Denis Çerri
1c1322ab60
breadcrumbs 2023-01-04 17:00:07 +01:00
Denis Çerri
ad30d363d8
fixed app not parsing youtube shorts 2023-01-04 16:32:25 +01:00
Denis Çerri
49db13833f
converted app, info/notification/update util, notification receiver to kotlin 2023-01-04 14:14:02 +01:00
Denis Çerri
604fd300c8
kotlin-migration init 2023-01-03 23:31:32 +01:00
Denis Çerri
f2c4fc33a3
code cleanup 2023-01-03 17:10:33 +01:00
Denis Çerri
dc75436bdc
added playlist support for invidious & removed recyclerview flashes 2023-01-03 00:37:24 +01:00
Denis Çerri
14033e38e2
added other sponsorblock delete categories 2023-01-02 22:34:43 +01:00
Denis Çerri
4b5dc1fb40
added invidous support for youtube queries
also added search suggestions
2023-01-01 20:04:34 +01:00
Denis Çerri
8dff21bc8a
more breadcrumbs
added a default value for format quality selection
fixed app not downloading files with bad characters like : ' " , .
added default video format
added worst video quality as selection
2022-12-31 13:35:08 +01:00
Denis Çerri
d772e54afe
breadcrumbs #2 2022-12-26 23:24:28 +01:00
Denis Çerri
fca43ed67d
added turkish 2022-12-16 11:49:25 +01:00
Denis Çerri
8f533ab67e
fixed app crashing when using links that have data missing 2022-10-22 09:59:50 +02:00
Denis Çerri
4a387ea0cf
even more fixes 2022-10-21 16:11:12 +02:00
Denis Çerri
4edd72f627
fixed file import bugs 2022-10-20 18:17:56 +02:00
Denis Çerri
a699711671
added ability to share txt file to the app
txt file can have any links, playlist links or simple queries. The app will go through each line and put them in the result page
2022-10-19 23:41:59 +02:00
Denis Çerri
c855b6ad2e
added "open file from downloaded item" functionality and deleting multiple downloaded items by long clicking / selecting them 2022-10-19 16:21:11 +02:00
Denis Çerri
32cbc52339
added download cards for download all and download selected vids 2022-10-18 21:38:38 +02:00
Denis Çerri
9d500b46fc
added support for editing author name 2022-10-18 18:30:24 +02:00
Denis Çerri
b60d02adb0
added ability to change item title before download
changing author is possible but a limitation of youtubedl-android prevents doing both at the same time
2022-10-18 17:38:00 +02:00
Denis Çerri
ecf79fbff4
[beta] added functional download config cards 2022-10-18 00:53:22 +02:00
Denis Çerri
0ca90d17a3
added cancel button on download notification
and fixed servive bugs when app was killed and reopened
2022-10-15 23:23:20 +02:00
Denis Çerri
8910d19815
added incognito mode, ability to delete file when deleting history item
also fixed cancel all downloads button from the top app bar not disappearing when i cancel the single download from the card
2022-10-13 22:58:24 +02:00
Denis Çerri
83055c0a42
fixed updating items when downloads cancel and fixed item downloading the same type (again) 2022-10-12 22:12:17 +02:00
Denis Çerri
b6f6edb690
added downloading items on the downloads tab, they can be cancelled
TODO, update home fragment when downloads tab cancels
2022-10-11 01:07:32 +02:00