Commit Graph

43 Commits

Author SHA1 Message Date
manuroe d6a1477cdd WidgetVC: Update UIWebView by WKWebview to improve Sticker Picker performance 2018-05-30 14:42:14 +02:00
manuroe 5f199d6a8a PostMessage API: Add support of integration_manager_open 2018-05-29 15:20:39 +02:00
manuroe 16419eb6e8 Send sticker: Fix the missing delete button on a sticker pack
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 18:22:59 +02:00
manuroe ce48b54784 Scalar API: Add support of "get_room_enc_state" 2018-05-24 16:43:38 +02:00
manuroe 68fb1f16bf Send sticker: Do not list anymore user's widgets (the sticker picker atm) in the WidgetPickerVC
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 16:02:51 +02:00
manuroe cfc7830f86 Send sticker: Create StickerPickerVC and use it from the RoomVC
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 15:31:27 +02:00
manuroe bba11ff744 Send sticker: IntegrationManagerVC: add the ability to set a user widget
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 14:42:49 +02:00
manuroe e7631ef184 Send Stickers: Plug the sticker picker widget with the room datasource to send a sticker
#1860
2018-05-07 18:04:32 +02:00
manuroe 1834a90108 Widget postMessage API: Refactor to avoid to play with internal event.data._id field 2018-05-07 15:33:37 +02:00
manuroe b1d7617d05 Widgets: Make a generic postMessage API in WidgetVC
It will be used for https://docs.google.com/document/d/1uPF7XWY_dXTKVKV7jZQ2KmsI19wn9-kFRgQ1tFQP7wQ/edit#.

The Modular postMessage API becomes a specialisation of it.
2018-05-07 15:26:22 +02:00
manuroe 6a04301926 Send Stickers: WidgetManager: add userWidgets
and show them in the widget picker and within the list of installed widgets of the integration manager

#1860
2018-05-07 11:15:18 +02:00
manuroe d9d3d1deeb Widget: Support new "m.widget" state event type but keep using "im.vector.modular.widgets" for operations
while the move is not fully done (https://docs.google.com/document/d/1uPF7XWY_dXTKVKV7jZQ2KmsI19wn9-kFRgQ1tFQP7wQ/edit?usp=sharing)
2018-05-07 10:12:02 +02:00
manuroe ce3f22740f IntegrationManagerVC: enableDebug is now defined in the kit 2018-05-07 09:28:39 +02:00
manuroe 83a51295aa Widgets: Make sure we have a scalar token before opening one (#1723).
Make the build of the true widget URL asynchronous and build it only when necessary.
2018-01-04 12:25:32 +01:00
manuroe 643e2256af BF: Jitsi: Crash if the user display name has several components (#1616) 2017-10-25 16:46:03 +02:00
manuroe b22e0d1248 Widgets: list active widgets in a room
List them into an alertVC for the moment
2017-09-27 15:21:38 +02:00
manuroe cd3a537c7e Modular integrations Manager: Improve dark theme management 2017-09-19 13:36:43 +02:00
manuroe 7187a57771 Modular integrations Manager: Manage dark theme 2017-09-19 10:24:28 +02:00
manuroe 4d11f8552a Modular integrations Manager: Manage lack of network 2017-09-19 09:59:04 +02:00
manuroe 670b0938a1 Modular integrations Manager: Open URL in safari not within the webview 2017-09-19 09:00:44 +02:00
manuroe d2411ba8ea 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 4fdf335bf1 Add WidgetViewController
Not yet use
2017-09-18 16:22:59 +02:00
manuroe d6908eaf1f Modular integrations UI: Do not bounce for all the page 2017-09-15 14:57:40 +02:00
manuroe fa670d3581 Modular integrations UI: Display the webpage in fullscreen 2017-09-15 14:03:49 +02:00
manuroe 9c969091a0 Modular integrations UI: Display the webpage in fullscreen 2017-09-15 13:55:33 +02:00
manuroe 734837955f Modular integrations UI: Make the integrations icon open the main "Manage integrations" page 2017-09-15 13:36:26 +02:00
manuroe 8cd0dcb74b Modular integrations UI: Clean i18n strings for modular 2017-09-14 17:52:21 +02:00
manuroe c2e86317fa Modular integrations UI: Did all modular requests but not tested 2017-09-14 17:48:11 +02:00
manuroe cc30abc89e Modular integrations UI: Stubbed all modular requests. 2017-09-14 09:53:07 +02:00
manuroe a2910d24fa Modular integrations UI: File renaming 2017-09-11 16:34:05 +02:00
manuroe 9d49a9ed8c Modular integrations UI: Better seperate "Modular postMessage API" code from UIWebview cooking. Manage error sending 2017-09-11 16:22:28 +02:00
manuroe 8116fdceb7 Modular integrations UI: Plumbed all modular requests. But it does not work 2017-09-08 16:27:14 +02:00
manuroe f22c721a68 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 22c69dbe20 Modular integrations UI: Start bridging the modular js postMessage interface with objc 2017-09-08 09:18:45 +02:00
manuroe 307586fa0c Modular integrations UI: Show the Modular integrations webapp into a webview 2017-09-07 11:32:40 +02:00
manuroe 6702eedb82 Widget: In comments, replace scalar by modular, the official public name that replaces the codename 2017-08-30 11:28:51 +02:00
manuroe c7ad4ebf32 Jitsi widget: Fix occasional crash on hang up
Apparently, jitsi does not call delegate methods always on the same thread. Come back to the main thread for safety.

https://github.com/matrix-org/riot-ios-rageshakes/issues/220
2017-08-18 16:42:50 +02:00
manuroe 00f4d1da39 Jitsi widget: polishing 2017-08-18 11:40:56 +02:00
manuroe 270001874e Jitsi widget: Display the hangup button when we are back-to-app 2017-08-11 14:59:05 +02:00
manuroe c52f7c85b2 Jitsi widget: Manage "Back To App" 2017-08-11 14:18:10 +02:00
manuroe 8ef4495bf0 Jitsi widget: Enable voice or video 2017-08-10 16:41:19 +02:00
manuroe 7c0644b08b Jitsi widget: Add Settings > LABS > Use jitsi for conference calls 2017-08-10 15:43:25 +02:00
manuroe 9aa2ddffde Jitsi widget: Add JitsiViewController, a dedicated widget viewer for jitsi widgets based on jitsi-meet sdk. 2017-08-04 13:08:37 +02:00