audiobookshelf-atv/android/app
Lauris van Rijn 719e517dda fix(androidauto): async handling of browseTree init instead of busy‑loop
Removed blocking `while (!browseTree.isInitialized){}` in
`onLoadChildren`. Added `waitForBrowseTree` and `onBrowseTreeInitialized`
helpers to queue pending results until browseTree is ready. All
browseTree assignments now call `onBrowseTreeInitialized()`. This avoids
ANRs and high CPU when Android Auto requests children before init.
2025-08-29 00:43:02 +02:00
..
src fix(androidauto): async handling of browseTree init instead of busy‑loop 2025-08-29 00:43:02 +02:00
.gitignore init 2021-09-01 20:07:11 -05:00
build.gradle Version bump v0.10.0-beta 2025-07-19 16:55:54 -05:00
capacitor.build.gradle Update to capacitor v7 2025-04-17 17:16:00 -05:00
proguard-rules.pro init 2021-09-01 20:07:11 -05:00