Age | Commit message (Collapse) | Author |
|
keys still worked)
|
|
|
|
SSH key generator
|
|
|
|
generate/import, operation is resumed just like if user presses import
|
|
|
|
|
|
|
|
Conflicts:
app/src/main/java/com/zeapo/pwdstore/pwgenDialogFragment.java
|
|
|
|
|
|
|
|
fix EditText being cast to textview
|
|
|
|
"preference" that opens the dialog.
|
|
exception if it fails
|
|
all the strings...
|
|
|
|
the generated public key
|
|
save preferences when they've been used to generate i.e. Generate pressed
|
|
|
|
|
|
|
|
http://android-developers.blogspot.ca/2013/08/some-securerandom-thoughts.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #90
|
|
fixes #95
|
|
|
|
|
|
|
|
Force SSH client to only try publickey and password authentication modes (in that order).
|
|
|
|
|
|
|
|
|
|
also no longer needed to close to refresh the list
|
|
|
|
directory itself
|
|
*issues*:
- not possible to switch between external/local directory without closing the app. (PasswordRepository is a singleton, has to be cleaned when a change is made)
|
|
|
|
|
|
|