Skip to content

Android Everything v0.1.4

Choose a tag to compare

@luli395 luli395 released this 25 Aug 03:10
· 1 commit to main since this release

Highlights

  • Add true case-insensitive substring search across indexed file names and Android paths.
  • Match text anywhere in a name or path—for example, hot now matches photo.jpg.
  • Support one- and two-character searches with a Unicode-aware fallback.
  • Keep quotes, parentheses, brackets, hyphens, and FTS5 operators safe as search input.
  • Automatically migrate the v0.1.3 search index to the new trigram schema without discarding indexed file metadata.
  • Normalize indexed search text in application code for consistent case- and diacritic-insensitive matching across supported Python and SQLite versions.

Windows package

The complete Windows ZIP includes AndroidEverything.exe, Android Platform Tools ADB 37.0.0, the required ADB DLLs, and the Android Platform Tools notice. Python and a separate ADB installation are not required.

ZIP SHA-256: 1ca8f03cac41cba943e2fedd64384b764cd48f040d8f3785dc80d7c9f668b4b6

$expected = (Get-Content .\AndroidEverything-v0.1.4-windows-SHA256.txt).Split()[0]
$actual = (Get-FileHash .\AndroidEverything-v0.1.4-windows.zip -Algorithm SHA256).Hash.ToLowerInvariant()
$actual -eq $expected

Full changelog: v0.1.3...v0.1.4