Giom Foret
5468d02c19
RoomViewController: Fix the position of the missed discussion badge
2017-09-27 22:41:51 +02:00
Giom Foret
b8c576ef18
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
bf09483d4d
Merge pull request #1533 from vector-im/rageshake_290
...
RoomsViewController: Crash in [RoomsViewController prepareForSegue:se…
2017-09-26 14:52:53 +02:00
manuroe
5376072178
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
50d24d99ea
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
224de23445
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
b0fea120d7
@available(iOS 11.0, *) use requires Xcode 9
2017-09-22 16:48:49 +02:00
manuroe
e754c9f394
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
9d7d91df0a
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
21b3672ef9
Improvement: Alter DMness from Room Settings.
...
https://github.com/vector-im/riot-ios/issues/1370
2017-09-20 15:08:25 +02:00
manuroe
4f71dd5dad
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
manuroe
f7d9025bd1
Merge pull request #1517 from vector-im/widget_manager_bf_2
...
Widget manager: bug fixes
2017-09-19 14:57:37 +02:00
manuroe
ce7c926fa4
Modular integrations Manager: Improve dark theme management
2017-09-19 13:36:43 +02:00
manuroe
f2892335fb
Modular integrations Manager: Manage dark theme
2017-09-19 10:24:28 +02:00
manuroe
ad4a7e8507
Modular integrations Manager: Manage lack of network
2017-09-19 09:59:04 +02:00
Giom Foret
0e144c085d
Improvement: Broaden back icon
2017-09-19 09:35:49 +02:00
manuroe
bd07f17c06
Modular integrations Manager: Open URL in safari not within the webview
2017-09-19 09:00:44 +02:00
manuroe
a6b064fb88
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
3debcc443e
Add WidgetViewController
...
Not yet use
2017-09-18 16:22:59 +02:00
manuroe
121df97cf0
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
cf5bd72d3e
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
5290212140
Modular integrations UI: Do not bounce for all the page
2017-09-15 14:57:40 +02:00
manuroe
6366918afb
Modular integrations UI: Display the webpage in fullscreen
2017-09-15 14:03:49 +02:00
manuroe
6558c89966
Modular integrations UI: Display the webpage in fullscreen
2017-09-15 13:55:33 +02:00
manuroe
8d2179a7a3
Modular integrations UI: Make the integrations icon open the main "Manage integrations" page
2017-09-15 13:36:26 +02:00
manuroe
70ce90a735
Modular integrations UI: Add the integrations icon to the RoomVC navigation header
2017-09-15 13:27:13 +02:00
manuroe
3136ba7352
Modular integrations UI: Add Settings > Labs > Matrix Apps
2017-09-15 13:24:01 +02:00
manuroe
d8b9eb3040
Modular integrations UI: Clean i18n strings for modular
2017-09-14 17:52:21 +02:00
manuroe
e8d1d7e2c9
Modular integrations UI: Did all modular requests but not tested
2017-09-14 17:48:11 +02:00
Giom Foret
772b7ee23e
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
e823361bd8
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
42f27fa1c1
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
f4eda098bf
Bug Fix - Settings: some of the labels push the switch controls off screen.
...
#1506
2017-09-14 11:33:59 +02:00
manuroe
05ac27d7cb
Modular integrations UI: Stubbed all modular requests.
2017-09-14 09:53:07 +02:00
Giom Foret
5c5a752aaf
Dark theme - Improvements
...
- the keyboard bubble should be darker too
2017-09-11 22:37:00 +02:00
manuroe
bb48d0cf3a
Modular integrations UI: File renaming
2017-09-11 16:34:05 +02:00
manuroe
784e31e40d
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
4f29b3b687
Dark theme - Improvements
...
- spinner bg being white
2017-09-11 14:49:06 +02:00
Giom Foret
1ed9b282e9
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
manuroe
3469959bc7
Modular integrations UI: Plumbed all modular requests. But it does not work
2017-09-08 16:27:14 +02:00
manuroe
c82f47374b
Modular integrations UI: Move JS code to js resource file. ObjC -> Modular JS starts to work
2017-09-08 13:51:06 +02:00
manuroe
6c0d7b5179
Modular integrations UI: Start bridging the modular js postMessage interface with objc
2017-09-08 09:18:45 +02:00
manuroe
6466d88ee9
Modular integrations UI: Show the Modular integrations webapp into a webview
2017-09-07 11:32:40 +02:00
manuroe
1943b9fc2a
Merge branch 'develop' into incoming_call_screen
2017-08-31 14:04:53 +02:00
manuroe
8e865922fe
Widget: In comments, replace scalar by modular, the official public name that replaces the codename
2017-08-30 11:28:51 +02:00
Denis Morozov
ce343aaa51
Add screen for incoming calls
2017-08-25 03:02:29 +03:00
Denis Morozov
966bb338d9
Rollback #1470
2017-08-23 19:26:10 +03:00
Denis Morozov
58a6e4eb5a
Improvements in notification registration flow
2017-08-23 19:07:14 +03:00
Denis Morozov
a69c643b90
Fix control event value which is used for adding target to UISwitch on settings screen
2017-08-23 13:31:19 +03:00
giomfo
b516bab5f2
Merge branch 'develop' into app-extension
2017-08-22 17:35:11 +02:00