Commit graph

3995 commits

Author SHA1 Message Date
ismailgulek
c9f4b2a27c
Update parser to use regex and retain it in RoomViewController 2020-07-14 15:39:04 +03:00
ismailgulek
7bf460acd8
Update Riot/Modules/Room/RoomViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-14 11:28:17 +03:00
ismailgulek
b98e198794
Update Riot/Modules/Room/RoomViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-14 11:27:46 +03:00
ismailgulek
e9a411afe4
Merge branch 'develop' into riot_3137 2020-07-14 11:27:05 +03:00
Neil Alexander
dbc0892c13
Update animation 2020-07-13 16:58:50 +01:00
SBiOSoftWhare
9eaadc4128 Major update: Fix learn more acrtion. 2020-07-11 09:53:19 +02:00
SBiOSoftWhare
46b7dc8b3d RoomVC: Update plus icon. 2020-07-11 02:08:34 +02:00
SBiOSoftWhare
d1dfcaf33f Update plus icon. 2020-07-11 01:53:18 +02:00
SBiOSoftWhare
a2062a1001 RoomActivities: Update typing icon. 2020-07-11 01:27:25 +02:00
SBiOSoftWhare
b411b5e9a1 RoomActivities: Update error icon. 2020-07-11 01:18:08 +02:00
SBiOSoftWhare
247be2aeda RoomActivities: Update scroll down icon. 2020-07-11 01:10:02 +02:00
SBiOSoftWhare
c40278024a Fix jump to last icon. 2020-07-11 01:05:08 +02:00
SBiOSoftWhare
ff735ed229 Update tab bar icon favourites. 2020-07-11 00:59:11 +02:00
SBiOSoftWhare
a8d262c2bd Update jump to last unread button. 2020-07-11 00:56:15 +02:00
SBiOSoftWhare
0017c3035d Update camera switch icon. 2020-07-11 00:37:44 +02:00
SBiOSoftWhare
69268a9bdd Update camera image. 2020-07-11 00:34:08 +02:00
SBiOSoftWhare
8587a1a6ad Update reveal password icon. 2020-07-11 00:33:35 +02:00
SBiOSoftWhare
04d648bf5d Update back icon. 2020-07-11 00:32:06 +02:00
SBiOSoftWhare
48ae391ec0 Update add participant asset. 2020-07-11 00:28:11 +02:00
SBiOSoftWhare
92cc7bdc2f LaunchLoading: Fix animation theming and repeat count. 2020-07-10 22:27:22 +02:00
SBiOSoftWhare
4e8dcc22c2 Update tint color. 2020-07-10 21:47:50 +02:00
Steve Barré
fd632f0e78 Merge branch 'add_major_update_modal' into 'rebranding'
Add major update modal

See merge request new-vector/element/element-ios!29
2020-07-10 19:35:18 +00:00
SBiOSoftWhare
a68a151686 AppDelegate: Handle major update display. 2020-07-10 21:28:57 +02:00
SBiOSoftWhare
77b086350e Create MajorUpdateViewController to display major updates informations. 2020-07-10 21:27:47 +02:00
SBiOSoftWhare
62fecb60e3 Add AppVersion class to manage app version comparison. 2020-07-10 21:24:51 +02:00
SBiOSoftWhare
d3744cbf18 Add old logo image. 2020-07-10 21:23:33 +02:00
Matthew Hodgson
d9040ecc47 Merge branch 'matthew/wide-gamut' into 'rebranding'
Switch the ICC profile for the icon artwork from default sRGB to Display P3

See merge request new-vector/element/element-ios!28
2020-07-10 17:23:15 +00:00
Neil Alexander
5d46b46339
Load animation, colour corrections, fixed launch screen
Squashed commit of the following:

commit e11d0e5894
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:59:30 2020 +0100

    Fix colour in launch screen

commit aa59e85d30
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:57:01 2020 +0100

    Display -> display

commit 6da06421be
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:55:20 2020 +0100

    P3 colours

commit b1fc009ab9
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:52:22 2020 +0100

    Update Riot.xcodeproj

commit ac1d994c6e
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:44:41 2020 +0100

    Revert changes to Images.swift and Storyboards.swift

commit 27c88f9b3b
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:25:08 2020 +0100

    Add animation source files

