MarcusWolschon / osmeditor4android

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

Use NotificationManagerCompat #2529

Open simonpoole opened 3 months ago

simonpoole commented 3 months ago

Currently we use our own code for backwards compatibility, using current (requires androidx.core:core:1.11.0) NotificationManagerCompat might reduce some of that.

See https://github.com/MarcusWolschon/osmeditor4android/pull/2528

johnjohndoe commented 3 months ago

Be aware of this function different from the usual way to get an instance: https://github.com/EventFahrplan/EventFahrplan/blob/master/app%2Fsrc%2Fmain%2Fjava%2Fnerd%2Ftuxmobil%2Ffahrplan%2Fcongress%2Fextensions%2FContexts.kt#L18