This repository was archived by the owner on Dec 24, 2025. It is now read-only.
Releases: lavafroth/droidrunco
Releases · lavafroth/droidrunco
Radiant Rocks
New features
- Dex inject by @lavafroth in #5
- Improved contrast for tags in web UI
- Simplified build process to a single
go build
Full Changelog: v2.5.2...v3.0.0
Boring Watermelon
Fixes
- The bridge extractor injected into the device recovers on panic and returns an empty string instead of the panic message.
- Sleep for 2 seconds before attempting to extract app labels to avoid
text file is busyerror.
New features
- The knowledge base JSON file now supports an extra field "label" to crowdsource app labels to avoid extracting them from APKs.
Nascent Desperation
Changelog
- Introducing new filters to show or hide recommendation categories!
- Apps that are tested to not break any setup are recommended by default.
- Apps whose removal require advanced preperation or technical knowhow are hidden behind the filter menu.
- Internal: The knowledge database uses a map so that duplicates are dealt with automatically.
Verbose Dream
Changes
- Revert app list singleton to prevent search from crashing
- Use CSS variable for search text color for better accessibility
Gloomy Citadel
Changelog
- Justfile updated to default to regular build
Note: Only the build system is tweaked, this should help people building from source but everything else remains the same.
Smoking Gun
Changelog
- Fixed websocket connection from hanging on page refresh
- Prefer local variables in script
Underwater Firetruck
Changelog
- Updated build systems to use just
- Updated known apps database
Glorified Hack
Changelog:
- Minor UI fixes
- Updated known app database
Diabolic Fudge
Changelog:
- Fixed click on action button triggering card to be expanded
- Fixed panic while reading apk for extractor
Uncertain Voiceover
Changelog:
- Switched up AJAX with WebSockets for truly asynchronous communication. The list only gets updated when there is a new event like an install, uninstall or restore. No more refresh per n seconds.
- Fixed bug while fetching label from commit 7eba2ce.
- Previously seen apps get pruned for new lists.
- Filtering is now done on the client side (frontend).