Skip to content

DarQ Reborn 3.0

Latest

Choose a tag to compare

@Arora-Sir Arora-Sir released this 17 Jul 21:51

⚠️ IMPORTANT MIGRATION NOTICE:
Starting with this release (v3.0), the application identifier has changed from com.kieronquinn.app.darq to com.mohitarora.darqreborn to cleanly separate this fork and support FOSS store listings (like F-Droid / IzzyOnDroid).

Because this is a package name change, Android will install this version as a separate, new app instead of upgrading the old one in place. To migrate your configurations:

  1. Open your old app (v2.4 or older) and export your settings via Backup & Restore.
  2. Install this new version (v3.0).
  3. Open the new version and import your settings backup.
  4. Uninstall the old version.

Summary: This release migrates the application package name to com.mohitarora.darqreborn to cleanly separate this fork and support FOSS store listings, and resolves a critical layout startup crash.

🛠️ Package Migration & Bug Fixes

  • Package Name Migration: Changed applicationId from com.kieronquinn.app.darq to com.mohitarora.darqreborn.
  • Layout Behavior Crash Fix: Resolved a startup crash (ClassNotFoundException) caused by an unresolved dot-shorthand CoordinatorLayout behavior in fragment_container.xml.
  • Trigger Receiver Update: Updated the automation trigger broadcast action to "com.mohitarora.darqreborn.ACTION_START_SERVICE".

📚 Documentation & Guides

  • Migration & Backup Guide: Added step-by-step FAQ sections (in English and Chinese) and README instructions on settings migration for the package name transition.
  • Xposed Scope Guidelines: Added detailed instructions in the README and FAQ explaining how to configure LSPosed scopes.