Commit graph

8009 commits

Author SHA1 Message Date
ismailgulek
11f56817c8
Update CHANGES.rst 2020-06-09 11:16:58 +03:00
ismailgulek
e044a005bf
Increase NSE log files to hundred 2020-06-09 11:16:13 +03:00
ismailgulek
56f362e7c9
Update version to 0.12.2 2020-06-05 18:38:16 +03:00
ismailgulek
2113a7459b
Merge pull request #3318 from vector-im/riot_3271
Emoji Selection Screen Navigation Bar Bg Color
2020-06-05 18:36:45 +03:00
ismailgulek
7a94692002
Change issue link to Github 2020-06-05 18:16:29 +03:00
ismailgulek
41220801da
Update CHANGES.rst 2020-06-05 17:50:47 +03:00
ismailgulek
f21a24867a
Do a temporary workaround for navigation bar background, fixes #3271 2020-06-05 17:49:13 +03:00
ismailgulek
879461d4f0
Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
2020-06-05 16:00:24 +03:00
ismailgulek
e3867edc42
Merge pull request #3317 from vector-im/riot_3316
Avoid Default Notification Sound
2020-06-05 14:15:22 +03:00
SBiOSoftWhare
6b1d7c2955 AppDelegate: Fix typo. 2020-06-05 12:47:50 +02:00
ismailgulek
9e1fde61dd
Update CHANGES.rst 2020-06-05 13:44:06 +03:00
ismailgulek
d71d0f669a
Avoid default notification sound, fixes #3316 2020-06-05 13:43:18 +03:00
ismailgulek
dfd8221a15
Merge pull request #3313 from vector-im/riot_2628
Respect System Dark Mode Setting
2020-06-05 11:17:19 +03:00
ismailgulek
155796cce8
Refactor with new identifier 2020-06-05 10:58:00 +03:00
ismailgulek
f28816eb98
Add identifier to Theme protocol 2020-06-05 10:56:06 +03:00
SBiOSoftWhare
6067db76b9
Merge pull request #3314 from vector-im/riot_3239
Timeline: Hide encrypted history (pre-invite)
2020-06-05 09:31:03 +02:00
SBiOSoftWhare
ea87ce013a Update changes 2020-06-04 17:31:31 +02:00
SBiOSoftWhare
3934e17ed3 Timeline: Hide undecryptable messages that were sent while the user was not in the room. 2020-06-04 17:31:23 +02:00
SBiOSoftWhare
22cd459a94 SecurityVC: Remove MXCrossSigningStateCanCrossSignAsynchronously references. 2020-06-04 17:27:54 +02:00
ismailgulek
eb6f850213
Introduce evaluatedThemeId for equality check 2020-06-04 16:16:42 +03:00
ismailgulek
028f5afcee
Update CHANGES.rst 2020-06-04 15:34:16 +03:00
ismailgulek
3a1687aa08
Observe changes in system dark mode setting, little refactoring 2020-06-04 15:33:02 +03:00
ismailgulek
699a8817ca
Respect system dark mode setting, fixes #2628 2020-06-04 15:29:15 +03:00
ismailgulek
ccd32b767e
Merge pull request #3311 from vector-im/riot_3309
Fix Selected Background Color on Cells for iOS 13+
2020-06-04 15:25:11 +03:00
ismailgulek
a9d377f843
Update CHANGES.rst 2020-06-04 15:04:19 +03:00
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
manuroe
bec5ed590d
Merge pull request #3307 from vector-im/sso_enable_js_log
Authentication: Redirect webview (SSO) javascript logs to native logs
2020-06-03 14:44:43 +02: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
manuroe
bf6c30cd00 Authentication: Redirect webview (SSO) javascript logs to native logs 2020-06-03 14:01:39 +02:00
ismailgulek
3e3f7b1063
Fix reply from notification when session store not ready yet 2020-06-03 14:20:06 +03:00
manuroe
46516107cb Cross-signing: Remove the bootstrap when using SSO
It needs to done differently
2020-06-03 12:23:46 +02:00
manuroe
c59c513d8d
Merge pull request #3303 from vector-im/riot_3292
Cross-signing: Bootstrap cross-sign on registration
2020-06-03 11:43:09 +02:00
ismailgulek
8bb8da5040
Fix fastlane build 2020-06-03 12:33:16 +03:00
manuroe
b9e58025f9 Remove useless dispatch_async 2020-06-03 11:24:40 +02:00
ismailgulek
d4d76b893d
Upgrade app version to 0.12.1 2020-06-03 11:36:15 +03:00
manuroe
446244c726 Cross-signing: Use a compilation flag while riot-web is not ready 2020-06-03 09:26:13 +02:00
manuroe
b69e1885a2 Cross-Signing: Bootstrap when using SSO for registration
I have not tested it
2020-06-03 09:23:27 +02: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
manuroe
98f95e8a4e Cross-signing: Bootstrap cross-sign on registration (and login if applicable)
#3292

This action is now invisible to the user.
2020-06-02 14:19:37 +02: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