Commit graph

63 commits

Author SHA1 Message Date
deniscerri
9f7a350602
Merge pull request #1 from comradekingu/patch-1
App strings reworked
2022-11-23 08:37:22 +01:00
Allan Nordhøy
eef5a44ec7
Small fixes 2022-11-23 06:31:19 +00:00
Allan Nordhøy
4a19712f5e
App strings reworked 2022-11-23 05:33:53 +00:00
Denis Çerri
8f533ab67e
fixed app crashing when using links that have data missing 2022-10-22 09:59:50 +02:00
Denis Çerri
4a387ea0cf
even more fixes 2022-10-21 16:11:12 +02:00
Denis Çerri
4edd72f627
fixed file import bugs 2022-10-20 18:17:56 +02: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
32cbc52339
added download cards for download all and download selected vids 2022-10-18 21:38:38 +02:00
Denis Çerri
9d500b46fc
added support for editing author name 2022-10-18 18:30:24 +02:00
Denis Çerri
b60d02adb0
added ability to change item title before download
changing author is possible but a limitation of youtubedl-android prevents doing both at the same time
2022-10-18 17:38:00 +02:00
Denis Çerri
ecf79fbff4
[beta] added functional download config cards 2022-10-18 00:53:22 +02:00
Denis Çerri
c763d00f08
init bottom cards for configuring download for both audio and video 2022-10-16 23:37:54 +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
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
2022-10-13 22:58:24 +02: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
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
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
2022-10-08 00:41:15 +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
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
2022-10-05 01:46:58 +02:00
Denis Çerri
b93ed7309e
made clicked results cancellable 2022-10-04 01:36:31 +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
5bd20ad5fd
translated leftover strings #2 2022-09-30 01:02:22 +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
deniscerri
f735314cc0
Update README.md 2022-09-28 00:18:29 +02:00
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
2022-09-28 00:15:30 +02:00
deniscerri
a24efbbe60
Update README.md 2022-09-24 16:48:50 +02:00
Denis Çerri
eaff3782f6
Merge branch 'main' of https://github.com/deniscerri/ytdlnis 2022-09-24 16:47:47 +02:00
Denis Çerri
7dc6f78088
1.3.0 2022-09-24 16:47:01 +02:00
deniscerri
3a42a07d5b
Update README.md 2022-09-24 13:49:42 +02:00
deniscerri
72e13a84bd
Update README.md 2022-09-23 23:57:13 +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
2e355562d3
breadcrumb #2 2022-09-20 11:03:19 +02:00
Denis Çerri
21b6847a23
fixed cards not reseting properly when clearing results 2022-09-20 01:19:06 +02:00
Denis Çerri
570dcfc94e
fixed playlist repeating the last page 2022-09-19 21:31:24 +02:00
Denis Çerri
9bd2e81b64
removed unnecessary thread sleep 2022-09-19 21:10:31 +02:00
Denis Çerri
9807b835f8
breadcrumbs 2022-09-19 17:21:11 +02:00
Denis Çerri
e3106936b8
removed update toast when app first opens 2022-09-18 14:25:30 +02:00
Denis Çerri
aa8a05d118
fixed history recyclerview padding 2022-09-18 13:53:51 +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
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
4ed26c6b47
translated leftover strings 2022-09-16 14:26:16 +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
a061c78ae0
fixed folder structure 2022-09-11 22:26:55 +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
28a72866ca
small fixes
added icons to preferences
updated icon colors
removed some leftover hardcoded strings
fixed time formatting
fixed image table in readme
2022-08-30 14:06:35 +02:00