aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
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 PushMohamed Zenadi
Fixes #78
2015-04-04Show the pgp key selected in preferencesMohamed Zenadi
Fix #76
2015-03-20downgrade to android-21 so f-droid could build APS (temp fix)v1.2.0.15Mohamed Zenadi
2015-03-20fix the color of the select contextual menuMohamed Zenadi
was showing white on kitkat
2015-03-17check that the data we get is not nullv1.2.0.14Mohamed Zenadi
2015-03-17return the root directory if we have nothing in the fragment stackMohamed Zenadi
2015-03-17version bumpMohamed Zenadi
2015-03-17temp fix for welcome screen showing for everybodyMohamed Zenadi
2015-03-14version bump and some style updateMohamed Zenadi
2015-03-10Merge pull request #64 from zeapo/feature/external_repoMohamed Zenadi
clean up
2015-03-10disable the test until we setup a git repo for testingMohamed Zenadi
2015-01-08A cleaner way of testing if the repository is initialized or notMohamed Zenadi
2015-01-04ensure that the configuration is savedv1.2.0.12zeapo
2015-01-04version bump v1.2.0.12zeapo
2015-01-04set title when cloning/editing the server infozeapo
2015-01-04some tweak, and forgot stringszeapo
2015-01-04test for clone ssh + user/pwdzeapo
2015-01-04uri is useless herezeapo
2015-01-04starting to write testszeapo
2015-01-04set credential after they've been intializedzeapo
2015-01-04correct a typo for saved protocol/authmodezeapo