Commit graph

37 commits

Author SHA1 Message Date
deniscerri
f5edae69b2
implemented custom themes 2023-04-22 16:40:59 +02:00
deniscerri
260f82cc6f
fixed tablet ui 2023-04-21 10:39:49 +02:00
deniscerri
326e701812
implemented tablet ui & folder picker in terminal 2023-04-20 00:09:20 +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
334b42a908
fixes 2023-04-15 10:57:29 +02:00
deniscerri
ee6eef64d4
added export to clipboard in terminal 2023-04-13 23:23:36 +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
f5ad2aee1d
added contextual menus for main and history fragments 2023-04-09 11:05:29 +02:00
deniscerri
467c0bd16e
added custom command and shortcuts buttons to terminal screen 2023-03-25 21:58:48 +01:00
deniscerri
660cab7702
added navigation component & command chip in history fragment 2023-03-25 11:13:18 +01:00
deniscerri
ee8c387c33
removed unused resources 2023-03-15 18:51:39 +01:00
Denis Çerri
33c081d132
added download type toggle in download multiple card 2023-03-11 15:07:06 +01:00
Denis Çerri
f26fd7498d
added split by chapters 2023-03-11 12:12:34 +01:00
Denis Çerri
53bc051bc1
added search bar 2023-03-09 20:18:03 +01:00
Denis Çerri
a1cb810609
removed unused imports 2023-03-07 21:46:42 +01:00
Denis Çerri
cc8614d175
implemented processing multiple items from a playlist 2023-03-05 18:16:28 +01:00
Denis Çerri
24fa1d1509
implemented custom command 2023-03-04 12:23:59 +01:00
Denis Çerri
8eb0370c69
made the logs not store if incognito is on and stopped log getting recreated if deleted 2023-02-26 14:46:03 +01:00
Denis Çerri
1adba854e8
added search history 2023-02-25 20:32:26 +01:00
Denis Çerri
d860511ce9
implemented download scheduling 2023-02-11 18:26:13 +01:00
Denis Çerri
544a8eab14
implemented work calls after processing downloads 2023-01-30 00:00:03 +01:00
Denis Çerri
7f813ebd96
added new download card again... 2023-01-23 17:59:13 +01: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
42deee3f2e
added chips to downloads fragment (sort, filter by type and website) 2022-10-07 01:39:06 +02:00
Denis Çerri
b5119e8b4e
fixed downloads delete dialogs not showing
also fixed certain files not getting recognized in the filesystem and giving a false negative on downloads tab, making them grey
made grey downloads' buttons grey too
switched the button to materialbutton like home
replaced basic progressbar to linearprogress. Now progress is buttery smooth
2022-10-02 01:19:18 +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
4f4a6a4660
1.2.0
added some final touches
made the download cancellable
fixed button visibility issues
updated to latest version of youtubedl-android
2022-09-18 13:49:22 +02:00
Denis Çerri
709a3778a2
other new features
- check for updates when app launches
- remove scrollview so that recyclerview can recycle. It wont hide the top bar but thats a sacrifice for the greater good.
- remove download all mini card and made it into a floating action button
- made video loading from playlists as fast as possible even if you have thousands of videos in a list. It adds videos in recyclerview in a form of pagination
- fixed preferences when you just installed the app and you never opened the preference screen you can still download without erroring out
2022-09-18 00:27:36 +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
e3f9e4bfb4
small fixes
ordered history items in descending order
changed menu item colors
2022-09-10 23:45:41 +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
2b28f3472b
1.1.0
- removed programmatical creation of cards and instead inflated them through layouts
- created shimmer card effects when cards are loading from the api
- made api calls in threads so that the app won't hang loading tons of data
- made buttons adapt to Material U colors
- made result cards show which videos are downloaded already by changing the download icons
- showed video duration in result files
- added trending videos if results are empty, based on your location
- made the cards 16:9 no all devices
- removed old menubar and now it blends with the statusbar
- When switching to light mode, the status bar now changes as expected
- added download progress notification
- removed unnecessary toasts
- fixed card scrolling when downloading a playlist
- added floating action button to scroll to top
- made appbar clickable that will also scroll to top
- made bottom nav bar buttons scroll to top if you are clicking the highlighted button
- fixed text sizes and positions
- removed youtubedl-android folders and instead used modules (it now works, previously i had to manually add them)
- removed hard coded strings which most were albanian. Now they are english by default and if you change the language in your phone's settings, it changes language too. Currently the app supports only English and Albanian
- and other small fixes and details
2022-08-21 13:17:32 +02:00
Denis Çerri
aa5eab7743
Saved Fragment states when switched instead of recreated them
- Added delete results button in main menu
- Made search button color more recognisable
2022-05-30 01:26:19 +02:00
Denis Çerri
8d178f6f1b
App finalization
Version 1.0.0
- Added delete history in history fragment
- Stored every search result in a database so that you can see them even after app is closed
- Fixed bad directory path text by converting it to UTF-8
- Made the app download the whole playlist
- Made the app keep track of songs that have already been downloaded by showing the finished progress bar on them if the fragment gets reloaded
- Fixed metadata on music files by adding thumbnail and proper metadata on author and title by using tags
2022-05-28 17:18:04 +02:00
Denis Çerri
0ef8f5bf7b
Init 2022-05-27 22:50:23 +02:00