aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-07-14Change 'No SSH key' dialog to have options for import or generate. Also add ↵Matthew Wong
all the strings...
2015-07-14Add preference to start ssh keygenMatthew Wong
2015-07-14Create ssh keygen activity with two fragments: the keygen & a screen to show ↵Matthew Wong
the generated public key
2015-07-11Set default preferences (length 20, .etc) on first use of generator, only ↵Matthew Wong
save preferences when they've been used to generate i.e. Generate pressed
2015-07-11Undo lambda-ingMatthew Wong
2015-07-11Use string resourcesMatthew Wong
2015-07-10Append password from dialog, not a newly generated oneMatthew Wong
2015-07-10Apply PRNGFixes from ↵Matthew Wong
http://android-developers.blogspot.ca/2013/08/some-securerandom-thoughts.html
2015-07-10Open password generation dialog when button pressedMatthew Wong
2015-07-10Create password generation dialogMatthew Wong
2015-07-10Import pwgen classesMatthew Wong
2015-07-01Make selectedItems Set instead of SparseBooleanArrayMatthew Wong
2015-07-01Finish action bar mode when all items are deselectedMatthew Wong
2015-07-01Selected rows colorMatthew Wong
2015-07-01Implement multi-select with actionbarMatthew Wong
2015-06-20version bumpv1.2.0.23Mohamed Zenadi
2015-06-20fix an NPE that happens when the user tries to save git settingsMohamed Zenadi
2015-06-17version bumpv1.2.0.22Mohamed Zenadi
2015-06-17avoid empty directoryMohamed Zenadi
2015-06-17follow bfdccf4d920f5172a3d88ac0358e0b06ad5fe520, missing checkMohamed Zenadi
2015-06-17Add the option for not showing the passwords after decryptMohamed Zenadi
fixes #90
2015-06-17fix bug where key ids were not shown in settingsMohamed Zenadi
fixes #95
2015-06-12version bumpv1.2.0.21Mohamed Zenadi
2015-06-10fix missing spaces between the file committed and the commit msgMohamed Zenadi
2015-06-10fix missing generic typeMohamed Zenadi
2015-06-09use apply rather than commitMohamed Zenadi
2015-06-09remove retrolambda and upgrade support libraryMohamed Zenadi
2015-06-08Fix issue with servers that have GSSAPI authentication enabled.lsowen
Force SSH client to only try publickey and password authentication modes (in that order).
2015-06-08version bumpv1.2.0.20Mohamed Zenadi
2015-06-07save port number after save and close the activityMohamed Zenadi
2015-06-07fix provider list preference not saving correctlyMohamed Zenadi
2015-06-07disable not used optionMohamed Zenadi
2015-05-31Fix spelling and remove exclamation markJohannes Wienke
Fix a spelling error and remove an unnecessary exclamation mark in settings.
2015-05-17v1.2.0.19 apkMohamed Zenadi
2015-05-17Initial support for external *git* repositories, fix #41, fix #48Mohamed Zenadi
2015-05-17it is no longer necessary to go through settings to initialize an external repoMohamed Zenadi
2015-05-17the apk for testingMohamed Zenadi
2015-05-17user is able to chose internal/external when creating/cloningMohamed Zenadi
also no longer needed to close to refresh the list
2015-05-17force the selection of directory until the welcome screen is implementedMohamed Zenadi
2015-05-17clean the content of the directory on delete, rather than deleting the ↵Mohamed Zenadi
directory itself
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-17directory chooser is enoughMohamed Zenadi
2015-05-17save the selected directory and show it as a summaryMohamed Zenadi
2015-05-17add a preference option to select an external directoryMohamed Zenadi
2015-05-17version bumpv1.2.0.18Mohamed Zenadi
2015-05-17fix #85, use key_ids correctlyMohamed Zenadi
as bonus, guava and retrolambda! Nicer code
2015-05-15fix #84 where account was missing, now it is selected on ecryptionv1.2.0.17Mohamed Zenadi
2015-05-12fixes some crashes where the dialog is no longer availablev1.2.0.16Mohamed Zenadi
2015-05-12version bumpMohamed Zenadi
2015-05-12initial support for openpgp-api v7Mohamed Zenadi