Commit graph

47 commits

Author SHA1 Message Date
deniscerri
f5edae69b2
implemented custom themes 2023-04-22 16:40:59 +02:00
deniscerri
5b91db5834
added select all to history & made chips in download card and active download card have same colors 2023-04-17 13:31:00 +02:00
deniscerri
55b59d75b1
implemented cookies import & invert selected in contextual app bar & download preference without metered networks 2023-04-12 22:17:33 +02:00
deniscerri
6fc87df98d
implemented cookies 2023-04-09 15:44:00 +02:00
deniscerri
78a80a734d
added ignore battery optimization and other small stuff 2023-03-31 23:07:36 +02:00
deniscerri
847debf00d
small fixes 2023-03-22 12:56:57 +01:00
deniscerri
1920afac33
added baselineprofile & fixed share file intent 2023-03-21 22:06:45 +01:00
deniscerri
d3887dd7d9
added restrict filenames preference and changed download card design 2023-03-19 16:25:37 +01:00
Denis Çerri
c3730c46dc
fixed permission asking and template shortcuts duplicating 2023-03-07 10:48:37 +01:00
Denis Çerri
3e8cda1901
more fixes 2023-03-06 10:21:34 +01:00
Denis Çerri
44f33e1508
fixed video type not changing container & added more details in history details card 2023-03-05 08:32:08 +01:00
Denis Çerri
895476aa01
added tab layout on download queue screen 2023-03-04 13:30:58 +01:00
Denis Çerri
24fa1d1509
implemented custom command 2023-03-04 12:23:59 +01:00
Denis Çerri
4d859ee8d4
prevented card from duplicating when switching formats 2023-03-03 21:54:50 +01:00
Denis Çerri
24f04ec2ba
fixed some bugs on terminal mode and download card 2023-02-27 20:39:15 +01:00
Denis Çerri
8ff441172e
implemented download queue 2023-02-26 19:24:51 +01:00
Denis Çerri
9574788ae8
added download logs support 2023-02-26 12:44:58 +01:00
Denis Çerri
0047f8a833
added more details on format selection & implemented download card in share intent 2023-02-25 17:27:25 +01:00
Denis Çerri
ad452de1ae
fixed language switching api smaller than 33 2023-02-22 13:03:01 +01:00
Denis Çerri
5482105a18
fixed terminal mode somewhat & implemented language preference 2023-02-18 21:59:15 +01:00
Denis Çerri
2bfb998e4a
change animations for bottom sheet 2023-02-16 21:43:25 +01:00
Denis Çerri
2fd96cf3b2
more stuff lol 2023-02-07 17:33:40 +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
19eab5e054
fixed some things in download card 2023-01-22 18:16:22 +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
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
bba9dbd96a
made downloads work on OTG drives 2023-01-06 22:49:44 +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
d772e54afe
breadcrumbs #2 2022-12-26 23:24:28 +01: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
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
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
Denis Çerri
3936e83578
new small features
made progress bar as thick as the card and somewhat transparent, looks nicer
made the download progress not cut off and be seamless when transitioning from intermediate to solid colors
renamed history tab to downloads
added videopath to downloaded items and if they are not in the filesystem, they are greyed out
made updating app as a toggle in the main settings page. moved update ytdl there aswell
fixed not getting all playlist items from generic ytdl request
brought back the default api key. If the key is throttled, it will try to use the user's custom youtube api key. If that key is throttled too, it will use the generic request as a last resort
2022-10-01 00:18:55 +02:00
Denis Çerri
dfd560204e
fixed api issues and other stuff
Due to high app usage my personal youtube api key was throttled. I removed the built-in api key for default yt-dlp requests. slower but usable to everyone. You can add your own youtube api key in the setttings for faster responses
fixed downloaded items other than youtube not having proper download links
fixed app crashing when pressing download all button
2022-09-30 00:58:19 +02:00
Denis Çerri
6473f452a1
added stateless downloads & more
changed folder structure to ytdlnis instead of ytdl
when downloads are finished, history fragment updates itself
changed video duration of livestreams to LIVE
Fixed update dialog showing when you dont have internet
removed download functionality from home fragment and put it all on downloadservice. This makes the download stateless and the ui can be updated when you go back to the app
did the same for custom command activity
slight changes on result card ui
added fastlane metadata
added support for other yt-dlp videos instead of just focusing on youtube. Youtube is still the main focus
updated database
slight design changes
made bottom navigation bar the same color as the background
changed download buttons background colors inside cards
fixed result items changing download status icons when scrolling through recyclerview
updated readme
2022-09-23 23:55:02 +02:00
Denis Çerri
8117f9081b
Added Custom Command Feature and Self Updating Feature
- also other minor stuff, and new preferences
2022-09-16 01:24:17 +02:00
Denis Çerri
d931edad72
new settings features
implemented alot of sponsorblock and ytdlp features as settings
moved settings fragment to a different activity
added boilerplate bottom nav pages that will be added later
2022-09-13 00:01:22 +02:00
Denis Çerri
8c3525c1d5
system overhaul / fixes / new features
- fixed titles in folders and gradle builds
- converted downloading to a background service so that it continues even if the app is killed
- converted listviews on home and history fragments with recyclerviews to increase speed
- removed pull to refresh and floating action buttons for proper top app bar icons
- added search functionality to history
- added dialog if pressed delete all in history
- made new downloads add to queue if a download is on progress
- fixed leftover hardcoded strings
- added sponsorblock functionality. Removed non music parts for audio files and added chapters for videos
- fixed shimmer not removing when opening a video from share intent
- showed no results image when history is empty or there are no results
- made history cards clickable. You can delete them or open the link in youtube or copy the link to the clipboard
2022-09-04 23:50:11 +02:00
Denis Çerri
9230185930
Ditched external server calls & made the app show all playlist items and not first 50 videos 2022-06-20 01:29:15 +02:00
Denis Çerri
d3e77c2b9b
Improved app layout for other devices
- Other general design fixes
- Implemented a default theme for devices below android 12
- Added more colors to android 12 devices
2022-05-29 00:10:22 +02:00
Denis Çerri
0ef8f5bf7b
Init 2022-05-27 22:50:23 +02:00