YumeMichi 91bbc7f607 Add Android control app and embedded server
Inspired by HNKServer/honoka-chan-apk-server, but implemented as a JNI-based embedded runtime instead of the original approach.

- Add an Android Compose controller app that starts and stops honoka-chan through JNI, shows runtime and health status, manages data directory mounting, and supports backup import/export for data.db
- Add an embeddable Go server entrypoint plus JNI-exported status, health, and reload hooks so desktop and Android builds share the same startup and shutdown path
- Add Android build scripts, runtime packaging, and project documentation, including generated default config.json content for honoka_runtime.zip
- Add runtime bundle hash tracking so updated honoka_runtime.zip assets are automatically redeployed while preserving config.json and user data files
- Add in-app service settings for unlock_all_special_rotation with immediate config persistence and automatic reload when the service is running
- Split SQLite driver selection by platform, using go-sqlite3 on Android and modernc.org/sqlite elsewhere to avoid Android x86_64 seccomp crashes
- Update startup, database initialization, and system health/reload handlers to support the embedded runtime and Android control flow

Signed-off-by: Sean Du <do4suki@gmail.com>
2026-06-12 19:17:21 +08:00
2026-06-05 06:53:48 +08:00
2026-06-01 21:48:41 +08:00
2026-06-06 20:59:49 +08:00
2026-06-04 03:20:24 +08:00

honoka-chan

LoveLive! 学园偶像祭 自用私服。

文档列表

详见 docs 目录。

视频教程

特别感谢

  • 虹原翼 @ LLSIF 查卡器 的技术支持
  • tungnotpunk @ LL Hax 在 iOS 客户端修改方面的支持
  • NPPS4 项目在歌曲、随机打歌等逻辑实现上的参考
  • alay 项目在接口行为和功能补全上的参考
  • 其他可能一时没想起来的大佬们和项目
S
Description
No description provided
Readme
91 MiB
Languages
Go 81.3%
HTML 17%
CSS 1.1%
Shell 0.4%
JavaScript 0.2%