Android-Password-Store/app
Fabian Henneke 3dace243e4
Refactor uses of applicationContext and startActivityForResult (#997)
* Refactor uses of applicationContext and startActivityForResult

This commit applies three types of refactoring:

1. Remove context argument from PasswordRepository companion functions
   by relying on Application.instance.
2. Introduce a sharedPrefs extension function on Context that returns
   the default SharedPreferences for the applicationContext.
3. Use OpenDocument() and OpenDocumentTree() contracts.

* Drop toPasswordItem argument
2020-08-06 14:28:20 +05:30
..
src Refactor uses of applicationContext and startActivityForResult (#997) 2020-08-06 14:28:20 +05:30
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle.kts Merge branch 'release' into develop 2020-07-31 13:37:25 +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 build: uprev all dependencies (#882) 2020-06-25 14:33:57 +02:00