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
46d0e7b696
Pushkit: unregister for all remote notifications received via Apple Push Notification service.
2017-09-13 15:15:57 +02:00
Giom Foret
5c5a752aaf
Dark theme - Improvements
...
- the keyboard bubble should be darker too
2017-09-11 22:37:00 +02:00
manuroe
12244ed330
WidgetManager: createWidget did not call the success block
2017-09-11 16:35:42 +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
Giom Foret
409645e884
Bug Fix: Dark theme - Improvements
...
- padlock being unthemed
2017-09-11 11:01:47 +02:00
Denis Morozov
71e18cf903
Fix push registration process
2017-09-10 16:41:50 +03:00
manuroe
3469959bc7
Modular integrations UI: Plumbed all modular requests. But it does not work
2017-09-08 16:27:14 +02:00
Giom Foret
23a04810f5
PushKit: local notifications handling
...
Support the account settings: `showDecryptedContentInNotifications` value.
2017-09-08 15:32:55 +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
Giom Foret
6631d4b5ea
Merge branch 'develop' into callkit
2017-09-08 12:42:58 +02:00
giomfo
12673693c6
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
6c0d7b5179
Modular integrations UI: Start bridging the modular js postMessage interface with objc
2017-09-08 09:18:45 +02:00
Giom Foret
67ffc560e2
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
2018f5413a
Merge pull request #1486 from morozkin/notif_strings
...
Update strings for push notifications
2017-09-07 16:31:52 +02:00
Giom Foret
b45f2ef07c
Force new LaunchScreen logo
2017-09-07 13:17:01 +02:00
manuroe
6466d88ee9
Modular integrations UI: Show the Modular integrations webapp into a webview
2017-09-07 11:32:40 +02:00
Giom Foret
f6b79e680c
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
95890d2fd0
Merge branch 'callkit' into decrypted_content
2017-09-06 17:50:09 +02:00
Giom Foret
b5fb421bd2
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
4aafb7cbe9
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
b52e878368
Fix compilation issue
2017-09-04 16:26:41 +02:00
manuroe
61626a332d
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
a4e519493a
Merge branch 'callkit' into sirikit_new
2017-08-31 17:16:51 +02:00
manuroe
074974a0da
CallKit branch: fixed compilation issues
2017-08-31 16:20:32 +02:00
manuroe
a9262546c5
Merge remote-tracking branch 'origin/develop' into callkit
...
# Conflicts:
# Riot/AppDelegate.m
2017-08-31 15:58:28 +02:00
manuroe
49defaef8a
CallKit branch: fixed compilation issues
2017-08-31 15:51:05 +02:00
manuroe
1943b9fc2a
Merge branch 'develop' into incoming_call_screen
2017-08-31 14:04:53 +02:00
Denis Morozov
f7937a4060
Add theme support
2017-08-31 12:20:18 +03:00
Denis Morozov
5fcc054476
Update Siri usage description
2017-08-31 11:12:18 +03:00
manuroe
07b14d9f63
Jitsi widget: Add notices for jitsi widget in rooms histories
2017-08-30 17:37:14 +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
manuroe
eab8a6d462
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
82810f9c17
Add new option to notification settings
2017-08-29 11:55:56 +03:00
Denis
12fa3d8a2a
Set local notification sound
2017-08-29 11:55:45 +03:00
Denis
dc53ef495d
Don't show display notifications for call invites when CallKit is active
2017-08-29 11:55:32 +03:00
Denis Morozov
7f0832185b
Add content to notification body connected with image
2017-08-29 11:50:22 +03:00
Denis Morozov
79b5ebbab2
Update strings for push notifications
2017-08-29 11:39:08 +03:00
Denis
1aee1d02c4
Start background task when handling call intent in the background
2017-08-28 18:14:10 +03:00