Commit Graph

403 Commits

Author SHA1 Message Date
manuroe 0727de86f3 BF: Jitsi: Crash if the user display name has several components (#1616) 2017-10-25 16:46:03 +02:00
giomfo 9e0d229e32 Merge pull request #1610 from vector-im/fix_empty_table_cell
Fix - tableView cellForRowAtIndexPath:
2017-10-24 23:39:50 +02:00
Giom Foret 41b2c6e40f Remove warning 2017-10-23 16:57:05 +02:00
Giom Foret cb5b2e1d40 Fix - tableView cellForRowAtIndexPath:
return a fake cell to prevent app from crashing.
2017-10-23 15:48:13 +02:00
giomfo dc39752282 Merge pull request #1604 from vector-im/riot_1590
Bug Fix - Member Info page avatars are systematically cropped (iOS 11)
2017-10-23 09:28:31 +02:00
Giom Foret 17358c833d RoomViewController: Move the room avatar from the navigation title view to the expanded (or preview) header. 2017-10-20 19:22:37 +02:00
Giom Foret 92befab34c Bug Fix - Member Info page avatars are systematically cropped (iOS 11)
#1590
2017-10-20 16:54:48 +02:00
manuroe 8e302afba5 Bug Report: Add local and UTC times to the report 2017-10-20 15:54:31 +02:00
manuroe ef1a41f421 Bug Report: Add local and UTC times to the report 2017-10-20 15:51:10 +02:00
manuroe 748cd0ea4f BugReportVC: Do not send empty report (bis) 2017-10-12 15:42:36 +02:00
Giom Foret 41b839c410 Merge branch 'develop' into callkit
# Conflicts:
#	Riot/AppDelegate.m
2017-10-09 16:23:18 +02:00
manuroe e550e1be73 Merge pull request #1550 from vector-im/cancel_event_sending
RoomVC: Add the ability to cancel the sending of a room message and i…
2017-10-06 14:28:22 +02:00
Giom Foret 88cd9db785 Merge branch 'master' into callkit
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
#	Riot/AppDelegate.m
#	Riot/ViewController/SettingsViewController.m
2017-10-04 13:04:21 +02:00
manuroe b665a80f35 Rageshake: Add a setting to enable (disable) it.
https://github.com/vector-im/riot-ios/issues/1387
https://github.com/vector-im/riot-ios/issues/535

There is also a new "Do not ask again" button in the rageshake popup as a shortcut for this setting.
2017-10-04 11:09:02 +02:00
manuroe ed7c8b4e90 RoomVC: Add the ability to cancel the sending of a room message and improve the cancellation of a media upload 2017-10-03 14:57:32 +02:00
manuroe 6291fda01c Jitsi: Enable the "Create conference calls with jitsi" settings by default 2017-10-03 13:17:07 +02:00
manuroe dad906e01c Merge pull request #1535 from vector-im/list_widgets
Widgets: list active widgets in a room
2017-09-28 10:01:43 +02:00
Giom Foret 6132937b2f RoomViewController: Fix the position of the missed discussion badge 2017-09-27 22:41:51 +02:00
manuroe 78663905fc Widgets: Use the original "apps-icon" when there is no more widgets 2017-09-27 15:40:21 +02:00
manuroe 978aa0217d Widgets: list active widgets in a room
List them into an alertVC for the moment
2017-09-27 15:21:38 +02:00
Giom Foret 4a13e7e4d0 Fix iOS11 disruption
- RoomViewController, RoomDetailsVC, ContactDetailsVC: fix header layout.
- Use UIScrollView+MatrixKit category to handle the adjusted content inset which is not defined before iOS 11.
2017-09-27 09:26:34 +02:00
manuroe 84771f992e Merge pull request #1533 from vector-im/rageshake_290
RoomsViewController: Crash in [RoomsViewController prepareForSegue:se…
2017-09-26 14:52:53 +02:00
manuroe a93a932dd8 RoomsViewController: Crash in [RoomsViewController prepareForSegue:sender:]_block_invoke_2 (in Riot) (RoomsViewController.m:182)
https://github.com/matrix-org/riot-ios-rageshakes/issues/290
2017-09-26 09:56:25 +02:00
manuroe cf5a395615 MediaPickerViewController: Add sanity checks to avoid crashes
- [MediaPickerViewController setupAVCapture] (in Riot) (MediaPickerViewController.m:1158) (https://github.com/matrix-org/riot-ios-rageshakes/issues/312)
- [MediaPickerViewController tearDownAVCapture] (in Riot) (MediaPickerViewController.m:1198) (https://github.com/matrix-org/riot-ios-rageshakes/issues/314)
2017-09-25 18:13:14 +02:00
Giom Foret 86d4b2438c Fix - Room member details: the member's avatar is cropped in the header
Define directly the navigation titleView with the custom title view instance. Do not use anymore a container.
We had to add some constraints  to keep the custom title at the right position.
2017-09-25 16:56:18 +02:00
Giom Foret 51ac97ae3f @available(iOS 11.0, *) use requires Xcode 9 2017-09-22 16:48:49 +02:00
manuroe f60123e9ee BF: [iOS11] "Smart [colors] Invert" renders badly in the app
Take into account Giom's review
2017-09-21 17:03:43 +02:00
manuroe 3a624fa99d BF: [iOS11] "Smart [colors] Invert" renders badly in the app
https://github.com/vector-im/riot-ios/issues/1524

- the app does its own dark theme and prevents the OS from automatically revert the colors in the app
- there are 3 choices on iOS11 for the Riot theme: "auto", "light", "dark". "auto" uses the system settings
2017-09-21 15:29:46 +02:00
Giom Foret 5a5232ff44 Merge branch 'develop' into callkit 2017-09-20 17:28:25 +02:00
Giom Foret 3af499861c Improvement: Alter DMness from Room Settings.
https://github.com/vector-im/riot-ios/issues/1370
2017-09-20 15:08:25 +02:00
manuroe d7ffe122ee BugReportVC: Force users to add a description in crash reports.
This makes github happier and will help us on triaging.
2017-09-20 09:10:29 +02:00
Giom Foret c54641c9d1 Pushkit: Remove APNS use.
Use new MXKAccount API to handle push token and settings.
- add format: 'event_id_only' to the data dict when you add the pusher
- use the following app ID: im.vector.app.ios.voip.prod
2017-09-19 16:06:44 +02:00
manuroe d452535ee1 Merge pull request #1517 from vector-im/widget_manager_bf_2
Widget manager: bug fixes
2017-09-19 14:57:37 +02:00
manuroe 6b709647d4 Modular integrations Manager: Improve dark theme management 2017-09-19 13:36:43 +02:00
manuroe 9d4977697d Modular integrations Manager: Manage dark theme 2017-09-19 10:24:28 +02:00
manuroe 85970300fb Modular integrations Manager: Manage lack of network 2017-09-19 09:59:04 +02:00
Giom Foret 74f66ae4a1 Merge branch 'develop' into callkit 2017-09-19 09:50:21 +02:00
Giom Foret 4d96473f78 Improvement: Broaden back icon 2017-09-19 09:35:49 +02:00
manuroe f3ff3baff3 Modular integrations Manager: Open URL in safari not within the webview 2017-09-19 09:00:44 +02:00
manuroe c99c8968ac Modular integrations Manager: Fix invite and listing of bots.
Use scalar-staging.riot.im for the moment
2017-09-18 17:12:31 +02:00
manuroe 188f5954ce Add WidgetViewController
Not yet use
2017-09-18 16:22:59 +02:00
manuroe 9f74d71a5e Merge pull request #1511 from vector-im/widget_manager_2
Show the "Integrations Manager" into a webview
2017-09-15 16:55:28 +02:00
Giom Foret 98be070cd7 Improvement - Create DM with Riot-bot on new account creation.
https://github.com/vector-im/riot-meta/issues/94
2017-09-15 15:19:36 +02:00
manuroe 5a5b6e4319 Modular integrations UI: Do not bounce for all the page 2017-09-15 14:57:40 +02:00
manuroe 0b65990695 Modular integrations UI: Display the webpage in fullscreen 2017-09-15 14:03:49 +02:00
manuroe 7522f3750d Modular integrations UI: Display the webpage in fullscreen 2017-09-15 13:55:33 +02:00
manuroe f807790560 Modular integrations UI: Make the integrations icon open the main "Manage integrations" page 2017-09-15 13:36:26 +02:00
manuroe 707fcfdbdd Modular integrations UI: Add the integrations icon to the RoomVC navigation header 2017-09-15 13:27:13 +02:00
manuroe 0a71b1ea06 Modular integrations UI: Add Settings > Labs > Matrix Apps 2017-09-15 13:24:01 +02:00
manuroe e6667d5a43 Modular integrations UI: Clean i18n strings for modular 2017-09-14 17:52:21 +02:00