Skip to content

Android Everything v0.1.1

Choose a tag to compare

@luli395 luli395 released this 16 Aug 03:02
· 10 commits to main since this release

Android Everything v0.1.1

This maintenance release improves search reliability and prevents failed ADB operations from being mistaken for successful scans.

Fixed

  • Treat FTS5 punctuation, quotes, parentheses, and operators such as AND and OR as ordinary search input
  • Return an empty result for punctuation-only searches instead of raising a SQLite FTS5 syntax error
  • Determine ADB command success from the actual process exit code rather than matching text in stderr
  • Preserve the previous device index when an ADB scan fails, times out, or the device goes offline
  • Use exit status for file pull and delete operations

Installation

  1. Download AndroidEverything.exe below.
  2. Install Android SDK Platform Tools and add adb to PATH.
  3. Connect an Android device with USB debugging enabled and start the executable.

ADB is not bundled. The executable is not code-signed, so Windows SmartScreen may display a notice. Verify the download using AndroidEverything-v0.1.1-SHA256.txt.

Verification

  • Unit tests: 18 passed
  • Packaged startup smoke test: passed on Windows 10
  • SHA-256: 44365610274edcab31d383a8285bf7dfcfcca2a7b38dfd8db79907d617f4598d

See the user guide and changelog for details.