add pet image support #316

Merged
RecentRunner merged 1 commits from android-desktop-parity into main 2026-04-15 16:16:14 -06:00
RecentRunner commented 2026-04-15 16:15:51 -06:00 (Migrated from github.com)

Adds pet image display and editing to the Android pet detail screen, bringing it to parity with the desktop app.

  • Adds ImageView to fragment_pet_detail.xml (200dp, matches product detail pattern)
  • Wires up ImagePickerHelper and GlideUtils in PetDetailFragment for load/pick/upload/delete
  • Adds uploadPetImage and deletePetImage to PetDetailViewModel

All other Android↔Desktop gaps (appointment time/service/store, customer/staff avatars) were already implemented.

Adds pet image display and editing to the Android pet detail screen, bringing it to parity with the desktop app. - Adds `ImageView` to `fragment_pet_detail.xml` (200dp, matches product detail pattern) - Wires up `ImagePickerHelper` and `GlideUtils` in `PetDetailFragment` for load/pick/upload/delete - Adds `uploadPetImage` and `deletePetImage` to `PetDetailViewModel` All other Android↔Desktop gaps (appointment time/service/store, customer/staff avatars) were already implemented.
Sign in to join this conversation.