mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix: make remembering HTTPS password the default
Not many good reasons to do this a different way
This commit is contained in:
@@ -29,8 +29,10 @@ import dagger.hilt.components.SingletonComponent
|
|||||||
import kotlin.coroutines.Continuation
|
import kotlin.coroutines.Continuation
|
||||||
import kotlin.coroutines.resume
|
import kotlin.coroutines.resume
|
||||||
|
|
||||||
class CredentialFinder(val callingActivity: FragmentActivity, val authMode: AuthMode) :
|
class CredentialFinder(
|
||||||
InteractivePasswordFinder() {
|
private val callingActivity: FragmentActivity,
|
||||||
|
private val authMode: AuthMode,
|
||||||
|
) : InteractivePasswordFinder() {
|
||||||
|
|
||||||
private val hiltEntryPoint =
|
private val hiltEntryPoint =
|
||||||
EntryPointAccessors.fromApplication(
|
EntryPointAccessors.fromApplication(
|
||||||
|
@@ -35,6 +35,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/git_operation_remember_passphrase"
|
android:text="@string/git_operation_remember_passphrase"
|
||||||
|
app:checkedState="checked"
|
||||||
app:layout_constraintRight_toRightOf="parent"
|
app:layout_constraintRight_toRightOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/git_auth_passphrase_layout" />
|
app:layout_constraintTop_toBottomOf="@+id/git_auth_passphrase_layout" />
|
||||||
|
Reference in New Issue
Block a user