Releases: shibaFoss/AIO-Video-Downloader
Version 2026.02.06 - Build [Build: 86]
π AIO Video Downloader β Release 2026.02.06
β¨ New Features
-
Discovery+ Support
Expanded extraction capabilities to support Discovery+ content. -
Advanced Download Settings
- Introduced
AdvDownloadSettingsActivitywith 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
- Introduced
π¨ 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
- Improved null safety and activity casting in
-
Localization
- Skipped unnecessary localized configuration updates in
LocaleActivityImplfor faster transitions
- Skipped unnecessary localized configuration updates in
π 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]
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]
π 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:
- Video and audio format lists appeared empty or incomplete
- File sizes were missing or shown as unknown
- Users could not make informed choices before downloading
- Downloads themselves were not always brokenβbut the preview and selection stage was effectively unusable.
π Whatβs fixed in this release
- Updated YouTube parsing logic to handle the new response structure
- Restored reliable extraction of:
- Available video/audio formats
- Accurate file size metadata
- Improved resilience against partial or delayed page reload requirements
- Reduced false
ContentNotAvailable/ reload-related extraction failures
π§ Technical notes
- This patch focuses strictly on parser stability and metadata recovery
- No UI changes were made
- No API or behavior changes for downstream consumers
- 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]
β οΈ 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]
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]
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]
β Over 30 major and minor bug fixes
β Performance optimizations for smoother and faster operation
Version 2025.08.25 [Build: 77]
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
VideoDownloaderclass - 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]
v2025.08.22 fixing the history bug -1
Version 2025.08.22 [Build: 75]
v2025.08.22-stable importing parse sdk for telemetry collection.