Back to Projects
RagaDL (Ragalahari Downloader) icon

RagaDL (Ragalahari Downloader)

LATEST: v3.5.0

Latest Release

Download Latest Release

Select the appropriate APK architecture for your device.

What's Changed

RagaDL v3.5.0 Release Notes

Release date: June 2026
Upgrade path: From v3.1.0 to v3.5.0

This release brings a substantial product update across discovery, downloads, favorites, UI polish, and internal architecture. The version jump is appropriate because the changes include multiple backward-compatible feature additions and broad improvements, which aligns with Semantic Versioning guidance for a minor release, while professional changelog guidance recommends grouping notable changes into sections such as Added, Changed, Fixed, and Removed for clarity.

Highlights

  • Introduced a more capable multi-site downloader with support for Ragalahari, Idlebrain, and Behindwoods, including pagination-aware scraping and improved bulk download notifications.
  • Revamped key user-facing areas such as Latest pages, Favorites, Gallery Links, and Celebrity List with better UI consistency, stronger performance, and cleaner interactions.
  • Reworked major app modules into cleaner feature-based layers with Riverpod-powered state management for better scalability and maintainability.

Added

New features

  • Added carousel sections across latest pages to surface recent updates more prominently at the top of the app.
  • Added a Latest Events option to download the newest event gallery images.
  • Added star-based favorite toggles to Latest tabs including Celebrities, Actors, and Actresses, with saved items routed into the Galleries section.
  • Added search recommendations in celebrity profiles instead of direct search, with paginated loading capped at 50 items per page.
  • Added shimmer loading for the history list view to improve perceived loading quality.
  • Added immersive mode support to reduce the bottom blank area and improve full-screen app presentation.
  • Added more color palettes and refined top bar styling for a more polished look.
  • Added app name and app version labeling for ABI build version names.

Downloader expansion

  • Added Idlebrain gallery image downloading with direct link paste support.
  • Added Behindwoods gallery scraping support with paginated page ranges, chunked concurrent crawling, dynamic range controls, and site-specific thumbnail handling.
  • Added a supported-sites information list in the downloader UI for ragalahari.com, idlebrain.com, and behindwoods.com.
  • Added a dynamic info button and range-limit guidance for Behindwoods links in the downloader flow.

Changed

UI and experience

  • Increased gallery sizing in latest sections for stronger visual emphasis.
  • Introduced auto-hiding app bars on the home page and celebrity pages for a more immersive browsing experience.
  • Redesigned the Favorites > Galleries tab into a cleaner grid layout with Show Galleries actions and top-insertion for newly favorited items.
  • Updated the search bar design to match the newer visual language across the app.
  • Adjusted overlay styling in the image viewer by replacing heavy blur effects with cleaner solid overlays.
  • Refined the history page for faster loading, stronger empty-gallery handling, and a better overall browsing flow.

Performance and behavior

  • Improved rendering performance for favorites and the image viewer.
  • Moved celebrity favorites loading from async builders to state-driven updates for faster UI feedback and smoother scrolling.
  • Increased maximum image zoom to 15x.
  • Improved downloader notification behavior for bulk downloads, with pause, resume, and cancel flow still in progress.
  • Updated downloader URL handling and notification listener behavior for more reliable download operations.

Architecture and codebase

  • Migrated major feature flows to Riverpod-based state management to improve scalability and state handling.
  • Refactored Downloader, Gallery Links, Celebrity List, and Latest modules into cleaner feature-based structures with separate UI, logic, models, controllers, widgets, and utilities where applicable.
  • Consolidated shared UI pieces such as search bars, error views, and celebrity cards into reusable common widgets to reduce duplication.
  • Unified favorites handling into a shared common favorites service.
  • Generalized parser behavior through a shared SiteParser interface and ParserFactory-based support checks, removing hardcoded site-specific branching from downloader logic.

