Gil Eluard
4e31cd588d
App may not start in 1.6.0 #4919
...
- Fixed
2021-09-28 13:07:10 +02:00
ismailgulek
ad40fcdcaf
Enhance logs
2021-06-11 14:38:07 +03:00
ismailgulek
01e1576a4c
Handle app state better
2021-06-11 14:37:53 +03:00
ismailgulek
526bd8bb14
Handle app inactive state too
2021-06-10 11:43:08 +03:00
Stefan Ceriu
b00d07ffca
Adopt consolidated logging mechanism ( #4370 )
...
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
ismailgulek
26428fb93f
Update store mechanism for call invites
2021-05-10 17:28:59 +03:00
ismailgulek
5f220196ba
Add removeAll method to KeyValueStore
2021-05-10 17:21:44 +03:00
ismailgulek
12125639a8
No need to check session state twice
2021-05-10 15:51:26 +03:00
ismailgulek
7558ffc7bc
Use model class to read call id
2021-05-07 11:05:37 +03:00
ismailgulek
1bc8fd43ef
Do not display group call notification when in the related room
2021-04-20 15:51:46 +03:00
ismailgulek
7849627390
Show notifications always for incoming group calls
2021-04-14 16:30:21 +03:00
ismailgulek
b916ba7eef
Handle widget events from VoIP pushes
2021-03-19 03:00:14 +03:00
ismailgulek
ac72e8066a
Add comments
2021-02-02 10:54:06 +03:00
ismailgulek
60836654e0
Process sync response before decrypting call invite
2021-02-01 18:00:45 +03:00
ismailgulek
a49c69ecdf
Launch background sync after reporting the call
2020-10-01 14:04:30 +03:00
SBiOSoftWhare
2202d26b11
Merge branch 'develop' into element_3594
...
# Conflicts:
# CHANGES.rst
2020-09-04 12:35:08 +02:00
manuroe
bc5c90ecfc
PushKit: Fix Steve's comment
2020-09-03 08:20:26 +02:00
manuroe
f2c54543eb
PushKit: Check all registered pushers and remove PushKit ones
2020-09-02 17:00:05 +02:00
SBiOSoftWhare
474addd29d
Update PushNotificationService.
2020-08-31 19:38:32 +02:00
manuroe
e6aef47d9e
PushNotificationService: Use the MatrixKit way to remove PK pusher
...
This is a revert of #3601
2020-08-31 17:51:20 +02:00
manuroe
db75127892
PushKit pusher: Add more logs when removing it
...
#3577
2020-08-31 16:42:21 +02:00
ismailgulek
da8fb79000
Fix removal of pushers
2020-08-27 19:29:44 +03:00
ismailgulek
62bea7f95d
Explicitly remove PushKit pushers
2020-08-27 17:57:48 +03:00
ismailgulek
907c223e62
Use latest SDK
2020-08-26 13:05:50 +03:00
ismailgulek
cf3ec4e4b5
Improve logs
2020-08-25 14:13:38 +03:00
ismailgulek
7ba34a5a0c
Fix potential memory management problems
2020-08-20 17:50:15 +03:00
ismailgulek
01800598b6
Remove shared instance
2020-08-20 17:43:46 +03:00
ismailgulek
144ced95f3
Rename store variables
2020-08-20 17:33:03 +03:00
ismailgulek
65d6aa7ab0
Rename PushNotificationManager to PushNotificationStore
2020-08-20 17:31:47 +03:00
ismailgulek
367ca832ed
Update PushNotificationService.m
2020-08-12 21:44:10 +03:00
ismailgulek
33ce301921
Avoid receiving VoIP pushes before session store data ready
2020-08-11 21:19:47 +03:00
ismailgulek
ba8601dc6e
Refactor remove call notifications method
2020-08-11 12:53:51 +03:00
ismailgulek
1972a11d79
Remove call notifications on various points
2020-08-10 18:20:02 +03:00
ismailgulek
dc4d799f97
Do background sync on voip push
2020-08-10 18:19:08 +03:00
ismailgulek
ee9b5e4c9c
Merge branch 'develop' into element_3452
...
# Conflicts:
# Riot.xcodeproj/project.pbxproj
2020-08-10 14:20:28 +03:00
ismailgulek
27d5dff1dd
Use PushNotificationManager
2020-08-05 14:13:53 +03:00
ismailgulek
96446afe79
Introduce PushNotificationManager
2020-08-05 14:12:37 +03:00
ismailgulek
bd6546ca48
Disable message highlighting when app opened from a notification
2020-06-15 13:49:22 +03:00
ismailgulek
ff2c8b8ab8
Pass eventId when navigating to room from notification
2020-06-09 17:51:07 +03:00
ismailgulek
422a0fc9dc
Clear old notification handling from PushNotificationService, fix notification doubling
2020-06-03 15:08:53 +03:00
ismailgulek
f549bda4c6
Fix reply from notification when session store not ready yet
2020-06-03 14:20:06 +03:00
ismailgulek
4c8ba3b019
Remove some commented code
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-26 18:04:18 +03:00
ismailgulek
fbfd7053d7
Implement a workaround to delete some notifications afterwards
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-25 17:52:29 +03:00
ismailgulek
5632fd38d2
Fix Manu's comments
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-25 15:50:26 +03:00
ismailgulek
5c15b7f5d0
Create notification service extension
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 14:27:30 +03:00
ismailgulek
e0ff9e0003
Fix Steve's coment
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 11:52:06 +03:00
ismailgulek
b4cc0d9d18
Make PushNotificationService not singleton
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 11:52:06 +03:00
ismailgulek
20362491cb
PushNotificationService implementation
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 11:50:45 +03:00