Commit Graph

121 Commits

Author SHA1 Message Date
ismailgulek c64112cd52 Introduce KeyValueStore 2020-07-22 11:36:32 +03:00
ismailgulek a288a1795e Merge branch 'develop' into element_3436 2020-07-21 19:38:24 +03:00
manuroe 141fa28c04 MajorUpdateManager: Add logs 2020-07-21 16:06:54 +02:00
ismailgulek 1aa9e3bddd Make force setting hardcoded 2020-07-21 16:12:36 +03:00
SBiOSoftWhare 02edd1ed24 Update tint color. 2020-07-10 21:47:50 +02:00
SBiOSoftWhare b099c7b403 Add AppVersion class to manage app version comparison. 2020-07-10 21:24:51 +02:00
Steve Barré add3075811 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 f54c8bb2a6 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 4b04c2b929 Theme: Remove some legacy colors. 2020-07-10 15:37:32 +02:00
SBiOSoftWhare f4fea2b2a1 Theme: Update navigation tint color. 2020-07-10 14:33:45 +02:00
SBiOSoftWhare 4c0468e725 Theme: Remove navigation bar shadow. 2020-07-07 15:20:50 +02:00
SBiOSoftWhare 839bf3aaeb Theme: Improve search bar appearance in light theme. 2020-07-07 09:43:04 +02:00
SBiOSoftWhare 794e8f7594 Remove top and bottom shadow when UISearchBar is added in UITableView. 2020-07-06 20:40:47 +02:00
SBiOSoftWhare ed1582abca Update theme colors. 2020-07-06 15:41:05 +02:00
SBiOSoftWhare 147369de1e Rebranding: Update theme colors. 2020-07-02 19:03:15 +02:00
ismailgulek 073f76ae2a Disable message highlighting when app opened from a notification 2020-06-15 13:49:22 +03:00
ismailgulek 85e2007d88 Pass eventId when navigating to room from notification 2020-06-09 17:51:07 +03:00
ismailgulek 595ede1c11 Refactor with new identifier 2020-06-05 10:58:00 +03:00
ismailgulek 32bd7e7ff5 Add identifier to Theme protocol 2020-06-05 10:56:06 +03:00
ismailgulek 0a94c2485f Introduce evaluatedThemeId for equality check 2020-06-04 16:16:42 +03:00
ismailgulek c2355dbcce Observe changes in system dark mode setting, little refactoring 2020-06-04 15:33:02 +03:00
ismailgulek cb97641c29 Respect system dark mode setting, fixes #2628 2020-06-04 15:29:15 +03:00
ismailgulek ddbe209d12 Fix selected background color for cells on iOS 13, fixes #3309 2020-06-04 15:03:30 +03:00
ismailgulek b5e26cedd4 Clear old notification handling from PushNotificationService, fix notification doubling 2020-06-03 15:08:53 +03:00
ismailgulek 703964df52 Fix reply from notification when session store not ready yet 2020-06-03 14:20:06 +03:00
ismailgulek ca86cece99 Merge pull request #3268 from vector-im/remove_pushkit
Remove PushKit
2020-05-29 12:34:20 +03:00
SBiOSoftWhare 2243f7b960 Theme: Customize UISearchBar with new iOS 13 properties. 2020-05-28 18:24:03 +02:00
ismailgulek ca05107dc0 Remove some commented code
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-26 18:04:18 +03:00
ismailgulek 72279f7f79 Implement a workaround to delete some notifications afterwards
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-25 17:52:29 +03:00
ismailgulek 2956fce3be Fix Manu's comments
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-25 15:50:26 +03:00
ismailgulek eb2d572e91 Create notification service extension
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-22 14:27:30 +03:00
ismailgulek 5648eea563 Fix Steve's coment
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-22 11:52:06 +03:00
ismailgulek baad108205 Make PushNotificationService not singleton
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-22 11:52:06 +03:00
ismailgulek 02bb2ac7bd PushNotificationService implementation
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-22 11:50:45 +03:00
SBiOSoftWhare 5c2f0d5ad6 Key verification: Display "Verify your other sessions" modal at every startup if needed. 2020-05-04 19:59:11 +02:00
SBiOSoftWhare 0d23f76dd4 Key verification: Display "Verify this session" modal at every startup if needed. 2020-04-30 15:28:43 +02:00
manuroe 6a53fc21c0 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 95522132cb Jitsi: Support v2 widget data. Open a conference on the provided domain 2020-04-24 11:09:01 +02:00
manuroe 20e25006b8 Jitsi: Support v1 and v2 widget types 2020-04-24 09:04:49 +02:00
manuroe 768044d42d Remove LABS > Enable Cross-signing 2020-04-15 23:17:10 +02:00
SBiOSoftWhare 2124554889 RoomPowerLevel: Add dedicated file and convenient init. 2020-04-08 12:32:36 +02:00
manuroe bc6c785f38 Fix crash due to malformed widget
#2997
2020-02-17 09:25:17 +01:00
manuroe 08b1659ff0 Settings: LABS: Keep only one flag for cross-signing 2020-01-28 16:51:03 +01:00
manuroe aab92e77fd Room creation: Follow SDK changes (#2945)
Room creation: Follow SDK changes
2020-01-28 14:33:56 +01:00
SBiOSoftWhare cf5dcc894b Settings: Add cross-signing and key verification by direct message switches in labs section. 2019-12-06 12:14:13 +01:00
SBiOSoftWhare 299597b138 Create a URL parser for room messages. 2019-12-03 18:41:17 +01:00
SBiOSoftWhare 6c8395e290 Widgets: Require scalar token validation to ensure terms display when retrieve widget URL. 2019-11-29 16:21:26 +01:00
manuroe f7171cf629 Swift: NSURL -> URL 2019-11-22 12:20:57 +01:00
manuroe 531cb4b54c Widgets: Check user permission before opening a widget (data part)
#2833
2019-11-22 11:18:08 +01:00
manuroe 1dab54a820 Widgets: Fix Steve's remarks 2019-11-21 17:19:39 +01:00