Commit Graph

3699 Commits

Author SHA1 Message Date
Giom Foret 1d254112fd Update xcodeproj 2017-09-14 16:02:08 +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
giomfo 63dd7d7ba4 Merge pull request #1507 from vector-im/riot_1506
Bug Fix - Settings: some of the labels push the switch controls off s…
2017-09-14 12:54:52 +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
giomfo 90dfef897e Merge pull request #1504 from vector-im/riot_1444
Dark theme - Improvements
2017-09-12 09:16:17 +02:00
Giom Foret 5c5a752aaf Dark theme - Improvements
- the keyboard bubble should be darker too
2017-09-11 22:37:00 +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
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
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
manuroe 7c1d10eb55 Merge pull request #1497 from vector-im/widget_manager
Widget: Define same app settings for modular as in https://riot.im/ap…
2017-09-06 18:16:09 +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 25ec37a8b9 Merge pull request #1477 from morozkin/incoming_call_screen
Add screen for incoming calls
2017-08-31 14:05:16 +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
manuroe a9d1a51131 Merge pull request #1488 from vector-im/jitsi_add_notices
Jitsi widget: Add notices for jitsi widget in rooms histories
2017-08-30 17:50:42 +02: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 6d807ff99b Merge pull request #1481 from morozkin/issue1480
Fix issue #1480
2017-08-30 10:51:54 +02:00
David Baker 6215cb0d39 Merge branch 'master' into develop 2017-08-29 12:51:58 +01:00
David Baker 5588eee962 share extension version should be same as the app 2017-08-29 12:51:24 +01:00
Denis Morozov 79b5ebbab2 Update strings for push notifications 2017-08-29 11:39:08 +03:00
Denis Morozov b013fc4fd4 Fix issue #1480 2017-08-27 16:51:27 +03:00
Denis Morozov 2c5586f069 Remove incomingCallNotification property 2017-08-27 16:43:42 +03:00
Denis Morozov 2e69e3d97c Fix layout 2017-08-26 18:18:34 +03:00
Giom Foret f8cea1f1e5 Re-enable the display of jitsi conference widget on develop 2017-08-25 20:08:23 +02:00
David Baker 85e722dbb1 Change bundle ID of share extension
Because apparently it can only have one dot after the main app ID,
as Apple kindly informed us just as we were submitting it to the
app store.
2017-08-25 15:40:17 +01:00
Giom Foret 570418f2c3 Podfile: Fix RiotShareExtension target 2017-08-25 15:33:45 +02:00
Giom Foret 8dd66cda29 version ++ 2017-08-25 15:01:09 +02:00
Giom Foret bfe9a12983 Disable the display of jitsi conference widget. 2017-08-25 14:04:26 +02:00
Giom Foret b5c8f50fbd Disable the Share App Extension use 2017-08-25 14:04:05 +02:00
Giom Foret e43a04851a Bug Fix - Dark theme - Improvements #1444
- search dialogs being wrong themed
2017-08-25 13:53:17 +02:00
Giom Foret 6638dd614a App extension - Improvement: Reduce memory consumption.
Force the ShareExtensionManager to release the primary view controller when the action is completed.

We observed that `dealloc` is called for this view controller when the request is cancelled with error (`cancelRequestWithError`), but it is not called when the request is completed (`completeRequestReturningItems`).
2017-08-25 11:55:37 +02:00
Denis Morozov ce343aaa51 Add screen for incoming calls 2017-08-25 03:02:29 +03:00
Giom Foret dcd375e830 Improvement - Application group identifier
Use the property `applicationGroupIdentifier` of the MXSDKOptions sharedInstance.
2017-08-24 15:18:23 +02:00
giomfo 77cce147b8 Merge pull request #1472 from morozkin/settings_fix
Improvements in notification registration flow
2017-08-24 14:23:16 +02:00
giomfo 479e3b82c5 Merge pull request #1474 from vector-im/app-extension-bug-fix
App Extension - Bug Fix
2017-08-24 13:03:00 +02:00
Giom Foret 20c19f9ca3 App extension - Restore Aram's logs 2017-08-24 13:02:38 +02:00
Giom Foret b2ee009adf App Extension - Limit memory consumption
- In case of image sharing, we suggest the original resolution only if the image orientation is up, or if the image size is moderate.
- Bug Fix: no image is sent when no compression is required.
2017-08-24 12:59:46 +02:00
giomfo 31fa2a081d Merge pull request #1473 from morozkin/1470_rollback
Rollback #1470
2017-08-24 10:48:23 +02:00
Giom Foret fabf8903c0 App Extension - Bug Fix
Fix App crash on Exception "This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes.  This will cause an exception in a future release."
2017-08-24 10:47:27 +02: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
Giom Foret b6c9d93caa Xcode project updated by Cocoapods v1.3.1 2017-08-23 16:34:07 +02:00
giomfo 7b13d6c079 Merge pull request #1470 from morozkin/uiswitch
Fix control event value which is used for adding target to UISwitch on settings screen
2017-08-23 15:11:26 +02:00