Releases: tastelessjolt/youtube-dl-android
Releases · tastelessjolt/youtube-dl-android
youtube-dl-android 0.16
Changelog
- Fixes some youtube links not working
youtube-dl-android 0.15
Changelog
- Fixes some youtube links not working
youtube-dl-android 0.14
Changelog
- Fixes opening a browser instead of a webview on some phones
- Nothing new in this build
youtube-dl-android 0.13
Changelog
- Convert most codebase to Kotlin
- Bug fix in Logging code
- Removed settings fragment due to some import issues'
- Now using versionCode/versionName for versioning #12
youtube-dl-android 0.12
Changelog
- Configuration for Download folder in a Settings Activity
- Bug fixes
- Back press while bottom sheet is showing now doesn't kill the doesn't kill the app
- Now Tracks on going download, and correctly places them in the specified download folder
- Modularized code separating youtube-dl part and UI part
Coming Soon
- #6 Merging audio and video after download
- #9 Ability to delete a history item
- Configuration for Prefered Quality and Auto download
- Expandable cards for history with more actions (redownload fresh download links, delete) (like in the Google Dialer app)
- #4
player-age-gate-content
to fix fromyoutube-dl
- #10 And also getting m3u8 links from live Youtube video
youtube-dl-android 0.11
Changelog
- Bug fixes
- Wrong size of fragment adapter while clean up
- Video Name containing
/
=> creating new folders, now it doesn't - Ripple while tapping fixed
- Weird scrolling fixed
- Empty history indication
- Now has unique history
- Now shows thumbnails of the videos
- UI changes
- Font for API 19
- New accent color
- New textbox style
Coming Soon
- Configuration for Prefered Quality, Download folder
- Modularized code separating youtubedl part and UI part
youtube-dl-android 0.10
Changelog
-
Bug fixes, changes in function name of signature decryption (Thanks to @menshen)
-
Better UX (I guess, feedback appreciated)
- Add colored logo
- Removed explicit download button
- Only Paste button
- Added
Renner
font for Headings (for API 26 and higher though, will support lower API too) - BottomSheet Formats
Coming Soon
- Configuration for Prefered Quality, Download folder
- Thumbnails caching for some color maybe.
- Font for API 19
youtube-dl-android 0.9.1
ChangeLog
- Add History of queried URLs
- Changed colors
- Added Icon
Future Work
- Better UX
- BottomSheet
- Many overlapping layers
youtube-dl-android 0.9
Changelog
- Re-design using Material Design 2 (Moved to
androidx
namespace) - Download in all formats
Coming Soon
- History of downloads
- Default type of Download (Audio/Video/Resolution/BitRate)
- Maybe add
okdownload
for parallel threaded downloading
youtube-dl-android 0.8
Changelog
- Now automatically downloads using the built-in downloader
DownloadManager
Future work
- Plans to include
axel
in the APK, for much faster downloads.