better-rail / app

An alternative mobile client for Israel Railways
https://better-rail.co.il
GNU Affero General Public License v3.0
150 stars 27 forks source link

Android notification permissions sheet #326

Closed guytepper closed 1 year ago

guytepper commented 1 year ago

Resolves #324

IMAGE 2023-10-01 5:46:30 PM
guytepper commented 1 year ago

@planecore UI is ready, need to implement functionality.

  1. You open the sheet by calling openLivePermissionsSheet on route-details-screen.
  2. In the sheet component, use PermissionButton to call Android permission prompt. Pass permitted if the user permitted the permission.
  3. The sheet has a button in the bottom you call to start the ride - make sure it's disabled as long as both permissions are not allowed. I don't know how you'd like the organize things now regarding the start ride callback, so leaving that to you.