MarcusWolschon / osmeditor4android

Vespucci is a OpenStreetMap editor for Android
http://vespucci.io
Other
358 stars 83 forks source link

Support starting the app via the upload reminder notification #2528

Closed simonpoole closed 3 months ago

simonpoole commented 3 months ago

See https://github.com/MarcusWolschon/osmeditor4android/issues/1153#issuecomment-2000080583

johnjohndoe commented 3 months ago

You might be able to use PendingIntentCompat.

johnjohndoe commented 3 months ago

You might want to migrate to NotificationManagerCompat in a follow up merge request.

simonpoole commented 3 months ago

You might want to migrate to NotificationManagerCompat in a follow up merge request.

Too late for the 20.0, I would have to change too many moving pieces and move to some newer dependencies. I'll open a separate issue for this.