ismailgulek
baa1e3737e
Change KeyValueStore api
2020-07-28 18:21:39 +03:00
ismailgulek
9ba841d14b
Show auth screen if also biometrics set
2020-07-24 17:53:50 +03:00
ismailgulek
de597cb5c6
Extend KeychainStore to get/set booleans
2020-07-24 17:44:17 +03:00
ismailgulek
eab8f879ca
Update Riot/Managers/LocalAuthentication/LocalAuthenticationService.swift
...
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com >
2020-07-22 22:47:32 +03:00
ismailgulek
409dd2eb5a
Fix comments of Steve
2020-07-22 17:47:45 +03:00
ismailgulek
9be4d599c5
Some refactoring after Steves comments
2020-07-22 17:07:54 +03:00
ismailgulek
829fd04e02
Fix removal of pin
2020-07-22 11:44:01 +03:00
ismailgulek
192aea6d62
Introduce KeyValueStore
2020-07-22 11:36:32 +03:00
ismailgulek
0fe6d7078d
Merge branch 'develop' into element_3436
2020-07-21 19:38:24 +03:00
manuroe
406cc182a7
MajorUpdateManager: Add logs
2020-07-21 16:06:54 +02:00
ismailgulek
7da9c92486
Make force setting hardcoded
2020-07-21 16:12:36 +03:00
SBiOSoftWhare
19f9e4ecf6
Update tint color.
2020-07-10 21:47:50 +02:00
SBiOSoftWhare
53cff5034e
Add AppVersion class to manage app version comparison.
2020-07-10 21:24:51 +02:00
Steve Barré
5afcaedaf1
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
4521de7aac
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
4466036cef
Theme: Remove some legacy colors.
2020-07-10 15:37:32 +02:00
SBiOSoftWhare
e2994a8076
Theme: Update navigation tint color.
2020-07-10 14:33:45 +02:00
SBiOSoftWhare
ebe2a7d2cc
Theme: Remove navigation bar shadow.
2020-07-07 15:20:50 +02:00
SBiOSoftWhare
5efd8c657b
Theme: Improve search bar appearance in light theme.
2020-07-07 09:43:04 +02:00
SBiOSoftWhare
ddba902a26
Remove top and bottom shadow when UISearchBar is added in UITableView.
2020-07-06 20:40:47 +02:00
SBiOSoftWhare
873c2563a9
Update theme colors.
2020-07-06 15:41:05 +02:00
SBiOSoftWhare
42c546effa
Rebranding: Update theme colors.
2020-07-02 19:03:15 +02:00
ismailgulek
b524ea8988
Disable message highlighting when app opened from a notification
2020-06-15 13:49:22 +03:00
ismailgulek
080acec1e8
Pass eventId when navigating to room from notification
2020-06-09 17:51:07 +03:00
ismailgulek
4114276e39
Refactor with new identifier
2020-06-05 10:58:00 +03:00
ismailgulek
5b4d24275f
Add identifier to Theme protocol
2020-06-05 10:56:06 +03:00
ismailgulek
200b3a0929
Introduce evaluatedThemeId for equality check
2020-06-04 16:16:42 +03:00
ismailgulek
fbae68bb12
Observe changes in system dark mode setting, little refactoring
2020-06-04 15:33:02 +03:00
ismailgulek
52775d2f84
Respect system dark mode setting, fixes #2628
2020-06-04 15:29:15 +03:00
ismailgulek
b7d63e60c8
Fix selected background color for cells on iOS 13, fixes #3309
2020-06-04 15:03:30 +03:00
ismailgulek
cb19a84383
Clear old notification handling from PushNotificationService, fix notification doubling
2020-06-03 15:08:53 +03:00
ismailgulek
217ff6aa77
Fix reply from notification when session store not ready yet
2020-06-03 14:20:06 +03:00
ismailgulek
5d42eafcaf
Merge pull request #3268 from vector-im/remove_pushkit
...
Remove PushKit
2020-05-29 12:34:20 +03:00
SBiOSoftWhare
1c6d606b60
Theme: Customize UISearchBar with new iOS 13 properties.
2020-05-28 18:24:03 +02:00
ismailgulek
89e1fba923
Remove some commented code
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-26 18:04:18 +03: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
e3159c2ab1
Fix Manu's comments
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-25 15:50:26 +03:00
ismailgulek
2830af7cd6
Create notification service extension
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 14:27:30 +03:00
ismailgulek
d402c389da
Fix Steve's coment
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 11:52:06 +03:00
ismailgulek
6de0649c96
Make PushNotificationService not singleton
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 11:52:06 +03:00
ismailgulek
f83ca37a69
PushNotificationService implementation
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 11:50:45 +03:00
SBiOSoftWhare
d21be63a92
Key verification: Display "Verify your other sessions" modal at every startup if needed.
2020-05-04 19:59:11 +02:00
SBiOSoftWhare
3caf3e2691
Key verification: Display "Verify this session" modal at every startup if needed.
2020-04-30 15:28:43 +02:00
manuroe
fbf8b75c3c
Jitsi: Create jitsi widget with v2 style but stay compatible with v1
...
We use `webAppUrl`and `jitsiServerURL` from the app plist for the url start (used only by web) and the default jitsi server
2020-04-24 12:24:11 +02:00
manuroe
32aa28b5a0
Jitsi: Support v2 widget data. Open a conference on the provided domain
2020-04-24 11:09:01 +02:00
manuroe
685b2931b0
Jitsi: Support v1 and v2 widget types
2020-04-24 09:04:49 +02:00
manuroe
2e7d374299
Remove LABS > Enable Cross-signing
2020-04-15 23:17:10 +02:00
SBiOSoftWhare
fe1449ac20
RoomPowerLevel: Add dedicated file and convenient init.
2020-04-08 12:32:36 +02:00
manuroe
c40065bc41
Fix crash due to malformed widget
...
#2997
2020-02-17 09:25:17 +01:00
manuroe
6b0208ac4c
Settings: LABS: Keep only one flag for cross-signing
2020-01-28 16:51:03 +01:00