aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
AgeCommit message (Collapse)Author
2018-09-25Display 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-20Allow 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-02added support for adaptive icon (#402)حسين
Signed-off-by: Hussein Mohammed <zidhussein@gmail.com>
2017-08-10remove pgp handlerMohamed Zenadi
2017-08-10Extract Select folder (moving) into its own activityMohamed Zenadi
more work needed
2017-08-10initial work on pgp activityMohamed Zenadi
2017-08-02Fix more lint (#325)Felix Bechstein
* fix/ignore lint errors, run lint on travis * fix/ignore some lint warnings
2015-12-31Merge branch 'upstream' into webviewMatthew Wong
Conflicts: app/build.gradle
2015-12-23new gradle plugin and build toolsMatthew Wong
2015-11-22Add warnings to the user about storing the passwords on the sdcardzeapo
2015-11-21default to reasonable external directoryMatthew Wong
2015-11-07undo process change. (not a simple change, sharedpreferences don't work)Matthew Wong
2015-11-07Separate service & main process since service should be always running by itselfMatthew Wong
2015-08-14Fix crash on first start & use documentLaunchMode for nicer openkeychain-api ↵Matthew Wong
behaviour (5+ only)
2015-08-14Preference activity up & back behaviour. Especially when opened with ↵Matthew Wong
'Settings' dialog button
2015-08-14Move preferences to its own activity, leaving a "blank" openkeychain api oneMatthew Wong
2015-08-14Add searching for apps in autofill settings pageMatthew Wong
2015-08-14Add per-app settings pageMatthew Wong
2015-08-14Create 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-19handle rotation in password list and password decryptMohamed Zenadi
2015-07-14Create ssh keygen activity with two fragments: the keygen & a screen to show ↵Matthew Wong
the generated public key
2015-05-17now 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-17add a preference option to select an external directoryMohamed Zenadi
2015-01-04git tasks refactoring (clone working)zeapo
2014-12-16fix the the git fields and a small refactorv1.2.0.10zeapo
2014-11-09allows the users to read the ssh-key from an external storagezeapo
2014-10-22Corrects issue where list was stacked again and again + clean upzeapo
2014-09-23Some other Eclipse integration, modified AndroidManifest.xml to match ↵kLeZ
build.gradle information (app version, sdk version)
2014-08-08more refactoring and ability to pull from serverZeapo
2014-08-01Better distinction between categories and passwords, multilevel categoriesZeapo
2014-07-30some visual update (fragment list is kept at position) and a preparation for ↵Zeapo
decrypt activity
2014-07-27Some refactoring and organisation for listview.. sooooonZeapo
2014-07-24initial commitZeapo