Skip to content

Android Everything v0.1.3

Choose a tag to compare

@luli395 luli395 released this 20 Aug 13:52
· 4 commits to main since this release

Highlights

  • Bind every device-scoped ADB command to the device serial selected when the operation starts.
  • Lock device selection and refresh controls until all active indexing and file operations finish.
  • Quote Android shell paths and reject invalid delete paths.
  • Sanitize Windows download filenames, avoid overwriting same-named files, and isolate temporary cache paths.
  • Report accurate success and failure counts for batch downloads.

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: 3a2891c208cad1d4927e881d3a644e42c24286e3387c5984fe8fd5b1a29532c7

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

Full changelog: v0.1.2...v0.1.3