diet-guard/app/android
Krzysztof kuhy Rudnicki 7d421c1d8b Add R8 keep rules and re-enable release minification
The previous commit disabled isMinifyEnabled/isShrinkResources as a crash
workaround (AGP 9 default minification stripped WorkDatabase_Impl's no-arg
constructor). This commit adds the proper fix:

- new android/app/proguard-rules.pro: keeps the no-arg constructor on all
  RoomDatabase subclasses (the gap the Room AAR's own consumer rule misses
  — it keeps the class name but not the reflectively-called constructor),
  plus WorkManager worker/InputMerger rules re-stated from the work-runtime
  AAR in case transitive consumer-rule propagation is incomplete through the
  Flutter plugin wrapper.
- build.gradle.kts: re-enables isMinifyEnabled=true + isShrinkResources=true
  with proguard-android-optimize.txt + proguard-rules.pro.

Verified on the real phone (BL9000): minified release APK launches without
crash, MainActivity foreground, food-bank suggestions and slot chips render
correctly. APK size 52.1 MB (vs 56.9 MB unminified).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SWPUBzE24Ls9i9GMRwXnnn
2026-06-25 17:34:15 +02:00
..
app Add R8 keep rules and re-enable release minification 2026-06-25 17:34:15 +02:00
gradle/wrapper Add Flutter companion app skeleton with local meal logging 2026-06-22 18:22:42 +02:00
.gitignore Add Flutter companion app skeleton with local meal logging 2026-06-22 18:22:42 +02:00
build.gradle.kts Add Flutter companion app skeleton with local meal logging 2026-06-22 18:22:42 +02:00
gradle.properties Add Flutter companion app skeleton with local meal logging 2026-06-22 18:22:42 +02:00
settings.gradle.kts Add Flutter companion app skeleton with local meal logging 2026-06-22 18:22:42 +02:00