open-keychain/OpenKeychain/src/main
Peter Cai 8f9728cd60 Catch SecurityException from using a stale Tag object
Applications are not supposed to be able to do any I/O using a stale Tag
object. This was not checked in older Android versions, but enforced
later since Android 13 (and possibly in Android 12L).

When we are checking for a disconnected tag, the Tag object can become
stale if the same tag (or another tag) gets rediscovered. In addition,
if NfcService is restarted for some reason, the cookie value used to
check for this will also be reset to 0. In any case, a SecurityException
could be raised when checking for a disconnected tag, and we should be
able to handle this case.
2022-12-12 18:27:40 -05:00
..
assets restore pinning for hkps.pool.sks-keyservers.net only (it won't work without) 2021-01-29 13:02:42 +01:00
java/org Catch SecurityException from using a stale Tag object 2022-12-12 18:27:40 -05:00
res update from transifex 2021-03-17 21:13:55 +01:00
sqldelight/org/sufficientlysecure/keychain Drop index on key metadata table 2019-06-27 19:24:52 +02:00
AndroidManifest.xml drop ContactSync feature 2020-09-07 20:19:13 +02:00