Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename folder structure from OpenPGP Keychain to OpenKeychain | Dominik Schürmann | 2014-04-06 | 8 | -626/+0 |
| | |||||
* | certs: forgot to add ids file | Vincent Breitmoser | 2014-04-06 | 1 | -0/+6 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into certs | Vincent Breitmoser | 2014-04-06 | 1 | -3/+1 |
|\ | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java | ||||
| * | Rework menu items | Dominik Schürmann | 2014-04-05 | 1 | -3/+1 |
| | | |||||
* | | certs: fix ViewCertActivity | Vincent Breitmoser | 2014-04-06 | 1 | -8/+5 |
| | | |||||
* | | certs: display cert type in cert view | Vincent Breitmoser | 2014-04-06 | 1 | -0/+5 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into certs | Vincent Breitmoser | 2014-04-05 | 4 | -21/+61 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A lot of things are completely broken, but it compiles and doesn't crash right away. Good enough for me. Conflicts: OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainContract.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainDatabase.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/ViewKeyUserIdsAdapter.java OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml | ||||
| * | Change headers in encrypt activity to be more descriptive | Dominik Schürmann | 2014-04-04 | 1 | -2/+2 |
| | | |||||
| * | Implement ACTION_IMPORT_KEY_FROM_KEYSERVER_AND_RETURN | Dominik Schürmann | 2014-04-03 | 1 | -1/+1 |
| | | |||||
| * | confirm that empty IDs are really wanted | Ashley Hughes | 2014-04-02 | 1 | -0/+1 |
| | | |||||
| * | Menu cleanup | Dominik Schürmann | 2014-04-01 | 1 | -2/+4 |
| | | |||||
| * | language | Dominik Schürmann | 2014-04-01 | 1 | -2/+2 |
| | | |||||
| * | Language clarifications | Dominik Schürmann | 2014-04-01 | 1 | -7/+8 |
| | | |||||
| * | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain | Dominik Schürmann | 2014-04-01 | 1 | -0/+1 |
| |\ | |||||
| | * | don't disable save button, show message if nothing needs to be done | Ashley Hughes | 2014-04-01 | 1 | -0/+1 |
| | | | |||||
| * | | Experimental work on a fragment-based encrypt activity | Dominik Schürmann | 2014-04-01 | 1 | -2/+0 |
| |/ | |||||
| * | More experimental work on decrypt fragments | Dominik Schürmann | 2014-03-30 | 1 | -0/+1 |
| | | |||||
| * | merge master | Ashley Hughes | 2014-03-29 | 5 | -7/+72 |
| |\ | |||||
| | * | Text for creation of new api accounts | Dominik Schürmann | 2014-03-26 | 1 | -0/+1 |
| | | | |||||
| | * | Part 2 of basic user interface for api accounts | Dominik Schürmann | 2014-03-26 | 1 | -0/+2 |
| | | | |||||
| | * | More experimental work on api accounts | Dominik Schürmann | 2014-03-25 | 1 | -0/+4 |
| | | | |||||
| | * | Make foldable settings in EncryptActivity a separate widget | uberspot | 2014-03-21 | 1 | -0/+11 |
| | | | |||||
| | * | Merge pull request #458 from hav3n/branch-delete-fix | Dominik Schürmann | 2014-03-21 | 1 | -0/+2 |
| | |\ | | | | | | | | | New Fix for #410 | ||||
| | | * | Fix for #410 | Nikhil Peter Raj | 2014-03-21 | 1 | -0/+2 |
| | | | | |||||
| | * | | UI-Icon-Modifying #429 added hint to text edit, different icons for share ↵ | Daniel Hammann | 2014-03-20 | 1 | -0/+3 |
| | |/ | | | | | | | | | | and clipboard button | ||||
| | * | Note about blocked possibility to generate weak (<1024) RSA key. | gogowitczak | 2014-03-18 | 1 | -0/+1 |
| | | | |||||
| | * | Merge pull request #431 from honnel/ui-modification | Dominik Schürmann | 2014-03-18 | 2 | -3/+4 |
| | |\ | | | | | | | | | Ui modification | ||||
| | | * | #429 4) | Daniel Hammann | 2014-03-17 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | In the clicking for a particular contact , two icon in the actionbar show the same hint ('Share'). Second icon hint can be 'Keyserver' or just only 'server' | ||||
| | * | | Merge pull request #430 from Valodim/certify | Dominik Schürmann | 2014-03-18 | 1 | -0/+2 |
| | |\ \ | | | | | | | | | | | Revamp certify dialogue | ||||
| | | * | | certify: preserve user id certificates when saving secret keys | Vincent Breitmoser | 2014-03-17 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Lock drawer as open in tablets | uberspot | 2014-03-16 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | Fix export for new unified key list #409 | uberspot | 2014-03-15 | 1 | -0/+1 |
| | | |/ | | |/| | |||||
| * | | | keep up with master | Ashley Hughes | 2014-03-07 | 2 | -7/+13 |
| |\ \ \ | |||||
| * \ \ \ | master merge | Ashley Hughes | 2014-02-22 | 2 | -27/+38 |
| |\ \ \ \ | |||||
| * | | | | | disable export if unsaved | Ashley Hughes | 2014-02-08 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | ask for save | Ashley Hughes | 2014-02-06 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | slight clarification | Ashley Hughes | 2014-02-04 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | replace spinner with non-functioning checkboxes | Ashley Hughes | 2014-02-02 | 1 | -3/+6 |
| | | | | | | |||||
* | | | | | | certs: more filters, better initial uid selection, code cosmetics | Vincent Breitmoser | 2014-03-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add three types of filters for certificate list (ui looks like crap there, need to work on that) - select uncertified uids by default in CertifyKeyActivity - move some code around in KeychainProvider, 's slightly less hacky now | ||||
* | | | | | | Merge branch 'certify' into certs | Vincent Breitmoser | 2014-03-15 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/ViewKeyUserIdsAdapter.java OpenPGP-Keychain/src/main/res/values/strings.xml | ||||
| * | | | | | | certify: preserve user id certificates when saving secret keys | Vincent Breitmoser | 2014-03-15 | 1 | -0/+1 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | certify: revamp certifykeyactivity | Vincent Breitmoser | 2014-03-15 | 1 | -0/+1 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | show info on the key to be certified, along with a list of (selectable) user ids. user ids are handed through to the signing service, but not yet handled. | ||||
* | | | | | Merge branch 'master' into certs | Vincent Breitmoser | 2014-03-15 | 2 | -3/+5 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyCertsFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java | ||||
| * | | | | remove unused color | Dominik Schürmann | 2014-03-13 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Improve list item view, borderless button for API < 11 | Dominik Schürmann | 2014-03-13 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Add FAQ tab to help | Dominik Schürmann | 2014-03-13 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Readd create key menu items | Dominik Schürmann | 2014-03-13 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'origin/master' | Vincent Breitmoser | 2014-03-13 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/res/menu/key_list_secret.xml | ||||
| | * | | | | Removing tab | Bhargav Golla | 2014-03-10 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Removing unused string | Bhargav Golla | 2014-03-10 | 1 | -1/+1 |
| | | | | | |