Commit Graph

46 Commits (c1f4bfb2d3014bcbe25f1f9675af44232de36344)

Author SHA1 Message Date
Niels Andriesse 476edc14f1 Remove CallKit 6 years ago
Niels Andriesse 0918015a65 Show sender display name in notifications 6 years ago
Niels Andriesse 1431efba23 Fix crash 7 years ago
Michael Kirk a9ba848ffc address notification race 7 years ago
Michael Kirk 57b1aaa3dc inline enum converters 7 years ago
Michael Kirk 30266bf65e autoformatted 7 years ago
Michael Kirk 64a0c4bfaa auto-migrate to Swift5 7 years ago
Michael Kirk 2242dd240f Fix "blank notification text" for oversize messages 7 years ago
Matthew Chen aad5533127 Respond to CR. 7 years ago
Matthew Chen 01d9993b9d Handle notifications for open conversations. 7 years ago
Michael Kirk a342660943 fix "none" notification tone 7 years ago
Michael Kirk 13154fb828 allow long text with non-durable sends (SAE) 7 years ago
Michael Kirk 247eab22ca reenable UNUserNotifications 7 years ago
Michael Kirk 0d5f9e0103 Disable UserNotifications for this release 7 years ago
Michael Kirk 6c08f98fbb replying to notification marks thread as read 7 years ago
Michael Kirk 5e0c10a1a9 remove any lingering legacy notifications in modern notification adapter 7 years ago
Michael Kirk cb3a36ba3d Platform specific notification clearing 7 years ago
Michael Kirk b0254fddd5 Fix call-back action, which requires phone number 7 years ago
Michael Kirk fe4e416daf filter notification text 7 years ago
Michael Kirk d88ffc4775 Notification titles for iOS10+ 7 years ago
Michael Kirk a6a7616fdb move notification action handlers to environment 7 years ago
Michael Kirk c2aee429b1 move ContactsManager to local dependency 7 years ago
Michael Kirk fe84275cce Respect audio preferences/throttling 7 years ago
Michael Kirk 1bfe691895 In app notifications for iOS10+
Extract shared notification presention/response

Implement adapters which use that logic for modern UNUserNotification and
legacy UINotifications
7 years ago
Michael Kirk 312384201c rename CallNotificationsAdapter.swift -> NotificationsAdapter.swift 7 years ago
Michael Kirk 11afc967d2 move NotificationsManager behind NotificationsAdapter 7 years ago
Michael Kirk ac3bbe26ba rename CallNotificationsAdapter->NotificationsAdapter 7 years ago
Matthew Chen 0b4ed1175d Create AppEnvironment. 7 years ago
Matthew Chen a7a05e9bbf Respond to CR. Rework how CallNotificationsAdapter adaptee is populated. 7 years ago
Matthew Chen e1db60c1c0 Rework creation of singletons. 7 years ago
Matthew Chen cc117b385c Modify environment accessors to use our 'shared' convention. 7 years ago
Matthew Chen 3a12446be8 Modify environment accessors to use our 'shared' convention. 7 years ago
Matthew Chen cf6f3841a8 Apply new Swift logging. 7 years ago
Matthew Chen 26001e49d1 Unify log tags. 7 years ago
Matthew Chen 77b72b6b06 Migrate to Swift 4. 8 years ago
Matthew Chen 7a1e47cd26 Add asserts around Swift singletons. 8 years ago
Matthew Chen b4e8df79da Migrate environment to SignalMessaging. 8 years ago
Michael Kirk f74c3a0e87 remove unused code
// FREEBIE
9 years ago
Michael Kirk c8d547a08f Only allow callback for identities that were not previously verified
// FREEBIE
9 years ago
Michael Kirk 1127553041 restore "confirm and callback" functionality
// FREEBIE
9 years ago
Michael Kirk 130aa132a0 Reject incoming calls from an unseen changed identity
// FREEBIE
9 years ago
Matthew Chen 5ff454fd90 Fix double creation of NotificationsManager singleton.
// FREEBIE
9 years ago
Matthew Chen b9b81ca8ef Honor call privacy settings in call notifications.
// FREEBIE
9 years ago
Michael Kirk 08425853cf re-use shared call strings
// FREEBIE
9 years ago
Michael Kirk ce3780e44a Wip smashign providerdelgate into UIAdaptee 9 years ago
Michael Kirk 647b2b37e9 WIP: WebRTC calling
* Ensure NotificationsManager has dependencies
    Otherwise it's easy to mess up the order of the required dependencies.
* move AccountManager into Environment, it's heavy to construct

// FREEBIE
9 years ago