Commit graph

8 commits

Author SHA1 Message Date
ivk
9100edc7b8 [ios] Add notification counter badge to app icon
Add a persistent counter that is incremented from notification
extension. The counter is reset on app being put into foreground.

Close #1757
2025-10-16 18:01:17 +02:00
mac-github
b05d4c4bc2 fix styles 2025-04-29 22:38:26 +02:00
mac-github
95b1913efc discard existing iOS alarms if they cannot be deserialized
Co-authored-by: kib <104761667+kibibytium@users.noreply.github.com>
Co-authored-by: sug <sug@tutao.de>
2025-04-29 18:34:45 +02:00
and
154c28849c [Mail] Option to disable calendar notifications
This commit adds a new option on the Notification Settings page for
the mail app that allows users to disable Calendar/Alarm notifications.

Co-authored-by: mup <34790144+murilopereirame@users.noreply.github.com>
2024-09-23 16:49:46 +02:00
ivk
dedf629255
[ios] Fix default notification pref
fix #7409
2024-08-16 10:59:34 +02:00
tutao
2280579a03 Implement subject & sender name in iOS notification
Add encryptedPassphraseKey to stored credentials to avoid doing KDF in
notification process which is not possible on iOS due to memory limit.

Co-authored-by: paw <paw-hub@users.noreply.github.com>
2024-08-06 16:00:36 +02:00
tutao-mac
338cbadd45 Fix credential migration 2024-05-28 13:32:48 +00:00
ivk
ad83f751b2 Extended notification preview, change credential encryption
Implemented extended notifications which include the sender.

Re-implemented credential encryption and storage, moved credential
data to the native storage, changed credential encryption on mobile to
always be device lock + implement app lock independently of encryption.

Re-implemented SSE on desktop in a more modular way.

Re-organized iOS app to share the code between the main app code and
app extensions.

Close #6608

Co-authored-by: wec43 <wec@tutao.de>
2024-05-22 14:10:08 +00:00
Renamed from app-ios/tutanota/Sources/Utils/NotificationStorage.swift (Browse further)