0.1.0
InternalCamera missions moved fully on-device, and the alarm scheduler rewritten.
- Changed
Alarm scheduling moved out of the app process and onto the platform alarm service. The previous version kept the schedule in-app, which Android battery optimisation suspended — alarms did not fire on some devices after a few idle days.
- Added
Six camera missions — Object Hunt, Pet Hunt, Sky Photo, Nature Hunt, Touch Grass and Scan a code — all running recognition on-device with no frame written to storage.
- Added
Configurable escape-hatch delay on every mission, plus a hard timeout that cannot be disabled.
- Changed
Streaks are now recomputed from wake history on read rather than stored as a counter, so they cannot drift out of sync after a crash, timezone change or restore.
- Fixed
The adaptive launcher icon was sitting on a generic orange rather than the brand sunrise value, having drifted from the design tokens.