johanw666 / Signal-Android

Fork from a private messenger for Android with extra options added: full backup and (partial, ony text) xml backup of messages. Restore can happen at any time, not only after a fresh install. Import SMS database. Import of (unencrypted) WhatsApp databases. Removed apk expire. Choose between passphrase protection and the Android screenlock. Choice for the backup location (internal or removable storage on Android < 11 (on 11 and higher this is already possible)). Set the maptype in the place picker. Option to treat view-once media as normal media. Option to ignore remote deletion. Choose between FCM or websocket notification delivery.
https://johanw.home.xs4all.nl/Signal/signal-jw.html
GNU Affero General Public License v3.0
250 stars 16 forks source link

No option to change notification mechanism #31

Open KaXMaXimum opened 3 years ago

KaXMaXimum commented 3 years ago

Bug description

The website description for this fork says that the app has an option to switch between FCM and websocket, however no matter where I look in the settings I can't find this option. Does it only show up on devices with google play services? I understand that I won't be able to use FCM, but I wanted to make sure that the option is there before switching to an OS with microG

Steps to reproduce

Actual result: Option/ Toggle to choose between FCM and Websocket Expected result: Option not found

Device info

Device: Pixel 5 GrapheneOS Android version: 11 Signal version: 15.5

johanw666 commented 3 years ago

It is now in in Settings - Privacy - Advanced - Push Notifications via FCM. The toggle moved with the redesign of the settings screens.

However, I noticed that this seems not to work anymore, I assume some update broke my code so I will have to investigate this anyway.