Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename folder structure from OpenPGP Keychain to OpenKeychain | Dominik Schürmann | 2014-04-06 | 335 | -14127/+0 |
| | |||||
* | Pull from transifex | Dominik Schürmann | 2014-04-06 | 38 | -106/+124 |
| | |||||
* | certs: remove unused menu item | Vincent Breitmoser | 2014-04-06 | 1 | -4/+0 |
| | |||||
* | certs: display green dot for certified keys in KeyListFragment | Vincent Breitmoser | 2014-04-06 | 1 | -0/+8 |
| | |||||
* | 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 | 10 | -55/+27 |
|\ | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java | ||||
| * | Remove import activity from drawer, make it reachable from key list only | Dominik Schürmann | 2014-04-05 | 1 | -19/+12 |
| | | |||||
| * | Rework menu items | Dominik Schürmann | 2014-04-05 | 8 | -10/+14 |
| | | |||||
| * | Fix nfc, make edit activity like a modal dialog, move all menu actions into ↵ | Dominik Schürmann | 2014-04-05 | 2 | -26/+1 |
| | | | | | | | | view activity | ||||
* | | certs: ditch expiry, re-add data blob, improve ViewCertActivity | Vincent Breitmoser | 2014-04-06 | 1 | -8/+29 |
| | | | | | | | | | | | | | | | | | | GnuPG doesn't support expiry of user id certifications. The number of rings with an expiration subpacket in a cert out there is likely negligible. ViewCertActivity now verifies the key and displays a status. For revocation certs, the revocation reason is also shown. | ||||
* | | certs: fix ViewCertActivity | Vincent Breitmoser | 2014-04-06 | 1 | -8/+5 |
| | | |||||
* | | certs: fix CertifyKeyActivity and improve user id list | Vincent Breitmoser | 2014-04-06 | 2 | -4/+8 |
| | | |||||
* | | certs: ditch selection spinner from certs view | Vincent Breitmoser | 2014-04-06 | 1 | -12/+1 |
| | | |||||
* | | certs: display cert type in cert view | Vincent Breitmoser | 2014-04-06 | 1 | -0/+5 |
| | | |||||
* | | certs: display uid status in uid list | Vincent Breitmoser | 2014-04-06 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into certs | Vincent Breitmoser | 2014-04-05 | 158 | -1170/+4029 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | |||||
| * | db-overhaul: fix key export (and some export-related ui changes) | Vincent Breitmoser | 2014-04-04 | 1 | -11/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into db-overhaul | Vincent Breitmoser | 2014-04-04 | 28 | -17/+236 |
| |\ | |||||
| | * | Update from transifex | Dominik Schürmann | 2014-04-03 | 25 | -1/+221 |
| | | | |||||
| | * | Changelog | Dominik Schürmann | 2014-04-03 | 1 | -1/+1 |
| | | | |||||
| | * | Key lookup for API | Dominik Schürmann | 2014-04-03 | 1 | -1/+1 |
| | | | |||||
| | * | Implement ACTION_IMPORT_KEY_FROM_KEYSERVER_AND_RETURN | Dominik Schürmann | 2014-04-03 | 2 | -15/+14 |
| | | | |||||
| * | | db-overhaul: fix loading indicators in KeyListActivity and ViewKeyActivity | Vincent Breitmoser | 2014-04-04 | 1 | -1/+2 |
| |/ | |||||
| * | Rename "armour" to "armor" | Thialfihar | 2014-04-02 | 2 | -4/+4 |
| | | |||||
| * | Started changelog for 2.5 | Dominik Schürmann | 2014-04-02 | 1 | -0/+8 |
| | | |||||
| * | Update from transifex | Dominik Schürmann | 2014-04-02 | 32 | -270/+217 |
| | | |||||
| * | confirm that empty IDs are really wanted | Ashley Hughes | 2014-04-02 | 1 | -0/+1 |
| | | |||||
| * | Menu cleanup | Dominik Schürmann | 2014-04-01 | 3 | -24/+42 |
| | | |||||
| * | test: add junit+robolectric to buildfiles and stub test file | Vincent Breitmoser | 2014-04-01 | 1 | -1/+1 |
| | | |||||
| * | language | Dominik Schürmann | 2014-04-01 | 1 | -2/+2 |
| | | |||||
| * | More layout fixes | Dominik Schürmann | 2014-04-01 | 1 | -56/+62 |
| | | |||||
| * | More layout fixes | Dominik Schürmann | 2014-04-01 | 2 | -97/+108 |
| | | |||||
| * | Language clarifications | Dominik Schürmann | 2014-04-01 | 3 | -9/+11 |
| | | |||||
| * | Fix layouts | Dominik Schürmann | 2014-04-01 | 10 | -97/+99 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | Small layout fix (more to come) | Dominik Schürmann | 2014-04-01 | 1 | -1/+1 |
| | | | |||||
| * | | Experimental work on a fragment-based encrypt activity | Dominik Schürmann | 2014-04-01 | 5 | -319/+37 |
| | | | |||||
| * | | Layouts for new encrypt design | Dominik Schürmann | 2014-03-31 | 6 | -12/+263 |
| |/ | |||||
| * | Include signature result in fragments | Dominik Schürmann | 2014-03-30 | 3 | -45/+38 |
| | | |||||
| * | Decrypt mostly works again | Dominik Schürmann | 2014-03-30 | 2 | -131/+12 |
| | | |||||
| * | More experimental work on decrypt fragments | Dominik Schürmann | 2014-03-30 | 4 | -141/+208 |
| | | |||||
| * | Experiments with fragments in decrypt activity | Dominik Schürmann | 2014-03-30 | 4 | -96/+182 |
| | | |||||
| * | Remove cancel from app menu | Dominik Schürmann | 2014-03-30 | 1 | -4/+0 |
| | | |||||
| * | Revert "Remove cancel from app menu" | Dominik Schürmann | 2014-03-30 | 1 | -0/+4 |
| | | | | | | | | This reverts commit 3c0b97f280f11d553d93df9bc93ce47098af35d4. | ||||
| * | Remove cancel from app menu | Dominik Schürmann | 2014-03-30 | 1 | -4/+0 |
| | | |||||
| * | use save icon, not tick | Ashley Hughes | 2014-03-29 | 1 | -1/+1 |
| | | |||||
| * | merge master | Ashley Hughes | 2014-03-29 | 177 | -1401/+4848 |
| |\ | |||||
| | * | Sync changelog and about with transifex | Dominik Schürmann | 2014-03-26 | 38 | -19/+545 |
| | | |