aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+2
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-1/+1
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-3/+3
| | | | created ui.util for everything related to formatting
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-3/+3
|
* More smaller UI fixesDominik Schürmann2014-09-131-0/+5
|
* If expired/revoked, disable both encrypt buttonsDominik Schürmann2014-09-131-0/+3
|
* API fixesDominik Schürmann2014-09-071-1/+1
|
* Make Intent API as recommended in ↵Dominik Schürmann2014-09-071-2/+2
| | | | http://developer.android.com/guide/components/intents-filters.html
* Two buttons to encrypt files and text, some fixesDominik Schürmann2014-09-071-11/+26
|
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-011-7/+3
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Add user info dialogDominik Schürmann2014-08-131-0/+28
|
* move upload/update buttons from menu to buttonsVincent Breitmoser2014-07-311-2/+27
|
* Merge branch 'ditch-appmsg'Vincent Breitmoser2014-07-291-5/+4
|\ | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/ShareQrCodeDialogFragment.java
| * introduce EditKeyResult with transient UncachedKeyRing (half-baked!)Vincent Breitmoser2014-07-271-3/+1
| |
| * use SuperToast instead of AppMsg in code, part 1Vincent Breitmoser2014-07-071-4/+3
| |
* | Use verified icon for certify actionDominik Schürmann2014-07-281-2/+12
|/
* Remove old edit button, rename activitiesDominik Schürmann2014-07-031-17/+3
|
* Rename adapterDominik Schürmann2014-06-221-4/+4
|
* Start new designed activityDominik Schürmann2014-06-211-0/+15
|
* ui: do show Certify identities button even for secret keysVincent Breitmoser2014-06-041-8/+0
| | | | Closes #636
* wrapped-key-ring: use CachedKeyRing where possibleVincent Breitmoser2014-05-211-3/+7
|
* use LoaderFragment in ViewKey tabsVincent Breitmoser2014-05-081-15/+8
| | | | Closes #616
* display AppMsg warning when no encryption subkey is availableVincent Breitmoser2014-05-071-0/+12
|
* ui: move revocation/expiry notes above tab sliderVincent Breitmoser2014-05-071-32/+6
|
* Touch view only onceDominik Schürmann2014-05-061-9/+11
|
* ui: show revocation and expiry status on info tabVincent Breitmoser2014-05-061-31/+40
|
* New key view design, using Android flat buttons and Android iconsDominik Schürmann2014-05-051-131/+48
|
* Many API fixes for GET_KEY and GET_KEY_IDSDominik Schürmann2014-04-281-2/+2
|
* More code cleanupDominik Schürmann2014-04-191-1/+4
|
* stripped support: implement has_secret support, in ui and impot of secret keysVincent Breitmoser2014-04-161-2/+2
| | | | Closes #570
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-161-3/+3
|
* Refactor ProviderHelper to be non-static using a constructor based on ↵Dominik Schürmann2014-04-111-1/+1
| | | | context (first commit to get context out of pgp classes)
* split getMasterKeyId for the remaining use casesVincent Breitmoser2014-04-111-4/+1
| | | | Closes #549
* Prettify more layouts, fix edit and encrypt intents from key viewDominik Schürmann2014-04-091-3/+7
|
* Prettify some layoutsDominik Schürmann2014-04-091-0/+1
|
* Introduce ProviderHelper.NotFoundException, remove dead codeDominik Schürmann2014-04-081-8/+12
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+347