Commit Graph

6199 Commits

Author SHA1 Message Date
SBiOSoftWhare ad8432a985 Fix a memory leak with direct room border color and add constants for border layer customization. 2018-06-08 11:31:39 +02:00
Osoitz 833606d2dd Translated using Weblate (Basque)
Currently translated at 100.0% (501 of 501 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2018-06-02 12:33:51 +00:00
manuroe 91d844036b version++ 2018-06-01 16:56:05 +02:00
Weblate 43549503e0 Merge remote-tracking branch 'origin/develop' into develop 2018-06-01 14:20:00 +00:00
SBiOSoftWhare ee4d127b0c Merge pull request #1895 from vector-im/fix_account_deactivation_completion
Fix account deactivation completion
2018-06-01 16:19:51 +02:00
SBiOSoftWhare a1d12c5f49 Update account deactivation success handling in SettingsViewController. Do not send logout request to home server. 2018-06-01 16:08:55 +02:00
SBiOSoftWhare a1eb794d7a Update logout method in AppDelegate, add possibility to send or not logout request to home server 2018-06-01 16:07:42 +02:00
SBiOSoftWhare 67ed8f0c2f Add call to account deactivation success delegate method in DeactivateAccountViewController 2018-06-01 16:01:21 +02:00
Kévin C 98bf4cd25e Translated using Weblate (French)
Currently translated at 100.0% (501 of 501 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2018-06-01 09:40:42 +00:00
Weblate c6cfb25cb9 Merge remote-tracking branch 'origin/develop' into develop 2018-06-01 09:18:35 +00:00
Slavi Pantaleev 0c4e868615 Translated using Weblate (Bulgarian)
Currently translated at 100.0% (501 of 501 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/bg/
2018-06-01 08:58:18 +00:00
SBiOSoftWhare 8de25a89ba Fix GDPR consent alert not shown after account creation 2018-06-01 09:46:11 +02:00
SBiOSoftWhare 4cc94af016 Merge pull request #1886 from vector-im/fix_gdpr_consent_403_alert
Do not display error alert when receiving GDPR Consent not given
2018-05-31 19:06:33 +02:00
SBiOSoftWhare 2ad0a134f8 Merge pull request #1885 from vector-im/riot_1883
GDPR consent screen could not be closed
2018-05-31 19:06:09 +02:00
SBiOSoftWhare 841ec3ceb4 Do not display default error alert when receiving GDPR Consent not given error 2018-05-31 18:39:15 +02:00
Krombel fe2902c164 Translated using Weblate (German)
Currently translated at 100.0% (501 of 501 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2018-05-31 16:10:27 +00:00
Andrey 83ad70bf2e Translated using Weblate (Russian)
Currently translated at 100.0% (501 of 501 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2018-05-31 15:46:31 +00:00
SBiOSoftWhare 8502a377b9 Put close action to left in navigation bar of GDPR consent screen 2018-05-31 17:33:20 +02:00
Weblate fea0da2d6d Merge remote-tracking branch 'origin/develop' into develop 2018-05-31 15:15:02 +00:00
Pablo M. Rivas 22a65e8f5d Translated using Weblate (Spanish)
Currently translated at 12.4% (60 of 483 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/es/
2018-05-31 15:14:26 +00:00
SBiOSoftWhare aeaf8ce9f9 Merge pull request #1881 from vector-im/riot_1870
Settings: Add deactivate account
2018-05-31 17:11:38 +02:00
SBiOSoftWhare 909c7c1007 DeactivateAccountViewController: For password alert, remove empty cancel handler and use nil instead 2018-05-31 13:33:17 +02:00
SBiOSoftWhare 6f85b1fa99 Remove useless commented code in SettingsViewController 2018-05-31 12:15:13 +02:00
SBiOSoftWhare 2549f3fd97 Handle theme change and analytics in DeactivateAccountViewController 2018-05-31 12:14:13 +02:00
SBiOSoftWhare e49df540d4 Handle account deactivation from settings 2018-05-30 17:05:42 +02:00
SBiOSoftWhare d5d43d9241 Factorization of data user clear on logout. Reuse it for account deactivation. 2018-05-30 17:04:58 +02:00
SBiOSoftWhare c3abf1de06 Add DeactivateAccountViewController allowing to deactivate a user account from given Matrix session 2018-05-30 16:59:18 +02:00
manuroe 292e656546 WidgetVC: Update UIWebView by WKWebview to improve Sticker Picker performance 2018-05-30 14:42:14 +02:00
manuroe 4ebe6258c2 Send sticker: Update after Giom's remark
https://github.com/vector-im/riot-ios/issues/1860
2018-05-30 11:54:35 +02:00
Slavi Pantaleev bbac0e9dcf Translated using Weblate (Bulgarian)
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/bg/
2018-05-29 15:18:49 +00:00
manuroe 9dc3293fce Merge remote-tracking branch 'origin/develop' into riot_1860_2
# Conflicts:
#	Riot/Utils/Widgets/WidgetManager.m
2018-05-29 16:10:53 +02:00
manuroe 30c9a1da42 PostMessage API: Add support of integration_manager_open 2018-05-29 15:20:39 +02:00
manuroe 1e06a1ef3f PostMessage API: better manage _id 2018-05-29 14:50:34 +02:00
SBiOSoftWhare f255c67e12 Add deactivate account english string localizations 2018-05-28 14:51:51 +02:00
Sveinn í Felli 33d83f8163 Translated using Weblate (Icelandic)
Currently translated at 94.6% (457 of 483 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/is/
2018-05-28 07:58:49 +00:00
Nathan van Beelen 076cb8d8ee Translated using Weblate (Dutch)
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/nl/
2018-05-28 07:10:29 +00:00
Sveinn í Felli 61f505dd0a Translated using Weblate (Icelandic)
Currently translated at 85.7% (414 of 483 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/is/
2018-05-28 06:51:11 +00:00
manuroe e645789480 BF: The app does not list widgets anymore 2018-05-24 19:01:19 +02:00
manuroe a58daee472 Send sticker: Show the "You don't currently have any stickerpacks enabled"
popup

https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 18:40:19 +02:00
manuroe 1dea5b14d2 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 f106d1e72d Scalar API: Add support of "get_room_enc_state" 2018-05-24 16:43:38 +02:00
manuroe b25b134c7d 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 2ccef122f4 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 6518a9f193 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 83a6e4610a 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 0c671f2ea1 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 fc3500b6c6 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 9f42c47683 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 a2b720105a 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 14c0f9cd74 Merge pull request #1875 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2018-05-23 21:10:05 +02:00