Commit Graph

13178 Commits

Author SHA1 Message Date
Denis Morozov a136027eb8 Fix layout 2017-08-26 18:18:34 +03:00
Denis Morozov f75fa95d0c Add video calls support 2017-08-26 17:46:12 +03:00
Denis Morozov 9b2735f499 Update async method signature 2017-08-26 16:35:35 +03:00
Denis Morozov 06a6b27929 Update Podfile 2017-08-26 16:04:31 +03:00
Denis Morozov 08a357ee47 Update Siri usage description 2017-08-26 15:41:15 +03:00
Denis Morozov 06d2dd527f Update entitlements 2017-08-26 15:40:40 +03:00
Denis Morozov c88339c5d2 Change application group id 2017-08-26 15:34:51 +03:00
Denis Morozov b23e74cf18 Fix method name 2017-08-26 15:19:59 +03:00
Denis Morozov 38f9da6470 Use set for directUserIds 2017-08-26 15:14:18 +03:00
Denis Morozov 45342414cc Update comments 2017-08-26 15:11:03 +03:00
Denis Morozov 35ca943064 Handle multiple contacts passed to intent 2017-08-26 15:03:32 +03:00
Aram Sargsyan ee4a76674a Improved cell rendering 2017-08-26 15:54:25 +04:00
Aram Sargsyan 13d7732ecf Resetting Podfile 2017-08-26 13:23:44 +04:00
Aram Sargsyan 941f6bc5d8 Removing Podfile changes 2017-08-26 13:20:52 +04:00
Aram Sargsyan f299192ad1 Restored Podfile 2017-08-26 13:18:27 +04:00
Aram Sargsyan 90be05dd3d Added comment 2017-08-26 13:12:49 +04:00
Aram Sargsyan 77888df531 Initial commit 2017-08-26 12:58:17 +04:00
Denis Morozov 7dbdb0383b Improvements in resolution process 2017-08-25 23:43:38 +03:00
Giom Foret f87f009232 Merge branch 'develop' into callkit 2017-08-25 20:09:30 +02:00
Giom Foret 8f2993bc08 Re-enable the display of jitsi conference widget on develop 2017-08-25 20:08:23 +02:00
giomfo cfd8f572d5 Merge pull request #1475 from morozkin/callkit_notif
Add background mode handling
2017-08-25 18:28:15 +02:00
Giom Foret 74b739b735 Merge branch 'master' into callkit
# Conflicts:
#	Riot/AppDelegate.m
#	Riot/Assets/en.lproj/Vector.strings
#	Riot/ViewController/SettingsViewController.m
2017-08-25 16:48:13 +02:00
David Baker 224d80ff51 Change bundle ID of share extension
Because apparently it can only have one dot after the main app ID,
as Apple kindly informed us just as we were submitting it to the
app store.
2017-08-25 15:40:17 +01:00
Aram Sargsyan 9225f5f9cf Merge branch 'develop' of https://github.com/vector-im/riot-ios into app-extension-improvements 2017-08-25 18:12:15 +04:00
Giom Foret 63c82f4d09 Podfile: Fix RiotShareExtension target 2017-08-25 15:33:45 +02:00
Giom Foret d9f088de16 version ++ 2017-08-25 15:01:09 +02:00
Giom Foret 76b549dbf8 Disable the display of jitsi conference widget. 2017-08-25 14:04:26 +02:00
Giom Foret 8a9c5ff74c Disable the Share App Extension use 2017-08-25 14:04:05 +02:00
Giom Foret f9fe4c931f Bug Fix - Dark theme - Improvements #1444
- search dialogs being wrong themed
2017-08-25 13:53:17 +02:00
Denis 35f3d14229 Change control event value 2017-08-25 13:36:25 +03:00
Giom Foret be2fe8fea9 App extension - Improvement: Reduce memory consumption.
Force the ShareExtensionManager to release the primary view controller when the action is completed.

We observed that `dealloc` is called for this view controller when the request is cancelled with error (`cancelRequestWithError`), but it is not called when the request is completed (`completeRequestReturningItems`).
2017-08-25 11:55:37 +02:00
Denis Morozov cfb3f8e1ca Add screen for incoming calls 2017-08-25 03:02:29 +03:00
Aram Sargsyan 1a5d993c6d Merge branch 'develop' of https://github.com/vector-im/riot-ios into app-extension-improvements 2017-08-25 02:42:35 +04:00
Aram Sargsyan e89a8c4339 Distinguishing providers 2017-08-25 02:26:53 +04:00
Giom Foret 84f3aefac4 Improvement - Application group identifier
Use the property `applicationGroupIdentifier` of the MXSDKOptions sharedInstance.
2017-08-24 15:18:23 +02:00
giomfo 18b371e5a2 Merge pull request #1472 from morozkin/settings_fix
Improvements in notification registration flow
2017-08-24 14:23:16 +02:00
Denis Morozov ce3a899af6 Add background mode handling 2017-08-24 14:03:05 +03:00
giomfo c25c881e68 Merge pull request #1474 from vector-im/app-extension-bug-fix
App Extension - Bug Fix
2017-08-24 13:03:00 +02:00
Giom Foret 009483f253 App extension - Restore Aram's logs 2017-08-24 13:02:38 +02:00
Giom Foret 79b3d366e5 App Extension - Limit memory consumption
- In case of image sharing, we suggest the original resolution only if the image orientation is up, or if the image size is moderate.
- Bug Fix: no image is sent when no compression is required.
2017-08-24 12:59:46 +02:00
Aram Sargsyan 6ecc238445 Fixed a bug related to multiple image sharing 2017-08-24 14:55:35 +04:00
giomfo 8c9c594ab5 Merge pull request #1473 from morozkin/1470_rollback
Rollback #1470
2017-08-24 10:48:23 +02:00
Giom Foret 140c3f2427 App Extension - Bug Fix
Fix App crash on Exception "This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes.  This will cause an exception in a future release."
2017-08-24 10:47:27 +02:00
Andrey 8ef8dbae44 Translated using Weblate (Russian)
Currently translated at 100.0% (4 of 4 strings)

Translation: Riot iOS/Riot iOS (Dialogs)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-dialogs/ru/
2017-08-23 19:34:25 +00:00
Andrey 8c8ae84182 Added translation using Weblate (Russian) 2017-08-23 19:31:40 +00:00
Denis Morozov 23f5bd4eab Rollback #1470 2017-08-23 19:26:10 +03:00
Denis Morozov b0a0dba250 Improvements in notification registration flow 2017-08-23 19:07:14 +03:00
Giom Foret 3c494bb090 Xcode project updated by Cocoapods v1.3.1 2017-08-23 16:34:07 +02:00
giomfo b11c9fd2d0 Merge pull request #1463 from morozkin/callkit_notif
Add Intents handling
2017-08-23 15:21:23 +02:00
giomfo 6f4b3773ae Merge pull request #1470 from morozkin/uiswitch
Fix control event value which is used for adding target to UISwitch on settings screen
2017-08-23 15:11:26 +02:00