aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange too long linesThialfihar2014-04-021-1/+2
|
* Trivial spacing changes to conform to style guideThialfihar2014-04-021-1/+1
|
* Adjust import orderThialfihar2014-04-021-1/+0
|
* Merge pull request #458 from hav3n/branch-delete-fixDominik Schürmann2014-03-211-16/+3
|\ | | | | New Fix for #410
| * Fix for #410Nikhil Peter Raj2014-03-211-16/+3
| |
* | Fix fingerprint handlingDominik Schürmann2014-03-201-1/+1
|/
* Fix export for new unified key list #409uberspot2014-03-151-2/+5
|
* final ui code style changesuberspot2014-03-131-1/+1
|
* More code style fixes for /uiuberspot2014-03-131-1/+2
|
* First code style changes in uiuberspot2014-03-131-2/+1
|
* Merge branch 'unified-keylist'Vincent Breitmoser2014-03-121-2/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/AndroidManifest.xml OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListPublicFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListSecretActivity.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListSecretFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyListPublicAdapter.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyListSecretAdapter.java OpenPGP-Keychain/src/main/res/layout/key_list_secret_item.xml OpenPGP-Keychain/src/main/res/menu/key_list.xml OpenPGP-Keychain/src/main/res/menu/key_list_multi.xml OpenPGP-Keychain/src/main/res/menu/key_list_secret_multi.xml
| * move some placeholders into resourcesVincent Breitmoser2014-03-081-1/+1
| |
| * Normalize public key uri in KeyListFragmentVincent Breitmoser2014-03-081-1/+8
| | | | | | | | | | | | | | | | | | Find the explicit row id of the public key id given in the uri in KeyListFragment and work with that. This way, passing in uris by master key id, mail address, or any other criteria, works. Might be a good idea to add an actual check if the row id is non-zero here, but not sure how to do a "bad intent" thing
* | Add export... button and functionality in multi-selectuberspot2014-03-111-2/+1
| |
* | Make export work with rowIds instead of MasterKeyIdsuberspot2014-03-111-1/+2
| |
* | use parameter in updateFromKeyserverDominik Schürmann2014-03-081-1/+1
| |
* | removed useless semicolons, fixed some parameters in documenation, ↵uberspot2014-03-071-2/+2
|/ | | | simplified some conditionals
* rework key view into fragments to later add certificationsDominik Schürmann2014-02-091-287/+45
|
* language fixesDominik Schürmann2014-02-081-1/+3
|
* do not delete pub keys where secret key existsDominik Schürmann2014-02-061-12/+24
|
* keyserver instead of key serverDominik Schürmann2014-02-051-1/+1
|
* work on lookup key, fix some illegal state exceptions with hackDominik Schürmann2014-02-041-2/+4
|
* Certify not sign a key, added as button, does not belong to menuDominik Schürmann2014-02-041-18/+27
|
* expose key server APIDominik Schürmann2014-02-021-1/+1
|
* Switch from ActionBarSherlock to ActionBarCompatDominik Schürmann2014-02-021-5/+5
|
* Fix QR Code URIDominik Schürmann2014-02-011-1/+1
|
* Reworking import, testing needed...Dominik Schürmann2014-02-011-3/+3
|
* rename KeyServerUploadActivity to UploadKeyActivityDominik Schürmann2014-02-011-1/+1
|
* Started working on integration of keyserver query into import activityDominik Schürmann2014-02-011-2/+2
|
* No bouncy castle objects in key viewDominik Schürmann2014-02-011-26/+15
|
* Fix and simplify user id parsingDominik Schürmann2014-01-311-1/+1
|
* language fixDominik Schürmann2014-01-291-3/+2
|
* show unknown in ViewKey if user id is not setDominik Schürmann2014-01-291-2/+7
|
* Give expiry dates to PgpKeyOperationDominik Schürmann2014-01-291-3/+3
|
* Use intent data instead of IDs for upload and sign, fixes #205Dominik Schürmann2014-01-291-16/+2
|
* save keyring in-place, fixes #228, #203Dominik Schürmann2014-01-291-155/+160
|
* New Gradle project structureDominik Schürmann2014-01-271-0/+484