Commit graph

2070 commits

Author SHA1 Message Date
manuroe
19e699a91d key backup settings: Manage checking state 2019-01-31 18:48:35 +01:00
manuroe
fe78e6b479 key backup settings: Manage backup created from the device 2019-01-31 18:41:00 +01:00
manuroe
94bd0bcb75 key backup settings: Make it look like more to https://github.com/vector-im/riot-meta/issues/251#issuecomment-458566684
2/2

Manage not trusted backup
2019-01-31 18:19:20 +01:00
manuroe
61f439eb55 key backup settings: Make it look like more to https://github.com/vector-im/riot-meta/issues/251#issuecomment-458566684
1/2
2019-01-31 16:58:41 +01:00
manuroe
f12fc71b4a key backup settings: Fix cell reuse mechanism 2019-01-31 15:45:43 +01:00
manuroe
0e91edb8e3 key backup settings: Make it display loading wheel and error 2019-01-31 10:19:27 +01:00
manuroe
0de85dd93c key backup settings: add delete confirmation dialog 2019-01-31 09:45:03 +01:00
manuroe
91861ef4df key backup: Add a dedicated section to settings
#2193

Still WIP
2019-01-31 03:06:47 +01:00
SBiOSoftWhare
dc217a1bde Update key backup recover coordinator initializers to give right instance of MXKeyBackup 2019-01-30 15:55:25 +01:00
SBiOSoftWhare
1e7a7adf00 Fix Manu's remarks 2019-01-30 15:35:57 +01:00
SBiOSoftWhare
7a6024b9c0 Update pbxproj 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
97c08984dd Create KeyBackupRecoverCoordinatorBridgePresenter which enables to start KeyBackupRecoverCoordinator from a view controller 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
b6f1add62e Enable iCloud capability in order to use UIDocumentPickerViewController 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
0896fe68c6 Create key backup recover coordinator 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
846d5a8e30 Create key backup recover success view controller 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
d0f8412108 Create key backup recover from recovery key scene with coordinator, view model, view controller 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
5ec3ae8086 Create key backup recover from passphrase scene with coordinator, view model, view controller 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
04b6cb9182 Create KeyBackupSetupCoordinatorBridgePresenter which enables to start KeyBackupSetupCoordinator from a view controller 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
64bc55445c Make small improvements on KeyBackupSetupCoordinator and KeyBackupSetupPassphraseViewController 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
4d4a33fd29 Add convenient method on UIButton to enable title with multiple lines. 2019-01-30 11:14:03 +01:00
SBiOSoftWhare
c5a1aecd76 Add key backup recover images 2019-01-30 11:14:02 +01:00
SBiOSoftWhare
8947ee3273 Add key backup recover wordings 2019-01-30 11:14:02 +01:00
manuroe
fdf58c91bf reskin: invert avatarColor[1] & avatarColor[2] to match previous colors 2019-01-25 10:26:29 +01:00
manuroe
3d4c80bc24 Fix display of build number in settings and bug reports
Jenkins now uses a timestamp as build number (ex:20190124155504) that is bigger than 32 bits
2019-01-24 17:45:43 +01:00
manuroe
58a1a0e41b version++ 2019-01-24 16:41:05 +01:00
SBiOSoftWhare
a5f7b46d52 Remove a Swift 4.2 API usage as project use Swift 4.0 for the moment. 2019-01-23 15:31:31 +01:00
manuroe
e4d0cf4523
Merge pull request #2200 from vector-im/riot_2174
Fix iOS side of #2174
2019-01-23 14:22:48 +01:00
manuroe
fef9d5f84d reskin: Use unreadRoomIndentColor
#2174
2019-01-23 12:43:53 +01:00
SBiOSoftWhare
951afb1e5f
Merge pull request #2198 from vector-im/keybackup_setup
key backup: Implement setup screen
2019-01-23 12:15:57 +01:00
SBiOSoftWhare
86586dd6e2 Add commodity methods on OperationQueue and use them in key backup setup view models. 2019-01-23 12:11:30 +01:00
manuroe
c48856afde reskin: kill dead code around placeholderTextColor
#2174
2019-01-23 12:03:55 +01:00
SBiOSoftWhare
2ab1c33ebd Revert "Add CoordinatorDelegateQueuable protocol used by view models to handle coordinator delegation in an operation queue."
This reverts commit 01bc067c22.
2019-01-23 11:47:10 +01:00
manuroe
ac1cab56e4 BF: Ban and kick reasons are silently discarded
#2162

