Commit Graph

308 Commits

Author SHA1 Message Date
manuroe 440a6da516 Support Riot configuration link to customise HS and IS
#2703
2019-09-10 11:51:49 +02:00
manuroe 37949f342f Soft logout: Implement the clear data button
#2540
2019-07-23 16:20:07 +02:00
manuroe 3bb50d0ccd Soft logout: Support soft logout
#2540
2019-07-19 14:25:45 +02:00
manuroe a70bec46f1 Push: Update code to follow API break
#2348
2019-07-16 14:42:25 +02:00
manuroe 6a1dccf988 Join Room: Support via parameters to better handle federation
#2547
2019-07-08 11:15:44 +02:00
SBiOSoftWhare dda2d971f5 MXKRoomBubbleTableViewCell: Enable long press on event. 2019-05-07 18:24:05 +02:00
SBiOSoftWhare d04146d095 Add restoreInitialDisplay parameter on -[AppDelegate showRoom:andEventId:withMatrixSession:] method to choose to display a room from home tab or not. 2019-04-29 14:22:01 +02:00
manuroe 9272d92063 Merge pull request #2378 from aaronraimist/homeserver
home server -> homeserver (#2345)
2019-04-26 11:41:47 +02:00
SBiOSoftWhare 7ad8790ca3 Remove check for +[UIFont systemFontOfSize:weight:] availability. 2019-04-25 12:27:31 +02:00
SBiOSoftWhare 5b5780bc19 Remove iOS 9 local notification API usage 2019-04-25 11:52:33 +02:00
SBiOSoftWhare 16bee22b6a Merge develop into riot_1483 2019-04-24 16:28:51 +02:00
manuroe c6cd2d0b46 Merge pull request #2372 from vector-im/riot_2323
E2E: SAS Verification
2019-04-24 14:51:04 +02:00
manuroe 6b099d5a85 Device Verification: Make incoming requests dialogs dequeueing work without a random sleep 2019-04-24 08:55:45 +02:00
manuroe f797f03194 Device Verification: Update SDK constant names changes 2019-04-24 08:07:50 +02:00
Aaron Raimist f0d86eeece home server -> homeserver (#2345)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-04-19 21:27:10 -05:00
SBiOSoftWhare 3839abdea8 Configure handle Jitsi configuration in AppDelegate 2019-04-19 18:33:21 +02:00
manuroe 7c64bde873 Device Verification: Manage queue of incoming requests 2019-04-18 23:15:01 +02:00
manuroe 806ec410b5 Device Verification: Plug it in the code more 2019-04-17 08:09:43 +02:00
manuroe 342aedce3b Device Verification: Incoming screen: beginning 2019-04-12 23:19:07 +02:00
SBiOSoftWhare 802350922c Use one external entry point on AppDelegate to navigate to a room 2019-04-08 13:32:46 +02:00
SBiOSoftWhare c5df3cd5cb Fix an issue in AppDelegate 2019-04-05 16:48:24 +02:00
SBiOSoftWhare 776da8af0c Merge branch 'develop' into riot_2337
# Conflicts:
#	CHANGES.rst
#	Riot/AppDelegate.m
2019-04-05 16:31:52 +02:00
SBiOSoftWhare 74c6e746b2 Add logs on related push methods 2019-04-05 16:03:27 +02:00
manuroe 3daa0fa7ab Update Riot/AppDelegate.m
Co-Authored-By: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2019-04-05 15:55:05 +02:00
SBiOSoftWhare 5e0f7121a9 Remove commented code about notification provisional authorization. 2019-04-05 14:57:55 +02:00
SBiOSoftWhare 73f00428f0 When navigate to room, remove associated delivered notifications. 2019-04-05 14:51:56 +02:00
SBiOSoftWhare 374b45fead Update iOS 10+ notification titles 2019-04-05 10:59:18 +02:00
fridtjof ef48a1ea1b Merge remote-tracking branch 'origin/riot_2337' into riot_2337
# Conflicts:
#	CHANGES.rst
#	Riot/AppDelegate.m
2019-04-03 00:29:54 +02:00
manuroe d8b555b895 Push: More logs 2019-04-02 09:51:53 +02:00
manuroe b59dad527e Push: more logs 2019-03-27 12:16:43 +01:00
manuroe d6fa09968d Push: Add more logs to track spontaneously disabling
#2348
2019-03-27 11:53:31 +01:00
SBiOSoftWhare 9babadfb85 Prepare iOS 12 implicit notifications permission 2019-03-22 16:00:24 +01:00
SBiOSoftWhare 5514dbeecd Handle iOS 12 grouped notifications. Group by room id. 2019-03-22 11:18:07 +01:00
SBiOSoftWhare 0679e0af8d Remove pending and delivered notifications containing a redacted event (Fix #1725) 2019-03-22 11:06:15 +01:00
SBiOSoftWhare d4f9dfef4d Factorize and fix some issues with local notifications code 2019-03-22 10:21:16 +01:00
fridtjof 689d052590 finalize emote style notifications 2019-03-22 01:20:50 +01:00
fridtjof 3f21c790bf add additional notification titles 2019-03-22 01:10:57 +01:00
fridtjof 5d56fd791f add a threadIdentifier to notifications and implement titles 2019-03-22 00:40:27 +01:00
SBiOSoftWhare f1ec6b357e 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 d0b4c56a39 navigate to the room when a notification is tapped on iOS 10 2019-03-14 01:05:30 +01:00
fridtjof 2da9e08a59 remove displayedNotificationRequestForEvent:andUser:type: (unused as of c807fa7 and cefd63d) 2019-03-14 00:57:09 +01:00
fridtjof a9ded46d08 don't display notifications when in foreground 2019-03-14 00:53:41 +01:00
fridtjof 0580a0713b factor out common code 2019-03-14 00:50:04 +01:00
fridtjof cefd63d804 don't bother ignoring notifications on iOS 10+ - no 2 2019-03-14 00:49:02 +01:00
fridtjof c807fa7273 don't bother ignoring notifications on iOS 10+ 2019-03-14 00:35:36 +01:00
fridtjof 43cc614566 more accurately match the old notification action handler in the iOS 10+ code 2019-03-14 00:23:43 +01:00
Fridtjof Mund 23ba14b73c Merge branch 'develop' into deprecations/contacts-api 2019-02-20 18:14:36 +01:00
fridtjof 16da95bae0 fix changes made in f5f16e16 2019-02-20 18:12:18 +01:00
manuroe 23bba2167e 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 7c45c7bf3d Remove UINavigationBar appearance update from AppDelegate 2019-02-19 09:51:35 +01:00