Commit Graph

52 Commits

Author SHA1 Message Date
SBiOSoftWhare
d4e8d9400f Merge develop into steve/5020_matrixkit_merge 2021-11-30 16:16:52 +01:00
SBiOSoftWhare
e8d4af46d2 Update all Objective-C MatrixKit imports to handle new location. 2021-11-30 16:09:53 +01:00
David Langley
0e43b2ac04 Update Riot/Managers/PushNotification/PushNotificationService.m
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-11-26 14:57:58 +00:00
David Langley
907a61765f Restore the pushkit token after login/logout when configuring PushKit 2021-11-26 12:52:40 +00:00
Philippe Loriaux
216924165d Improve the Obj-C Generated Interface Header Name definition 2021-10-26 17:42:33 +02:00
Stefan Ceriu
8b80b3f4c7 vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods. 2021-09-30 09:40:12 +03:00
Gil Eluard
019b21d805 App may not start in 1.6.0 #4919
- Update after review
2021-09-28 15:22:30 +02:00
Gil Eluard
287121511d App may not start in 1.6.0 #4919
- Update after review
2021-09-28 14:45:34 +02:00
Gil Eluard
990def5c22 App may not start in 1.6.0 #4919
- Fixed
2021-09-28 13:07:10 +02:00
ismailgulek
70ed4850dd Enhance logs 2021-06-11 14:38:07 +03:00
ismailgulek
bae3a6a1ea Handle app state better 2021-06-11 14:37:53 +03:00
ismailgulek
6e519d9c5d Handle app inactive state too 2021-06-10 11:43:08 +03:00
Stefan Ceriu
43f6c44c78 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
93bd3c1ac8 Update store mechanism for call invites 2021-05-10 17:28:59 +03:00
ismailgulek
b22f51c8d5 No need to check session state twice 2021-05-10 15:51:26 +03:00
ismailgulek
39b9781dbd Use model class to read call id 2021-05-07 11:05:37 +03:00
ismailgulek
203eb41462 Do not display group call notification when in the related room 2021-04-20 15:51:46 +03:00
ismailgulek
0b078701ec Show notifications always for incoming group calls 2021-04-14 16:30:21 +03:00
ismailgulek
9a0f29f731 Handle widget events from VoIP pushes 2021-03-19 03:00:14 +03:00
ismailgulek
e42dc26a8d Add comments 2021-02-02 10:54:06 +03:00
ismailgulek
49951baf22 Process sync response before decrypting call invite 2021-02-01 18:00:45 +03:00
ismailgulek
19c610a7b8 Launch background sync after reporting the call 2020-10-01 14:04:30 +03:00
SBiOSoftWhare
7e722ad146 Merge branch 'develop' into element_3594
# Conflicts:
#	CHANGES.rst
2020-09-04 12:35:08 +02:00
manuroe
061f8dc6fd PushKit: Fix Steve's comment 2020-09-03 08:20:26 +02:00
manuroe
4a932d61b6 PushKit: Check all registered pushers and remove PushKit ones 2020-09-02 17:00:05 +02:00
SBiOSoftWhare
431e359676 Update PushNotificationService. 2020-08-31 19:38:32 +02:00
manuroe
72041451d2 PushNotificationService: Use the MatrixKit way to remove PK pusher
This is a revert of #3601
2020-08-31 17:51:20 +02:00
manuroe
3bd6086565 PushKit pusher: Add more logs when removing it
#3577
2020-08-31 16:42:21 +02:00
ismailgulek
2015ef0e7f Fix removal of pushers 2020-08-27 19:29:44 +03:00
ismailgulek
85bdca768a Explicitly remove PushKit pushers 2020-08-27 17:57:48 +03:00
ismailgulek
db3df11b18 Use latest SDK 2020-08-26 13:05:50 +03:00
ismailgulek
164f2fa005 Improve logs 2020-08-25 14:13:38 +03:00
ismailgulek
30a688811d Fix potential memory management problems 2020-08-20 17:50:15 +03:00
ismailgulek
0672a91cbf Rename store variables 2020-08-20 17:33:03 +03:00
ismailgulek
ce1a1e83e5 Rename PushNotificationManager to PushNotificationStore 2020-08-20 17:31:47 +03:00
ismailgulek
a55bc7eb5f Update PushNotificationService.m 2020-08-12 21:44:10 +03:00
ismailgulek
66660e92e8 Avoid receiving VoIP pushes before session store data ready 2020-08-11 21:19:47 +03:00
ismailgulek
1d59acc7f9 Refactor remove call notifications method 2020-08-11 12:53:51 +03:00
ismailgulek
bf09b7e419 Remove call notifications on various points 2020-08-10 18:20:02 +03:00
ismailgulek
c805f26fd7 Do background sync on voip push 2020-08-10 18:19:08 +03:00
ismailgulek
f0a686a5a6 Use PushNotificationManager 2020-08-05 14:13:53 +03: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
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
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