thunderbird-android/app
cketti f60f573f07 Don't auto-cancel new message notifications
On one of my test devices (Android 12), tapping a single message notification opens the message view, which leads to the notification being removed. If there's an inactive notification it will be promoted to an active notification and use the notification ID of the notification that was just removed. Due to auto-cancel being used, the delete intent of the first notification is then triggered. However, the system seems to use the notification ID to retrieve the delete intent. Because it will fetch the delete intent from the new notification, not the old one. (I made sure to check that it's not a PendingIntent reuse issue)

Since we remove the notification ourselves, we can simply stop using the (apparently buggy) auto-cancel mechanism.
2022-07-27 00:21:07 +02:00
..
autodiscovery Add OAuth support for Microsoft accounts 2022-06-15 13:02:50 +02:00
core Don't auto-cancel new message notifications 2022-07-27 00:21:07 +02:00
crypto-openpgp Remove explicit dependency on Kotlin's standard library 2021-04-22 03:54:15 +02:00
html-cleaner Allow all URI schemes in links 2022-07-20 14:00:55 +02:00
k9mail Remove notificationId parameters from methods in NotificationActionCreator 2022-07-26 23:31:20 +02:00
storage Flag existing Gmail accounts for OAuth upgrade 2022-06-17 14:40:23 +02:00
testing Change the Storage class to be immutable 2022-02-12 00:00:11 +01:00
ui Merge branch '6.2-MAINT' into main 2022-07-26 17:15:54 +02:00