Skip to content

Android Everything v0.1.0

Choose a tag to compare

@luli395 luli395 released this 14 Aug 13:24
· 14 commits to main since this release

Android Everything v0.1.0

The first public release brings an Everything-style, search-as-you-type experience for Android files to Windows.

Highlights

  • Standalone AndroidEverything.exe for Windows 10 and later; Python is not required
  • Fast local search powered by SQLite/FTS5
  • Atomic index replacement keeps the previous index when scanning fails or is cancelled
  • Device discovery, extension filters, sorting, pull/open/reveal, path copy, and delete operations
  • Persistent index and logs under %LOCALAPPDATA%\AndroidEverything
  • The app now opens with setup guidance instead of exiting when ADB is missing

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. This release is not code-signed, so Windows SmartScreen may show a notice. Verify the executable using AndroidEverything-v0.1.0-SHA256.txt.

Verification

  • Unit tests: 9 passed
  • Packaged startup smoke test: passed on Windows 10
  • SHA-256: 1fd96efda302b272a8cb2b676e6ab4b9e198e79d5e76761ef6aeaf00ba3b1982

See the user guide and changelog for details.