* Create migrating_to_new_device.md
* Add link to Readme for further information.
* Added some info
* Make separate backup guide and integrate Readme information with new guides.
Co-authored-by: Licaon_Kter <licaon-kter@users.noreply.github.com>
com.cheogram.android: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
Stephen Paul Weber
created
03eca53
Target 30 until bluetooth permissions issue fixed
* upstream/master:
every device is 21+ now
bump targetSdk to 32
use signal protocol android
version bump to 2.10.7
do not show toast when activity is gone. fixes #4335
fix orbot detection
pulled translations from transifex
Here too
Show battery dialogue always
fix array out of bounds. fixes #4334
add local only flag to foreground service
pulled translations from transifex
bump dependencies
A Quicky user can be a stranger
pulled translations from transifex
minor code clean up
use item id 'current' for nick as fallback as per XEP-0060 §12.20
bump various libraries
pulled translations from transifex
support sasl/temporary-auth-failure
At some point a refactor changed this check from checking that the quicksy
domain itself is talking to you, to checking that anyone using quicksy is
talking to you, which breaks the notifications from strangers setting for
quicksy users.
97a4d6a
Merge branch 'master' of github.com:iNPUTmice/Conversations
Click to expand commit body
* 'master' of github.com:iNPUTmice/Conversations:
bump agp
version bump to 2.10.6
pulled translations from transifex
do not merge failed decryptions
version bump firebasse-messaging lib
Stephen Paul Weber
created
aab94fd
Contact sync needs to happen when we discover a new gateway
Click to expand commit body
Since that can change the outcome of the sync operation.
Stephen Paul Weber
created
f2e88bb
Skip contact sync work if there are no gateways configured
Click to expand commit body
Or if syncing before gateways have been discovered, etc. Don't do the work if
we know nothing will come of it.