aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix upload of keys, closes #581Dominik Schürmann2014-04-182-3/+8
|
* get rid of PgpKeyHelper.getMasterKeyIdVincent Breitmoser2014-04-171-3/+6
| | | | Closes #575
* NotFoundExceptions for all getGeneric-type methodsVincent Breitmoser2014-04-174-95/+122
|
* load data only once in ImportKeysListLoaderVincent Breitmoser2014-04-171-3/+7
| | | | Fixes #571
* add up navigation in ViewCertActivityVincent Breitmoser2014-04-171-0/+7
| | | | Fixes #567
* use project icons for certification statusVincent Breitmoser2014-04-172-6/+6
| | | | Closes #573
* secret keys can only be deleted individually from multi selectionVincent Breitmoser2014-04-171-4/+12
|
* Use git submodules for libs, fix compilation, remove library sourcecodeDominik Schürmann2014-04-162-8/+4
|
* Fix even more whitespaceVincent2014-04-161-1/+1
|
* Fix whitespaceVincent2014-04-161-1/+1
|
* stripped support: implement has_secret support, in ui and impot of secret keysVincent Breitmoser2014-04-163-5/+30
| | | | Closes #570
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-164-14/+14
|
* Fix PgpDecryptVerify signature verification: search for right signature ↵Dominik Schürmann2014-04-151-2/+2
| | | | subkey instead of using first subkey for verification
* Fix ViewHolder in ImportKeysAdapterDominik Schürmann2014-04-151-24/+28
|
* Optimize importsDominik Schürmann2014-04-1530-12/+39
|
* Fix nullpointer in ImportKeysListEntryDominik Schürmann2014-04-151-6/+7
|
* Improve verification result display, close #568Dominik Schürmann2014-04-151-11/+31
|
* add web of trust help entryVincent Breitmoser2014-04-151-3/+8
|
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-1412-61/+61
|
* add debug backup/restore options to main menuVincent Breitmoser2014-04-141-0/+34
| | | | Closes #543
* key edit: fix crash when create date was after expiry date, change from ↵Dominik Schürmann2014-04-147-65/+80
| | | | gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
* Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)Dominik Schürmann2014-04-131-1/+0
|
* Update license header for 2014Dominik Schürmann2014-04-1320-55/+56
|
* More ids removedDominik Schürmann2014-04-111-1/+3
|
* Remove some Ids...Dominik Schürmann2014-04-115-44/+41
|
* Simplify and fix delete key dialogDominik Schürmann2014-04-111-22/+6
|
* Refactor ProviderHelper to be non-static using a constructor based on ↵Dominik Schürmann2014-04-119-43/+56
| | | | context (first commit to get context out of pgp classes)
* Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)Dominik Schürmann2014-04-112-2/+1
|
* Prettify more layoutsDominik Schürmann2014-04-112-7/+8
|
* split getMasterKeyId for the remaining use casesVincent Breitmoser2014-04-112-6/+3
| | | | Closes #549
* get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredStringVincent Breitmoser2014-04-114-27/+29
|
* fix EditKeyActivityVincent Breitmoser2014-04-111-31/+25
|
* display correct primary user id in import dialogue MOSTLYVincent Breitmoser2014-04-101-21/+40
| | | | | | | | This is an incomplete fix; due to use of machine readable output, there is no way to know the primary user id for keys fetched from a key server. Pending https://bitbucket.org/skskeyserver/sks-keyserver/issue/28/primary-uid-in-machine-readable-index
* use view holder pattern in KeyListFragmentVincent Breitmoser2014-04-101-36/+49
| | | | Closes #551
* Select*KeyFragment rewritesVincent Breitmoser2014-04-104-130/+182
| | | | | | | | | | - moved all specific Public/Secret logic from the Adapter class into inner subclasses in the Fragments - more versatile status display ("revoked", "expired", "can certify"...) - applied view holder pattern - query logic, including subqueries, moved into provider classes Closes #375
* ViewCertActivity cleanupVincent Breitmoser2014-04-101-6/+5
| | | | Closes #547
* Disable selection of user ids and keys in view keyDominik Schürmann2014-04-103-2/+35
|
* Minimize use of class variables in ViewKeyDominik Schürmann2014-04-101-6/+6
|
* Cleanup AsyncTask code for NFCDominik Schürmann2014-04-101-6/+8
|
* Cleanup importsDominik Schürmann2014-04-101-2/+0
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-04-102-10/+11
|\
| * Merge pull request #545 from danielhass/toast_replacementDominik Schürmann2014-04-102-10/+11
| |\ | | | | | | Toast replacement
| | * Deleted wrong AppMsgDaniel Haß2014-04-101-3/+0
| | |
| | * Replaced Toasts in ViewKeyActivityDaniel Haß2014-04-091-7/+11
| | |
| | * Removed unused Toast import in ViewKeyActivityJBDaniel Haß2014-04-091-1/+0
| | |
| | * Replaced Toasts in ImportKeysOrCodeFragmentDaniel Haß2014-04-091-3/+3
| | |
* | | Integrate NFC functionality into ViewKeyActivityDominik Schürmann2014-04-104-157/+111
|/ /
* | Prettify more layouts, fix edit and encrypt intents from key viewDominik Schürmann2014-04-093-12/+29
| |
* | Prettify some layoutsDominik Schürmann2014-04-092-1/+2
| |
* | certs: fix verification in ViewKeyActivity (how embarassing)Vincent Breitmoser2014-04-091-2/+2
| | | | | | | | Fixes #541