aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/util
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable move-to-card option, improve stringsDominik Schürmann2016-04-291-1/+1
|
* Redesigned subkey creation dialog and changed default key type created to ↵Alex Fong2016-04-011-0/+77
| | | | | | RSA, 3072 bit. Added code to prevent removal of master subkey when modifying a new key.
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-5/+5
|
* Merge pull request #1584 from open-keychain/edit-redesignDominik Schürmann2015-12-311-5/+4
|\ | | | | Inline Identity Edit
| * Add edit action to user id card, left align card actions per material design ↵Dominik Schürmann2015-12-291-5/+4
| | | | | | | | guidelines
* | keylist: fix highlighter (fixes #1637)Vincent Breitmoser2015-12-291-24/+19
|/
* Follow notification style guidelines, dismiss permission notification on clickDominik Schürmann2015-12-221-50/+0
|
* externalize notification helper for iconDominik Schürmann2015-11-231-0/+50
|
* Merge pull request #1543 from rohands/issue_mouseover_hintsVincent2015-11-161-0/+101
|\ | | | | mouseover hints
| * Class names and string names are updatedrohands2015-09-221-1/+1
| |
| * Updatedrohands2015-09-201-0/+16
| |
| * Mousehintsrohands2015-09-201-0/+85
| |
* | decryptlist: implement key lookup (wip)Vincent Breitmoser2015-10-231-22/+19
| |
* | Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-011-3/+5
|\ \
| * | No show key button for RESULT_INVALID_SIGNATURE, CleanupDominik Schürmann2015-09-301-3/+5
| | |
* | | enc-export: localize snackbar stringsVincent Breitmoser2015-09-291-2/+2
| | |
* | | enc-export: implement save file as CREATE_DOCUMENT, with static fallback for ↵Vincent Breitmoser2015-09-291-1/+6
|/ / | | | | | | pre-kitkat
* / phrase confirmationDominik Schürmann2015-09-241-126/+0
|/
* multidecrypt: don't pass context to adapterVincent Breitmoser2015-09-161-5/+6
|
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-292-1/+27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Linked Identities. Also includes an important fix for OperationHelper ids, which had an error in the bit mask logic. Conflicts: Graphics/update-drawables.sh OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateYubiKeyImportFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java OpenKeychain/src/main/res/anim/fade_in.xml OpenKeychain/src/main/res/anim/fade_out.xml OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/layout/encrypt_decrypt_overview_fragment.xml OpenKeychain/src/main/res/layout/view_key_fragment.xml OpenKeychain/src/main/res/menu/key_view.xml OpenKeychain/src/main/res/values/strings.xml OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java README.md
| * Merge tag 'v3.2.1' into linked-identitiesVincent Breitmoser2015-05-111-1/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 3.2.1 Conflicts: OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/SelectKeyCursorAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/values/strings.xml
| * | display unknown keys red rather than orangeVincent Breitmoser2015-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For an unknown key, there is no indication of the state the key is in. To indicate both immediate action required, and to make this status equal to its worst case (rather than *better* than its worst case), the status is displayed in red. At some point, we will probably want to download unknown keys automatically, at which point an unknown key will actually be an error state. This is an intermediate solution until then.
| * | small ui nicetiesVincent Breitmoser2015-04-271-1/+7
| | |
| * | profiling says: caching qrCode bitmaps is a good ideaVincent Breitmoser2015-04-271-19/+29
| | |
| * | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-241-1/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Graphics/update-drawables.sh OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/PassphraseDialogActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * | | more (subtle) ui workVincent Breitmoser2015-03-261-1/+17
| | | |
| * | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-241-113/+105
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * | | | minor changes, add convertFingerprintToKeyId methodVincent Breitmoser2015-03-081-0/+5
| | | | |
* | | | | Experimental word comparisonDominik Schürmann2015-08-271-0/+126
| | | | |
* | | | | Fix theme problemsDominik Schürmann2015-08-181-2/+2
| | | | |
* | | | | Fix theme bugsDominik Schürmann2015-08-121-4/+14
| | | | |
* | | | | Adpt official theme naming schemaDominik Schürmann2015-08-121-2/+2
| | | | |
* | | | | Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-091-28/+78
| | | | | | | | | | | | | | | | | | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* | | | | Refactor theme selection of dialogsThialfihar2015-07-212-5/+15
| | | | | | | | | | | | | | | | | | | | This makes sure the dark theme also uses dark dialogs.
* | | | | Refactor theme changing to avoid code repetitionThialfihar2015-07-211-0/+60
| | | | |
* | | | | Update recent decrypt changes to use new theme attributesThialfihar2015-07-211-9/+10
| | | | |
* | | | | Give key flag colors their own color namesThialfihar2015-07-211-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
* | | | | Make header text and tertiary text color themeableThialfihar2015-07-212-6/+10
| | | | |
* | | | | Start moving colors into themesThialfihar2015-07-211-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using attrs instead of fixed colors it will be possible to style everything and also dynamically grab the color where needed in code. This is done with colorEmphasis as an initial test. Also remove several unused colors.
* | | | | Use support.v7.app.AlertDialogDominik Schürmann2015-07-131-1/+1
| | | | |
* | | | | fixed OrbotRequiredDialogActivity not finishing, orbot install dialog styleAdithya Abraham Philip2015-07-031-4/+30
| | | | |
* | | | | reduce code duplicationAdithya Abraham Philip2015-07-031-0/+109
| | | | |
* | | | | reworked keyserver preferences with recyclerviewAdithya Abraham Philip2015-07-025-0/+348
| | | | |
* | | | | instrument: update symmetric testsVincent Breitmoser2015-06-201-2/+2
| | | | |
* | | | | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-171-16/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
| * | | | | instrument: add helper method for snackbar checkingVincent Breitmoser2015-06-171-16/+7
| | | | | |
* | | | | | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-061-13/+25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this also fixes weird-bug Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesFragment.java OpenKeychain/src/main/res/values/strings.xml
| * | | | | implement sticky preferencesVincent Breitmoser2015-05-311-13/+25
| | | | | |
* | | | | | multi-decrypt: working in principleVincent Breitmoser2015-06-021-2/+161
|/ / / / /
* | | | | preserve state in DecryptTextActivityVincent Breitmoser2015-05-281-1/+1
| | | | |