Commit Graph

12797 Commits

Author SHA1 Message Date
David Baker beb66162b5 Change app group to group.im.vector 2017-08-16 18:30:42 +01:00
Giom Foret 6ab2e329d6 Apply the actual application group: "group.im.vector" 2017-08-16 18:35:32 +02:00
Giom Foret e61fde58c1 Apply the actual application group: "group.im.vector" 2017-08-16 18:24:07 +02:00
manuroe 2ca185b80e Merge remote-tracking branch 'origin/develop' into jitsi_widget
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2017-08-16 17:14:20 +02:00
manuroe 63c0618ab3 Jitsi widget: Fix in [WidgetManager widgetsOfTypes:inRoom:] 2017-08-16 17:05:14 +02:00
giomfo 07ab54bea8 Merge pull request #1439 from vector-im/set_riot_app_group
Set the application group to be able to share userDefaults object.
2017-08-16 15:43:55 +02:00
Giom Foret 81e5bd1024 Set the application group to be able to share userDefaults object. 2017-08-16 15:35:38 +02:00
manuroe 07690a0171 Jitsi widget: Create a specific [NSUserDefaults standardUserDefaults] key for useJitsiForConferenceCalls 2017-08-16 11:51:56 +02:00
manuroe 60c1000117 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 ef2538031a Jitsi widget: Implement [Widget description] 2017-08-16 11:47:03 +02:00
Giom Foret 3a146f30e2 Update MatrixKit version in RiotShareExtension target 2017-08-16 10:42:29 +02:00
giomfo 33bd55fbb8 Merge pull request #1438 from vector-im/meta_riot_22
Dark Theme - Bug Fix/Improvements

https://github.com/vector-im/riot-meta/issues/22
2017-08-16 10:08:42 +02:00
Giom Foret 4318970da7 SettingsViewController: Release correctly the pushed view controller 2017-08-16 09:55:52 +02:00
Giom Foret 6f70d2e283 Dark Theme - Fix Manu's remarks 2017-08-16 09:40:47 +02:00
Giom Foret e33f383445 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 a65912d47b 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 024b2be2f7 Dark Theme - Bug Fix
Customize correctly the event details views
2017-08-14 20:01:59 +02:00
Giom Foret a6e39077f4 Dark Theme - Bug Fix
Room preview - The sub-header has a wrong background color.
2017-08-14 19:18:25 +02:00
Giom Foret 63d0358106 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 c10ee51370 Dark Theme - Bug Fix
Customize correctly the encryption info views
2017-08-14 17:03:29 +02:00
Giom Foret 5fe3631a60 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 4eddaf0ac2 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 ecabc3c52c 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 0e0bf6171a 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 20aba790b3 Dark Theme - Improvement
Customize the device info pop-up
2017-08-14 14:51:42 +02:00
Aram Sargsyan 4ce2bf60ed Share Extension manager improvements 2017-08-14 15:25:02 +04:00
Giom Foret 0caf13e309 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 2b15594f28 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 5ccb5acbc8 Dark Theme - Improvement
WebViewViewController extends MXKWebViewViewController to handle customization.
2017-08-14 10:32:31 +02:00
Aram Sargsyan e21ea5ac9f Added search functionality for rooms and people, fixed bug of dismmisal 2017-08-11 20:33:50 +04:00
giomfo 3331a16fa8 Merge pull request #1431 from vector-im/meta_riot_22
Prepare Dark Theme
2017-08-11 17:48:22 +02:00
Giom Foret b043ef4179 Dark Theme
fix App freeze when user changes the theme
2017-08-11 17:41:22 +02:00
manuroe d85f9c5f64 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 f7b92e94b2 Add missing Riot strings 2017-08-11 16:56:53 +02:00
Giom Foret a36d824873 Enable Dark theme
TODO:
- fix the app freeze when user changes the app theme.
2017-08-11 16:56:09 +02:00
manuroe 0e3a8a9ce8 Jitsi widget: Display the hangup button when we are back-to-app 2017-08-11 14:59:05 +02:00
manuroe 1bdbe40c09 Jitsi widget: Manage "Back To App" 2017-08-11 14:18:10 +02:00
Aram Sargsyan 1f65551519 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 30f053baa8 Jitsi widget: Enable voice or video 2017-08-10 16:41:19 +02:00
manuroe c45b846ea1 Jitsi widget: Add Settings > LABS > Use jitsi for conference calls 2017-08-10 15:43:25 +02:00
Jeff Huang f2d32ce7cb Added translation using Weblate (Chinese (Traditional)) 2017-08-10 01:50:54 +00:00
Jeff Huang e32775eee9 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 baf5a2c31b Added translation using Weblate (Chinese (Traditional)) 2017-08-10 01:44:45 +00:00
Jeff Huang c94c73f4d8 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 2bc7697636 Added translation using Weblate (Chinese (Traditional)) 2017-08-10 01:41:01 +00:00
Nathan van Beelen 4749015e9f 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 b468151684 Jitsi widget: Make [WidgetManager removeMatrixSession] work 2017-08-09 18:06:33 +02:00
manuroe 9733a83f4c Jitsi widget: Dedup widgets - full algo that trusts on-one 2017-08-09 17:59:10 +02:00
manuroe d2f6e8ddb8 Jitsi widget: Show/hide the widget presence in RoomVC at runtime 2017-08-09 17:31:15 +02:00
manuroe 07a1bc32b8 Jitsi widget: Dedup widgets 2017-08-09 16:48:05 +02:00