Commit graph

3690 commits

Author SHA1 Message Date
Giom Foret
0ad5b737a3 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
1f6a3d0d66 Bug Fix: Dark theme - Improvements
- padlock being unthemed
2017-09-11 11:01:47 +02:00
giomfo
8d71335596 Merge pull request #1486 from morozkin/notif_strings
Update strings for push notifications
2017-09-07 16:31:52 +02:00
Giom Foret
50ae365a08 Force new LaunchScreen logo 2017-09-07 13:17:01 +02:00
Giom Foret
e52d635009 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
8094e55bb1 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
653ae7f925 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
9b993d421d Fix compilation issue 2017-09-04 16:26:41 +02:00
manuroe
43ae0173d9 Merge pull request #1477 from morozkin/incoming_call_screen
Add screen for incoming calls
2017-08-31 14:05:16 +02:00
manuroe
d2cf99b71a Merge branch 'develop' into incoming_call_screen 2017-08-31 14:04:53 +02:00
Denis Morozov
c8ce1dcf5c Add theme support 2017-08-31 12:20:18 +03:00
manuroe
170a7ff8a4 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
2886daf4c6 Jitsi widget: Add notices for jitsi widget in rooms histories 2017-08-30 17:37:14 +02:00
manuroe
4d3c30cf9b Widget: In comments, replace scalar by modular, the official public name that replaces the codename 2017-08-30 11:28:51 +02:00
manuroe
397bf123eb Merge pull request #1481 from morozkin/issue1480
Fix issue #1480
2017-08-30 10:51:54 +02:00
David Baker
c28b239aea Merge branch 'master' into develop 2017-08-29 12:51:58 +01:00
David Baker
feec9efc95 share extension version should be same as the app 2017-08-29 12:51:24 +01:00
Denis Morozov
5b56b91321 Update strings for push notifications 2017-08-29 11:39:08 +03:00
Denis Morozov
f3d03d0b31 Fix issue #1480 2017-08-27 16:51:27 +03:00
Denis Morozov
d53945e74b Remove incomingCallNotification property 2017-08-27 16:43:42 +03:00
Denis Morozov
c5a25da058 Fix layout 2017-08-26 18:18:34 +03:00
Giom Foret
b278f7d4b3 Re-enable the display of jitsi conference widget on develop 2017-08-25 20:08:23 +02:00
David Baker
1d5670c75f 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
f093420f78 Podfile: Fix RiotShareExtension target 2017-08-25 15:33:45 +02:00
Giom Foret
0df562f2b1 version ++ 2017-08-25 15:01:09 +02:00
Giom Foret
8a06f8e8bf Disable the display of jitsi conference widget. 2017-08-25 14:04:26 +02:00
Giom Foret
5734619c8f Disable the Share App Extension use 2017-08-25 14:04:05 +02:00
Giom Foret
9863045ff3 Bug Fix - Dark theme - Improvements #1444
- search dialogs being wrong themed
2017-08-25 13:53:17 +02:00
Giom Foret
422ad1c514 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
f92f20e9c4 Add screen for incoming calls 2017-08-25 03:02:29 +03:00
Giom Foret
9284ff0fca Improvement - Application group identifier
Use the property `applicationGroupIdentifier` of the MXSDKOptions sharedInstance.
2017-08-24 15:18:23 +02:00
giomfo
bcbdc3df6e Merge pull request #1472 from morozkin/settings_fix
Improvements in notification registration flow
2017-08-24 14:23:16 +02:00
giomfo
5a04fdcd34 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
d8d2eba0b8 App extension - Restore Aram's logs 2017-08-24 13:02:38 +02:00
Giom Foret
ba4a44ac4e 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
b968b1dd88 Merge pull request #1473 from morozkin/1470_rollback
Rollback #1470
2017-08-24 10:48:23 +02:00
Giom Foret
31739ce9ee 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
834ae0ec89 Rollback #1470 2017-08-23 19:26:10 +03:00
Denis Morozov
0c901fe0c5 Improvements in notification registration flow 2017-08-23 19:07:14 +03:00
Giom Foret
d4476561f2 Xcode project updated by Cocoapods v1.3.1 2017-08-23 16:34:07 +02:00
giomfo
ff836db334 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
Denis Morozov
d0341a3fc7 Fix control event value which is used for adding target to UISwitch on settings screen 2017-08-23 13:31:19 +03:00
Giom Foret
13fcf198a7 Fix xcode project corruption 2017-08-22 20:32:31 +02:00
giomfo
9f11746868 Merge pull request #1467 from morozkin/notification_registration
Fix remote notifications registration even if user hasn't provide access
2017-08-22 18:37:49 +02:00
Denis Morozov
8989ef46a0 Fix remote notifications registration even if user hasn't provide access 2017-08-22 19:34:50 +03:00
giomfo
9f427f17ea Merge pull request #1465 from vector-im/app-extension
Add App extension (thanks to Aram Sargsyan)
2017-08-22 17:42:21 +02:00
giomfo
62f6ee0e39 Merge branch 'develop' into app-extension 2017-08-22 17:35:11 +02:00
giomfo
07644a4470 Merge pull request #1464 from aramsargsyan/app-extension-improvements
App extension improvements
2017-08-22 16:45:36 +02:00
Aram Sargsyan
4cbbfc95b3 Merge pull request #7 from vector-im/app_extension_share_keys
App extension: Bug Fix - send the keys file does not work correctly
2017-08-22 13:53:49 +04:00
Giom Foret
83c2cb5bc2 App extension: Bug Fix - send the keys file does not work correctly
The attached file is not detected as keys files when the user selects it in the room history.
The associated mimetype was wrong
2017-08-22 00:31:43 +02:00