Compare commits

...

3 Commits

Author SHA1 Message Date
0327bc1d78 Merge branch 'claude/serene-mclean-b76496' 2026-05-18 12:38:42 -04:00
b1265f2c2d ignore *.hprof heap dumps
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 12:37:42 -04:00
f7f9f5f3be android app tests and screenshots 2026-05-18 12:32:33 -04:00
5 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -16,6 +16,7 @@ android/**/build/
android/captures/ android/captures/
*.apk *.apk
*.aab *.aab
*.hprof
# ide # ide
.idea/ .idea/

BIN
docs/history-m2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

BIN
docs/home-m2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
docs/settings-m2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@@ -203,8 +203,10 @@ server/Dockerfile uses python:3.11-slim, installs deps, copies app/, exposes 876
- jetpack compose enabled. - jetpack compose enabled.
- min sdk is reasonable for current personal device. - min sdk is reasonable for current personal device.
- app id is stable, e.g. `me.hgsky.phonecapture`. - app id is stable, e.g. `me.hgsky.phonecapture`.
*** notes *** notes
Gradle project in android/. AGP 8.7.3, Kotlin 2.0.21, Compose BOM 2024.10.01. minSdk=31, compileSdk=36. App ID is me.hgsky.synq. Open android/ in Android Studio and hit Sync — AS will download the Gradle wrapper (8.9) automatically. Gradle project in android/. AGP 8.7.3, Kotlin 2.0.21, Compose BOM 2024.10.01. minSdk=31, compileSdk=36. App ID is me.hgsky.synq. Open android/ in Android Studio and hit Sync — AS will download the Gradle wrapper (8.9) automatically.
*** evidence *** evidence
- commit: 19b05a8 - commit: 19b05a8
- tests: Gradle sync in Android Studio (manual step) - tests: Gradle sync in Android Studio (manual step)