Skip to content

Releases: tastelessjolt/youtube-dl-android

youtube-dl-android 0.16

13 Jul 07:00
Compare
Choose a tag to compare

Changelog

  • Fixes some youtube links not working

youtube-dl-android 0.15

01 Feb 15:43
Compare
Choose a tag to compare

Changelog

  • Fixes some youtube links not working

youtube-dl-android 0.14

14 Dec 12:57
8d86a85
Compare
Choose a tag to compare

Changelog

  • Fixes opening a browser instead of a webview on some phones
  • Nothing new in this build

youtube-dl-android 0.13

07 Dec 05:00
Compare
Choose a tag to compare

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

09 Oct 16:03
Compare
Choose a tag to compare

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 from youtube-dl
  • #10 And also getting m3u8 links from live Youtube video

youtube-dl-android 0.11

18 Sep 07:11
Compare
Choose a tag to compare

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

15 Sep 08:33
Compare
Choose a tag to compare

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

28 Aug 13:48
Compare
Choose a tag to compare

ChangeLog

  • Add History of queried URLs
  • Changed colors
  • Added Icon

Future Work

  • Better UX
    • BottomSheet
    • Many overlapping layers

youtube-dl-android 0.9

28 Aug 00:21
Compare
Choose a tag to compare

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

23 Jul 19:09
Compare
Choose a tag to compare
Pre-release

Changelog

  • Now automatically downloads using the built-in downloader DownloadManager

Future work

  • Plans to include axel in the APK, for much faster downloads.