Commit Graph

4138 Commits

Author SHA1 Message Date
ismailgulek c37d4291ec Implement biometrics module 2020-07-24 17:53:23 +03:00
ismailgulek c9c434b3aa Update PinCodePreferences to include biometrics config 2020-07-24 17:45:01 +03:00
manuroe 26cf320488 Build: Make the app build if JitsiMeetSDK is not in the Podfile.
We already had a mechanism to automatically build VoIP according to the presence of the webrtc pod file. Do the same but for conference calls.
2020-07-23 17:25:24 +02:00
ismailgulek 83d54dda59 Update Riot/Modules/SetPinCode/EnterPinCode/EnterPinCodeViewModel.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-22 22:47:24 +03:00
ismailgulek f5912ba12d Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-22 22:47:10 +03:00
ismailgulek 98edf7558a Fix Manus comments 2020-07-22 22:45:20 +03:00
ismailgulek 1e27cb2de7 enhance for loop 2020-07-22 18:03:21 +03:00
ismailgulek 0e387ab80e Merge branch 'element_3436' of https://github.com/vector-im/riot-ios into element_3436 2020-07-22 17:47:56 +03:00
ismailgulek daaf51e730 Fix comments of Steve 2020-07-22 17:47:45 +03:00
ismailgulek 6f87840180 Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-22 17:19:23 +03:00
ismailgulek 23e9b3c0ab Some refactoring after Steves comments 2020-07-22 17:07:54 +03:00
ismailgulek e6d17c3df4 Use KeychainStore to read/write user pin 2020-07-22 11:37:09 +03:00
ismailgulek 42b4d81671 Use view models for alerts 2020-07-22 10:30:08 +03:00
ismailgulek 608d7bd381 Merge branch 'develop' into element_3436 2020-07-21 19:38:24 +03:00
ismailgulek fe7dff7533 UI arrangements 2020-07-21 19:32:48 +03:00
manuroe b5724629bb MajorUpdateManager: Add logs 2020-07-21 16:06:54 +02:00
ismailgulek 36f2691f0c Fine-tunings 2020-07-21 16:26:22 +03:00
ismailgulek 06864819b0 Fix build 2020-07-21 16:19:14 +03:00
ismailgulek 30c37595be Implement in settings 2020-07-21 16:17:13 +03:00
ismailgulek 31a362fdf1 Complete functions 2020-07-21 16:16:27 +03:00
ismailgulek 700541b81b Introduce PinCodePreferences 2020-07-21 16:15:08 +03:00
ismailgulek 6d1277fcab Go to pin setter screen only if forced at login 2020-07-21 16:14:46 +03:00
manuroe 26b65ae173 Registration: Do not display the skip button if email is mandatory
#3417
2020-07-21 08:06:37 +02:00
ismailgulek 7f8fe9025e Present set pin module after successful login 2020-07-17 19:03:00 +03:00
ismailgulek 2cbbf4b9be Create set pin module & enter pin screen 2020-07-17 19:02:28 +03:00
ismailgulek 4ecba409d2 Merge pull request #3434 from vector-im/fix_3433
Fix Crash on dequeue `CrossSigningSetupBannerCell`
2020-07-17 12:26:10 +03:00
ismailgulek b17ab4c417 Move cell registrations to superclass, so other children can dequeue it 2020-07-17 11:57:55 +03:00
SBiOSoftWhare efb037e614 Theme: Update shrink buttons color. 2020-07-16 23:38:24 +02:00
SBiOSoftWhare 832f1d219c Theme: Update disclosure indicator with theme color. 2020-07-16 23:16:11 +02:00
ismailgulek 4d0b00a3e6 Merge pull request #3384 from vector-im/riot_3137
Warn if link text doesn't match link target
2020-07-16 18:45:25 +03:00
ismailgulek 8f313b09d4 Merge branch 'develop' into riot_3137 2020-07-16 13:11:05 +03:00
ismailgulek f9887dd9a8 Merge branch 'develop' into riot_3396 2020-07-16 13:10:29 +03:00
ismailgulek 292ea82c5e Merge branch 'develop' into riot_3389 2020-07-16 12:57:57 +03:00
ismailgulek 19e4bf8ef4 Add FlowCommoniOS pod 2020-07-16 12:24:43 +03:00
ismailgulek 118f131175 Remove library files 2020-07-16 12:24:11 +03:00
ismailgulek 383054fd2f Merge branch 'develop' into riot_3396 2020-07-16 10:38:42 +03:00
ismailgulek 96c0b8c2b1 Merge branch 'develop' into riot_3389 2020-07-16 10:38:25 +03:00
ismailgulek 5092e0128d Merge branch 'develop' into riot_3137 2020-07-16 10:37:30 +03:00
ismailgulek 81e48ea06a Merge branch 'develop' into fix_3401 2020-07-16 10:37:08 +03:00
SBiOSoftWhare f0fe665c23 Merge pull request #3404 from vector-im/rebranding
Rebranding
2020-07-15 18:30:21 +02:00
ismailgulek 31c24a39b2 Scroll to next section if discovery is not ready yet, fixes #3401 2020-07-15 16:13:59 +03:00
ismailgulek aba8b9c1b4 Fix crash 2020-07-14 17:19:41 +03:00
ismailgulek 1247822c9f Remove lazy loading labs setting 2020-07-14 16:11:57 +03:00
ismailgulek cef310e7d6 Update parser to use regex and retain it in RoomViewController 2020-07-14 15:39:04 +03:00
ismailgulek 40fba2270a Update Riot/Modules/Room/RoomViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-14 11:28:17 +03:00
ismailgulek 622c15f11b Update Riot/Modules/Room/RoomViewController.m
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-07-14 11:27:46 +03:00
Neil Alexander 48cf28d83d Update animation 2020-07-13 16:58:50 +01:00
SBiOSoftWhare abb4af8d00 Major update: Fix learn more acrtion. 2020-07-11 09:53:19 +02:00
SBiOSoftWhare 718257fbf6 RoomVC: Update plus icon. 2020-07-11 02:08:34 +02:00
SBiOSoftWhare 182525194c Update plus icon. 2020-07-11 01:53:18 +02:00