01 / Release summary
Build profile
- Released
- 07 Sept 2026
- Channel
- stable
- File size
- 2.6 MB
- Android
- 26+
- Architectures
- Application ID
io.github.acidefluorhydrique.carrot
02 / APK builds
Artifacts
io.github.acidefluorhydrique.carrot_3.apk · 925df9434b6a61925a83d9c4ea4d158e52971c4972d73bb5f4922df9abb57a2c→03 / Changes
Release notes
- Fix a freeze when changing the interface language. Switching language rebuilt the whole Activity. That saved the game twice, tore down and rebuilt the audio engine, and waited for the render thread to stop, all on the main thread, and Android forces pending preference writes to reach disk before the activity may pause. On slower storage the app could hang for seconds, sometimes long enough for an "isn't responding" dialog. The language now changes in place, so the switch is immediate.
04 / Provenance