Commit graph

5 commits

Author SHA1 Message Date
Denis Çerri
570dcfc94e
fixed playlist repeating the last page 2022-09-19 21:31:24 +02:00
Denis Çerri
9807b835f8
breadcrumbs 2022-09-19 17:21:11 +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
b81add6008
new features
added download range for playlists functionality
made result cards clickable so you can download only them
2022-09-16 23:43:50 +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