Commit Graph

6 Commits

Author SHA1 Message Date
Misaka_Company
a702f80116 build(android): configure release signing with keystore
Replaces default debug signing with a dedicated release keystore loaded via android/key.properties. Fixes the cross-host signature mismatch that broke adb install -r. keystore and key.properties are gitignored (signing identity must not be committed).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-10 13:43:29 +08:00
Misaka_Company
9e4667d68f chore: ignore .sisyphus/ directory in gitignore
Add .sisyphus/ to .gitignore alongside .agents/ to exclude
Sisyphus plan files from version control.
2026-05-18 15:24:53 +08:00
Misaka_Company
e4a8816b98 chore: ignore agent workspace 2026-05-13 09:52:23 +08:00
Misaka
2937efdefd chore: ignore android/build directory
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-11 20:43:13 +08:00
Misaka
230e6ee07a feat: add sound and vibration feedback for registration actions
Integrate audioplayers, vibration, and file_picker packages to provide
audio/haptic feedback on registration success/failure. Add sound
settings UI in SettingsPage for customizing notification sounds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-11 20:13:03 +08:00
Misaka
752bc404d3 Initial commit: Flutter project setup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-06 21:43:56 +08:00