aboutsummaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Expand)Author
2015-07-16Make the generated public key viewer a dialog instead of fragment and add a "...Matthew Wong
2015-07-15Make AsyncTask for ssh key generation and show a progress dialog. Show the ex...Matthew Wong
2015-07-14Change 'No SSH key' dialog to have options for import or generate. Also add a...Matthew Wong
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
2015-07-11Set default preferences (length 20, .etc) on first use of generator, only sav...Matthew Wong
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 http://android-developers.blogspot.ca/2013/08/some-secur...Matthew Wong
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-20fix an NPE that happens when the user tries to save git settingsMohamed 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 decrypt...Mohamed Zenadi
2015-06-17fix bug where key ids were not shown in settings...Mohamed 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
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 mark...Johannes Wienke
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-17user is able to chose internal/external when creating/cloning...Mohamed Zenadi
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 direct...Mohamed Zenadi
2015-05-17now possible to clone/create repository in a given external directory....Mohamed Zenadi
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-17fix #85, use key_ids correctly...Mohamed Zenadi
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-12initial support for openpgp-api v7Mohamed Zenadi
2015-05-09use a true monospaced font for pwd displayMohamed Zenadi
2015-05-09hide the content of pgp decryption activity from the window managerMohamed Zenadi
2015-05-09Fix #82, select user/pwd auth for https connectionMohamed Zenadi
2015-04-19use a FAB to add passwordsMohamed Zenadi
2015-04-19Add a Sync command that calls Pull then Push...Mohamed Zenadi
2015-04-04Show the pgp key selected in preferences...Mohamed Zenadi