Commit graph

7976 commits

Author SHA1 Message Date
ismailgulek
0f1f69b044
Fix selected background color for cells on iOS 13, fixes #3309 2020-06-04 15:03:30 +03:00
ismailgulek
eb81203305
Merge pull request #3306 from vector-im/riot_3301
Fix Reply from Notifications when Application is Killed
2020-06-04 10:03:53 +03:00
ismailgulek
317306d294
Update CHANGES.rst 2020-06-03 15:19:04 +03:00
ismailgulek
0b4e2c5f87
Update CHANGES.rst 2020-06-03 15:10:19 +03:00
ismailgulek
5f4821e5d4
Clear old notification handling from PushNotificationService, fix notification doubling 2020-06-03 15:08:53 +03:00
ismailgulek
3e3f7b1063
Fix reply from notification when session store not ready yet 2020-06-03 14:20:06 +03:00
ismailgulek
8bb8da5040
Fix fastlane build 2020-06-03 12:33:16 +03:00
ismailgulek
d4d76b893d
Upgrade app version to 0.12.1 2020-06-03 11:36:15 +03:00
ismailgulek
bb90f4023a
Merge pull request #3302 from vector-im/enhance_nse_logs
Enhance NSE logs for debugging
2020-06-02 18:55:31 +03:00
ismailgulek
7f8c4b7bdb
Update RiotNSE/NotificationService.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-06-02 18:54:47 +03:00
ismailgulek
a9e862138f
Enhance NSE logs for debugging 2020-06-02 18:25:19 +03:00
ismailgulek
e6ef187adb
Merge pull request #3298 from vector-im/fix_pushkit_references
Fix PushKit references with their APNS correspondents
2020-06-01 16:51:25 +03:00
ismailgulek
6e2bc13227
Fix CHANGES.rst for PR #3297 2020-06-01 16:48:19 +03:00
ismailgulek
62af4f277d
Update CHANGES.rst 2020-06-01 16:36:50 +03:00
ismailgulek
cace654310
Fix PushKit references with their APNS correspondents 2020-06-01 16:30:57 +03:00
ismailgulek
06f84bcd8f
Merge pull request #3297 from vector-im/riot_3295
Fix Decryption on Notifications When Megolm Key is not Present
2020-06-01 16:14:42 +03:00
ismailgulek
87d86aeac2
Merge branch 'xcode11' into riot_3295 2020-06-01 16:09:58 +03:00
ismailgulek
193eeb3076
Merge pull request #3294 from vector-im/riot_3291
Fix Notifications on this Device Setting
2020-06-01 16:08:16 +03:00
ismailgulek
c7cafc0008
Update CHANGES.rst
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-06-01 15:41:04 +03:00
ismailgulek
86744c029e
Store new batch token returned from sync, for bg sync to be terminated successfully, fixes #3295
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-06-01 15:37:09 +03:00
ismailgulek
f87bd29822
Close whole session at the end of the processing
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-06-01 15:29:32 +03:00
ismailgulek
74b76aeb8f
Cache event fetched from backend, to avoid future calls
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-06-01 15:29:02 +03:00
ismailgulek
de7c22c3a8
Update CHANGES.rst
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-06-01 11:13:23 +03:00
ismailgulek
85a119678c
Use APNS instead of PushKit, fixes #3291 2020-06-01 11:12:57 +03:00
ismailgulek
bf2dd8a780
Fix fastlane build
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-29 18:34:25 +03:00
SBiOSoftWhare
42f87a988f
Merge pull request #3287 from vector-im/update_app_version
Xcode 11: Update app version management
2020-05-29 14:45:36 +02:00
SBiOSoftWhare
004face90c Update fastfile 2020-05-29 14:42:15 +02:00
SBiOSoftWhare
3220783388 Update fastfile 2020-05-29 14:19:10 +02:00
SBiOSoftWhare
84acd845fc Update fastfile 2020-05-29 14:17:48 +02:00
SBiOSoftWhare
e04ec07a6a Update fastfile 2020-05-29 13:11:12 +02:00
SBiOSoftWhare
e089a81b68 Fastlane: Fix build number method. Update required Xcode version. 2020-05-29 13:09:56 +02:00
SBiOSoftWhare
5c95bb404c Update RiotNSE target 2020-05-29 13:02:23 +02:00
SBiOSoftWhare
4e52b61e3d Fastlane: Update build number implementation. 2020-05-29 12:44:17 +02:00
SBiOSoftWhare
2c26194ead Update gems 2020-05-29 12:44:17 +02:00
SBiOSoftWhare
01c38790ff version++
Update target versions using project build settings. Deployment target rely on project build settings.
2020-05-29 12:44:16 +02:00
ismailgulek
0d73c8dccf
Merge pull request #3268 from vector-im/remove_pushkit
Remove PushKit
2020-05-29 12:34:20 +03:00
ismailgulek
0b639e8f81
Adapt to new method, change timeout to seconds
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-29 11:26:43 +03:00
SBiOSoftWhare
73ab5fe685 Merge branch 'develop' into xcode11 2020-05-29 09:51:51 +02:00
SBiOSoftWhare
10efbbc497
Merge pull request #3286 from vector-im/riot_3219
CountryPickerVC: Search field is invisible in dark theme
2020-05-29 09:48:53 +02:00
SBiOSoftWhare
a26f4413aa Update changes 2020-05-29 09:38:58 +02:00
SBiOSoftWhare
1607a6f32b CountryPickerViewController: Handle UISearchController search bar theme. 2020-05-29 09:36:34 +02:00
SBiOSoftWhare
b713293347 Fix some SwiftLint warnings. 2020-05-29 09:35:46 +02:00
ismailgulek
4ef5e178c2
Add some comments
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-29 09:56:44 +03:00
ismailgulek
845363b404
Fix Manu's comments
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-29 09:55:58 +03:00
SBiOSoftWhare
dc9fd23eb2
Merge pull request #3285 from vector-im/riot_3218
BF: SettingsVC: New phone number is invisible in dark theme
2020-05-28 18:57:29 +02:00
SBiOSoftWhare
658f95a1a4 Update changes 2020-05-28 18:51:18 +02:00
SBiOSoftWhare
f1aae877bf SettingsVC: New phone number is invisible in dark theme (Fix #3218). 2020-05-28 18:49:48 +02:00
SBiOSoftWhare
f3e91bc3db
Merge pull request #3284 from vector-im/riot_3270
Theme: Customize UISearchBar with new iOS 13 properties
2020-05-28 18:46:50 +02:00
SBiOSoftWhare
95612e6eb6 Update changes 2020-05-28 18:25:06 +02:00
SBiOSoftWhare
edc809a131 Theme: Customize UISearchBar with new iOS 13 properties. 2020-05-28 18:24:03 +02:00