Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-25 | Display HOTP code if password contains HOTP secret, unify HOTP and TOTP code ↵ | Joel Beckmeyer | |
(#413) * Display HOTP code if password contains HOTP secret, unify HOTP and TOTP code * Add ability to show HOTP instead of showing every decrypt * Fix off by 1 error * fix return intent logic so that edits and HOTP increments are properly committed * fix linting errors * Fix broken logic for case when a password is created * add ability to choose if password entry will be updated on HOTP code calculation | |||
2018-08-20 | Allow installation to external media (SD card) (#420) | leggewie | |
This change will enable installation of the app to external as well as internal flash memory which is important for devices where internal memory is limited but external memory is cheap and abundant in form of micro SD cards. More information at https://developer.android.com/guide/topics/data/install-location | |||
2018-05-02 | added support for adaptive icon (#402) | حسين | |
Signed-off-by: Hussein Mohammed <zidhussein@gmail.com> | |||
2017-08-10 | remove pgp handler | Mohamed Zenadi | |
2017-08-10 | Extract Select folder (moving) into its own activity | Mohamed Zenadi | |
more work needed | |||
2017-08-10 | initial work on pgp activity | Mohamed Zenadi | |
2017-08-02 | Fix more lint (#325) | Felix Bechstein | |
* fix/ignore lint errors, run lint on travis * fix/ignore some lint warnings | |||
2015-12-31 | Merge branch 'upstream' into webview | Matthew Wong | |
Conflicts: app/build.gradle | |||
2015-12-23 | new gradle plugin and build tools | Matthew Wong | |
2015-11-22 | Add warnings to the user about storing the passwords on the sdcard | zeapo | |
2015-11-21 | default to reasonable external directory | Matthew Wong | |
2015-11-07 | undo process change. (not a simple change, sharedpreferences don't work) | Matthew Wong | |
2015-11-07 | Separate service & main process since service should be always running by itself | Matthew Wong | |
2015-08-14 | Fix crash on first start & use documentLaunchMode for nicer openkeychain-api ↵ | Matthew Wong | |
behaviour (5+ only) | |||
2015-08-14 | Preference activity up & back behaviour. Especially when opened with ↵ | Matthew Wong | |
'Settings' dialog button | |||
2015-08-14 | Move preferences to its own activity, leaving a "blank" openkeychain api one | Matthew Wong | |
2015-08-14 | Add searching for apps in autofill settings page | Matthew Wong | |
2015-08-14 | Add per-app settings page | Matthew Wong | |
2015-08-14 | Create app autofill service: a dialog pops up for all password fields & has ↵ | Matthew Wong | |
a button to paste/set a password found in the store with name matching app's | |||
2015-07-19 | handle rotation in password list and password decrypt | Mohamed Zenadi | |
2015-07-14 | Create ssh keygen activity with two fragments: the keygen & a screen to show ↵ | Matthew Wong | |
the generated public key | |||
2015-05-17 | now possible to clone/create repository in a given external directory. | Mohamed Zenadi | |
*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) | |||
2015-05-17 | add a preference option to select an external directory | Mohamed Zenadi | |
2015-01-04 | git tasks refactoring (clone working) | zeapo | |
2014-12-16 | fix the the git fields and a small refactorv1.2.0.10 | zeapo | |
2014-11-09 | allows the users to read the ssh-key from an external storage | zeapo | |
2014-10-22 | Corrects issue where list was stacked again and again + clean up | zeapo | |
2014-09-23 | Some other Eclipse integration, modified AndroidManifest.xml to match ↵ | kLeZ | |
build.gradle information (app version, sdk version) | |||
2014-08-08 | more refactoring and ability to pull from server | Zeapo | |
2014-08-01 | Better distinction between categories and passwords, multilevel categories | Zeapo | |
2014-07-30 | some visual update (fragment list is kept at position) and a preparation for ↵ | Zeapo | |
decrypt activity | |||
2014-07-27 | Some refactoring and organisation for listview.. sooooon | Zeapo | |
2014-07-24 | initial commit | Zeapo | |