Commit Graph

66 Commits (b2309cdf48fc8036e2af5e396319969e0bd1fa9c)

Author SHA1 Message Date
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 3703b34973 swift5 new compiler nits 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 93c9c83ac5 Haptic feedback when remote enables video 7 years ago
Michael Kirk 6ccd73837c rename haptic classes, no change in functionality 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
Michael Kirk 29c459fe60 Haptic feedback when changing menu action selection
// FREEBIE
7 years ago
Michael Kirk 2d4eb7d057 remove interactive 'swipe for info' 7 years ago
Matthew Chen 1412998b4a Rework isRTL. 7 years ago
Matthew Chen d80de4bccc Tweak design of quoted replies. 7 years ago
Matthew Chen e80e5ff9cb Improve layer view design. 7 years ago
Matthew Chen 1e2a498806 Tweak media view gradients. 7 years ago
Matthew Chen 77b72b6b06 Migrate to Swift 4. 7 years ago
Matthew Chen 7a1e47cd26 Add asserts around Swift singletons. 8 years ago
Matthew Chen b4e8df79da Migrate environment to SignalMessaging. 8 years ago
Matthew Chen 6d87df88aa Migrate environment to SignalMessaging. 8 years ago
Matthew Chen 8cc33b3de1 Refine loading view of share extension. 8 years ago
Matthew Chen 92ef507810 Make swipe-for-details RTL-safe. 8 years ago
Michael Kirk d87f000051 Interactive/Cancelable slide left for details
// FREEBIE
8 years ago
Michael Kirk e4ad169d71 Show retryable error alert when fetching GIF fails
// FREEBIE
8 years ago
Michael Kirk 3080cb512b Compose View: collation index and group search
- Include table index for contacts
- Fix extra spacing in OWS table view
- Separate search results into contact/invite sections
- Include groups in search results when composing new message
- Compose Screen search matches on group member names

// FREEBIE
8 years ago