Commit Graph

5644 Commits

Author SHA1 Message Date
SBiOSoftWhare 7f2e4f1c11 Merge pull request #2355 from vector-im/riot_2337
iOS 12 Notification: group them by room
2019-04-05 16:48: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 a963a92b05 Update changes 2019-04-05 15:11:50 +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
manuroe 989c4f18d6 Merge pull request #2354 from vector-im/templates
Productivity: Create templates for screens and flow root coordinators
2019-04-05 10:14:42 +02:00
manuroe d92d0407cb Productivity: Fix templates small issue 2019-04-05 09:34:48 +02:00
manuroe d4f9995cba Productivity: Tweak templates: No comments in a storyboard 2019-04-05 08:52:59 +02:00
manuroe a157a9c2a9 Productivity: Tweak templates a bit more 2019-04-05 08:40:10 +02:00
manuroe ad561a06de Productivity: Improve Templates/README.md 2019-04-05 07:57:53 +02:00
manuroe e5c9a26225 Productivity: Create createRootCoordinator.sh 2019-04-04 22:11:52 +02:00
manuroe 33bfc1bb2b Productivity: Tweak templates a bit more 2019-04-04 21:06:46 +02:00
manuroe c756686577 Productivity: Tweak templates a bit 2019-04-04 18:59:06 +02:00
manuroe e4b05606bb Productivity: createScreen.sh: Fix subFolder parameter again 2019-04-04 18:58:32 +02:00
manuroe 9e30a49e60 Productivity: createScreen.sh: Fix subFolder parameter 2019-04-04 18:35:58 +02:00
manuroe 6967b918ec CHANGES 2019-04-04 18:20:21 +02:00
manuroe df32615456 Productivity: Create createScreen.sh 2019-04-04 18:17:19 +02:00
manuroe 576060fba9 Productivity: SwiftGen: expose all storyboards from Modules/
except one that is in Objc
2019-04-04 18:01:46 +02:00
SBiOSoftWhare 5645dfa43f Update notification strings for notification titles 2019-04-04 17:45:13 +02:00
manuroe 6c48ecf0cc Productivity: Create templates for screens and flow root coordinators 2019-04-04 17:10:21 +02:00
SBiOSoftWhare 6b927b7ebe Merge pull request #2347 from fridtjof/riot_2337
Add notification titles and group them properly on iOS 10+
2019-04-03 10:39:19 +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
SBiOSoftWhare 85193e280a Merge pull request #2352 from vector-im/share_extension_extra_logs
[Share extension] Fix a crash when receive a memory warning and add extra logs to debug memory limit exception
2019-04-02 15:45:54 +02:00
SBiOSoftWhare 7b17bc12c4 Update memory usage log in ShareExtensionManager 2019-04-02 15:44:59 +02:00
SBiOSoftWhare 13f77af2d5 Update changes 2019-04-02 15:10:15 +02:00
SBiOSoftWhare 8d02f5799a Log image compression size choice in share extension to help debug memory warnings 2019-04-02 15:01:50 +02:00
SBiOSoftWhare e9e0a09231 Log memory usage when receive a memory warning 2019-04-02 14:42:43 +02:00
SBiOSoftWhare c4e19c07c6 Fix a crash when receive memory warning in ShareExtensionManager 2019-04-02 14:20:05 +02:00
manuroe d8b555b895 Push: More logs 2019-04-02 09:51:53 +02:00
manuroe b3eddd339b Merge pull request #2350 from vector-im/riot_2349
Widgets: Use scalar prod urls in Riot mobile apps
2019-03-27 16:10:12 +01:00
manuroe 2199da49a0 Widgets: Use scalar prod urls in Riot mobile apps
#2349
2019-03-27 15:45:54 +01:00
manuroe da62b7c205 Fix grammar in registration text
I assume some script needs to be run to generate the other string files, but if you want to just do that yourselves and take the text in this PR I'm totally fine with that.
2019-03-27 15:44:01 +01:00
manuroe 278f448c95 Merge pull request #2344 from vector-im/anoadragon453-patch-1
Fix grammar in registration text
2019-03-27 14:04:41 +01: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 c3af90be00 Update changes 2019-03-22 11:49:20 +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 b8a314d7db update CHANGES.rst 2019-03-22 01:30:20 +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
SBiOSoftWhare 8ea9bf13d6 version++ 2019-03-21 16:32:34 +01:00