Commit graph

5105 commits

Author SHA1 Message Date
SBiOSoftWhare
288f5292c3
Merge pull request #2157 from aaronraimist/patch-1
Add badge to README with link to matrix room
2019-01-07 16:26:53 +01:00
SBiOSoftWhare
bcd39530d5 Update changes 2019-01-07 15:49:32 +01:00
SBiOSoftWhare
ba72f5cf1a
Merge pull request #2155 from fridtjof/develop
fix almost all the warnings caused by -Wstrict-prototypes
2019-01-07 15:37:52 +01:00
Aaron Raimist
75a38543ed
Add badge to README with link to matrix room 2019-01-06 20:58:11 -06:00
fridtjof
8291c99542
fix almost all the warnings caused by -Wstrict-prototypes 2019-01-05 03:28:53 +01:00
manuroe
a87e812940 Finish v0.7.10 2019-01-04 16:59:23 +01:00
manuroe
578bf7d6c9 version++
A PR was missing.
2019-01-04 16:59:07 +01:00
SBiOSoftWhare
1c22647b87
Merge pull request #2149 from vector-im/riot_2022
Share Extension: Improve image sharing performance and fix screenshot sharing
2019-01-04 16:55:03 +01:00
manuroe
2b8ca06b9b Finish v0.7.9 2019-01-04 16:53:09 +01:00
manuroe
a52df0cb18 version++ 2019-01-04 16:52:58 +01:00
SBiOSoftWhare
41aa79aa73 Update changes 2019-01-04 14:01:30 +01:00
SBiOSoftWhare
0809478852 [ShareExtension] Add a workaround to free memory when share extension completes or cancel before fixing all memory leaks. 2019-01-04 13:57:35 +01:00
SBiOSoftWhare
bc6b38d805 [ShareExtension] Improve performance of sendImages method in ShareExtensionManager to avoid out of memory crash. 2019-01-04 13:55:46 +01:00
SBiOSoftWhare
a354ea9218 [ShareExtension] Image sharing: Update compression prompt behavior. Do not propose actual size when one of all selected images is not oriented up to avoid a crash due to a out of memory. 2019-01-04 13:52:26 +01:00
SBiOSoftWhare
9b35811fd7 [ShareExtension] Handle image items manually and remove NSData coercion, as UIlmage to NSData coercion do not work. That was causing screenshot sharing to fail (Fix #2022). 2019-01-04 13:45:41 +01:00
SBiOSoftWhare
a9f5163809 Enable background task on MXSDKOptions in share extension 2019-01-04 13:38:31 +01:00
SBiOSoftWhare
ed76a2be75 Make delegate weak on ShareExtensionManager 2019-01-04 13:22:31 +01:00
manuroe
c276f906c4 i18n: Add Persian
From resources provided at https://github.com/vector-im/riot-ios/issues/2138 by @mojtabas74
2019-01-03 11:12:37 +01:00
manuroe
3eba396753
Merge pull request #2146 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2019-01-03 10:50:02 +01:00
manuroe
598e1f3983
Merge pull request #2145 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2019-01-03 10:49:42 +01:00
manuroe
2a19616bfc
Merge pull request #2144 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate.
2019-01-03 10:47:59 +01:00
Weblate
b1cc234c27 Merge remote-tracking branch 'origin/develop' into develop 2019-01-03 09:47:30 +00:00
Weblate
17e4ac8446 Merge remote-tracking branch 'origin/develop' into develop 2019-01-03 09:47:19 +00:00
Weblate
33bab9642c Merge remote-tracking branch 'origin/develop' into develop 2019-01-03 09:47:07 +00:00
Karol Kosek
54d7cf3255 Translated using Weblate (Polish)
Currently translated at 46.1% (12 of 26 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/pl/
2019-01-03 09:46:47 +00:00
Karol Kosek
5f1514b0f7 Translated using Weblate (Polish)
Currently translated at 75.0% (3 of 4 strings)

Translation: Riot iOS/Riot iOS (Dialogs)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-dialogs/pl/
2019-01-03 09:46:46 +00:00
Karol Kosek
c417ec01fd Translated using Weblate (Polish)
Currently translated at 87.3% (454 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/pl/
2019-01-03 09:46:45 +00:00
Vojtěch Kotous
04b07c3f26 Translated using Weblate (Czech)
Currently translated at 42.6% (222 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/cs/
2019-01-03 09:46:45 +00:00
manuroe
09df3b8c43
Merge pull request #2142 from vector-im/riot_2140
BF: Registration: email or phone number is no more skippable
2018-12-28 09:27:21 +01:00
manuroe
8f9af0ea1f BF: Registration: email or phone number is no more skippable
#2140

Note: There is no more conditions linked to kMXLoginFlowTypeRecaptcha in the code, which makes it look more flexible.
2018-12-28 09:19:14 +01:00
manuroe
61519f3aea
Merge pull request #2141 from vector-im/riot_2140
BF: Registration: email or phone number is no more skippable
2018-12-27 13:42:17 +01:00
manuroe
bf418edf03 BF: Registration: email or phone number is no more skippable
#2140

Note: There is no more conditions linked to kMXLoginFlowTypeRecaptcha in the code, which makes it look more flexible.
2018-12-27 11:56:00 +01:00
Karol Kosek
98e69bf546 Added translation using Weblate (Polish) 2018-12-16 09:04:46 +00:00
manuroe
6f98b3f646 Finish v0.7.8 2018-12-12 10:28:25 +01:00
manuroe
b390b6ce12 version++ 2018-12-12 10:28:15 +01:00
manuroe
e94ae5ac6d
Merge pull request #2124 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate.
2018-12-12 09:12:14 +01:00
Weblate
98988dd94d Merge remote-tracking branch 'origin/develop' into develop 2018-12-12 07:57:40 +00:00
Karol Kosek
ba378ae40e Translated using Weblate (Polish)
Currently translated at 84.8% (441 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/pl/
2018-12-12 07:57:27 +00:00
Besnik Bleta
71e1f4cdf0 Translated using Weblate (Albanian)
Currently translated at 99.4% (517 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-12-12 07:57:26 +00:00
manuroe
6372a48fbd
Merge pull request #2120 from vector-im/riot_2119
Registration: reCAPTCHA does not work anymore on iOS 10
2018-12-12 08:37:43 +01:00
manuroe
9aff401878 Registration: reCAPTCHA does not work anymore on iOS 10
#2119
2018-12-11 17:46:09 +01:00
Osoitz
dd2225b8e0 Translated using Weblate (Basque)
Currently translated at 100.0% (520 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2018-12-07 08:31:51 +00:00
Kévin C
95f734f850 Translated using Weblate (French)
Currently translated at 100.0% (520 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2018-12-07 07:41:58 +00:00
Slavi Pantaleev
329464feec Translated using Weblate (Bulgarian)
Currently translated at 100.0% (520 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/bg/
2018-12-07 04:05:19 +00:00
Szimszon
74d077c8c3 Translated using Weblate (Hungarian)
Currently translated at 100.0% (520 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/hu/
2018-12-06 17:08:37 +00:00
Lino
4284ca5e94 Translated using Weblate (German)
Currently translated at 100.0% (520 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2018-12-06 15:54:14 +00:00
manuroe
42a86c9537
Merge pull request #2115 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2018-12-06 16:45:17 +01:00
manuroe
7dcc0a3c52
Merge pull request #2114 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2018-12-06 16:44:51 +01:00
manuroe
f0f7d93b32
Merge pull request #2113 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate.
2018-12-06 16:44:28 +01:00
Weblate
f9955be597 Merge remote-tracking branch 'origin/develop' into develop 2018-12-06 15:43:43 +00:00