Fixed

  • Fixed the pixelized error in link history updates.
  • Fixed Show Galleries button issues in the Latest pages.
  • Fixed async context problems by adding mounted checks after async gaps.
  • Fixed duplicate-code issues across shared widgets and latest page components.
  • Fixed slower-network Dio exception cases affecting downloads.
  • Reduced UI jank, memory leaks, and CPU spikes by optimizing favorites checks, download task state updates, isolate concurrency, and image viewer lifecycle handling.
  • Cleaned lint warnings, removed stale imports, and resolved unused or unreachable code paths.

Removed

  • Removed unnecessary Linux and web app versions from the project distribution targets.
  • Removed unused analysis report files and other dead code artifacts.
  • Removed redundant localized widget implementations after moving to shared common components.
  • Removed heavy FutureBuilder-based favorite status checks from gallery grids in favor of synchronous controller-driven state.

Developer notes

Although the visible version jump from v3.1.0 to v3.5.0 may look modest, the release packages several months of user-facing features, UX improvements, performance work, and structural refactors into one backward-compatible update, which fits a minor-version increment under semantic versioning rather than a patch release.

Suggested store summary

RagaDL v3.5.0 introduces a major quality update with new latest-page carousels, expanded multi-site downloading, redesigned favorites, smoother browsing performance, and a cleaner Riverpod-powered architecture. Users should notice faster interactions, improved stability, and a more polished gallery experience throughout the app.