commit d19ccd5000
Merge: 8e5ac3f6 2ed92204
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:18:04 2020 +0100

    Fix launch screen and update loading screen

    Merge commit '2ed92204' into rebranding

commit 2ed922045c
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:13:56 2020 +0100

    Fix launch screen, smooth transition to loading animation
2020-07-10 17:59:57 +01:00
Matthew Hodgson
02a5610bea Switch the ICC profile for the icon artwork from default sRGB to Display P3
(the wide gamut profile preferred by Apple).
This stops our green accent colour (#0DBD8B) being washed out, given it was authored in Figma
Desktop in unmanaged colour mode, and can't be accurately represented in sRGB.
2020-07-10 17:37:07 +01:00
Steve Barré
8e5ac3f625 Merge branch 'ui_polishing' into 'rebranding'
Ui polishing

See merge request new-vector/element/element-ios!26
2020-07-10 15:02:13 +00:00
Neil Alexander
28fa5de6a3
Squashed commit of the following:
commit 7de5000bcbc9d5ddd65fa2b69726096c55951ecd
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 15:47:30 2020 +0100

    Remove logging

commit fdaecbd7f09e9fab622bfed93876b29d6e376c17
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 15:45:51 2020 +0100

    Default theme to auto when not set
2020-07-10 15:59:43 +01:00
SBiOSoftWhare
1b30740dda CallVC: Update toolbar icons colors. 2020-07-10 16:59:19 +02:00
SBiOSoftWhare
178375a091 CallVC: Fix icons confusion. 2020-07-10 16:44:29 +02:00
SBiOSoftWhare
61d5fbf967 Room input toolbars: Revert separators. 2020-07-10 16:43:20 +02:00
SBiOSoftWhare
8a1cdf3471 Theme: Remove some legacy colors. 2020-07-10 15:37:32 +02:00
SBiOSoftWhare
f06f17ad50 Update tint color for favourites and people tabs. 2020-07-10 15:37:19 +02:00
SBiOSoftWhare
3b2734cec0 Communities tab: Update tint color to accent color. 2020-07-10 15:36:42 +02:00
SBiOSoftWhare
bc6192ff40 Tab bar root view controllers now use the same floating button. 2020-07-10 15:23:50 +02:00
SBiOSoftWhare
4ce936c32c Search fields: Remove underline placeholders. 2020-07-10 15:16:37 +02:00
SBiOSoftWhare
371885abbf RoomParticipantsViewController: Remove underline placeholder in search bar. 2020-07-10 15:09:00 +02:00
SBiOSoftWhare
980afbc4a0 RoomVC: Use accent color for "more emoji" action in context menu. 2020-07-10 14:54:51 +02:00
SBiOSoftWhare
b7f88be4c9 RoomVC: Update jump to last unread banner UI. 2020-07-10 14:47:37 +02:00
SBiOSoftWhare
3f407215be RoomTitleView: Update details icon color. 2020-07-10 14:35:16 +02:00
SBiOSoftWhare
ddd5eca559 Theme: Update navigation tint color. 2020-07-10 14:33:45 +02:00
SBiOSoftWhare
84a7a49c26 Update integrations icon. 2020-07-10 14:20:16 +02:00
SBiOSoftWhare
518e38c2bb Update CallKit icon. 2020-07-09 21:51:37 +02:00
SBiOSoftWhare
3746d45885 CallVC: Update icons handle theme colors. 2020-07-09 21:27:54 +02:00
SBiOSoftWhare
b5a6d1bcb1 CallVC: Update call icons. 2020-07-09 21:26:57 +02:00
SBiOSoftWhare
912e7d4c28 ExpandedRoomTitleView: Update members list icon. 2020-07-09 20:06:35 +02:00
SBiOSoftWhare
06dfab67bc IncomingCallView: Update call icons. 2020-07-09 19:29:14 +02:00
SBiOSoftWhare
15bedd3479 RoomVC: Update input tool bar icons. 2020-07-09 19:28:51 +02:00
SBiOSoftWhare
22617209b9 RoomVC: Update context menu icons. 2020-07-09 19:12:27 +02:00
SBiOSoftWhare
08045b6afd Checkboxes: Use theme tint color. 2020-07-09 18:58:44 +02:00
SBiOSoftWhare
184a49b537 Update checkbox images. 2020-07-09 18:57:38 +02:00
SBiOSoftWhare
9bca7796fa RoomInputToolBar: Fix hardcoded colors. 2020-07-09 18:08:11 +02:00
SBiOSoftWhare
4ddc47870a CallVC: Fix hardcoded colors. 2020-07-09 18:07:18 +02:00
SBiOSoftWhare
a7f2907962 Update legals URL 2020-07-09 14:44:31 +02:00
Steve Barré
24755ea7f0 Merge branch '8-update-strings-localizations' into 'rebranding'
Resolve "Update strings localizations"

See merge request new-vector/element/element-ios!3
2020-07-08 22:33:36 +00:00
SBiOSoftWhare
ba73414351 Strings: Update app name for other localizations. 2020-07-09 00:32:31 +02:00
SBiOSoftWhare
22df545d8a Strings: Update app name for english localization. 2020-07-09 00:13:52 +02:00
SBiOSoftWhare
342cd42576 Remove old Riot image. 2020-07-09 00:00:27 +02:00
SBiOSoftWhare
baa9dc8687 HomeVC: Update room actions colors. 2020-07-09 00:00:02 +02:00
SBiOSoftWhare
bf99f6f5cc RoomsViewController: Update room actions colors. 2020-07-08 23:59:29 +02:00
SBiOSoftWhare
600da17189 Remove old Riot images. Move horizontal logo to shared images. 2020-07-08 23:40:15 +02:00
SBiOSoftWhare
b9fe615cd1 AppDelegate: Update launch loading view. 2020-07-08 23:28:24 +02:00
SBiOSoftWhare
c0b4d8de75 Create LaunchLoadingView. 2020-07-08 23:27:17 +02:00
SBiOSoftWhare
21a9b9fdf1 AuthenticationVC: Update logo. 2020-07-08 19:08:27 +02:00
SBiOSoftWhare
a9e5424c83 Update launch screen. 2020-07-08 18:53:05 +02:00
SBiOSoftWhare
84ec63d897 Merge branch 'rebranding' into 15-code-refactoring-constants
# Conflicts:
#	Riot/Assets/Riot-Defaults.plist
2020-07-08 17:45:27 +02:00
SBiOSoftWhare
364efcabb1 Bot: Disable bot creation for the moment. 2020-07-08 17:34:50 +02:00
SBiOSoftWhare
433f39880b Update bundle display name. 2020-07-08 09:57:07 +02:00
SBiOSoftWhare
0bef96e0dd Tools: Update universal link detection. 2020-07-07 23:46:36 +02:00
Steve Barré
d377a7749d Merge branch '11-update-universal-links' into 'rebranding'
Resolve "Update universal links"

See merge request new-vector/element/element-ios!1
2020-07-07 21:29:32 +00:00
SBiOSoftWhare
15b3ea013b Associated domains: Update URLs. 2020-07-07 23:28:43 +02:00
Steve Barré
cbc0fca777 Merge branch 'update_rooms_tab_icon' into 'rebranding'
Tab bar: Update rooms tab icon.

See merge request new-vector/element/element-ios!15
2020-07-07 18:29:58 +00:00
SBiOSoftWhare
56f31312cd Update app icon. 2020-07-07 20:21:29 +02:00
SBiOSoftWhare
1a948ce810 Tab bar: Update rooms tab icon. 2020-07-07 16:34:11 +02:00
SBiOSoftWhare
351a8296d4 Theme: Remove navigation bar shadow. 2020-07-07 15:20:50 +02:00
random
6b5530663a Translated using Weblate (Italian)
Currently translated at 100.0% (1044 of 1044 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/
2020-07-07 10:51:58 +00:00
SBiOSoftWhare
21a620d2e2 Theme: Improve search bar appearance in light theme. 2020-07-07 09:43:04 +02:00
SBiOSoftWhare
26823284da RoomsVC: Update swipe actions for iOS 11+ and use new icons. 2020-07-07 02:30:51 +02:00
SBiOSoftWhare
8ccd4952fa HomeVC: Room actions, update icons and add background corner radius. 2020-07-07 02:29:41 +02:00
SBiOSoftWhare
ebe0d1f4e3 Room actions: Remove old icons. 2020-07-07 02:28:21 +02:00
SBiOSoftWhare
1c0a92d329 Room actions: Add new icons. 2020-07-07 02:27:51 +02:00
SBiOSoftWhare
28de91089a RoomActivitiesView: Remove separator and change default background color. 2020-07-06 20:54:02 +02:00
SBiOSoftWhare
46a691d618 Room input toolbars: Hide separator. 2020-07-06 20:51:04 +02:00
SBiOSoftWhare
73a360c304 RoomContextualMenuToolbarView: Hide separator. 2020-07-06 20:49:38 +02:00
SBiOSoftWhare
5347b1f0e7 Remove top and bottom shadow when UISearchBar is added in UITableView. 2020-07-06 20:40:47 +02:00
Steve Barré
1a1c223540 Merge branch 'update_colors' into 'rebranding'
Update colors

See merge request new-vector/element/element-ios!8
2020-07-06 18:36:07 +00:00
SBiOSoftWhare
933336ea3b Update theme colors. 2020-07-06 15:41:05 +02:00
Kévin C
3e567fe1c5 Translated using Weblate (French)
Currently translated at 100.0% (1044 of 1044 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2020-07-05 09:26:49 +00:00
Besnik Bleta
69ec758044 Translated using Weblate (Albanian)
Currently translated at 99.2% (1036 of 1044 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2020-07-05 09:26:48 +00:00
Ismail Gulek
edced05aa1 Revert non-English strings for store descriptions 2020-07-03 17:28:42 +03:00
Ismail Gulek
35aba15053 Revert undecided urls 2020-07-03 17:10:08 +03:00
Ismail Gulek
b6d7d681ff Merge branch 'rebranding' into 8-update-strings-localizations
# Conflicts:
#	Riot/Assets/en.lproj/Vector.strings
2020-07-03 17:08:21 +03:00
Ismail Gulek
c1d88113bc Remove urls only from English 2020-07-03 17:00:50 +03:00
Ismail Gulek
0b566b725c Revert "Remove url strings"
This reverts commit e475db360a.
2020-07-03 16:59:26 +03:00
Ismail Gulek
603c259db5 Merge branch 'rebranding' into 14-update-legal-pages-urls-copyright-tac-t-c 2020-07-03 16:41:23 +03:00
Ismail Gulek
34cc43edbb Read urls from defaults 2020-07-03 16:38:14 +03:00
Ismail Gulek
e475db360a Remove url strings 2020-07-03 16:38:01 +03:00
Ismail Gulek
74b8740189 Include copyright, privacy, termsConditions urls to plist 2020-07-03 16:36:12 +03:00
Ismail Gulek
ee29961b9d Merge branch 'rebranding' into 11-update-universal-links 2020-07-03 15:16:13 +03:00
Ismail Gulek
caae830fec Merge branch 'rebranding' into 8-update-strings-localizations 2020-07-03 15:16:01 +03:00
Ismail Gulek
5bc785dd19 Merge branch 'rebranding' into 15-code-refactoring-constants 2020-07-03 15:15:23 +03:00
Ismail Gulek
66896741e5 Replace beta with staging 2020-07-03 15:12:18 +03:00
ismailgulek
e358ee3fa0
Show confirmation alert if given and visible urls different, when tapped a link in a message cell, fixes #3137 2020-07-03 14:23:44 +03:00
ismailgulek
5085c29a32
Add strings for confirmation alert 2020-07-03 14:22:45 +03:00
ismailgulek
1501fb22f2
Introduce FormattedBodyParser 2020-07-03 14:22:08 +03:00
Weblate
844ed66d1a Merge branch 'origin/develop' into Weblate. 2020-07-03 10:23:08 +00:00
Szimszon
d44b41b486 Translated using Weblate (Hungarian)
Currently translated at 99.2% (1032 of 1040 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/hu/
2020-07-03 10:23:07 +00:00
ismailgulek
7d701048f4
Use new keys when detected current user 2020-07-02 20:11:46 +03:00
ismailgulek
a5e1f6222c
Add new localization keys 2020-07-02 20:11:27 +03:00
SBiOSoftWhare
6c3be2f5a2 RoomTitleView: Update theme colors. 2020-07-02 19:06:14 +02:00
SBiOSoftWhare
fb11aa4301 RoomMemberDetailsViewController: Update theme colors. 2020-07-02 19:04:06 +02:00
SBiOSoftWhare
64d1dc0080 Rebranding: Update theme colors. 2020-07-02 19:03:15 +02:00
Weblate
b04d1ffa27 Merge branch 'origin/develop' into Weblate. 2020-07-02 13:37:08 +00:00
ismailgulek
b2dd2bf8cb
Fix leading constraint, fixes #3226 2020-07-02 16:12:44 +03:00
SBiOSoftWhare
5170286b54 Rebranding: Update tab bar and nav bar icons. 2020-07-02 15:08:16 +02:00
Kévin C
1fbf3d777d Translated using Weblate (French)
Currently translated at 100.0% (1040 of 1040 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2020-07-02 08:26:46 +00:00
Ismail Gulek
186dbaea5c Update placeholders in KeyVerificationManuallyVerifyViewController 2020-07-01 16:20:32 +03:00
Ismail Gulek
91735e31f4 Update urls in Vector.strings 2020-07-01 15:49:58 +03:00
Ismail Gulek
d6ba32c83e Update InfoPlist.strings 2020-07-01 15:45:09 +03:00
Ismail Gulek
9ad599f4d3 Update app urls 2020-07-01 14:17:42 +03:00
Ismail Gulek
339d098c18 Add associated domains 2020-07-01 13:57:15 +03:00
Weblate
185c048983 Merge branch 'origin/develop' into Weblate. 2020-07-01 07:03:11 +00:00
ismailgulek
387cfb7787
Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Gemfile.lock
#	Riot.xcodeproj/project.pbxproj
#	Riot/SupportingFiles/Info.plist
#	RiotShareExtension/SupportingFiles/Info.plist
#	SiriIntents/Info.plist
2020-07-01 09:59:29 +03:00
Weblate
91bafd1df5 Merge branch 'origin/develop' into Weblate. 2020-06-30 20:38:02 +00:00
Besnik Bleta
6e0f6bf1df Translated using Weblate (Albanian)
Currently translated at 99.2% (1032 of 1040 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2020-06-30 20:38:02 +00:00
SBiOSoftWhare
b32eb962aa version++ 2020-06-30 22:25:39 +02:00
Weblate
e2f6244dfd Merge branch 'origin/develop' into Weblate. 2020-06-30 19:50:57 +00:00
SBiOSoftWhare
9692354fdb
Merge pull request #3375 from vector-im/copy_update
SecurityVC: Update MY SESSIONS copy
2020-06-30 21:50:52 +02:00
Weblate
a5d278e657 Merge branch 'origin/develop' into Weblate. 2020-06-30 19:47:43 +00:00
Besnik Bleta
2c7e328da6 Translated using Weblate (Albanian)
Currently translated at 99.2% (1030 of 1038 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2020-06-30 19:47:43 +00:00
SBiOSoftWhare
e5a36a76a3
Merge pull request #3377 from vector-im/riot_3299
Setup cross-signing for existing users
2020-06-30 21:47:36 +02:00
SBiOSoftWhare
4bac9f1e9c Refactor cross signing banner. 2020-06-30 21:46:10 +02:00
SBiOSoftWhare
90e78e262b KeyVerificationService: Fix canSetupKeyVerification. 2020-06-30 19:37:13 +02:00
SBiOSoftWhare
d27f4a6df5 AuthenticatedSessionViewControllerFactory: Add a discardableResult on viewController(forPath method. 2020-06-30 18:44:55 +02:00
SBiOSoftWhare
7f5a229b9d HomeVC: Handle key verification setup banner. 2020-06-30 18:44:14 +02:00
Riot Translate Bot
1df96cbd88
Update from Weblate (#3376)
* Translated using Weblate (Albanian)

Currently translated at 99.2% (1020 of 1028 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/

* Translated using Weblate (French)

Currently translated at 100.0% (1028 of 1028 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/

* Translated using Weblate (Italian)

Currently translated at 100.0% (1028 of 1028 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/

Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Kévin C <zecakeh@pm.me>
Co-authored-by: kernitus <zirconic@protonmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
2020-06-30 18:25:16 +02:00
manuroe
a9e677e538 SecurityVC: Update MY SESSIONS copy 2020-06-30 18:12:50 +02:00
manuroe
19db088bc2 Sign out: Make sure there is a secure backup 2020-06-30 18:00:56 +02:00
SBiOSoftWhare
85fbeffb1f KeyVerificationService: Add canSetupKeyVerification method. 2020-06-30 17:33:42 +02:00
SBiOSoftWhare
8d5e809633 RecentsDataSource: Handle key verification setup banner. 2020-06-30 17:33:42 +02:00
SBiOSoftWhare
9f925ca5c9 AppDelegate: Handle KeyVerificationBannerPreferences. 2020-06-30 17:33:42 +02:00
SBiOSoftWhare
0f04837ce4 Cross-signing: Create key verification setup banner. 2020-06-30 17:33:42 +02:00
manuroe
16a292fd6e SecurityVC: Setup cross-signing on secure backup setup 2020-06-30 17:03:33 +02:00
manuroe
ec82325360 SecurityVC: 3 actions for secure backup: setup, synchronise, delete 2020-06-30 16:23:29 +02:00
manuroe
8f60ddc952 SecurityVC: Hide the cross-signing section 2020-06-30 15:56:05 +02:00
manuroe
72d3d944e5 SecurityVC: Secure backup replaces messages backup 2020-06-30 15:54:58 +02:00
manuroe
712cd6a385 Merge remote-tracking branch 'origin/riot_3361' into riot_3361 2020-06-30 14:32:16 +02:00
manuroe
400420d328 Secure backup: Fixed Stève's remarks 2020-06-30 14:32:12 +02:00
manuroe
2065b56e7a
Update Riot/Modules/SecureBackup/Setup/Intro/SecureBackupSetupIntroViewController.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-30 14:31:22 +02:00
manuroe
1dde6cc383 Secure backup setup: Manage the case when the user has already a key backup
but we do not have the private key
2020-06-30 14:15:18 +02:00
manuroe
9e295ae6e6 Secure backup: Create and delete key backup with 4S 2020-06-30 14:02:47 +02:00
ismailgulek
5356ceb701
Disable voip background mode to avoid VoIP pushes 2020-06-29 16:10:57 +03:00
manuroe
347faa5208
Merge pull request #3364 from vector-im/riot_3292_2
AuthVC: Remove NEW_CROSS_SIGNING_FLOW
2020-06-26 18:44:10 +02:00
manuroe
7e91ecf6b3 AuthVC: Remove NEW_CROSS_SIGNING_FLOW
because we consider riot-web ready
2020-06-26 18:37:15 +02:00
ismailgulek
ed9750e53f
Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Riot.xcodeproj/project.pbxproj
2020-06-26 17:33:09 +03:00
Weblate
3ecaae04bc Merge branch 'origin/develop' into Weblate. 2020-06-26 12:37:09 +00:00
SBiOSoftWhare
48d2cae892 Fix merge issue with secure backup refactoring. 2020-06-26 14:36:27 +02:00
SBiOSoftWhare
6858bd85a5 Merge branch 'develop' into riot_3293
# Conflicts:
#	CHANGES.rst
#	Riot/Generated/Strings.swift
2020-06-26 14:30:21 +02:00
SBiOSoftWhare
77b726189b Refactoring secure backup references. 2020-06-26 14:13:37 +02:00
SBiOSoftWhare
e5bdd8cdef Refactoring secure backup references. 2020-06-26 14:01:33 +02:00
SBiOSoftWhare
123faa56ac Refactoring secure backup references. 2020-06-26 13:07:53 +02:00
Weblate
27525ecd90 Merge branch 'origin/develop' into Weblate. 2020-06-26 10:45:05 +00:00
manuroe
b17add8130
Update Riot/Modules/AuthenticatedSession/AuthenticatedSessionViewControllerFactory.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-26 12:43:26 +02:00
manuroe
b5a0b7cca3
Update Riot/Modules/AuthenticatedSession/AuthenticatedSessionViewControllerFactory.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-26 12:38:58 +02:00
manuroe
e64cd272d8
Update Riot/Modules/AuthenticatedSession/AuthenticatedSessionViewControllerFactory.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-26 12:36:57 +02:00
manuroe
2b7e71fda8 AuthenticatedSessionViewControllerFactory: Update with Steve's remarks 2020-06-26 12:29:30 +02:00
manuroe
7de6dcf2fd
Update Riot/Modules/AuthenticatedSession/AuthenticatedSessionViewControllerFactory.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-26 12:22:43 +02:00
manuroe
b35c372339
Update Riot/Modules/AuthenticatedSession/AuthenticatedSessionViewControllerFactory.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-26 12:21:41 +02:00
manuroe
e979a9c003
Update Riot/Modules/AuthenticatedSession/AuthenticatedSessionViewControllerFactory.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-26 12:21:34 +02:00
manuroe
f0d91282d5
Update Riot/Modules/AuthenticatedSession/AuthenticatedSessionViewControllerFactory.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-26 12:21:24 +02:00
manuroe
c3818a0997
Update Riot/Modules/AuthenticatedSession/AuthenticatedSessionViewControllerFactory.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-26 12:21:16 +02:00
manuroe
bfdd061d67 SecurityVC: Start cleaning 2020-06-26 07:56:56 +02:00
manuroe
d0de69976e AuthenticatedSessionViewControllerFactory: Add hasSupport 2020-06-26 07:56:10 +02:00
manuroe
d8b09a8e42 Security: Plug UX for cross-signing setup
part of #3299
2020-06-26 07:42:37 +02:00
manuroe
c162cb6a78 Add AuthenticatedSessionViewControllerFactory to set up a authenticated flow for a given CS API request 2020-06-26 07:38:38 +02:00
manuroe
26995effcb SecurityVC: Plug Secure Backup setup flow 2020-06-25 20:23:40 +02:00
Weblate
865386ec3f Merge branch 'origin/develop' into Weblate. 2020-06-25 15:56:47 +00:00
random
11c55e7525 Translated using Weblate (Italian)
Currently translated at 100.0% (1029 of 1029 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/
2020-06-25 15:56:47 +00:00
Kévin C
98d1fba466 Translated using Weblate (French)
Currently translated at 100.0% (1029 of 1029 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2020-06-25 15:56:44 +00:00
Slavi Pantaleev
b22f14fcb4 Translated using Weblate (Bulgarian)
Currently translated at 100.0% (1029 of 1029 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/bg/
2020-06-25 15:56:42 +00:00
SBiOSoftWhare
c625ea42af Fix refactoring. 2020-06-25 17:52:36 +02:00
SBiOSoftWhare
d7dbd13cf8 Fix Manu's remarks. 2020-06-25 17:31:46 +02:00
manuroe
4207ec4be2 Merge branch 'develop' into riot_3296 2020-06-25 17:20:47 +02:00
manuroe
7f024a6236
Update Riot/Modules/Settings/Security/SecurityViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-25 17:17:04 +02:00
manuroe
37f69da7ec
Update Riot/Modules/Settings/Security/SecurityViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-25 17:16:51 +02:00
manuroe
1e564672c1
Update Riot/Modules/Settings/Security/SecurityViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-25 17:16:44 +02:00
manuroe
af3ca7c92b
Update Riot/Modules/Settings/Security/SecurityViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-25 17:16:32 +02:00
manuroe
f62e08778d
Update Riot/Modules/Settings/Security/SecurityViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-25 17:16:25 +02:00
manuroe
7b72eb59ba
Update Riot/Modules/Settings/Security/SecurityViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-06-25 17:16:03 +02:00
SBiOSoftWhare
9c060902c9 AuthenticationViewController: Fix refact. 2020-06-25 16:30:47 +02:00
SBiOSoftWhare
de1efde09e RecentsDataSource: Handle secure key backup banner display logic. 2020-06-25 16:01:32 +02:00
SBiOSoftWhare
4a74b09245 MXSession: Add convenient method to check if we can setup secure key backup. 2020-06-25 15:58:52 +02:00
ismailgulek
44721cb656
Merge branch 'xcode11' into riot_3325
# Conflicts:
#	CHANGES.rst
2020-06-25 14:26:10 +03:00
SBiOSoftWhare
8e1259ffa3 HomeVC: Handle secure setup key backup flow presentation. 2020-06-25 11:47:52 +02:00
SBiOSoftWhare
994d64ca20 MXSession+Riot: Use vc prefix as other extensions. 2020-06-25 10:23:24 +02:00
SBiOSoftWhare
f180ef30f1 Key backup banner: Update UI and strings. 2020-06-25 09:50:44 +02:00
SBiOSoftWhare
8c6b4c56b0 Key backup banner: Update localizable strings. 2020-06-25 09:45:29 +02:00