Android-Password-Store/app
Harsh Shandilya cf03c55478
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>
2020-10-02 15:51:14 +05:30
..
src all: refactor ActivityResultContracts usages to adhere to API requirements 2020-10-02 15:51:14 +05:30
.gitignore
build.gradle.kts build: prepare next development version 2020-10-01 22:12:20 +05:30
lint.xml
proguard-android-optimize.txt
proguard-rules.pro Refactor Git operations and auth (#1066) 2020-09-03 14:18:14 +05:30