Feat: Android client Phase 0-3 full implementation

This commit is contained in:
yuanyuanxiang
2026-06-17 23:19:12 +02:00
parent 837d89c8b5
commit 5485e8f9e3
53 changed files with 3327 additions and 30 deletions

2
android/app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,2 @@
# Keep all app classes JNI method names must match exactly
-keep class com.yama.client.** { *; }