Android-Password-Store/app
Harsh Shandilya c70c1792f6
all: refactor ActivityResultContracts usages to adhere to API requirements
The newest versions of AndroidX Activity and Fragments correctly enforce the
requirement for all contracts to be registered at class init or before
the lifecycle has reached `Lifecycle.State.STARTED`. To comply with these requirements,
move all instances of `registerForActivityResult` being called at arbitrary points
in the code to be done at class init.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
(cherry picked from commit cf03c55478)
2020-10-13 12:03:49 +05:30
..
src all: refactor ActivityResultContracts usages to adhere to API requirements 2020-10-13 12:03:49 +05:30
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle.kts Prepare release 1.12.0 2020-09-24 15:00:06 +05:30
lint.xml Use SSHJ for SSH public key authentication (#801) 2020-05-28 09:57:30 +05:30
proguard-android-optimize.txt Introduce better R8 optimizations (#796) 2020-05-26 21:43:41 +05:30
proguard-rules.pro Refactor Git operations and auth (#1066) 2020-09-03 14:18:14 +05:30