Fix Steve's remark everywhere we do `[self->currentAlert textFields].firstObject.text`
2019-01-23 11:01:53 +01:00
SBiOSoftWhare
01bc067c22 Add CoordinatorDelegateQueuable protocol used by view models to handle coordinator delegation in an operation queue. 2019-01-23 10:49:54 +01:00
SBiOSoftWhare
1a36e6e9f1 Update generated strings 2019-01-22 17:49:29 +01:00
SBiOSoftWhare
3b9100c00e Add coordinatorDelegate call in coordinatorDelegateQueue in KeyBackupSetupRecoveryKeyViewModel 2019-01-22 17:49:11 +01:00
SBiOSoftWhare
22da270e03 Update coordinator delegates in order to use coordinator protocol as parameter 2019-01-22 17:44:45 +01:00
SBiOSoftWhare
883f2902a9 Move coordinator delegates definitions in coordinator protocols definitions 2019-01-22 17:31:40 +01:00
SBiOSoftWhare
3c546ba6fc Update some copyright years 2019-01-22 17:20:28 +01:00
manuroe
c7552f4ad9 BF: Ban and kick reasons are silently discarded
#2162
2019-01-22 17:18:42 +01:00
manuroe
3f5d8ce0d0
Update Riot/Managers/PasswordStrength/PasswordStrengthManager.swift
Co-Authored-By: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2019-01-22 17:14:32 +01:00
manuroe
58fcdc7421
Update Riot/Modules/Common/KeyboardAvoiding/KeyboardAvoider.swift
Co-Authored-By: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2019-01-22 17:14:11 +01:00
SBiOSoftWhare
06f8297ee4 Fix typo in UIView extension 2019-01-22 17:09:15 +01:00
manuroe
83c7a1213a
Update Riot/Assets/en.lproj/Vector.strings
Co-Authored-By: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2019-01-22 16:56:53 +01:00
SBiOSoftWhare
240d83e281 Update reveal password margin on KeyBackupSetupPassphraseViewController 2019-01-22 15:46:26 +01:00
SBiOSoftWhare
71cc499503 Update ActivityIndicatorView and ActivityIndicatorPresenter to match activity indicator UI in MXKViewController 2019-01-22 15:26:34 +01:00
SBiOSoftWhare
735e2e44c2 Handle key backup setup navigation flow with KeyBackupSetupCoordinator 2019-01-22 11:05:48 +01:00
SBiOSoftWhare
d4d551bea1 Implement key backup setup recovery key scene with view controller, view model and coordinator 2019-01-22 11:04:06 +01:00
SBiOSoftWhare
2cbd85fa89 Implement key backup setup passphrase scene with view controller, view model, coordinator 2019-01-22 10:25:36 +01:00
SBiOSoftWhare
78a5cf0b8b Create key back setup intro view controller 2019-01-22 10:05:57 +01:00
SBiOSoftWhare
8d16efd15b Create PasswordStrengthManager to compute password strength from a given string. 2019-01-22 00:34:00 +01:00
SBiOSoftWhare
9703cdfd11 Create KeyboardAvoider that help to avoid keyboard overlap with scroll view content. 2019-01-22 00:18:54 +01:00
SBiOSoftWhare
3591f4a416 Create ActivityIndicatorView in order to wrap activity indicator customization and create ActivityIndicatorPresenter in order to manage activity indicator presentation. 2019-01-22 00:15:20 +01:00
SBiOSoftWhare
aab351388a Introduce Coordinator pattern. Coordinators are the objects which control the navigation flow of the application. Add Coordinator base protocol. 2019-01-22 00:12:17 +01:00
SBiOSoftWhare
7f89fae3c4 Introduce routers, used to be passed between coordinators. They handles only physical navigation. Add navigation router to handle navigation with UINavigationController. 2019-01-22 00:10:25 +01:00
SBiOSoftWhare
c64cc07a31 Add extension methods for view controller containment on UIViewController and add convenient method to remove back bar button title when pushing a view controller on UINavigationViewController. 2019-01-22 00:04:34 +01:00
SBiOSoftWhare
1c8acd572a Add convenient method on UIView to add a subview matching parent 2019-01-21 23:45:51 +01:00
SBiOSoftWhare
b737addfd1 Add reveal password button image 2019-01-21 23:32:51 +01:00
SBiOSoftWhare
af88234580 Add key backup setup strings 2019-01-21 23:31:33 +01:00
Paulo Miranda
363bcf49b0 Translated using Weblate (Portuguese (Brazil))
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/pt_BR/
2019-01-21 17:29:55 +00:00
fridtjof
2d53ac118d
AppDelegate: no need to check for iOS 8+ notifications anymore, the minimum supported version is iOS 9 2019-01-18 18:12:49 +01:00
fridtjof
bb8d7bae64
MasterTabBarController: Use @available instead of instancesRespondToSelector 2019-01-18 18:09:31 +01:00
manuroe
9371f0e1cb reskin: kill riotColorRed & riotColorPinkRed
Merge them into Theme.warningColor

