Skip to content

Releases: shibaFoss/AIO-Video-Downloader

Version 2026.02.06 - Build [Build: 86]

05 Feb 19:10
1c7e980

Choose a tag to compare

πŸš€ AIO Video Downloader β€” Release 2026.02.06

✨ New Features

  • Discovery+ Support
    Expanded extraction capabilities to support Discovery+ content.

  • Advanced Download Settings

    • Introduced AdvDownloadSettingsActivity with full logic and interactions
    • Added Download Speed Limiter for bandwidth control
    • Added Custom User-Agent configuration dialog
    • Added Auto-Resume Retry Limit and improved parallel downloads handling

🎨 UI / UX Enhancements

  • Refined Browser Options Popup with optimized layouts and spacing
  • Updated Home Fragment with history counters and a refactored recent downloads layout
  • Added empty-state animations on the Home screen for clearer feedback
  • Enhanced PostDownloadDialog with audio feedback and improved behavior

πŸ”„ Improved Update Experience

  • Replaced static assets with smooth Lottie animations in UpdaterDialog
  • Implemented caching and preloading for update animations

πŸ› οΈ Core Improvements & Refactors

  • Updater Engine

    • Improved update logic with debouncing to reduce unnecessary network calls
  • Download Engine

    • Migrated silent APK downloads to Coroutines for better performance
    • Dynamic resolution of default download paths based on environment
  • Media Player

    • Optimized album art detection
    • Cleaned up internal imports
  • Browser Logic

    • Improved null safety and activity casting in BrowserWebChromeClient
    • Optimized cookie persistence using ThreadsUtility
  • Localization

    • Skipped unnecessary localized configuration updates in LocaleActivityImpl for faster transitions

πŸ“š Documentation & Maintenance

  • Added comprehensive KDoc across core engines, UI activities, and dialogs
  • Updated legal URLs and removed unused string resources
  • Streamlined internal logic across multiple dialog components

πŸ“¦ APK Information

  • Version Name: 2026.02.06
  • Version Code: 86
  • Build Toolchain: Kotlin 2.3.0 Β· AGP 8.13.2 Β· SDK 36

Thank you for using AIO Video Downloader!
Please report any issues via the User Feedback section in the app.

Version 2026.02.02 - Build [Build: 85]

03 Feb 09:52

Choose a tag to compare

This release focuses on refinement rather than new features.

  • Minor bug fixes and stability improvements
  • Overall UI polish and visual refinements
  • Performance optimizations for smoother interactions and faster response times

No breaking changes. This update is recommended for all users to get a cleaner, more stable, and better-performing experience.

Version 2026.01.27 - Build [Build: 84]

27 Jan 19:47

Choose a tag to compare

πŸš‘ Hotfix Release: YouTube Format & File Size Visibility Restored

This is an urgent patch update addressing a critical regression in the YouTube extractor that caused video/audio formats and file sizes to not appear before download.

πŸ”₯ What was broken

Recent upstream changes on YouTube’s side caused the parser to fail during stream extraction.
As a result:

  1. Video and audio format lists appeared empty or incomplete
  2. File sizes were missing or shown as unknown
  3. Users could not make informed choices before downloading
  4. Downloads themselves were not always brokenβ€”but the preview and selection stage was effectively unusable.

πŸ›  What’s fixed in this release

  1. Updated YouTube parsing logic to handle the new response structure
  2. Restored reliable extraction of:
  3. Available video/audio formats
  4. Accurate file size metadata
  5. Improved resilience against partial or delayed page reload requirements
  6. Reduced false ContentNotAvailable / reload-related extraction failures

🧠 Technical notes

  1. This patch focuses strictly on parser stability and metadata recovery
  2. No UI changes were made
  3. No API or behavior changes for downstream consumers
  4. The fix is forward-compatible and does not rely on brittle hardcoded assumptions

⚠️ Why this update matters

Being unable to see formats or file sizes breaks a core promise of the app:
users should know exactly what they are downloading before they download it.

This release restores that guarantee.

βœ… Recommended action

All users are strongly advised to update immediately, especially if:

  • You see empty format lists
  • File size is missing or always β€œunknown”
  • YouTube downloads feel unreliable at the selection stage

Version 2026.01.24 - Build [Build: 83]

24 Jan 07:59

Choose a tag to compare

⚠️ Important Notice

  • You must uninstall the previous version before installing this build.
  • Installing over an existing version may cause frequent crashes and unstable behavior due to major internal changes.

What's New On The Version

✨ Features
Player Configuration Popup: Initial implementation of a new interactive player settings panel for quick adjustments.
Enhanced File Management: Improved handling and organization of downloaded media files.
In-App Updater: Preliminary groundwork for automated application updates.

πŸš€ Improvements
Kotlin Migration: Core components have been migrated to Kotlin to enhance codebase stability and performance.
Database Optimization: Integrated ObjectBox for faster and more reliable data persistence.
Filter Updates: Updated adblock host filters to improve content filtering.
Visual Refinements: Introduced new typography options and polished various UI layouts.

πŸ› οΈ Fixes
Stability Improvements: Numerous internal optimizations (v5.8 series) to reduce crashes and improve responsiveness.
Data Model Cleanup: Refactored YouTube data structures for better metadata handling and accuracy.
UI Polishing: Resolved several minor UI inconsistencies across the navigation flow.

Version 2025.11.11 -Nightly Build [Build: 82]

09 Nov 14:35

Choose a tag to compare

This nightly build is an experimental version and not a final release. Many new features may be incomplete, unstable, or not yet implemented. Use with caution and expect occasional rough edges.

Highlights

  • Countless bug fixes across the app
  • Dozens of core performance and stability improvements
  • Added full Dark Mode support

This build provides an early look at upcoming features and system changes.
A complete feature set and detailed changelog will be included in the next stable release.

Version 2025.10.03 -Nightly Build [Build: 81]

03 Oct 21:53

Choose a tag to compare

Nightly Build Release Note – ⚠️ Not Final

This nightly build is not a final release. Many new options may not work or have not yet been implemented.

Despite that, it includes:

  • Countless bug fixes
  • Dozens of core improvements
  • Dark Mode support

A complete set of features and the full release notes will be available in the upcoming stable release.

⚠️ Note: Use this build for testing purposes only.

Version 2025.09.06 -Nightly Build [Build: 80]

06 Sep 20:35

Choose a tag to compare

βœ” Over 30 major and minor bug fixes
βœ” Performance optimizations for smoother and faster operation

Version 2025.08.25 [Build: 77]

24 Aug 19:30

Choose a tag to compare

Changelog

  • Added bookmark search (progressive improvements: part 1 β†’ 1.6)
  • Fixed ForegroundService crash (RemoteServiceException: ForegroundServiceDidNotStopInTimeException)
  • Fixed YoutubeDL format error (SyntaxError: Invalid filter specification 'height<=null')
  • Fixed issues with history entries not showing correctly
  • Reorganized and documented VideoDownloader class
  • General code cleanup and refactoring
  • Integrated Parse SDK for anonymous telemetry collection
  • Improved file handling and error recovery during downloads
  • Refined yt-dlp execution command setup

Version 2025.08.22 [Build: 76]

21 Aug 17:06

Choose a tag to compare

v2025.08.22

fixing the history bug -1

Version 2025.08.22 [Build: 75]

20 Aug 20:16

Choose a tag to compare

v2025.08.22-stable

importing parse sdk for telemetry collection.