aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/util
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* AssertionError instead of RuntimeExceptionDominik Schürmann2015-05-281-1/+1
|
* Change convertFingerprintToHex to use RuntimeExceptionDominik Schürmann2015-05-281-7/+4
|
* Use Mode.ALPHANUMERIC for QR codes to save spaceDominik Schürmann2015-05-191-1/+9
|
* Fix crash with v3 key fingerprintsDominik Schürmann2015-05-101-1/+10
|
* 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.
* profiling says: caching qrCode bitmaps is a good ideaVincent Breitmoser2015-04-271-19/+29
|
* Merge branch 'development' into v/crypto-input-parcelVincent Breitmoser2015-03-221-14/+23
|\
| * use top line in snackbar for status indicationVincent Breitmoser2015-03-221-14/+23
| |
* | move yubikey import into viewkeyfragmentVincent Breitmoser2015-03-221-1/+10
|/
* Added docs for Notify classManoj Khanna2015-03-201-0/+10
|
* Reworked Notify classManoj Khanna2015-03-201-124/+72
|
* Fix for Issue #1114Manoj Khanna2015-03-191-5/+30
| | | | Displays the snackbar above the keyboard on all activities.
* Merge pull request #1101 from danielnelz/developmentDominik Schürmann2015-03-041-25/+27
|\ | | | | #1042 replaced some int constants with enums
| * #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-25/+27
| | | | | | | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* | More icon naming fixes and designDominik Schürmann2015-03-041-14/+14
|/
* some changes to qr scan logicVincent Breitmoser2015-02-281-8/+15
|
* fab support for all notify typesVincent Breitmoser2015-02-281-23/+29
|
* small Notify cleanupVincent Breitmoser2015-02-281-24/+2
|
* control flow for moving the fab up with snackbarVincent Breitmoser2015-02-281-2/+37
|
* Enable multi line snackbar optionDominik Schürmann2015-02-271-1/+5
|
* Design fixes for header, QR Code shared element transitionsDominik Schürmann2015-02-251-8/+2
|
* CardView and more header designDominik Schürmann2015-02-251-1/+1
|
* Bigger status icon in key viewDominik Schürmann2015-02-251-16/+41
|
* First work on new key view toolbarDominik Schürmann2015-02-251-16/+32
|
* Use right colors in snackbars and logsDominik Schürmann2015-02-221-8/+10
|
* Merge remote-tracking branch 'origin/t/snackbar' into developmentDominik Schürmann2015-01-291-11/+100
|\ | | | | | | | | Conflicts: OpenKeychain/build.gradle
| * use Notify helper everywhere, replace supertoasts with snackbar libraryVincent Breitmoser2015-01-191-11/+100
| |
* | Material Design: Full screen dialogsDominik Schürmann2015-01-261-99/+0
| |
* | lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+1
|/
* color experimentsDominik Schürmann2014-10-151-38/+59
|
* reduce memory footprint of qr code in share tabVincent Breitmoser2014-10-091-3/+2
|
* Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2014-10-081-1/+1
|\ | | | | | | development