Commit graph

974 commits

Author SHA1 Message Date
manuroe
a065b23da0 Modular integrations UI: Display the webpage in fullscreen 2017-09-15 13:55:33 +02:00
manuroe
1a14078ff4 Modular integrations UI: Make the integrations icon open the main "Manage integrations" page 2017-09-15 13:36:26 +02:00
manuroe
a1d72a36d1 Modular integrations UI: Add the integrations icon to the RoomVC navigation header 2017-09-15 13:27:13 +02:00
manuroe
fa0c5a80c5 Modular integrations UI: Add Settings > Labs > Matrix Apps 2017-09-15 13:24:01 +02:00
manuroe
ed50951c51 Modular integrations UI: Clean i18n strings for modular 2017-09-14 17:52:21 +02:00
manuroe
6f8ff46751 Modular integrations UI: Did all modular requests but not tested 2017-09-14 17:48:11 +02:00
Giom Foret
e4bf4f7dfa Handle the room display name and its avatar at the room summary level.
- Update the room display name and its avatar url when the Room Summary is updated on state events change (see `[session: updateRoomSummary: withStateEvents:]`).
- Store the riot display room name and its avatar url in the Room Summary.
- Add a new category `MXRoomSummary+Riot` to handle avatar display.

TODO: Increase file store version in `MXFileStore.h`.
2017-09-14 16:00:50 +02:00
giomfo
5fb73e1903 Merge pull request #1508 from vector-im/riot_1354
Bug Fix - Settings: The "Sign out" button and other buttons of this p…
2017-09-14 12:56:17 +02:00
Giom Foret
bdb386ac5f Bug Fix - Settings: The "Sign out" button and other buttons of this page sometimes blinks
#1354
2017-09-14 11:58:02 +02:00
Giom Foret
3e9630cff4 Bug Fix - Settings: some of the labels push the switch controls off screen.
#1506
2017-09-14 11:33:59 +02:00
manuroe
5a0d25c54e Modular integrations UI: Stubbed all modular requests. 2017-09-14 09:53:07 +02:00
Giom Foret
0cc96dbbbd Pushkit: unregister for all remote notifications received via Apple Push Notification service. 2017-09-13 15:15:57 +02:00
Giom Foret
8f3736c403 Dark theme - Improvements
- the keyboard bubble should be darker too
2017-09-11 22:37:00 +02:00
manuroe
548d9d42b8 WidgetManager: createWidget did not call the success block 2017-09-11 16:35:42 +02:00
manuroe
5a74ddaade Modular integrations UI: File renaming 2017-09-11 16:34:05 +02:00
manuroe
6a8ff41457 Modular integrations UI: Better seperate "Modular postMessage API" code from UIWebview cooking. Manage error sending 2017-09-11 16:22:28 +02:00
Giom Foret
4a7930be15 Dark theme - Improvements
- spinner bg being white
2017-09-11 14:49:06 +02:00
Giom Foret
0ad5b737a3 Dark theme - Improvements
- some hairlines being too bright
- fading behind dialog modals being white rather than dark
- grey highlight bar in room list being too light (i think)?
2017-09-11 11:27:47 +02:00
Giom Foret
1f6a3d0d66 Bug Fix: Dark theme - Improvements
- padlock being unthemed
2017-09-11 11:01:47 +02:00
Denis Morozov
8eb3204679 Fix push registration process 2017-09-10 16:41:50 +03:00
manuroe
9af4c044e8 Modular integrations UI: Plumbed all modular requests. But it does not work 2017-09-08 16:27:14 +02:00
Giom Foret
b0c4bcd02a PushKit: local notifications handling
Support the account settings: `showDecryptedContentInNotifications` value.
2017-09-08 15:32:55 +02:00
manuroe
ab2096a41a Modular integrations UI: Move JS code to js resource file. ObjC -> Modular JS starts to work 2017-09-08 13:51:06 +02:00
Giom Foret
247d5c529d Merge branch 'develop' into callkit 2017-09-08 12:42:58 +02:00
giomfo
f2d5158913 Merge pull request #1498 from vector-im/callkit_background_state_handling
Pushkit support: Start a matrix session even if the app is in background
2017-09-08 11:24:34 +02:00
manuroe
ff0f56f7ea Modular integrations UI: Start bridging the modular js postMessage interface with objc 2017-09-08 09:18:45 +02:00
Giom Foret
21ba0d9ebf Pushkit Support
- Bug Fix - Regression: incoming video call is ignored when the app is backgrounded.
Do not remove the call observer at each session state change. A call observer is created as soon as a session is `StoreDataReady`, it is used until all the sessions are closed. We let the MXCallManager delay the call invite handling when the concerned session is syncing (see https://github.com/matrix-org/matrix-ios-sdk/pull/366).

- Bug Fix - Regression: app crashes on logout (see wrong use of `callEventsListeners`).
2017-09-07 19:28:38 +02:00
giomfo
8d71335596 Merge pull request #1486 from morozkin/notif_strings
Update strings for push notifications
2017-09-07 16:31:52 +02:00
Giom Foret
50ae365a08 Force new LaunchScreen logo 2017-09-07 13:17:01 +02:00
manuroe
3c99550f0c Modular integrations UI: Show the Modular integrations webapp into a webview 2017-09-07 11:32:40 +02:00
Giom Foret
e52d635009 Switch the loading animation for iOS to be RIOT.IM branded.
Remove the grey spinner under this animation.
2017-09-06 18:48:47 +02:00
giomfo
e6e4f4718c Merge branch 'callkit' into decrypted_content 2017-09-06 17:50:09 +02:00
Giom Foret
0008c88386 Pushkit support: Start a matrix session for each enabled accounts even if the app is in background.
AppDelegate -  `initMatrixSession`: Start a matrix session for each enabled accounts even if the app is in background.
Indeed we call [accountManager prepareSessionForActiveAccounts] even in background mode, The session is automatically paused when the running state is detected if the application is still in background.
- Define a notification listener block for each session. This block is used during all the session life to display the local notifications when the app is backgrounded.
- The local notifications are handled by using the background sync mechanism (defined at MXKAccount level).
- Multiple accounts are handled.
2017-09-06 16:59:12 +02:00
manuroe
653ae7f925 Widget: Define same app settings for modular as in https://riot.im/app/config.json
And use it
2017-09-06 16:05:36 +02:00
manuroe
9b993d421d Fix compilation issue 2017-09-04 16:26:41 +02:00
manuroe
c0ba516a2e Merge remote-tracking branch 'origin/pr/1458' into callkit
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
#	Riot/AppDelegate.m
#	Riot/ViewController/SettingsViewController.m
2017-09-04 15:57:37 +02:00
manuroe
c76995e863 Merge branch 'callkit' into sirikit_new 2017-08-31 17:16:51 +02:00
manuroe
35927c50f3 CallKit branch: fixed compilation issues 2017-08-31 16:20:32 +02:00
manuroe
1a026a29f1 Merge remote-tracking branch 'origin/develop' into callkit
# Conflicts:
#	Riot/AppDelegate.m
2017-08-31 15:58:28 +02:00
manuroe
5ce098d52d CallKit branch: fixed compilation issues 2017-08-31 15:51:05 +02:00
manuroe
d2cf99b71a Merge branch 'develop' into incoming_call_screen 2017-08-31 14:04:53 +02:00
Denis Morozov
c8ce1dcf5c Add theme support 2017-08-31 12:20:18 +03:00
Denis Morozov
74cc9bc43d Update Siri usage description 2017-08-31 11:12:18 +03:00
manuroe
2886daf4c6 Jitsi widget: Add notices for jitsi widget in rooms histories 2017-08-30 17:37:14 +02:00
manuroe
4d3c30cf9b Widget: In comments, replace scalar by modular, the official public name that replaces the codename 2017-08-30 11:28:51 +02:00
manuroe
ccb1a7e5bf Merge pull request #1484 from morozkin/callkit_notif
Start background task when handling call intent in the background
2017-08-30 10:54:49 +02:00
Denis Morozov
53d635cdc5 Add new option to notification settings 2017-08-29 11:55:56 +03:00
Denis
28017b3dae Set local notification sound 2017-08-29 11:55:45 +03:00
Denis
b444f6639a Don't show display notifications for call invites when CallKit is active 2017-08-29 11:55:32 +03:00
Denis Morozov
7c16ac0647 Add content to notification body connected with image 2017-08-29 11:50:22 +03:00
Denis Morozov
5b56b91321 Update strings for push notifications 2017-08-29 11:39:08 +03:00
Denis
6aa49259ed Start background task when handling call intent in the background 2017-08-28 18:14:10 +03:00
Nathan van Beelen
ebe484162a Translated using Weblate (Dutch)
Currently translated at 100.0% (406 of 406 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/nl/
2017-08-28 15:06:22 +00:00
Osoitz
05d68d622e Translated using Weblate (Basque)
Currently translated at 100.0% (406 of 406 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2017-08-28 09:24:41 +00:00
Denis Morozov
f3d03d0b31 Fix issue #1480 2017-08-27 16:51:27 +03:00
Denis Morozov
d53945e74b Remove incomingCallNotification property 2017-08-27 16:43:42 +03:00
Denis Morozov
c5a25da058 Fix layout 2017-08-26 18:18:34 +03:00
Denis Morozov
2442d1091d Update Siri usage description 2017-08-26 15:41:15 +03:00
Denis Morozov
92bcbb6027 Update entitlements 2017-08-26 15:40:40 +03:00
Denis Morozov
3ab16243da Change application group id 2017-08-26 15:34:51 +03:00
Giom Foret
a76a2c4e5c Merge branch 'develop' into callkit 2017-08-25 20:09:30 +02:00
Giom Foret
b278f7d4b3 Re-enable the display of jitsi conference widget on develop 2017-08-25 20:08:23 +02:00
giomfo
3bb1a72402 Merge pull request #1475 from morozkin/callkit_notif
Add background mode handling
2017-08-25 18:28:15 +02:00
Giom Foret
7daa966116 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
Giom Foret
0df562f2b1 version ++ 2017-08-25 15:01:09 +02:00
Giom Foret
8a06f8e8bf Disable the display of jitsi conference widget. 2017-08-25 14:04:26 +02:00
Giom Foret
9863045ff3 Bug Fix - Dark theme - Improvements #1444
- search dialogs being wrong themed
2017-08-25 13:53:17 +02:00
Denis
5be0883169 Change control event value 2017-08-25 13:36:25 +03:00
Denis Morozov
f92f20e9c4 Add screen for incoming calls 2017-08-25 03:02:29 +03:00
Giom Foret
9284ff0fca Improvement - Application group identifier
Use the property `applicationGroupIdentifier` of the MXSDKOptions sharedInstance.
2017-08-24 15:18:23 +02:00
Denis Morozov
d42e8909a3 Add background mode handling 2017-08-24 14:03:05 +03:00
Andrey
1c05a2fb56 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
9ee26c3ac5 Added translation using Weblate (Russian) 2017-08-23 19:31:40 +00:00
Denis Morozov
834ae0ec89 Rollback #1470 2017-08-23 19:26:10 +03:00
Denis Morozov
0c901fe0c5 Improvements in notification registration flow 2017-08-23 19:07:14 +03:00
Denis Morozov
d0341a3fc7 Fix control event value which is used for adding target to UISwitch on settings screen 2017-08-23 13:31:19 +03:00
Denis Morozov
ccf056ef60 Add new option to notification settings 2017-08-23 12:58:47 +03:00
giomfo
9f11746868 Merge pull request #1467 from morozkin/notification_registration
Fix remote notifications registration even if user hasn't provide access
2017-08-22 18:37:49 +02:00
Denis Morozov
8989ef46a0 Fix remote notifications registration even if user hasn't provide access 2017-08-22 19:34:50 +03:00
giomfo
62f6ee0e39 Merge branch 'develop' into app-extension 2017-08-22 17:35:11 +02:00
Denis Morozov
9a40b43279 Add Intents handling 2017-08-22 16:02:16 +03:00
Denis Morozov
fdec4fb331 Check available notification types before starting register on PushKit notifications 2017-08-22 12:05:28 +03:00
Denis Morozov
791fc112c0 Move code for updating icon badge number to completion block 2017-08-22 11:10:35 +03:00
Denis Morozov
7db33e6a47 Update app icon badge number on each received push notification 2017-08-22 10:48:59 +03:00
Denis Morozov
88e9ebddb2 Create app level category for MXSession to count missed notifications count 2017-08-22 10:46:53 +03:00
Denis Morozov
f144413a7b Replace remote notifications with PushKit notifications 2017-08-21 13:28:05 +03:00
Andrey
ae6573ed2d Translated using Weblate (Russian)
Currently translated at 100.0% (406 of 406 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2017-08-18 20:30:16 +00:00
Krombel
74c0f9f065 Translated using Weblate (German)
Currently translated at 100.0% (406 of 406 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-08-18 16:00:45 +00:00
manuroe
8187ab0c8a Translated using Weblate (French)
Currently translated at 100.0% (406 of 406 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2017-08-18 15:10:06 +00:00
manuroe
ce7548e2b9 Merge pull request #1454 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2017-08-18 17:04:33 +02:00
manuroe
739f6d36c4 Merge pull request #1453 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2017-08-18 17:04:22 +02:00
Weblate
d51fa3c8cf Merge remote-tracking branch 'origin/develop' into develop 2017-08-18 15:02:25 +00:00
Weblate
1de13e6414 Merge remote-tracking branch 'origin/develop' into develop 2017-08-18 15:02:15 +00:00
Weblate
fa93701032 Merge remote-tracking branch 'origin/develop' into develop 2017-08-18 15:01:50 +00:00
Jeff Huang
f45ff44dc9 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/zh_Hant/
2017-08-18 15:01:25 +00:00
Andrey
0f1c61c6e2 Translated using Weblate (Russian)
Currently translated at 99.7% (395 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2017-08-18 15:01:25 +00:00
Nathan van Beelen
309861ce8d Translated using Weblate (Dutch)
Currently translated at 100.0% (396 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/nl/
2017-08-18 15:01:25 +00:00
manuroe
3e70cc8e1b Jitsi widget: Fix occasional crash on hang up
Apparently, jitsi does not call delegate methods always on the same thread. Come back to the main thread for safety.

https://github.com/matrix-org/riot-ios-rageshakes/issues/220
2017-08-18 16:42:50 +02:00
manuroe
81aee51e0e Jitsi widget: Improve cooking recipe for building jitsi-meet ios framework 2017-08-18 15:57:18 +02:00
manuroe
8c274fd593 Jitsi widget: Fix the red and yellow react boxes (https://github.com/jitsi/jitsi-meet/issues/1877). Use version jitsi-meet_2369 for the jitsi-meet ios sdk 2017-08-18 15:01:14 +02:00
manuroe
c21c40031a Merge pull request #1449 from vector-im/jitsi_widget
Integrating Jitsi into mobile apps
2017-08-18 13:26:30 +02:00
manuroe
eb2455e360 Jitsi widget: add display or creation of jitsi conference under USE_JITSI_WIDGET compilation flag 2017-08-18 11:56:32 +02:00
manuroe
e593d0c45d Jitsi widget: polishing 2017-08-18 11:40:56 +02:00
manuroe
32a996beb4 Jitsi widget: naming sanitisation 2017-08-18 09:49:14 +02:00
manuroe
ef8f6cc0e6 Jitsi widget: Add license notice for jitsi-meet 2017-08-18 09:32:06 +02:00
manuroe
3fa814713f Jitsi widget: "Use jitsi for conference calls" -> "Create conference calls with jitsi" 2017-08-18 09:23:24 +02:00
manuroe
f65f5c9d4f Jitsi widget: Make sure permission to access camera and mic are ok before doing calls 2017-08-18 09:02:54 +02:00
manuroe
1f50c270c3 Jitsi widget: always accept to join ongoing jitsi conf. Only the creation is under the settings 2017-08-17 18:59:58 +02:00
manuroe
968c67dd16 Jitsi widget: Hook up the call button for group room to jitsi 2017-08-17 18:59:02 +02:00
manuroe
191e449337 Jitsi widget: WidgetManager: add WidgetManagerErrorCodeCreationFailed 2017-08-17 18:45:49 +02:00
manuroe
b2a27145bc Jitsi widget: WidgetManage add createWidget and createJitsiWidget methods 2017-08-17 18:28:24 +02:00
Giom Foret
091f65a2bb Bug Fix: App have crashed whilst uploading photos
#1445

Set up only one session at the time!
2017-08-17 14:45:20 +02:00
Aram Sargsyan
07a0c9f982 Merge branch 'develop' of https://github.com/vector-im/riot-ios into app-extension-improvements 2017-08-17 16:40:29 +04:00
manuroe
cccbb143ef Jitsi widget: Customise the error for widget permission issues for jitsi 2017-08-17 12:26:20 +02:00
manuroe
9e02006abd Jitsi widget: Add [WidgetManager closeWidget] and use it for jitsi conference 2017-08-17 12:17:07 +02:00
Aram Sargsyan
baa94e4e3e Merge branch 'develop' of https://github.com/vector-im/riot-ios into app-extension-improvements 2017-08-17 00:08:56 +04:00
Aram Sargsyan
1c95d51372 Loading HUD usage in the extension, Image resoulution alertController introduced 2017-08-17 00:01:54 +04:00
David Baker
d7a5b3f276 Change app group to group.im.vector 2017-08-16 18:30:42 +01:00
Giom Foret
3d43149c53 Apply the actual application group: "group.im.vector" 2017-08-16 18:35:32 +02:00
manuroe
f13baec441 Merge remote-tracking branch 'origin/develop' into jitsi_widget
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2017-08-16 17:14:20 +02:00
manuroe
43f9a278a2 Jitsi widget: Fix in [WidgetManager widgetsOfTypes:inRoom:] 2017-08-16 17:05:14 +02:00
Giom Foret
e40d3bd861 Set the application group to be able to share userDefaults object. 2017-08-16 15:35:38 +02:00
manuroe
1e62fcadaa Jitsi widget: Create a specific [NSUserDefaults standardUserDefaults] key for useJitsiForConferenceCalls 2017-08-16 11:51:56 +02:00
manuroe
40995c9663 Jitsi widget: Remove WidgetManager.enabled settings. Let's user check what they want with [WidgetManager widgetsOfTypes:inRoom:] 2017-08-16 11:49:01 +02:00
manuroe
c50ecaf571 Jitsi widget: Implement [Widget description] 2017-08-16 11:47:03 +02:00
Giom Foret
ba3f89d131 SettingsViewController: Release correctly the pushed view controller 2017-08-16 09:55:52 +02:00
Giom Foret
193c0566bc Dark Theme - Fix Manu's remarks 2017-08-16 09:40:47 +02:00
Giom Foret
5f5acf472b Dark Theme - Improvement
Force the background color of the fake view controller displayed when there is no details.
2017-08-14 22:35:16 +02:00
Giom Foret
f7b3534960 Dark Theme - Bug Fix
Wrong sub-title color in section header after a UI theme change.
2017-08-14 20:30:16 +02:00
Giom Foret
633ad28117 Dark Theme - Bug Fix
Customize correctly the event details views
2017-08-14 20:01:59 +02:00
Giom Foret
b5be460d80 Dark Theme - Bug Fix
Room preview - The sub-header has a wrong background color.
2017-08-14 19:18:25 +02:00
Giom Foret
faf1058994 Dark Theme - Bug Fix
Recents List: some room avatars have an unexpected black background.
We apply here the new property `defaultBackgroundColor` defined in MXKImageView class to initialize correctly image background.
2017-08-14 19:11:13 +02:00
Giom Foret
55b2bf68d5 Dark Theme - Bug Fix
Customize correctly the encryption info views
2017-08-14 17:03:29 +02:00
Giom Foret
d35024a196 Dark Theme - Bug fix
Room settings: the wrong color is used for some check box labels.
2017-08-14 16:48:26 +02:00
Giom Foret
ab75ce469e Dark Theme - Bug Fix
Handle correctly the status bar display when the current view controller is presented in a temporary navigation controller.
2017-08-14 16:43:30 +02:00
Giom Foret
ed600e3ab0 Dark Theme - Improvement
Force the background of the default view controller displayed in landscape when no room is selected.
2017-08-14 15:57:23 +02:00
Giom Foret
b521962db1 Dark Theme - Improvement
HTML string rendering: Use the grayscale component of the secondary bg color to set the background color in the default CSS
2017-08-14 15:43:50 +02:00
Giom Foret
5e25b0eb10 Dark Theme - Improvement
Customize the device info pop-up
2017-08-14 14:51:42 +02:00
Giom Foret
90700a14bd Dark Theme - Improvement
Recents Cell drag&drop: force the background color of the dragged cell.
2017-08-14 13:13:43 +02:00
Giom Foret
e4e9a2aa7c Dark Theme - Improvement
Add a top view in pickers (country, language) to display the right background in case of vertical bounce.
2017-08-14 13:09:11 +02:00
Giom Foret
41e6001db1 Dark Theme - Improvement
WebViewViewController extends MXKWebViewViewController to handle customization.
2017-08-14 10:32:31 +02:00
Giom Foret
98d2cb21d4 Dark Theme
fix App freeze when user changes the theme
2017-08-11 17:41:22 +02:00
manuroe
cf68176fbc Jitsi widget: If there is already a jitsi conference widget, pressing call joins the conf 2017-08-11 17:02:45 +02:00
Giom Foret
3b6a9a3cf9 Add missing Riot strings 2017-08-11 16:56:53 +02:00
Giom Foret
e9bc00959d Enable Dark theme
TODO:
- fix the app freeze when user changes the app theme.
2017-08-11 16:56:09 +02:00
manuroe
5b608e01a6 Jitsi widget: Display the hangup button when we are back-to-app 2017-08-11 14:59:05 +02:00
manuroe
75bb54fb92 Jitsi widget: Manage "Back To App" 2017-08-11 14:18:10 +02:00
Aram Sargsyan
f67c99ce57 Reworked the Share Extension to use a subclass of MXKRecentsDataSource to show content, solved the room order issue, as well introduced a new class ShareExtensionManager responsible for Sharing content and communicating with the system to terminate the extension with the appropriate exit code when needed. 2017-08-11 02:38:47 +04:00
manuroe
d84c185707 Jitsi widget: Enable voice or video 2017-08-10 16:41:19 +02:00
manuroe
c7e2ca6de2 Jitsi widget: Add Settings > LABS > Use jitsi for conference calls 2017-08-10 15:43:25 +02:00
Jeff Huang
39bc154123 Added translation using Weblate (Chinese (Traditional)) 2017-08-10 01:50:54 +00:00
Jeff Huang
51d8527241 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/zh_Hant/
2017-08-10 01:49:52 +00:00
Jeff Huang
1eac640bfe Added translation using Weblate (Chinese (Traditional)) 2017-08-10 01:44:45 +00:00
Jeff Huang
60876f231e Translated using Weblate (Chinese (Traditional))
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/zh_Hant/
2017-08-10 01:44:19 +00:00
Jeff Huang
67d2d902a6 Added translation using Weblate (Chinese (Traditional)) 2017-08-10 01:41:01 +00:00
Nathan van Beelen
cefa6bc4e5 Translated using Weblate (Dutch)
Currently translated at 100.0% (396 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/nl/
2017-08-09 19:47:17 +00:00
manuroe
e73cea2892 Jitsi widget: Make [WidgetManager removeMatrixSession] work 2017-08-09 18:06:33 +02:00
manuroe
bd956855c5 Jitsi widget: Dedup widgets - full algo that trusts on-one 2017-08-09 17:59:10 +02:00
manuroe
506ace40cf Jitsi widget: Show/hide the widget presence in RoomVC at runtime 2017-08-09 17:31:15 +02:00
manuroe
f76ed0cd82 Jitsi widget: Dedup widgets 2017-08-09 16:48:05 +02:00
manuroe
a4e85e844d Merge remote-tracking branch 'origin/master' into jitsi_widget 2017-08-08 17:35:12 +02:00
Giom Foret
14ead3d5ab Merge branch 'develop' into meta_riot_22 2017-08-08 16:06:53 +02:00
Giom Foret
dc737d6c37 Prepare Dark theme - Handle table view cell customization 2017-08-08 16:05:43 +02:00
manuroe
f2d22cfda7 version++ 2017-08-08 15:48:25 +02:00
manuroe
f8864b59d4 Merge pull request #1430 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2017-08-08 14:57:52 +02:00
manuroe
dea0b9be74 Merge pull request #1429 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2017-08-08 14:57:23 +02:00
Weblate
dac540d38c Merge remote-tracking branch 'origin/develop' into develop 2017-08-08 12:55:39 +00:00
Weblate
7ff8153bb4 Merge remote-tracking branch 'origin/develop' into develop 2017-08-08 12:55:31 +00:00
Weblate
7a91c622ed Merge remote-tracking branch 'origin/develop' into develop 2017-08-08 12:55:22 +00:00
Andrey
3e488deacb Translated using Weblate (Russian)
Currently translated at 41.1% (163 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2017-08-08 12:55:03 +00:00
Osoitz
a8ac3e0fd9 Translated using Weblate (Basque)
Currently translated at 100.0% (396 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2017-08-08 12:55:03 +00:00
manuroe
dc8a9e2998 Bug Report: Make the crash dump appear in GH issues created for crashes.
This will help triaging. Example at https://github.com/matrix-org/riot-ios-rageshakes/issues/176
2017-08-08 14:39:01 +02:00
manuroe
f7f2f70bbe Emojis: Boost size of messages containing only emojis (not only one) 2017-08-08 14:14:00 +02:00
manuroe
e08d0ce7b3 Merge pull request #1421 from aramsargsyan/share-extension
Share extension
2017-08-08 14:04:50 +02:00
manuroe
c0c951365d Jitsi widget: Use new [MXRoomState stateEventsWithType:] method 2017-08-08 11:56:11 +02:00
Giom Foret
eee878beba Prepare Dark Theme - Customize Riot view by using customizeViewRendering method.
https://github.com/vector-im/riot-meta/issues/22
2017-08-08 10:57:42 +02:00
manuroe
68cd027de4 Merge remote-tracking branch 'origin/master' into jitsi_widget 2017-08-04 14:21:50 +02:00
manuroe
981e1916d8 Jitsi widget: Add a readme with intructions for building JitsiMeet.framework 2017-08-04 14:20:15 +02:00
manuroe
0061631a6e Jitsi widget: Temporary embed JitsiMeet.framework within the project while there is no pod for it (see https://github.com/jitsi/jitsi-meet/issues/1854). 2017-08-04 13:58:06 +02:00
manuroe
094886fab1 Jitsi widget: RoomVC: Show it in the banner when there is an active jitsi conference in a room. 2017-08-04 13:47:50 +02:00
manuroe
87835ad749 Jitsi widget: Add JitsiViewController, a dedicated widget viewer for jitsi widgets based on jitsi-meet sdk. 2017-08-04 13:08:37 +02:00
manuroe
87546112da Jitsi widget: Add WidgetManager and Widget, generic classes to manage scalar widgets 2017-08-04 13:07:04 +02:00
Denis Morozov
fcf2948bc1 Set App Group ID to MXSDKOptions singleton instance 2017-08-04 10:59:46 +03:00
Osoitz
de1c435658 Translated using Weblate (Basque)
Currently translated at 100.0% (396 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2017-08-02 15:57:01 +00:00
Osoitz
aa964303e2 Translated using Weblate (Basque)
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/eu/
2017-08-01 16:45:48 +00:00
Osoitz
b65b71d356 Translated using Weblate (Basque)
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/eu/
2017-08-01 16:39:58 +00:00
Osoitz
5dc30dec98 Translated using Weblate (Basque)
Currently translated at 48.2% (191 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2017-08-01 16:29:19 +00:00
Osoitz
0d5f60da6d Translated using Weblate (Basque)
Currently translated at 0.5% (2 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2017-08-01 16:28:49 +00:00
Osoitz
fa0181186d Added translation using Weblate (Basque) 2017-08-01 16:26:18 +00:00
Osoitz
4a4d520ec4 Added translation using Weblate (Basque) 2017-08-01 16:26:00 +00:00
Osoitz
55835065c7 Added translation using Weblate (Basque) 2017-08-01 16:25:34 +00:00
manuroe
23a76e0fa3 version++ 2017-08-01 15:15:48 +02:00
manuroe
dd169afa4a Rescue of NL translation files 2017-08-01 15:08:08 +02:00
manuroe
e7c7d74c51 Merge remote-tracking branch 'origin/release-v0.5.0'
# Conflicts:
#	Riot/Assets/nl.lproj/Vector.strings
2017-08-01 14:50:13 +02:00
manuroe
fd0c908b6a version++ 2017-08-01 14:47:59 +02:00
manuroe
4bde764dc3 FR: Did some review 2017-08-01 14:15:08 +02:00
manuroe
7ead5d4acd Merge pull request #1424 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2017-08-01 10:34:36 +02:00
Weblate
1629e2b574 Merge remote-tracking branch 'origin/develop' into develop 2017-08-01 08:32:35 +00:00
Weblate
dc0dea84a0 Merge remote-tracking branch 'origin/develop' into develop 2017-08-01 08:32:26 +00:00
Andrey
b6c1c3d6d0 Translated using Weblate (Russian)
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/ru/
2017-08-01 08:32:13 +00:00
Andrey
f255fe1859 Translated using Weblate (Russian)
Currently translated at 38.6% (153 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2017-08-01 08:32:13 +00:00
Lauris Mierkalns
607bfb3cd3 Translated using Weblate (Latvian)
Currently translated at 10.6% (42 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/lv/
2017-08-01 08:32:13 +00:00
Aram Sargsyan
1612de6fce Review changes 2017-07-31 19:26:06 +04:00
Aram Sargsyan
67495f6e35 Merge branch 'develop' of https://github.com/vector-im/riot-ios into share-extension 2017-07-30 21:30:48 +04:00
Aram Sargsyan
72be3ad892 Localized the extension, added fallback view to handle logged out state, finalized NSExtensionActivationRule 2017-07-30 21:29:38 +04:00
Denis Morozov
ffd6b96d50 Add NSSiriUsageDescription to Info.plist 2017-07-30 19:49:19 +03:00
Denis Morozov
d5366c85b9 Update App group info 2017-07-29 16:34:51 +03:00
manuroe
ef23676578 FR: Translate newly added strings 2017-07-28 17:07:02 +02:00
Krombel
8526950981 Translated using Weblate (German)
Currently translated at 100.0% (396 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-28 14:54:20 +00:00
Krombel
2822738889 Translated using Weblate (German)
Currently translated at 99.7% (395 of 396 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-28 14:53:52 +00:00
Weblate
54828c4ab0 Merge remote-tracking branch 'origin/develop' into develop 2017-07-28 14:52:12 +00:00
bestspyever
3b50654e47 Translated using Weblate (Russian)
Currently translated at 1.5% (6 of 395 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2017-07-28 14:51:29 +00:00
manuroe
a0d2e7d025 RoomVC: Send button: Fix its width adjustability to support other languages 2017-07-28 16:44:36 +02:00
manuroe
44732ae1d5 FR: "SALONS" -> "Salons" 2017-07-28 15:52:00 +02:00
bestspyever
681edaceca Added translation using Weblate (Russian) 2017-07-28 13:47:45 +00:00
manuroe
4c409151a0 User directory: Display "Search in progress..." instead of "No results" when we are searching 2017-07-28 15:24:25 +02:00
manuroe
f4ea25ea81 User directory: Display "> nn" when the search results is limited.
Reduce the requested number of users from 100 to 50 (but the hs still returns **51** users...)
2017-07-28 15:16:25 +02:00
manuroe
9e04de4c8e User directory: kill all strings referring to known contacts 2017-07-28 15:04:28 +02:00
manuroe
4f3f3f089d User directory: Make sure a valid MXSession is provided to ContactsDataSource
https://github.com/vector-im/riot-meta/issues/95
2017-07-28 15:02:11 +02:00
manuroe
736d9bb0c0 User directory: Use the new hs api (https://github.com/vector-im/riot-meta/issues/95) 2017-07-28 15:00:45 +02:00
Aram Sargsyan
2448380d4c Changed the app group to group.org.matrix 2017-07-27 19:41:59 +04:00
Denis Morozov
a76450bf50 Enable Siri in Capabilities tab 2017-07-26 16:59:14 +03:00
manuroe
9ae59f4cf8 Merge pull request #1416 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2017-07-26 11:05:29 +02:00
Weblate
d47aedd739 Merge remote-tracking branch 'origin/develop' into develop 2017-07-26 09:03:29 +00:00
Weblate
f73f61799b Merge remote-tracking branch 'origin/develop' into develop 2017-07-26 09:03:21 +00:00
manuroe
ac288e8494 Translated using Weblate (French)
Currently translated at 100.0% (395 of 395 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2017-07-26 07:44:50 +00:00
Brendan Abolivier
852787e309 Translated using Weblate (French)
Currently translated at 98.9% (391 of 395 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2017-07-26 07:41:26 +00:00
Krombel
1deace9d6c Translated using Weblate (German)
Currently translated at 100.0% (395 of 395 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-25 16:34:23 +00:00
Edmund Sackbauer
2269dee74b Translated using Weblate (German)
Currently translated at 97.7% (386 of 395 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-25 16:31:46 +00:00
manuroe
19847dbacc BF: E2E export did not work anymore since the death of MXKAlert 2017-07-25 17:27:24 +02:00
manuroe
505b6414a5 Add support of matrix.to links to users
BF: the app doesn't do anything sensible with matrix.to user id hyperlinks #1410
2017-07-25 16:08:24 +02:00
bestspyever
0ddc054b22 Translated using Weblate (Russian)
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/ru/
2017-07-25 14:03:05 +00:00
bestspyever
84f60d7b4a Added translation using Weblate (Russian) 2017-07-25 13:33:29 +00:00
manuroe
f7b705b6f2 Language picker: Force capitalisation of languages 2017-07-25 14:45:33 +02:00
Weblate
17944211c2 Merge remote-tracking branch 'origin/develop' into develop 2017-07-25 12:06:56 +00:00
Tong Hui
b540d5f309 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (395 of 395 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2017-07-25 12:01:39 +00:00
manuroe
99e082c252 Merge pull request #1411 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate.
2017-07-25 13:47:50 +02:00
manuroe
5cfc59c342 Merge pull request #1412 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2017-07-25 13:47:33 +02:00
Weblate
ed457a7e9d Merge remote-tracking branch 'origin/develop' into develop 2017-07-25 09:55:29 +00:00
Weblate
fd77840ee5 Merge remote-tracking branch 'origin/develop' into develop 2017-07-25 09:55:16 +00:00
Weblate
f76218fd18 Merge remote-tracking branch 'origin/develop' into develop 2017-07-25 09:54:41 +00:00
Bamstam
9a23bc5db1 Translated using Weblate (German)
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/de/
2017-07-25 09:53:40 +00:00
Tong Hui
ff1882083a Translated using Weblate (Chinese (Simplified))
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/zh_Hans/
2017-07-25 09:53:40 +00:00
Javier Quevedo
9de94955ae Translated using Weblate (Spanish)
Currently translated at 0.7% (3 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/es/
2017-07-25 09:53:40 +00:00
kaiyou
c9ada33ae1 Translated using Weblate (French)
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/fr/
2017-07-25 09:53:40 +00:00
Edmund Sackbauer
85deb875a2 Translated using Weblate (German)
Currently translated at 100.0% (385 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-25 09:53:40 +00:00
kaiyou
92eb6ef646 Translated using Weblate (French)
Currently translated at 100.0% (385 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2017-07-25 09:53:40 +00:00
Tong Hui
d3e2ce2d0c Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (385 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2017-07-25 09:53:39 +00:00
manuroe
d8c057dc07 Language settings: Update comments 2017-07-25 11:34:41 +02:00
Edmund Sackbauer
651f0c8fb1 Translated using Weblate (German)
Currently translated at 100.0% (385 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-25 09:28:12 +00:00
Aram Sargsyan
1de4c749ba Merge branch 'develop' of https://github.com/vector-im/riot-ios into share-extension 2017-07-25 02:14:19 +04:00
Krombel
847e6d7899 Translated using Weblate (German)
Currently translated at 67.2% (259 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-24 14:48:32 +00:00
Aram Sargsyan
e1ede92f65 1st version 2017-07-24 16:56:31 +04:00
Edmund Sackbauer
18aee285e2 Translated using Weblate (German)
Currently translated at 3.1% (12 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-24 10:47:07 +00:00
Edmund Sackbauer
d88403e6a6 Translated using Weblate (German)
Currently translated at 2.8% (11 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-24 10:47:05 +00:00
Edmund Sackbauer
0f185b3add Translated using Weblate (German)
Currently translated at 2.5% (10 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-24 10:46:59 +00:00
Edmund Sackbauer
8a19ae0482 Translated using Weblate (German)
Currently translated at 2.3% (9 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2017-07-24 10:46:57 +00:00
kaiyou
78c8875cd7 Translated using Weblate (French)
Currently translated at 100.0% (385 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2017-07-23 07:50:43 +00:00
kaiyou
6f2120270b Translated using Weblate (French)
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/fr/
2017-07-22 14:03:07 +00:00
Lauris Mierkalns
be5357eecc Added translation using Weblate (Latvian) 2017-07-21 23:29:55 +00:00
Lauris Mierkalns
c775dd77ee Translated using Weblate (Latvian)
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/lv/
2017-07-21 23:26:45 +00:00
Lauris Mierkalns
c0cfe2ef6d Added translation using Weblate (Latvian) 2017-07-21 23:23:22 +00:00
Lauris Mierkalns
249a14c017 Translated using Weblate (Latvian)
Currently translated at 100.0% (24 of 24 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/lv/
2017-07-21 23:22:53 +00:00
Lauris Mierkalns
c840d38733 Added translation using Weblate (Latvian) 2017-07-21 23:15:33 +00:00
Giom Foret
887d9dee14 Prepare Dark Theme
Remove the [UIApplication statusBarHidden] use (deprecated since iOS 9).
Use the default UIViewController-based status bar system.

Hide the user interface theme option in Settings.

https://github.com/vector-im/riot-meta/issues/22
2017-07-21 17:22:34 +02:00
Giom Foret
40b8bba67b Merge branch 'develop' into meta_riot_22 2017-07-21 16:50:58 +02:00
manuroe
21a33f285c MELS: replace "X member updates" by "X membership changes" 2017-07-21 16:13:07 +02:00
manuroe
ee4c6d29bf Language settings: Report it in the bug report 2017-07-21 15:09:23 +02:00
manuroe
97f8d36e33 Language settings: Reload data softly after language change 2017-07-21 12:06:10 +02:00
Giom Foret
5f75c33137 Prepare Dark Theme
Observe user interface theme change.

https://github.com/vector-im/riot-meta/issues/22
2017-07-21 11:28:17 +02:00
manuroe
cdb2fe99a3 Language settings: Store it in NSUserDefaults (@"appLanguage") 2017-07-21 11:08:33 +02:00
manuroe
bcdea698d0 Settings: Add app language settings 2017-07-21 10:55:21 +02:00
Javier Quevedo
a8b76bb3f6 Added translation using Weblate (Spanish) 2017-07-20 09:44:30 +00:00
giomfo
097d2a37ef Merge pull request #1402 from vector-im/meta_riot_22
Prepare Dark theme
2017-07-19 15:42:00 +02:00
Giom Foret
21513419b5 Prepare Dark theme
- Add User Interface section in settings

https://github.com/vector-im/riot-meta/issues/22
2017-07-19 15:26:09 +02:00
Giom Foret
8ddee12e43 Bug Fix: Room settings, ticks are badly refreshed
#681
2017-07-19 15:23:19 +02:00
Aram Sargsyan
1a57e99c47 Merge branch 'develop' of https://github.com/aramsargsyan/riot-ios into share-extension 2017-07-19 12:40:49 +04:00
giomfo
2e3ab2834e Merge pull request #1400 from vector-im/riot_meta_85
Translate the potential error observed during 3pid handling
2017-07-18 16:31:10 +02:00
manuroe
6288437258 Merge pull request #1399 from vector-im/riot_1157
MXKEventFormatter: Add singleEmojiTextFont property to special case t…
2017-07-18 16:19:26 +02:00
Giom Foret
69c84ded85 Translate the potential error observed during 3pid handling
https://github.com/vector-im/riot-meta/issues/85
2017-07-18 15:57:11 +02:00
manuroe
6eb65f4ff0 MXKEventFormatter: Add singleEmojiTextFont property to special case the display of message with a single emoji.
https://github.com/vector-im/riot-ios/issues/1157: optionally boost size of lone emoji like on riot-web
2017-07-18 14:43:46 +02:00
Giom Foret
0545bee962 Bug Fix: Change API used to add email in order to check if the email is already used.
(idem for msisdn)

https://github.com/vector-im/riot-meta/issues/85
2017-07-18 13:57:15 +02:00
manuroe
3c7e3e3c1e MELS: Reset the event selection before collapsing
This fixes a crash
2017-07-17 16:15:49 +02:00
manuroe
c0bd8ac83f MELS: For now, do not merge VoIP conference events 2017-07-17 15:59:43 +02:00
giomfo
1ab2e6ad29 Merge pull request #1391 from vector-im/remove_mxk_alert
Remove mxk alert
2017-07-17 14:33:17 +02:00
manuroe
ee1377d379 Merge pull request #1390 from vector-im/MELS
MELS
2017-07-17 10:41:28 +02:00
manuroe
ec701c5813 MELS: s/serie/series 2017-07-17 10:30:46 +02:00
manuroe
fd69cb5908 MELS: Simplify check condition 2017-07-17 10:17:16 +02:00
manuroe
a0031a0d00 MELS: Fix typo 2017-07-17 09:15:41 +02:00
Aram Sargsyan
e2d69954b4 Merge branch 'develop' of https://github.com/vector-im/riot-ios into share-extension 2017-07-16 02:24:18 -05:00
Tong Hui
831b4fd5eb Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (385 of 385 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2017-07-14 19:12:31 +00:00
Giom Foret
cc0478c4ec Remove MXKAlert class use.
UIAlertController is directly used.
2017-07-14 16:41:25 +02:00
Tong Hui
34e0608ecc Added translation using Weblate (Chinese (Simplified)) 2017-07-14 12:24:08 +00:00
Tong Hui
1f3ef2ce82 Added translation using Weblate (Chinese (Simplified)) 2017-07-14 12:23:56 +00:00
Giom Foret
fafa40846e Prepare MXKAlert withdrawal 2017-07-14 00:36:11 +02:00
manuroe
6a5f92eda3 MELS: Improve detection on how to configure a cell 2017-07-13 17:10:15 +02:00
Giom Foret
98e5343a79 RoomTableViewCell: Replace the direct chat icon with a green ring 2017-07-12 15:51:28 +02:00
Giom Foret
12db2a443f Bug Fix: Camera preview is broken after a second try
The camera preview was set up with a wrong frame value. We wait for the first `viewDidLayoutSubviews` call before setting up the preview.
#686

+ fix the wrong preview layout on iPad described in PR #1372 MediaPicker xib layout fix.
2017-07-11 17:48:18 +02:00
manuroe
d2c6fa426e MELS: Force use of Riot style placeholder in collapsed cells 2017-07-11 17:02:23 +02:00
manuroe
31e04ffdc9 MELS: Do not show read receipts on collapsed bubbles 2017-07-11 16:51:31 +02:00