Commit Graph

120 Commits

Author SHA1 Message Date
manuroe a5dac32976 EncryptionKeyManager: Update Xcodegen yml to use it 2021-02-18 16:02:07 +01:00
manuroe 9e3a9cc55a Merge branch 'develop' into element_3812 2021-02-16 11:44:13 +01:00
ismailgulek 260e8066ad Wait for VoIP push request before calling contentHandler 2021-02-12 15:28:31 +03:00
manuroe 5817ddc822 XcodeGen: Add missing source file after merging develop 2021-02-11 17:03:30 +01:00
manuroe 2967051f84 Merge remote-tracking branch 'origin/develop' into element_3812 2021-02-11 16:19:12 +01:00
manuroe 15597c38b2 XcodeGen: Removed useless postbuildScripts 2021-02-11 09:37:07 +01:00
manuroe ac7cf9f1ce XcodeGen: Use same names for yml and xcconfig files in every target 2021-02-11 09:21:00 +01:00
manuroe ffd0f2865f XcodeGen: Move yml files into their sub folder 2021-02-09 19:29:17 +01:00
manuroe dc7cd467cd Xcodegen: No more build settings in yml files 2021-02-09 18:57:06 +01:00
manuroe 19a8eb42e2 XcodeGen: Common.xcconfig does not need to be included by targets anymore
It is loaded by the project (project.yml)
2021-02-09 18:10:56 +01:00
manuroe 275f960b22 XcodeGen: Move all base settings from yml to xcconfig 2021-02-09 17:37:14 +01:00
manuroe 699cd828c5 XcodeGen: Create AppIdentifiers.xcconfig
To centralise app id, profiles, etc in one place
2021-02-09 09:51:39 +01:00
manuroe 59e4903b74 Push notifications: Keep more life cycles logs but with a size limit
Fix Gil's comments
2021-02-03 15:59:06 +01:00
manuroe 30052144e9 Push notifications: Keep more life cycles logs but with a size limit
This should be temporary until we fix crashes in NSE
2021-02-03 12:14:33 +01:00
manuroe 5e041980da Memory: The memory logger has been moved to the SDK 2021-01-28 15:24:04 +01:00
manuroe 2a5840a8f4 NotificationService: Update logs 2021-01-21 12:22:19 +01:00
ismailgulek edbb0ffeb8 Polish memory footprinter and logs 2020-12-18 15:03:00 +03:00
ismailgulek 7fd8b02139 Log memory footprint 2020-12-18 14:14:35 +03:00
ismailgulek 23e1276d44 Force reloading account details on every notification 2020-12-11 12:57:10 +03:00
ismailgulek 9f6b68d942 Clean up resources after completion 2020-12-09 14:01:45 +03:00
ismailgulek 1f09a5cec1 Remove commented code 2020-10-23 18:53:46 +03:00
ismailgulek 2afc56f56f Remove NSEMemoryStore 2020-10-22 17:27:51 +03:00
ismailgulek b2987b3b5e Use new background sync service 2020-10-22 17:27:35 +03:00
ismailgulek 068ef90678 Remove commented codes 2020-10-13 18:11:58 +03:00
ismailgulek d34b9bbc06 Revert logger 2020-10-12 21:52:43 +03:00
ismailgulek e1d53a07fb Use store in the Kit 2020-10-12 21:51:57 +03:00
ismailgulek ecdbd4f489 Improve SyncResponseStore 2020-10-12 17:27:06 +03:00
ismailgulek bdac5b20ee Last changes 2020-10-12 12:57:00 +03:00
ismailgulek ebdff1c4e7 Check crypto has keys to decrypt an event before decryption attempt, avoid sync loops on failure 2020-10-07 15:12:02 +03:00
ismailgulek 9e0965cc78 Change notification body, keep it expendable 2020-09-28 14:23:33 +03:00
ismailgulek 0d5044e8ba Do not allow reply if protected, also set to be removed 2020-09-16 16:08:02 +03:00
ismailgulek 0c5ec0f5c3 Do not show content if protection is set 2020-09-16 16:07:09 +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 8772c1056e Fix NSE bugs 2020-08-11 21:17:48 +03:00
ismailgulek ba8601dc6e Refactor remove call notifications method 2020-08-11 12:53:51 +03:00
ismailgulek a2e920b063 Category identifier for call invites 2020-08-10 18:17:46 +03:00
ismailgulek be64cae8dc Call push gateway api for call invites 2020-08-10 18:17:13 +03:00
ismailgulek ee9b5e4c9c Merge branch 'develop' into element_3452
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2020-08-10 14:20:28 +03:00
ismailgulek 314b4b1480 Add push gateway rest client 2020-08-10 14:03:47 +03:00
ismailgulek 287daf52aa Use keychain access group config in entitlements 2020-08-05 17:05:10 +03:00
ismailgulek 08d355df65 Add common configs for each target 2020-08-03 12:42:19 +03:00
manuroe 65a05254ef Build: Define applicationGroupIdentifier in xcconfig 2020-07-30 10:10:42 +02:00
ismailgulek 98df3b105e Add configs for NSE & SiriIntents too 2020-07-29 16:49:39 +03:00
manuroe a423e9f636 Merge branch 'develop' into appConfig 2020-07-29 10:59:23 +02:00
manuroe c4e4812394 AppConfig: Rename files to CommonConfiguration and AppConfiguration 2020-07-29 10:13:43 +02:00
manuroe 2e0ee3bb7d AppConfig: Fix Steve's remarks 2020-07-29 10:05:45 +02:00
manuroe 5587dbb9bf Config: Cut AppConfig into Config and AppConfig
so that the app can have its own configuration
2020-07-28 17:20:14 +02:00
manuroe 909050ca04 AppConfig: Make all extensions use it 2020-07-28 16:53:55 +02:00