aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Fix color and design in help activityDominik Schürmann2015-08-031-14/+10
|
* Restore fab colors in key listDominik Schürmann2015-07-251-6/+6
|
* Update recent decrypt changes to use new theme attributesThialfihar2015-07-211-2/+2
|
* Make tab text and indicator themeableThialfihar2015-07-212-4/+4
|
* Make import keys activity honour the themeThialfihar2015-07-211-19/+5
| | | | | | | | | This changes the light theme slightly as well, it uses the actual background instead of pure white and removes the thick superfluous divider on top. The divider at the bottom now has no margin, making the separation from the FrameLayout on top more consistent, especially when there is scrollable content.
* Make CardView background themeableThialfihar2015-07-213-5/+5
| | | | However, CardViews displaying QR codes keep a fixed white background.
* Make bright toolbar themeableThialfihar2015-07-213-18/+2
| | | | | | | | | | Also remove a superfluous divider in the decrypt files fragment and the unused drawer_custom_header.xml. This changes the color of the toolbar in the light theme as well, because its brightness didn't play well with the system status bar of Android, drowning it in whiteness. Now it is still very light, but the system bar is still faintly visible above it.
* Make help pages work in dark themeThialfihar2015-07-211-2/+11
| | | | | This maintains the black-on-white theme of the HTML views even for the dark theme.
* Give password strength indicator colors their own nameThialfihar2015-07-211-4/+4
| | | | Also prune the android color definitions, most of which aren't used.
* Give key flag colors their own color namesThialfihar2015-07-211-2/+2
| | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
* Make log background themeableThialfihar2015-07-211-3/+3
|
* Make FAB colors themeableThialfihar2015-07-211-6/+6
|
* Make button row background themeableThialfihar2015-07-2113-23/+23
|
* Make header text and tertiary text color themeableThialfihar2015-07-217-10/+10
|
* Start moving colors into themesThialfihar2015-07-214-17/+17
| | | | | | | | 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.
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-3/+2
|
* use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-2/+3
|
* implemented revocation on deletionAdithya Abraham Philip2015-07-131-0/+24
|
* Rudimentary backup featureDominik Schürmann2015-07-082-0/+88
|
* multi-decrypt: add retry mechanismVincent Breitmoser2015-07-081-1/+13
|
* multi-decrypt: add cancelled stateVincent Breitmoser2015-07-081-0/+20
|
* put encryptdecrypt overview into a scrollviewVincent Breitmoser2015-07-081-100/+107
|
* Package cert not sigDominik Schürmann2015-07-071-2/+2
|
* Better YubiKey UX flow for error handlingDominik Schürmann2015-07-061-21/+42
|
* In NfcOperationsActivity, show NFC errors inline, in others show as NotifyDominik Schürmann2015-07-061-1/+40
|
* Subtle design improvements to yubikey dialogDominik Schürmann2015-07-031-24/+57
|
* New NFC dialog design with indeterminate progress, do NFC stuff in backgroundDominik Schürmann2015-07-031-22/+73
|
* reworked keyserver preferences with recyclerviewAdithya Abraham Philip2015-07-023-87/+83
|
* Add missing fragments for YubiKey PINsDominik Schürmann2015-07-012-0/+219
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-06-301-3/+4
|\
| * small layout fix in EncryptTextFragmentVincent Breitmoser2015-06-301-3/+4
| |
* | Better settings workaroundsDominik Schürmann2015-06-301-2/+3
|/
* Create key wizard for blank YubiKeyDominik Schürmann2015-06-293-0/+76
|
* Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-261-0/+22
|\
| * use KeyAdapter for AllowedKeysListFragmentVincent Breitmoser2015-06-261-0/+22
| |
* | move select file logic into EncryptDecryptOverviewFragmentVincent Breitmoser2015-06-221-22/+8
| |
* | multi-decrypt: use indeterminate progress onlyVincent Breitmoser2015-06-221-50/+45
| |
* | add failure state to DecryptListFragmentVincent Breitmoser2015-06-221-1/+49
| |
* | instrument: update symmetric testsVincent Breitmoser2015-06-201-1/+0
| |
* | fix overflow iconVincent Breitmoser2015-06-201-1/+1
| |
* | working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-201-4/+6
| |
* | handle multiple input URIs and Intent.SEND_MULTIPLEVincent Breitmoser2015-06-181-1/+1
| |
* | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-174-58/+32
|\| | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
| * nicer preview of decrypt_text_fragment layoutVincent Breitmoser2015-06-171-0/+3
| |
| * use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-172-57/+19
| |
| * improve preview of ViewKeyActivity layoutVincent Breitmoser2015-06-171-1/+10
| |
| * (minor) layout changesVincent Breitmoser2015-06-171-1/+2
| |
* | fix status icon alignmentVincent Breitmoser2015-06-141-0/+2
| |
* | (minor) layout changesVincent Breitmoser2015-06-132-3/+2
| |
* | add ToolableViewAnimatorVincent Breitmoser2015-06-111-9/+12
| |