Commit Graph

32 Commits (v1.5.0-dev-2)

Author SHA1 Message Date
Denis Çerri dbdd8ef8d2
changed downloads logo and fixed custom commands 3 years ago
Denis Çerri 604fd300c8
kotlin-migration init 3 years ago
Denis Çerri 14033e38e2
added other sponsorblock delete categories 3 years ago
Denis Çerri 4b5dc1fb40
added invidous support for youtube queries
also added search suggestions
3 years ago
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
3 years ago
Denis Çerri c855b6ad2e
added "open file from downloaded item" functionality and deleting multiple downloaded items by long clicking / selecting them 3 years ago
Denis Çerri ecf79fbff4
[beta] added functional download config cards 3 years ago
Denis Çerri c763d00f08
init bottom cards for configuring download for both audio and video 3 years ago
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
3 years ago
Denis Çerri b6f6edb690
added downloading items on the downloads tab, they can be cancelled
TODO, update home fragment when downloads tab cancels
3 years ago
Denis Çerri a3f0667c7d
fixed bug when queued audio and video were of same source
2nd click downloaded the same type as the first. Now they download as expected
3 years ago
Denis Çerri 42deee3f2e
added chips to downloads fragment (sort, filter by type and website) 3 years ago
Denis Çerri e86b44ee51
finished download states on home fragment
handled download states through the recyclerview so that they are correct even if the app is killed and reopened
3 years ago
Denis Çerri b93ed7309e
made clicked results cancellable 3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
Denis Çerri 69abfb947f
added app icon (thank you decipher3114)
fixed app crashing when you multiselect and unselect
removed utc from history
updated mp3 and mp4 tags to audio and video
made app have a different background if its light or dark theme
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
Denis Çerri b81add6008
new features
added download range for playlists functionality
made result cards clickable so you can download only them
3 years ago
Denis Çerri 8117f9081b
Added Custom Command Feature and Self Updating Feature
- also other minor stuff, and new preferences
3 years ago
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
3 years ago
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
3 years ago
Denis Çerri 28a72866ca
small fixes
added icons to preferences
updated icon colors
removed some leftover hardcoded strings
fixed time formatting
fixed image table in readme
3 years ago
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
3 years ago
Denis Çerri 9230185930
Ditched external server calls & made the app show all playlist items and not first 50 videos 3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
Denis Çerri 0ef8f5bf7b
Init 3 years ago