Commit Graph

282 Commits

Author SHA1 Message Date
manuroe c27259936c MXSession: Make sure vc_canSetupSecureBackup is reusable
Put specific additional check out of this method
2020-10-01 16:46:32 +02:00
ismailgulek efab88fac0 Remove the method not used anymore 2020-09-23 13:36:49 +03:00
ismailgulek ff41980301 Introduce an extension method to hide cell separators 2020-09-21 14:05:27 +03:00
ismailgulek c4428250bc Merge branch 'develop' into element_3628
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2020-09-10 18:18:29 +03:00
ismailgulek 02ebb3490e Move MXThirdPartyProtocolInstance extension to a new file 2020-09-10 11:25:43 +03:00
ismailgulek 25bd02b928 Make some legacy cells conform Reusable & Themable, add some new 2020-09-09 19:32:54 +03:00
ismailgulek c9b949fded Introduce vc_closeKeyboard on UIApplication 2020-09-07 13:51:30 +03:00
SBiOSoftWhare 7ccc184e97 Remove deprecated -[UIApplication openURL] usage. 2020-09-01 12:20:44 +02:00
ismailgulek 0503df9a40 Make MXSessionState comparable 2020-08-21 14:06:35 +03:00
ismailgulek 5508df767e Merge branch 'develop' into element_3452 2020-08-13 13:32:46 +03:00
ismailgulek 0f76f5ad48 Introduce vc_notRenderedImage 2020-08-12 18:41:38 +03:00
ismailgulek 107d0ac5a7 Fix default orientation for navigation controllers 2020-08-12 17:41:54 +03:00
ismailgulek 1d59acc7f9 Refactor remove call notifications method 2020-08-11 12:53:51 +03:00
ismailgulek bf09b7e419 Remove call notifications on various points 2020-08-10 18:20:02 +03:00
ismailgulek 9050dbbad1 Fix crash 2020-08-10 14:28:05 +03:00
ismailgulek e967d2aa03 Introduce isPhone 2020-08-06 16:32:58 +03:00
ismailgulek e86f33119d Move scroll method to an extension 2020-08-05 15:22:27 +03:00
manuroe c0f49307b2 BuildSettings: Make it work from extensions 2020-07-30 11:35:50 +02:00
ismailgulek da2b85dc33 Add view shaker 2020-07-21 16:16:39 +03:00
SBiOSoftWhare 0f0d46b9cb UITableViewCell: Add convenient method to set disclosure indicator with tint color. 2020-07-16 23:12:33 +02:00
SBiOSoftWhare 6125cd5054 HomeVC: Room actions, update icons and add background corner radius. 2020-07-07 02:29:41 +02:00
ismailgulek 6c2c2faea2 Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Riot.xcodeproj/project.pbxproj
2020-06-26 17:33:09 +03:00
SBiOSoftWhare dfb5627126 Refactoring secure backup references. 2020-06-26 14:13:37 +02:00
SBiOSoftWhare 65a60cac9c MXSession: Add convenient method to check if we can setup secure key backup. 2020-06-25 15:58:52 +02:00
SBiOSoftWhare 86239881d2 MXSession+Riot: Use vc prefix as other extensions. 2020-06-25 10:23:24 +02:00
SBiOSoftWhare d4578ed166 Merge branch 'develop' into riot_3344 2020-06-24 21:57:37 +02:00
manuroe b28fcebd57 E2E by default: Disable it if the HS admin disabled it
#3305
2020-06-24 17:08:14 +02:00
SBiOSoftWhare cd77761f96 UIImage: Add convenient method to set the alpha. 2020-06-23 18:31:52 +02:00
SBiOSoftWhare 4ef3fd488c MXRecoveryService: Add convenient var to return SecretsRecoveryAvailability. 2020-06-15 16:12:58 +02:00
ismailgulek 3679b6be2f Enhance NSE logs for debugging 2020-06-02 18:25:19 +03:00
ismailgulek 5d42eafcaf Merge pull request #3268 from vector-im/remove_pushkit
Remove PushKit
2020-05-29 12:34:20 +03:00
SBiOSoftWhare 1163b7cdec Fix some SwiftLint warnings. 2020-05-29 09:35:46 +02:00
ismailgulek 6856bbe088 Implement a workaround to delete some notifications afterwards
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-25 17:52:29 +03:00
ismailgulek 69c64adb75 Removed latest categories
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-22 12:10:58 +03:00
ismailgulek eda16c3d03 Direct status bar hidden & style properties to children for UINavigationController, UITabBarController and UISplitViewController
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-22 12:08:16 +03:00
SBiOSoftWhare 8e7b4471d5 Add convenient multiline UILabel height fix method. 2020-05-07 10:52:12 +02:00
SBiOSoftWhare 4cb6964b8e MasterTatBarVC: Fix navigation stack issue when show security screen. 2020-05-05 09:17:47 +02:00
SBiOSoftWhare a3db656709 UILabel: Add convenient method for setting line spacing. 2020-04-24 16:23:15 +02:00
ismailgulek 2bbf94e4bd Merge pull request #3084 from vector-im/riot_3067
Consider Safe Area Insets for Some Screens
2020-04-23 20:56:58 +03:00
manuroe 5a2a0b9ab8 Rename UserEncryptionTrustLevelNormal to UserEncryptionTrustLevelNotVerified 2020-04-23 15:25:43 +02:00
manuroe 6889f6d326 Cross-signing: Allow to verify each device of users with no cross-signing
Fix #3138
This is implemented by adding a new `UserEncryptionTrustLevel` value: `UserEncryptionTrustLevelNoCrossSigning`
2020-04-23 15:10:41 +02:00
ismailgulek 008bbc678e Some custom constraints on table view cells fixed for safe area
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 16:15:30 +03:00
ismailgulek 6a5a74eaf5 ContactsTableViewController safe area insets, fixes #3072
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:53:12 +03:00
ismailgulek 377e3812fd Return to call button safe area insets
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 13:53:09 +03:00
manuroe 481db1b9da Badges: Make Riot build again 2020-04-21 14:26:20 +02:00
manuroe f39001abf2 RoomMember scree: Display the verify button even in non e2e rooms
#3046
Display also the shield on the user to have the same screen for e2e and non e2e rooms
2020-03-27 09:12:49 +01:00
SBiOSoftWhare 74803d1ebb MXRoom: Add a method to get user encryption trust level. 2020-02-03 18:59:25 +01:00
manuroe 89bfa95a29 Room e2e decoration: Change the algo a bit 2020-02-01 17:25:23 +01:00
manuroe babec2ff28 Room decoration: Use shields instead of padlocks
#2906
2020-01-31 14:59:54 +01:00
manuroe 91d5452c11 E2E by default: canEnableE2EByDefaultInNewRoomWithUsers is now defined in the SDK 2020-01-30 16:08:58 +01:00