Part of #2174
2019-01-18 13:40:09 +01:00
manuroe
b585772df9 reskin: Create a black theme from the dark theme
#2175
2019-01-18 11:32:37 +01:00
manuroe
14d171d777 reskin: Make existing themes inheritable 2019-01-18 11:31:29 +01:00
manuroe
83952d47dd
Merge branch 'develop' into riot_679 2019-01-18 10:58:06 +01:00
SBiOSoftWhare
645db9ae6e Update DarkTheme and DefaultTheme to conform Theme protocol 2019-01-18 10:40:37 +01:00
SBiOSoftWhare
dac323325e In Theme set placeholderTextColor non optional. Add commodity methods for text field and button. 2019-01-18 10:24:58 +01:00
manuroe
b4724e46d2 BF: Infinite loading wheel when taping on a fake room alias
#679
2019-01-17 17:46:49 +01:00
manuroe
40ef4d5f64 Registration: improve scrolling on the reCaptcha screen
#2165
2019-01-17 16:02:55 +01:00
manuroe
4e1736b9d4 Reskin: Fix regression: Wrong status bar color on login/registration screens
#2184
2019-01-17 15:35:40 +01:00
manuroe
6da0bfd07f Registration: improve validation UX on the terms screen
#2164

Do like on android (https://github.com/vector-im/riot-ios/issues/2164#issuecomment-455108199)
2019-01-17 12:04:42 +01:00
manuroe
c88676018b BF: Registration: fix tap gesture on checkboxes in the terms screen 2019-01-17 11:59:21 +01:00
manuroe
64febced2d RoomVC: Redact has been renamed to Remove to match riot/web
#2134
2019-01-16 16:51:36 +01:00
SBiOSoftWhare
2ef58cbceb Add SwiftGen to Riot build phases and generate constants 2019-01-14 17:04:40 +01:00
manuroe
d1336445d7 reskin: Kill KVO on theme setting 2019-01-14 13:57:53 +01:00
manuroe
6e4a7224bf reskin: Kill KVO on theme setting 2019-01-14 10:53:43 +01:00
manuroe
f622da9e5a reskin: Fix Steve's remarks 2019-01-11 18:29:32 +01:00
manuroe
ebdf5bce3d reskin: move theme files under Manager/Theme/ 2019-01-11 17:31:08 +01:00
manuroe
c9965ab700 reskin: Fix theming in registration screens 2019-01-11 16:52:28 +01:00
manuroe
c61144cf78 reskin: Theme: rename colors as it is in the palette now 2019-01-11 13:13:31 +01:00
manuroe
f5d967be64 reskin: Fix mention color in dark theme 2019-01-11 13:02:39 +01:00
manuroe
93b01f9e17 reskin: Fix color of display name in RoomMemberDetailsVC 2019-01-11 12:55:23 +01:00
manuroe
403a09dc26 reskin: kill ThemeService.kRiotRoomXxxxLevel 2019-01-11 12:43:47 +01:00
manuroe
09d70b1315 reskin: kill UIColorFromRGB and use UIColor swift extension 2019-01-11 12:15:43 +01:00
manuroe
6eeef644d3 reskin: Kill kRiotColorXxxx 2019-01-11 11:57:02 +01:00
manuroe
744208ae25 reskin: Create ThemeService.shared 2019-01-11 11:45:27 +01:00
manuroe
b3b6e2c80c reskin: Rename RiotDesignValues -> ThemeService 2019-01-11 10:46:00 +01:00
manuroe
52a1f1ea68 reskin: delegate scrollBarStyle to themes 2019-01-10 18:53:24 +01:00
manuroe
bfa3eccacf reskin: kill last customisable kRiotXColors 2019-01-10 18:47:49 +01:00
manuroe
19ebc9317b reskin: kill headerTextSecondaryColor 2019-01-10 18:10:10 +01:00
manuroe
373be3b64c reskin: kill kRiotTopicTextColor 2019-01-10 18:08:10 +01:00
manuroe
dfecc403ec reskin: kill kRiotSecondaryTextColor 2019-01-10 18:05:21 +01:00
manuroe
52869d8c05 reskin: kill kRiotPrimaryTextColor 2019-01-10 18:00:45 +01:00
manuroe
39ffac13b1 reskin: kill kRiotSecondaryBgColor 2019-01-10 17:57:17 +01:00
manuroe
21a9a7c9f3 reskin: kill kRiotPrimaryBgColor 2019-01-10 17:50:26 +01:00
manuroe
da0b5d7d56 reskin: Kill RiotDesignValues.kRiotKeyboard and replace it by Theme.keyboardAppearance 2019-01-10 17:42:43 +01:00
manuroe
8b47ac54ca reskin: Kill RiotDesignValues.kRiotKeyboardColor and replace it by Theme.matrixSearchBackgroundImageTintColor 2019-01-10 17:36:36 +01:00
manuroe
91e20b59a5 reskin: remove bar style ivars from RiotDesignValues 2019-01-10 17:08:32 +01:00
manuroe
5cf4eb0bdc reskin: Delegate navigation and search bars styling to theme 2019-01-10 16:43:03 +01:00
manuroe
eca85776a1 reskin: rename ColorValues to Theme 2019-01-10 15:32:59 +01:00
manuroe
6f30f88b03 reskin: ColorValues: suffix UIColor properties names with "Color" 2019-01-10 15:23:22 +01:00
manuroe
e66ffe4cb2 reskin: Put back riot colors in the main tab bar icons 2019-01-10 15:12:24 +01:00
manuroe
4aba851079 reskin: Fix header display of room preview 2019-01-10 14:47:58 +01:00
manuroe
cecba319cf Merge remote-tracking branch 'origin/develop' into reskin
# Conflicts:
#	Riot/Constants/RiotDesignValues.m
#	Riot/Modules/Authentication/AuthenticationViewController.m
2019-01-10 11:50:57 +01:00
manuroe
989e749cc8
Merge branch 'develop' into fixes/modern-key-syntax 2019-01-10 10:58:24 +01:00
manuroe
8a979b21ae
Merge branch 'develop' into dark-mode-white-scrollbar 2019-01-10 10:28:31 +01:00
manuroe
ce74b14ef4
Merge pull request #2151 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2019-01-10 10:23:41 +01:00
manuroe
21a52d6860
Merge pull request #2150 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate.
2019-01-10 10:22:28 +01:00
Fridtjof Mund
0f1972cc1d
Merge branch 'develop' into fixes/modern-key-syntax 2019-01-09 17:54:07 +01:00
manuroe
d7c3eef632 Merge remote-tracking branch 'origin/develop' into reskin 2019-01-09 16:38:49 +01:00
Juho Ylikorpi
dbc1352eee Translated using Weblate (Finnish)
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/fi/
2019-01-08 22:19:30 +00:00
Juho Ylikorpi
aaddfcf486 Added translation using Weblate (Finnish) 2019-01-08 22:10:59 +00:00
Juho Ylikorpi
36b46a344e Added translation using Weblate (Finnish) 2019-01-08 22:10:12 +00:00
Juho Ylikorpi
d189d30885 Added translation using Weblate (Finnish) 2019-01-08 22:05:23 +00:00
manuroe
a19a8306b4 version++ 2019-01-08 11:37:11 +01:00
fridtjof
c7fbca7698
make use of Obj-C's modern syntax for literals and subscripting 2019-01-08 00:24:11 +01:00
Aaron Raimist
e362937b52
Use white scroll bar in dark and black themes
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-01-06 22:37:53 -06:00
fridtjof
8291c99542
fix almost all the warnings caused by -Wstrict-prototypes 2019-01-05 03:28:53 +01:00
manuroe
578bf7d6c9 version++
A PR was missing.
2019-01-04 16:59:07 +01:00
manuroe
a52df0cb18 version++ 2019-01-04 16:52:58 +01:00
Paulo Miranda
a8709600ca Translated using Weblate (Portuguese (Brazil))
Currently translated at 33.0% (172 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/pt_BR/
2019-01-04 13:54:40 +00:00
daniel tygel
b2d7fc36bf Translated using Weblate (Portuguese (Brazil))
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/pt_BR/
2019-01-03 20:27:36 +00: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
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
db0a1b8864 reskin: Fix display of RoomMemberDetailsVC header.
Apply the same logic as in RoomVC in the previous commit
2018-12-28 17:54:19 +01:00
manuroe
fc86a37d11 reskin: Improve a bit RoomVC expanded header display
RoomVC is displayed in another UINavigationController. Its bar can be translucent. Then, we just need to make sure that the main UINavigationController navigationBar is translucent when displaying the expanded header.

Note: there is a UI glitch when navigating back when the expanded header is displayed but that bug existed before (in v0.7.8)
2018-12-28 17:52:45 +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
2edf1d88a9 reskin: Fix display of expanded header in Room VC 2018-12-28 09:16:24 +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
manuroe
2041f6b4e1 Reskin: New TermsView screen 2018-12-21 11:41:43 +01:00
manuroe
b40f9e88ae Merge remote-tracking branch 'origin/develop' into reskin 2018-12-21 09:15:06 +01:00
Karol Kosek
98e69bf546 Added translation using Weblate (Polish) 2018-12-16 09:04:46 +00:00
manuroe
b390b6ce12 version++ 2018-12-12 10:28:15 +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
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
Weblate
f9955be597 Merge remote-tracking branch 'origin/develop' into develop 2018-12-06 15:43:43 +00:00
Weblate
361ada16db Merge remote-tracking branch 'origin/develop' into develop 2018-12-06 15:43:30 +00:00
Weblate
5a81398d8a Merge remote-tracking branch 'origin/develop' into develop 2018-12-06 15:42:42 +00:00
Karol Kosek
76baa932bb Translated using Weblate (Polish)
Currently translated at 50.0% (2 of 4 strings)

Translation: Riot iOS/Riot iOS (Dialogs)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-dialogs/pl/
2018-12-06 15:42:18 +00:00
Artem Polivanchuk
1a25e67f6a Translated using Weblate (Ukrainian)
Currently translated at 15.4% (80 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/uk/
2018-12-06 15:42:18 +00:00
Karol Kosek
f8e35f7269 Translated using Weblate (Polish)
Currently translated at 75.5% (392 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/pl/
2018-12-06 15:42:18 +00:00
manuroe
5c3b5aceb4 Reskin: Apply RiotDesignValues.colorValues.accent on swith buttons 2018-12-03 18:02:02 +01:00
manuroe
c4b6cfdaf4 Reskin: Paint icons with RiotDesignValues.colorValues.accent when possible 2018-12-03 17:14:32 +01:00
manuroe
a50c9f55b1 Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead 2018-11-30 17:10:28 +01:00
manuroe
ac08e7670a Reskin: Change the 2 notifications colors 2018-11-30 16:36:34 +01:00
manuroe
791f0bb2f3 Reskin: New avatar bg colors when no room avatar 2018-11-30 16:17:12 +01:00
manuroe
6b1e5c6086 Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it 2018-11-30 15:57:19 +01:00
manuroe
1ec4c702d3 Reskin: Use current style color constants for section headers 2018-11-30 15:27:13 +01:00
manuroe
79965105df Reskin: RiotDesignValues: Expose the current style color constants. 2018-11-30 15:26:41 +01:00
manuroe
d996dab096 Login flow: Fix Steve's remarks 2018-11-30 12:42:31 +01:00
manuroe
d2d401ed8b Reskin: Factorise *RoomTitleViews
and apply them kRiotDesignNavigationBarBarTintColor as background color to mimic the nav bar color
2018-11-29 17:47:42 +01:00
manuroe
6f98822179 Reskin: Use the new [RiotDesignValues applyStyleOnNavigationBar:] method everywhere
Note that we do not change anymore the bar tint color when changing tabs. This is alwasy the same.
2018-11-29 17:31:41 +01:00
manuroe
1108d8a1ac Reskin: RiotDesignValues: Make use of the new ColorValues 2018-11-29 16:20:20 +01:00
manuroe
28a60d71dc Reskin: Add some missing colors in the design palette 2018-11-29 16:05:07 +01:00
manuroe
a29251620d Reskin: Store color values provided in zeplin 2018-11-29 14:09:12 +01:00
manuroe
8d20e326ad Login flow: Make User Agreement part of the registration flow
Some fixes
2018-11-27 18:36:06 +01:00
manuroe
84ce5374e6 AuthInputsView: Refactor a bit updateAuthSessionWithCompletedStages 2018-11-27 17:06:30 +01:00
manuroe
8b11786109 Login flow: Make User Agreement part of the registration flow
#1939
2018-11-27 16:22:33 +01:00
manuroe
55e10bdcf7 Login flow: Make more usage of the isFlowCompleted: method 2018-11-27 11:20:17 +01:00
manuroe
9f500ac1fc Login flow: Add generic isFlowSupported: and isFlowCompleted: methods 2018-11-27 11:20:17 +01:00
Aaron Raimist
a844e7de4d Added translation using Weblate (Icelandic) 2018-11-26 21:59:05 +00:00
Aaron Raimist
3f035065ae Added translation using Weblate (Icelandic) 2018-11-26 21:58:49 +00:00
Artem Polivanchuk
ab0c2ab882 Added translation using Weblate (Ukrainian) 2018-11-22 07:08:23 +00:00
Artem Polivanchuk
89ba80560b Translated using Weblate (Ukrainian)
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/uk/
2018-11-22 07:07:39 +00:00
Artem Polivanchuk
0cf0103d9a Added translation using Weblate (Ukrainian) 2018-11-22 06:13:30 +00:00
Artem Polivanchuk
2d672306aa Translated using Weblate (Ukrainian)
Currently translated at 100.0% (26 of 26 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/uk/
2018-11-22 06:12:32 +00:00
Artem Polivanchuk
b9361a5bbd Added translation using Weblate (Ukrainian) 2018-11-22 06:00:02 +00:00
Karol Kosek
44c8b2a452 Added translation using Weblate (Polish) 2018-11-21 22:23:14 +00:00
Karol Kosek
2df01bd5bb Added translation using Weblate (Polish) 2018-11-21 19:46:45 +00:00
manuroe
5b9518ffda
Merge pull request #2104 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2018-11-20 11:37:05 +01:00
manuroe
6413f46283
Merge pull request #2103 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2018-11-20 11:36:44 +01:00
Weblate
f2bb0fc6f9 Merge remote-tracking branch 'origin/develop' into develop 2018-11-20 10:34:07 +00:00
Weblate
72c904da2e Merge remote-tracking branch 'origin/develop' into develop 2018-11-20 10:33:54 +00:00
Weblate
57b4be529d Merge remote-tracking branch 'origin/develop' into develop 2018-11-20 10:33:42 +00:00
Suetsugu Kawamura
4bc9f9255e 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-11-20 10:33:21 +00:00
Kévin C
91fd245759 Translated using Weblate (French)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2018-11-20 10:33:20 +00:00
Besnik Bleta
6eaabf64bd Translated using Weblate (Albanian)
Currently translated at 99.4% (516 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-20 10:33:20 +00:00
Besnik Bleta
a167baba46 Translated using Weblate (Albanian)
Currently translated at 98.8% (513 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-14 18:21:49 +00:00
Besnik Bleta
df4a220469 Translated using Weblate (Albanian)
Currently translated at 98.6% (512 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-14 17:18:15 +00:00
Besnik Bleta
d9e3e7cd02 Translated using Weblate (Albanian)
Currently translated at 98.6% (512 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-14 17:15:25 +00:00
Besnik Bleta
eeec5a9027 Translated using Weblate (Albanian)
Currently translated at 98.6% (512 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-14 17:07:52 +00:00
Besnik Bleta
309dfb8135 Translated using Weblate (Albanian)
Currently translated at 98.6% (512 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-14 17:06:39 +00:00
Besnik Bleta
c6ba7de960 Translated using Weblate (Albanian)
Currently translated at 98.4% (511 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-14 15:10:44 +00:00
Besnik Bleta
1e5593e4d4 Translated using Weblate (Albanian)
Currently translated at 98.4% (511 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-14 14:58:40 +00:00
Besnik Bleta
056d03e1bf Translated using Weblate (Albanian)
Currently translated at 84.9% (441 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2018-11-14 12:21:42 +00:00
Besnik Bleta
620ee13d0c Translated using Weblate (Albanian)
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/sq/
2018-11-14 08:09:17 +00:00
Giom Foret
ddc3927c0d Fix a race condition observed when the app renders an image in a Group/Community description 2018-11-13 17:30:37 +01:00
Giom Foret
0d0fec8748 Move MXStrongifyAndReturnValueIfNil(self, nil); at the beginning of the block. 2018-11-13 16:12:54 +01:00
Giom Foret
a47c867667 Remove all deprecated methods 2018-11-13 00:08:35 +01:00
spla
1adbec67cc Translated using Weblate (Catalan)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ca/
2018-11-12 11:47:24 +00:00
Giom Foret
3258e3abc1 MXImageView: use the new interface [setImageURI:...] instead of the deprecated one [setImageURL:...] .
Note - DirectoryServerTableViewCell:
Presently the thirdPartyProtocolInstance.icon is not a Matrix Content URI. We could not use here MXKImageView setImageURI method
 without breaking the instance icon rendering. We use the deprecated interface until this point is fixed on the server side.
2018-11-11 15:20:32 +01:00
Giom Foret
d40d40068e Replace the deprecated MXMediaManager and MXMediaLoader interfaces use 2018-11-10 14:28:08 +01:00
Suetsugu Kawamura
4e2c11d3e1 Translated using Weblate (Japanese)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ja/
2018-11-09 00:18:48 +00:00
Suetsugu Kawamura
ec993540a6 Translated using Weblate (Japanese)
Currently translated at 100.0% (26 of 26 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/ja/
2018-11-07 07:40:18 +00:00
Scott Rothrock
e84d8bde40 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-11-07 07:38:49 +00:00
spla
2d0f99add3 Translated using Weblate (Catalan)
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/ca/
2018-11-01 21:42:41 +00:00
manuroe
2b715c62d3 version++ 2018-10-31 16:12:22 +01:00
Weblate
0e3757b8ac Merge remote-tracking branch 'origin/develop' into develop 2018-10-31 11:42:38 +00:00
sergio
75fb41768e Translated using Weblate (Spanish)
Currently translated at 99.0% (514 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/es/
2018-10-31 11:42:16 +00:00
sergio
b9390574b3 Translated using Weblate (Russian)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2018-10-31 11:42:16 +00:00
Jessica Wan
3effac40e3 Translated using Weblate (Chinese (Simplified))
Currently translated at 94.0% (488 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2018-10-31 11:42:15 +00:00
manuroe
1342637cc6
Merge pull request #2067 from aaronraimist/password-autofill
Add UITextContentType values to AuthInputsView
2018-10-31 12:04:20 +01:00
RainSlide
72a01a8842 Translated using Weblate (Chinese (Simplified))
Currently translated at 92.6% (481 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2018-10-25 12:11:33 +00:00
sergio
888ab22fd8 Translated using Weblate (Russian)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2018-10-20 19:32:18 +00:00
Osoitz
46727af07a Translated using Weblate (Basque)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2018-10-17 15:42:12 +00:00
Krombel
ab7b570d3d Translated using Weblate (German)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2018-10-16 15:01:08 +00:00
Weblate
04d303d116 Merge remote-tracking branch 'origin/develop' into develop 2018-10-16 14:39:02 +00:00
Aaron Raimist
c0c1e8a1c6
Remove all calls of [NSUserDefaults synchronize] (#1924)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-15 16:58:10 -05:00
manuroe
85c19c2149 Notifications: old notifications can reappear
#1985
2018-10-10 18:05:17 +02:00
Slavi Pantaleev
6c0ed7ce9f Translated using Weblate (Bulgarian)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/bg/
2018-10-08 13:58:07 +00:00
Aaron Raimist
f93759f612
Add UITextContentType values to AuthInputsView
Improves #2066

Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-06 14:45:16 -05:00
Aaron Raimist
296e963a86
Reword English settings_sign_out_e2e_warn 2018-10-06 12:39:14 -05:00
Krombel
ee87f158c9 Translated using Weblate (German)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2018-10-06 10:47:44 +00:00
Kévin C
789aa587c0 Translated using Weblate (French)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2018-10-05 20:30:29 +00:00
Szimszon
1d5d0ab522 Translated using Weblate (Hungarian)
Currently translated at 100.0% (519 of 519 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/hu/
2018-10-05 18:23:30 +00:00
manuroe
f43c2d81fa version++ 2018-10-05 18:44:34 +02:00
manuroe
6627a062db
Merge pull request #2064 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2018-10-05 18:04:12 +02:00
manuroe
433d303e72
Merge pull request #2063 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2018-10-05 18:04:01 +02:00
Weblate
c5c5cb5b6c Merge remote-tracking branch 'origin/develop' into develop 2018-10-05 16:01:31 +00:00
Weblate
a879dfb3c5 Merge remote-tracking branch 'origin/develop' into develop 2018-10-05 16:01:19 +00:00
Weblate
cd738c2f92 Merge remote-tracking branch 'origin/develop' into develop 2018-10-05 16:00:33 +00:00
IMIN
8fd4faffa8 Translated using Weblate (Korean)
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/ko/
2018-10-05 16:00:10 +00:00
Milena Brum
457c96bbcb Translated using Weblate (Spanish)
Currently translated at 100.0% (515 of 515 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/es/
2018-10-05 16:00:08 +00:00
IMIN
e25f934a54 Translated using Weblate (Korean)
Currently translated at 4.2% (22 of 515 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ko/
2018-10-05 16:00:08 +00:00
manuroe
c13fb587ca Server Quota Notices: Implement the blue banner
Fix Steves's remark
2018-10-04 18:37:25 +02:00
IMIN
5efffe1e60 Translated using Weblate (Korean)
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/ko/
2018-10-02 18:06:38 +00:00
IMIN
b0267d8698 Added translation using Weblate (Korean) 2018-10-02 18:00:26 +00:00
IMIN
f8d42c7a83 Added translation using Weblate (Korean) 2018-10-02 18:00:22 +00:00
IMIN
4c251824da Added translation using Weblate (Korean) 2018-10-02 18:00:18 +00:00
manuroe
d867c89c3b Server Quota Notices: Implement the blue banner
Closes #1937
2018-10-02 15:30:00 +02:00
manuroe
c5e5abd724 version++ 2018-09-26 15:48:38 +02:00
manuroe
7b22cf9bf7 Lazy-Loading: On logout, reenable LL 2018-09-25 15:46:07 +02:00
manuroe
8be6f2957d SettingsVC: Use MXKAccount method to determine if LL is supported by the HS 2018-09-25 11:20:50 +02:00
manuroe
9d3e790006
Merge pull request #2050 from vector-im/move_i18_room_names
Matrix room summaries: Move i18n strings from Riot to MatrixKit
2018-09-24 17:58:35 +02:00
manuroe
a7cf268b24
Merge pull request #2047 from vector-im/riot_2046
BF: Weird text color when selecting a message
2018-09-24 15:32:42 +02:00
manuroe
a8162a4b4a Matrix room summaries: Move i18n strings from Riot to MatrixKit
As promised at https://github.com/vector-im/riot-ios/pull/2043
2018-09-24 15:27:40 +02:00
manuroe
83e57bcb78
Merge pull request #2049 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2018-09-24 14:35:00 +02:00
Weblate
987e5502a6 Merge remote-tracking branch 'origin/develop' into develop 2018-09-24 12:32:38 +00:00
Weblate
05fa86e676 Merge remote-tracking branch 'origin/develop' into develop 2018-09-24 12:32:07 +00:00
Milena Brum
8da5663465 Translated using Weblate (Spanish)
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/es/
2018-09-24 12:29:28 +00:00
Milena Brum
909ced3b8c Translated using Weblate (Spanish)
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/es/
2018-09-24 12:29:27 +00:00
Osoitz
4da13efa51 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-09-24 12:29:26 +00:00
manuroe
523ed24950 BF: Weird text color when selecting a message
#2046
2018-09-24 14:23:48 +02:00
manuroe
3f40b1c804 Room settings: Anyone can now set a room alias
Fix #2033
2018-09-21 16:23:32 +02:00
manuroe
e129e37fa4 Make code use the "Empty room" i18n string from MatrixKit 2018-09-20 11:05:46 +02:00
manuroe
03f88ec542 Room names: Matrix has now room summaries that define how to compute names
Let MatrixSDK and MatrixKit do it for us
2018-09-20 10:48:01 +02:00
manuroe
cf4e668354 RoomPreviewData: Make a full usage of MXPeekingRoom.summary 2018-09-14 15:12:56 +02:00
manuroe
9ce597ea43 Bug Report: Report the member lazy-loading setting
like on Android
2018-09-13 17:22:09 +02:00
manuroe
60e07e1be6 Lazy-Loading: Fix missing read receipts 2018-09-13 17:12:53 +02:00
manuroe
f9dba7f1bd
Merge pull request #2023 from vector-im/settings_advanced_info_copyable
Make advanced info copyable in settings
2018-09-10 17:50:32 +02:00
manuroe
4daaca4fd0
Merge pull request #2030 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate.
2018-09-10 17:49:33 +02:00
manuroe
104d9802d8
Merge pull request #2029 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate.
2018-09-10 17:49:21 +02:00
Weblate
56bca86142 Merge remote-tracking branch 'origin/develop' into develop 2018-09-10 15:46:35 +00:00
Weblate
d82b6068ca Merge remote-tracking branch 'origin/develop' into develop 2018-09-10 15:46:22 +00:00
Weblate
df1650b948 Merge remote-tracking branch 'origin/develop' into develop 2018-09-10 15:46:07 +00:00
Milena Brum
26c28507be Translated using Weblate (Spanish)
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/es/
2018-09-10 15:45:40 +00:00
Andrey
4a8f8a782b Translated using Weblate (Russian)
Currently translated at 99.2% (516 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/ru/
2018-09-10 15:45:40 +00:00
Yan Minari
6868b6a1cb Translated using Weblate (Portuguese (Brazil))
Currently translated at 28.6% (149 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/pt_BR/
2018-09-10 15:45:39 +00:00
Mathijs van Gorcum
8e19c8b621 Translated using Weblate (Dutch)
Currently translated at 97.8% (509 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/nl/
2018-09-10 15:45:39 +00:00
RainSlide
981cc59390 Translated using Weblate (Chinese (Simplified))
Currently translated at 93.4% (486 of 520 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2018-09-10 15:45:39 +00:00
Slavi Pantaleev
f1879640b7 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-09-10 15:45:39 +00:00
SBiOSoftWhare
64bab44bfe Make advanced info copyable in settings 2018-09-06 11:32:55 +02:00
SBiOSoftWhare
5802a3d8d5
Merge pull request #1999 from daverPL/made_cryptography_info_copyable
Made cryptography info copyable (#1915)
2018-09-06 11:08:59 +02:00
Milena Brum
f0aad367c9 Translated using Weblate (Spanish)
Currently translated at 100.0% (26 of 26 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/es/
2018-09-03 16:54:40 +00:00
Milena Brum
d6a08f1759 Translated using Weblate (Spanish)
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/es/
2018-09-03 14:49:56 +00:00
Krombel
9ca9458d6f Added translation using Weblate (Spanish) 2018-09-01 10:53:06 +00:00
Krombel
d3020370d1 Added translation using Weblate (Spanish) 2018-09-01 10:53:03 +00:00
Milena Brum
1751417884 Translated using Weblate (Spanish)
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/es/
2018-08-31 16:31:40 +00:00
Osoitz
99d7952be6 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-08-30 09:16:06 +00:00
SBiOSoftWhare
079b06e860 version++ 2018-08-27 22:08:27 +02:00
SBiOSoftWhare
402cadf579 Fix interaction disabled on RecentsViewController when presenting a room. 2018-08-27 17:15:33 +02:00
SBiOSoftWhare
7a4a68a998 Add a selectRoomWithId:andEventId:inMatrixSession: method with completion block on MasterTabController. 2018-08-27 17:14:28 +02:00
SBiOSoftWhare
011a878f86 Fix roomInputToolbar reset (cleared text, black avatar, wrong e2e icon) in RoomViewController when MXSession state change. 2018-08-27 15:32:37 +02:00
manuroe
b583c69b09 version++ 2018-08-24 18:33:57 +02:00
Dawid Raczka
559b089b2d Fix of cell style in different themes. 2018-08-24 16:09:00 +01:00
manuroe
2036ec1d3c MAU: Fix text font in red banner 2018-08-24 17:05:22 +02:00
manuroe
d9b760556a Riot-bot: Do not try to create a room with it if the user homeserver is not federated 2018-08-24 15:28:01 +02:00
manuroe
c0cbd8004f Swift: Reintroduce 'MatrixSDK/SwiftSupport' 2018-08-24 15:26:14 +02:00
manuroe
7f7bd234f1
Merge pull request #2001 from vector-im/bf_fix_double_room_opening
Recents: Avoid to open a room twice
2018-08-24 12:55:05 +00:00
manuroe
ce791def2c Recents: Avoid to open a room twice
It crashed on room creation on quick HSes
2018-08-24 14:45:12 +02:00
manuroe
8417a3cc35 GDPRConsentViewController: close it once the user has given their consent
Do not wait anymore for the completion of the creation of the room with riot-bot
2018-08-24 12:31:57 +02:00
Kévin C
0e9386f807 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-08-24 07:24:53 +00:00