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

disable PIN creation #10

Closed derMart closed 4 years ago

derMart commented 4 years ago

fixes #9

johanw666 commented 4 years ago

This could be changed to be an option (at restore time or runtime) but I'm unsure what the results will be when this is really needed for groups v2. It might screw up groups v2 and syncing to desktop, where the pin is required for: https://community.signalusers.org/t/beta-feedback-for-the-upcoming-android-4-59-release/13409/108

Therefore I'm not willing to make such big changes in the way Signal works. Of course, if you want to compile a version for yourself with these changes I have no objection.