Commit Graph

3006 Commits

Author SHA1 Message Date
manuroe 3891c3ce50 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 80e6502aeb Send sticker: WidgetManager: add userWidgets:ofTypes method
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 14:36:09 +02:00
manuroe 9690c5a924 Send sticker: UI integration: RoomInputToolbar: Let user choose between "Send photo or video" and "Send sticker"
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 14:35:38 +02:00
Osoitz 4abdabc87e Translated using Weblate (Basque)
Currently translated at 100.0% (483 of 483 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2018-05-24 07:48:58 +00:00
Kévin C 68f10e4129 Translated using Weblate (French)
Currently translated at 100.0% (483 of 483 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2018-05-24 07:41:18 +00:00
Andrey 7e8ec597d6 Translated using Weblate (Russian)
Currently translated at 100.0% (483 of 483 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2018-05-24 04:41:11 +00:00
manuroe edfb8ddbb1 Merge pull request #1875 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2018-05-23 21:10:05 +02:00
manuroe e625550243 Merge pull request #1874 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2018-05-23 21:09:47 +02:00
Weblate 873362d458 Merge remote-tracking branch 'origin/develop' into develop 2018-05-23 19:08:54 +00:00
Weblate d4b61b3156 Merge remote-tracking branch 'origin/develop' into develop 2018-05-23 19:08:44 +00:00
Weblate 17f5766c4c Merge remote-tracking branch 'origin/develop' into develop 2018-05-23 19:08:18 +00:00
Simone Salsi e28533abae Translated using Weblate (Italian)
Currently translated at 57.6% (15 of 26 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/it/
2018-05-23 19:07:43 +00:00
Scott Rothrock eb9e7a1751 Translated using Weblate (Japanese)
Currently translated at 100.0% (4 of 4 strings)

Translation: Riot iOS/Riot iOS (Dialogs)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-dialogs/ja/
2018-05-23 19:07:42 +00:00
Simone Salsi b6d25d747f Translated using Weblate (Italian)
Currently translated at 0.8% (4 of 481 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/
2018-05-23 19:07:42 +00:00
Vojtěch Kotous 3db83896e5 Translated using Weblate (Czech)
Currently translated at 45.5% (219 of 481 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/cs/
2018-05-23 19:07:41 +00:00
RainSlide 5848e41e0f Translated using Weblate (Chinese (Simplified))
Currently translated at 96.4% (464 of 481 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2018-05-23 19:07:41 +00:00
manuroe f5465be238 update++ 2018-05-23 19:45:49 +02:00
SBiOSoftWhare 2de0574ae1 Merge pull request #1872 from vector-im/riot_1871
Display the consent tool in case of M_CONSENT_NOT_GIVEN error
2018-05-23 17:50:58 +02:00
manuroe e046093566 Disable sticker picker for the coming release 2018-05-23 17:14:42 +02:00
SBiOSoftWhare 17933467c5 Add GDPR consent display when GDPR consent not given error is received. 2018-05-23 17:01:18 +02:00
SBiOSoftWhare 02d49c1df0 Add GDPR english localizations to Vector.strings 2018-05-23 16:56:52 +02:00
giomfo 7f2bd46f7e Merge pull request #1865 from pixlwave/develop
Fix timezone interval bug
thx @pixlwave
2018-05-22 10:15:03 +02:00
Vojtěch Kotous 02e48e3782 Added translation using Weblate (Czech) 2018-05-11 20:21:26 +00:00
Doug 25f83f1fd1 Don't set GMT on calendar - the date formatter wasn't fixed to GMT anyway. 2018-05-11 01:44:05 -07:00
Doug b435077465 Fix timezone interval bug 2018-05-10 17:35:42 +01:00
manuroe ccded8995c 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 bc7c382a0d WidgetManager: Patch: Modular uses a malformed key: "stateKey" instead of "state_key" 2018-05-07 17:34:54 +02:00
manuroe e7abdd3882 Widget postMessage API: Make sure we always have a _id for postMessage request 2018-05-07 15:50:13 +02:00
manuroe dffb447970 Widget postMessage API: Refactor to avoid to play with internal event.data._id field 2018-05-07 15:33:37 +02:00
manuroe 169145153d 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 c200945416 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 e03bc656a5 Send Stickers: Pass widget id to widgets urls
#1860
This is mandatory for the sticker picker widget
2018-05-07 10:46:33 +02:00
manuroe 34528acece 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 1b66924dcf IntegrationManagerVC: enableDebug is now defined in the kit 2018-05-07 09:28:39 +02:00
Simone Salsi 36dac48eaa Added translation using Weblate (Italian) 2018-05-02 20:45:22 +00:00
Simone Salsi 7c510771e0 Added translation using Weblate (Italian) 2018-05-02 20:39:41 +00:00
Simone Salsi a9d8dbbe56 Translated using Weblate (Italian)
Currently translated at 100.0% (4 of 4 strings)

Translation: Riot iOS/Riot iOS (Dialogs)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-dialogs/it/
2018-05-02 20:38:42 +00:00
Simone Salsi feb7a45490 Added translation using Weblate (Italian) 2018-05-02 20:36:17 +00:00
manuroe 32d76cb7e4 Merge pull request #1854 from t-adedotun/master
Bug Fix: Moved UI Update to Main Queue
2018-04-24 14:36:47 +02:00
Taiwo 3015392e19 Bug Fix: Moved UI update to main queue
Updated CocoaPods version to 1.5.0
2018-04-24 10:29:35 +01:00
manuroe d2725c058e Merge pull request #1835 from pixlwave/master
Use existing message.mp3 for notification sounds.
2018-04-24 10:21:38 +02:00
manuroe afcb57427f update++ 2018-04-23 18:30:16 +02:00
manuroe 1b2425b376 Merge pull request #1852 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2018-04-23 16:44:28 +02:00
manuroe d417b41b0a Merge pull request #1851 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2018-04-23 16:44:06 +02:00
Weblate ca1410525f Merge remote-tracking branch 'origin/develop' into develop 2018-04-23 14:41:49 +00:00
Weblate 4b3a817c86 Merge remote-tracking branch 'origin/develop' into develop 2018-04-23 14:41:38 +00:00
Weblate ca61c97b3e Merge remote-tracking branch 'origin/develop' into develop 2018-04-23 14:41:26 +00:00
RainSlide ed4a359a9c Translated using Weblate (Chinese (Simplified))
Currently translated at 76.9% (20 of 26 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/zh_Hans/
2018-04-23 14:40:33 +00:00
RainSlide b1d390fc5a Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (4 of 4 strings)

Translation: Riot iOS/Riot iOS (Dialogs)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-dialogs/zh_Hans/
2018-04-23 14:40:32 +00:00
RainSlide ee7937a07e Translated using Weblate (Chinese (Simplified))
Currently translated at 96.4% (464 of 481 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2018-04-23 14:40:32 +00:00