Past Releases

  • v3.1.0
    3 APK variants

    v3.1.0 Release Notes

    Here are the release notes for v3.1.0 in Markdown format, polished and based on the changes in your code.


    Release Notes v3.1.0

    We are excited to bring you RagaDL v3.1.0! This update focuses on refining the user interface and improving navigation speed.

    🚀 What's New

    • ✨ Revamped UI Experience

      • The entire app interface has been updated to provide a smoother, more modern, and user-friendly experience.
    • 🖼️ Enhanced Image Viewer

      • We've upgraded the in-app gallery viewer. Enjoy a more immersive experience when browsing your downloaded collections.
    • ⚡ Quick Profile Access

      • Added a new shortcut button in the Latest Galleries section. You can now jump directly to a celebrity's full profile page with a single tap.
    • ⭐ Intuitive Favorites

      • We've replaced the old sorting arrows with a clear Star icon ⭐, making it easier than ever to mark profiles as favorites.

    Download the latest update to enjoy these improvements!

  • v3.0.0
    3 APK variants

    Ragalahari Downloader v3.0.0 Release Notes

    We are thrilled to announce the release of Ragalahari Downloader v3.0.0, a major update that brings a completely refreshed design and significant functional enhancements. We've jumped from v2.6.4 to v3.0.0 to reflect the substantial improvements made since the last update.

    ✨ What's New

    This version focuses on a more intuitive user experience, improved performance, and powerful new features:

    • 🚀 Revamped User Interface: A complete UI overhaul provides a modern, clean, and easy-to-navigate interface.
    • 💡 Enhanced Performance: The app is now faster and more responsive, thanks to updated tools and optimized code.
    • 🔔 Advanced Download Notifications: With the integration of Awesome Notifications, you get more reliable and detailed notifications for your downloads.
    • 🔄 State Management with Riverpod: We've upgraded our state management to flutter_riverpod for a more robust and scalable app architecture.
    • 🖼️ Improved Image Loading: cached_network_image has been updated to ensure faster and more reliable image loading and caching.
    • ⬆️ Updated Dependencies: All major packages, including dio, permission_handler, and shared_preferences, have been updated to their latest versions for better performance, security, and compatibility.

    🛠️ Bug Fixes and Improvements

    • [Fixed] Resolved intermittent crashes during image downloads.
    • [Fixed] Addressed issues with file permissions on the latest Android versions.
    • [Fixed] Improved error handling for broken gallery URLs.
    • [Improved] Enhanced the CSV import/export functionality for celebrity lists.
    • [Improved] Streamlined the process of pausing and resuming downloads.
    • [Improved] Optimized background processing for smoother multitasking.

    ⬇️ Download

    You can download the latest version from our GitHub Releases page.


    Thank you for your continued support! We're excited for you to try out the new and improved Ragalahari Downloader. If you have any feedback or suggestions, please open an issue on our GitHub page.

  • v2.6.4
    3 APK variants

    Ragalahari Downloader - Release Notes

    Version: v2.6.4

    Release Date: June 1, 2025


    Fixes

    • ✅ Fixed an issue where downloads were stuck on the Downloads page — now only paused and failed downloads will be shown.
    • ✅ Resolved a padding issue in the History page that prevented gallery/images from showing at the end.
    • ✅ Applied the Cool Theme as the new default.

    Updates

    • Added support for device default theme setting (Light/Dark/Auto).
    • Introduced a website status checker in place of the previous welcome text to instantly show Ragalahari site status.
    • Updated and integrated an improved celebrity database.
    • Revamped the entire app UI using Material 3 for a fresh, modern look.

    Notes

    This update enhances app stability, improves the visual interface, and aligns with modern design guidelines. Update now to enjoy a smoother download experience!


    Mobile-first and optimized for best performance across devices.

    Full Changelog: https://github.com/DevSon1024/ragalahari_downloader_2025/compare/v2.6.2...v2.6.4

  • v2.6.2
    3 APK variants

    Release Notes

    Bug Fixes

    • Solved the asking permissions on different occasions,
      • like after installation 'notifications'
      • while watching history 'gallery permission'
      • while downloading images for 'manage storage files'
    • now it will ask all the permission at once after installation.
    • solve exception while loading images in history (sometieme)
    • solve storage permission error in history page
    • solve shimmer loading screen problem in history page for both view types (Grid/List).

    Updates

    • Normal Notification Added for Downloading
    • Dynamic Dragable Container Pages on Main page
    • Added Recycle Bin in History Page with auto-deletion period option
    • Added a Link History Page for the used links data (can be deleted)
    • search bar in gallery links page for finding specific gallery by thier galley id.
    • Added cache memory system for the loaded celebrity gallery links
    • 'Clear Cache' button for clearing loaded junk. (if wanted)
    • Modified 'Favourites' tab For Deviding Celebrities and Galleries.
    • Added Viewing Presets for more Personilize experience.
    • Viewing Presets With 2 Viewing Types:
      • Grid View
      • List view
    • Modified Recycle Bin For Concluding Deleted Folders.
    • Some Changes in Theme Settings.

    Privacy

    • All operations are performed locally on your device.
    • No data is transmitted outside of your device.

    Notes

    report the bugs or errors if found any

  • v2.6.0
    3 APK variants

    Release Notes

    Bug Fixes

    • No specific bug fixes reported in this release.

    Updates

    • Added Sorting option for Actor and Actress individual in celebrity list
    • Now You Can update Database on scheduled Timing
    • Delete Share Images from the app by selecting individually

    Privacy

    • All operations are performed locally on your device.
    • No data is transmitted outside of your device.

    Notes

    report the bugs or errors if found any

  • v2.5.8
    3 APK variants

    Release Notes

    Bug Fixes

    • No specific bug fixes reported in this release.

    Updates

    • Added the same selection method as the Downloader in the History Tab for downloaded images.
    • Selection functionality now supports deleting or sharing downloaded images.

    New Release

    • Ragalahari Downloader is now available on Windows Desktop.
      • Not fully optimized but functional when running the executable file.
      • To use: Unzip the file and run the .exe file. ``
      • Operates similarly to the mobile application.

    Privacy

    • All operations are performed locally on your device.
    • No data is transmitted outside of your device.
  • v2.5.6
    3 APK variants
    • Bug Fixes

    Updates:

    • Added Individual Image Selection For Gallery Images
  • v2.5.4
    1 APK variant

    i still can't sign my app but it is still workable means there are no bugs only thing that this passed the scan by google protect

    use as you like and give your thoughts on this

    also how can i sign this

    please

  • v1.0.0
    1 APK variant