implemented an E2E-encrypted Nextcloud push-v2 notification system with support for RSA decryption and signature verification; introduced an iOS Notification Service Extension and native AppDelegate handlers for Talk actions (inline reply and mark-as-read); replaced the legacy notification registration with a new lifecycle managing app passwords and secure keypair storage; added background message handling with tray synchronization and a test notification utility in the settings.
This commit is contained in:
+7
-1
@@ -3,7 +3,7 @@ description: Mobile client for Webuntis and Nextcloud with Talk integration
|
||||
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.2.2+57
|
||||
version: 1.3.0+58
|
||||
environment:
|
||||
sdk: ">=3.8.0 <4.0.0"
|
||||
|
||||
@@ -24,6 +24,12 @@ dependencies:
|
||||
collection: ^1.19.0
|
||||
connectivity_plus: ^7.1.0
|
||||
crypto: ^3.0.6
|
||||
# Push (Nextcloud push-v2): RSA-2048 keypair + SPKI-PEM export. Already
|
||||
# present transitively via the nextcloud-neon fork; pinned as a direct
|
||||
# dependency because lib/push/ uses it directly.
|
||||
crypton: ^2.2.1
|
||||
# OAEP-SHA1 decryption of the encrypted push subject (with PKCS1 fallback).
|
||||
pointycastle: ^3.9.1
|
||||
device_info_plus: ^12.4.0
|
||||
dio: ^5.9.2
|
||||
emoji_picker_flutter: ^4.3.0
|
||||
|
||||
Reference in New Issue
Block a user