Commit Graph

279 Commits

Author SHA1 Message Date
SBiOSoftWhare c0cdcf170d Update iOS 10+ notification titles 2019-04-05 10:59:18 +02:00
fridtjof 61c63042b5 Merge remote-tracking branch 'origin/riot_2337' into riot_2337
# Conflicts:
#	CHANGES.rst
#	Riot/AppDelegate.m
2019-04-03 00:29:54 +02:00
SBiOSoftWhare 4ec934ad43 Prepare iOS 12 implicit notifications permission 2019-03-22 16:00:24 +01:00
SBiOSoftWhare c779e3bc58 Handle iOS 12 grouped notifications. Group by room id. 2019-03-22 11:18:07 +01:00
SBiOSoftWhare 5ad942a97e Remove pending and delivered notifications containing a redacted event (Fix #1725) 2019-03-22 11:06:15 +01:00
SBiOSoftWhare 1beb8adedc Factorize and fix some issues with local notifications code 2019-03-22 10:21:16 +01:00
fridtjof 715fc71222 finalize emote style notifications 2019-03-22 01:20:50 +01:00
fridtjof adf1698faa add additional notification titles 2019-03-22 01:10:57 +01:00
fridtjof 75577989db add a threadIdentifier to notifications and implement titles 2019-03-22 00:40:27 +01:00
SBiOSoftWhare ca84e97546 Merge pull request #2207 from fridtjof/ios10-notifications
Add code to support the new notification system starting with iOS 10
2019-03-21 16:45:07 +01:00
fridtjof 1abc622a69 navigate to the room when a notification is tapped on iOS 10 2019-03-14 01:05:30 +01:00
fridtjof 0cde6cdf1a remove displayedNotificationRequestForEvent:andUser:type: (unused as of 93ce20e and 04e9bf9) 2019-03-14 00:57:09 +01:00
fridtjof 0ac49dc230 don't display notifications when in foreground 2019-03-14 00:53:41 +01:00
fridtjof 5e78ca540c factor out common code 2019-03-14 00:50:04 +01:00
fridtjof c0aa53110f don't bother ignoring notifications on iOS 10+ - no 2 2019-03-14 00:49:02 +01:00
fridtjof 72b7e42637 don't bother ignoring notifications on iOS 10+ 2019-03-14 00:35:36 +01:00
fridtjof 6001ef8484 more accurately match the old notification action handler in the iOS 10+ code 2019-03-14 00:23:43 +01:00
Fridtjof Mund 6ff6e222de Merge branch 'develop' into deprecations/contacts-api 2019-02-20 18:14:36 +01:00
fridtjof b53589cbd0 fix changes made in 8c4b5d09 2019-02-20 18:12:18 +01:00
manuroe d0816d0170 Merge pull request #2221 from fridtjof/deprecations/percent_encoding
Take care of percent encoding related deprecations
2019-02-20 15:06:11 +01:00
SBiOSoftWhare 260ffdea09 Remove UINavigationBar appearance update from AppDelegate 2019-02-19 09:51:35 +01:00
fridtjof 7ba712a6b6 use the Matrix SDK's method for percent encoding 2019-02-18 15:31:55 +01:00
manuroe 0ca91af0ff Key backup: new recover method detected
#2230
2019-02-15 17:29:48 +01:00
manuroe 4552eea517 BF: Reskin: Sometimes the roomVC navigation bar is tranparent
#2252
2019-02-15 15:21:33 +01:00
fridtjof 81c616b5c5 separate notification content generation for iOS 10+ - this will make using iOS 10+ features easier 2019-02-13 14:19:41 +01:00
fridtjof 81db412a75 specify empty array instead of NULL for intentIdentifiers 2019-02-13 14:19:40 +01:00
fridtjof 744ef1bef5 add iOS 10+ alternatives to all uses of the old notification system 2019-02-13 14:19:40 +01:00
fridtjof d184713621 Implement UNUserNotificationCenterDelegate methods 2019-02-13 14:19:40 +01:00
fridtjof 2a30d21f10 Use the non-deprecated UNUserNotification framework on iOS 10 and up 2019-02-13 14:19:40 +01:00
fridtjof d83f8bffc3 replace contact availability checks with the iOS 9+ way 2019-02-05 01:36:13 +01:00
fridtjof 23ed49d186 take care of percent encoding related deprecations 2019-02-04 21:22:43 +01:00
SBiOSoftWhare 9045706325 Reset key backup banner preferences on logout 2019-01-31 19:53:12 +01:00
manuroe 6b0a3087ce Fix display of build number in settings and bug reports
Jenkins now uses a timestamp as build number (ex:20190124155504) that is bigger than 32 bits
2019-01-24 17:45:43 +01:00
fridtjof 77995020a4 AppDelegate: no need to check for iOS 8+ notifications anymore, the minimum supported version is iOS 9 2019-01-18 18:12:49 +01:00
manuroe 3e06879934 BF: Infinite loading wheel when taping on a fake room alias
#679
2019-01-17 17:46:49 +01:00
manuroe 2933cc4a6b reskin: Kill KVO on theme setting 2019-01-14 10:53:43 +01:00
manuroe 744a0b8d4f reskin: Create ThemeService.shared 2019-01-11 11:45:27 +01:00
manuroe 712a632120 reskin: Rename RiotDesignValues -> ThemeService 2019-01-11 10:46:00 +01:00
manuroe f89848ef26 reskin: kill kRiotPrimaryBgColor 2019-01-10 17:50:26 +01:00
manuroe 2b32e32ac4 reskin: rename ColorValues to Theme 2019-01-10 15:32:59 +01:00
manuroe 6d69bfa167 reskin: ColorValues: suffix UIColor properties names with "Color" 2019-01-10 15:23:22 +01:00
manuroe af001664d0 Merge remote-tracking branch 'origin/develop' into reskin
# Conflicts:
#	Riot/Constants/RiotDesignValues.m
#	Riot/Modules/Authentication/AuthenticationViewController.m
2019-01-10 11:50:57 +01:00
manuroe a39a47a4e4 Merge remote-tracking branch 'origin/develop' into reskin 2019-01-09 16:38:49 +01:00
fridtjof 0e8c73344d make use of Obj-C's modern syntax for literals and subscripting 2019-01-08 00:24:11 +01:00
fridtjof 5f9058c043 fix almost all the warnings caused by -Wstrict-prototypes 2019-01-05 03:28:53 +01:00
manuroe 674fcfaa9d Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead 2018-11-30 17:10:28 +01:00
Aaron Raimist 89b1c86b50 Remove all calls of [NSUserDefaults synchronize] (#1924)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-15 16:58:10 -05:00
manuroe e4fd0c52b3 Notifications: old notifications can reappear
#1985
2018-10-10 18:05:17 +02:00
manuroe 45193b169e Lazy-Loading: On logout, reenable LL 2018-09-25 15:46:07 +02:00
manuroe 1577279171 GDPRConsentViewController: close it once the user has given their consent
Do not wait anymore for the completion of the creation of the room with riot-bot
2018-08-24 12:31:57 +02:00