Commit graph

14 commits

Author SHA1 Message Date
Andy Scherzinger
bbdb269793
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-24 15:19:21 +01:00
Marcel Hibbe
119310ecc7
Add fixes and changes to push handling
- Fix injection in GetFirebasePushTokenWorker.
injection was not setup correctly in GetFirebasePushTokenWorker so the appPreferences were null. This resulted in the invinite loading screen during account setup if somehow onNewToken did not set the token.

- avoid to register push on every load of ConversationList.

- call GetFirebasePushTokenWorker instead of PushRegistrationWorker to make sure the firebase token is set(if onNewToken somehow fails to set it). Other than that, only call PushRegistrationWorker directly in NCFirebaseMessagingService as there the token is set.

- add logging

- trigger GetFirebasePushTokenWorker daily with periodical worker (instead monthly), and combine this with PushRegistrationWorker as this is defined inside GetFirebasePushTokenWorker

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-12-01 13:35:53 +01:00
Marcel Hibbe
4629d02dc4
add copyright + minor refactoring
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-01-26 15:00:31 +01:00
Marcel Hibbe
06afd7bec6
set up periodic fetch of firebase token in ClosedInterface for gplay
move OneTimeWorkRequest for PushRegistrationWorker from NextcloudTalkApplication to ClosedInterface for gplay

add check in PushRegistrationWorker if google services are available

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-01-26 15:00:31 +01:00
Mario Danic
0fcc3a7fea Fix #221
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-07-14 16:25:53 +02:00
Mario Danic
e722435b53 Update metadata
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-03-15 16:01:43 +01:00
Nextcloud bot
c6f3d5db0c
[tx-robot] updated from transifex 2018-03-15 01:42:42 +00:00
Nextcloud bot
828a0a504e
[tx-robot] updated from transifex 2018-03-12 01:46:50 +00:00
Nextcloud bot
83852ea6de
[tx-robot] updated from transifex 2018-03-11 01:44:46 +00:00
Nextcloud bot
5d7cfd11cf
[tx-robot] updated from transifex 2018-03-10 01:44:52 +00:00
Nextcloud bot
5f55a79933
[tx-robot] updated from transifex 2018-03-09 01:48:24 +00:00
Nextcloud bot
2ce46dc39f
[tx-robot] updated from transifex 2018-03-07 06:32:32 +00:00
Mario Danic
f09802634c Update screenshots
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-03-06 22:34:55 +01:00
Mario Danic
c74a71c599 Rename folders
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-03-06 17:26:21 +01:00