feat: pick a location from the contact picker #30

Merged
makiolaj merged 1 commits from feat/location-from-contacts into release/v2.8.0 2026-06-23 07:31:04 +00:00
Owner

Reuses the attendee contact-picker mechanism for the event location field.

  • A Contacts button beside the location input opens the system picker, scoped to postal-address rows
  • The chosen contact's formatted address is dropped into the location field (multi-line addresses collapsed to one line)
  • Same no-permission guarantee as the guest picker — ACTION_PICK grants temporary read access, so no READ_CONTACTS is required
  • EN/DE strings added

Builds clean (compileDebugKotlin / assembleDebug). Verified on-device (Pixel 10).

Reuses the attendee contact-picker mechanism for the event location field. - A Contacts button beside the location input opens the system picker, scoped to postal-address rows - The chosen contact's formatted address is dropped into the location field (multi-line addresses collapsed to one line) - Same no-permission guarantee as the guest picker — ACTION_PICK grants temporary read access, so no READ_CONTACTS is required - EN/DE strings added Builds clean (compileDebugKotlin / assembleDebug). Verified on-device (Pixel 10).
makiolaj added 1 commit 2026-06-23 07:26:06 +00:00
feat(edit): pick a location from the contact picker
All checks were successful
Translations / check (pull_request) Successful in 4s
CI / ci (pull_request) Successful in 4m19s
9839f9cd38
Reuse the attendee contact-picker mechanism for the location field: a
Contacts button beside the location input opens the system picker scoped
to postal-address rows, and the chosen contact's formatted address is
dropped into the field (multi-line addresses collapsed to one line).

Same no-permission guarantee as the guest picker — ACTION_PICK grants
temporary read access, so no READ_CONTACTS is required.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
makiolaj merged commit 22c4eded96 into release/v2.8.0 2026-06-23 07:31:04 +00:00
makiolaj deleted branch feat/location-from-contacts 2026-06-23 07:31:04 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: makiolaj/calendula#30