calorie-ai-android/web
Daniel 9f660d50bc
Some checks failed
Android CI / build (push) Successful in 1m16s
Web CI / test (push) Failing after 1m46s
Android Release / release-apk (push) Successful in 1m16s
Refactor Android app to production grade with improved UI and sync
Android:
- Add adaptive app icon (blue background, white flame foreground)
- Add android:icon and roundIcon references to manifest
- Add windowSoftInputMode=adjustResize for keyboard handling
- Dark mode support via isSystemInDarkTheme() in Theme.kt
- Bump versionCode 1→2, versionName 1.0→1.1, named APK output
- Merge Trash into Diary as a tab (was a 6th bottom-nav item)
- Add sync refresh button in top bar with loading indicator
- Add CalorieGoalBar progress indicator on dashboard
- Add calorieTarget to ServerSettings, Settings screen, and API
- Add clearTrash() to ApiRepository (server route was unused)
- Fix onCancelEdit to also clear selected image state
- AiClient.kt: remove old pre-server AiClient class (replaced by ApiRepository)
- LogMealScreen: side-by-side field rows, DropdownField for meal type

Web server:
- Add calorieTarget to settings defaults and allowed field list
- Remove dead handleRequest() function (never called, Express routes it)

CI:
- Fix APK paths in android.yml and release.yml for renamed output

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 05:32:01 +02:00
..
public Revamp web app with Svelte and Tailwind 2026-05-19 18:53:03 +02:00
src Refactor Android app to production grade with improved UI and sync 2026-05-20 05:32:01 +02:00
tests Refactor Android app to production grade with improved UI and sync 2026-05-20 05:32:01 +02:00
.dockerignore Add web auth and app navigation 2026-05-19 17:59:02 +02:00
.env.example Revamp web app with Svelte and Tailwind 2026-05-19 18:53:03 +02:00
docker-compose.yml Revamp web app with Svelte and Tailwind 2026-05-19 18:53:03 +02:00
Dockerfile Revamp web app with Svelte and Tailwind 2026-05-19 18:53:03 +02:00
index.html Revamp web app with Svelte and Tailwind 2026-05-19 18:53:03 +02:00
package-lock.json Update web plans and app capture 2026-05-20 00:48:52 +02:00
package.json Update web plans and app capture 2026-05-20 00:48:52 +02:00
playwright.config.js Revamp web app with Svelte and Tailwind 2026-05-19 18:53:03 +02:00
server.js Refactor Android app to production grade with improved UI and sync 2026-05-20 05:32:01 +02:00
vite.config.js Revamp web app with Svelte and Tailwind 2026-05-19 18:53:03 +02:00