Commit graph

20 commits

Author SHA1 Message Date
deniscerri
b1b5dbc608
alot of stuff
-added download now option when u highlight only scheduled items in the context menu

-tappin on the errored notification will send you to errored tab, if you have logs disabled. If logs on it will send u to the log

-added preferred format ordering. By ID, FILESIZE, CONTAINER. Formats grouped by container will also be sorted by filesize

-fixed app not showing formats when u try to modify a current download item and its a different type (audio formats not showing if its a video type and vice versa)

-fixed app showing generic formats in cases where the format length was the same as that of generic formats (silly mistake)

-made the app store static strings for 'best' and 'worst' so that there isnt any confusion when u try to change the language and the stored downloads will have the other language's string

-added collected filesize on top of the download queue

-potentially fixed app not crashing when going to queued screen? idk

-fixed app not moving files when its a fresh install and u havent tried to change the download path. Now the app will just straight up download in that path if it finds that it can write in it. If not, it will use the old method of moving through URI's

-added download retries options
--retries and --fragment-retries
2023-06-25 22:07:08 +02:00
deniscerri
bc10b8bb27
stuff
Fixed app crashing when selecting a format from playlist formats and they dont have audio formats in them
made the context app bar close when you invert a fully selected list
added syntax highlight to logs
2023-06-01 22:19:34 +02:00
deniscerri
23c469f4bd
even more stuff
Added malay language
Fixed app not recognising log files if it was quick downloaded
Fixed app not closing download item when using -o in CC
Added code syntax highlighter in terminal
Added filename template on playlist batch download
added ability to multi-select audio on playlist download
Removed default folder auto creation
2023-05-31 23:38:17 +02:00
deniscerri
3289a4fb96
more stuff
tapping running download notification, will open download queue screen now
fixed app closing running application when trying to share a file from the notification
trending videos and search results will use piped now
2023-05-28 22:32:35 +02:00
deniscerri
4178c778bc
bug squashes 2023-05-20 18:03:18 +02:00
deniscerri
59ca614ffd
stuff
fixed sponsorblock not restoring properly
hid navigation bar when opening search view and reshowing it when closing
updated download item data after calling ytdlp so that the user doesnt have to wait. Its parallel
added Persian lang in the app
added socks5 proxy support
2023-05-19 22:12:31 +02:00
deniscerri
c28c2a6848
converted most activities to fragments and added animation of hiding / showing bottom nav 2023-05-16 20:54:56 +02:00
deniscerri
2bd2db60b6
remove unused components 2023-05-14 22:14:12 +02:00
deniscerri
fa341a53f2
added ability keep cached files when download is finished 2023-05-06 12:15:10 +02:00
deniscerri
b6d18f78a3
implemented pause button in notification 2023-05-05 22:28:35 +02:00
deniscerri
98c1e20d51
fixes 2023-04-29 17:57:07 +02:00
deniscerri
e0bc57655a
theme fixes 2023-04-26 22:32:12 +02:00
deniscerri
32213089c8
added remove audio feature and fixes on the finished download notification 2023-04-26 22:15:25 +02:00
deniscerri
4b921bd6c7
fixed ytm playlist links not showing all items and more theme fixes 2023-04-23 21:37:33 +02:00
deniscerri
a29eecadee
theme bug fixes 2023-04-23 14:42:12 +02:00
deniscerri
d46fd82f72
added swipe gestures in history screen and notifications when downloads are finished and errored with actions open/share/open logs 2023-04-22 20:31:55 +02:00
Denis Çerri
544a8eab14
implemented work calls after processing downloads 2023-01-30 00:00:03 +01:00
Denis Çerri
335be8299c
created download worker 2023-01-18 19:52:27 +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
49db13833f
converted app, info/notification/update util, notification receiver to kotlin 2023-01-04 14:14:02 +01:00