aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | multi-decrypt: switch to cardviewVincent Breitmoser2015-06-101-9/+15
| |
* | multi-decrypt: implement save operation (missing actual copy)Vincent Breitmoser2015-06-031-3/+5
| |
* | multi-decrypt: working context menuVincent Breitmoser2015-06-031-0/+1
| |
* | multi-decrypt: working in principleVincent Breitmoser2015-06-021-15/+17
| |
* | multi-decrypt: working recyclerview which decrypt files sequentially, ui in ↵Vincent Breitmoser2015-06-022-0/+233
| | | | | | | | progress
* | multi-decrypt: first steps, split up DecryptFilesFragmentVincent Breitmoser2015-06-012-129/+114
| |
* | introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-0/+0
|/ | | | | | | | this commit introduces the CachingDataDecryptorFactory, which wraps a DataDecryptorFactory but supports caching of decrypted session keys. this change also gets rid of runtimeexception based control flow in PgpDecryptVerify.
* show status indicators in EncryptFragmentVincent Breitmoser2015-05-301-17/+82
|
* preserve state in DecryptTextActivityVincent Breitmoser2015-05-281-2/+1
|
* Renaming for consisitencyDominik Schürmann2015-05-061-5/+5
|
* Move error overlay into generalized DecryptFragment, better error handling ↵Dominik Schürmann2015-05-061-76/+126
| | | | in DecryptTextActivity
* Fix nullpointer in file decryptionDominik Schürmann2015-05-051-1/+1
|
* Fix revoked/expired state in decrypt activityDominik Schürmann2015-05-041-3/+3
|
* Fix yubikey stringsDominik Schürmann2015-05-011-2/+1
|
* API: Allow selection of decryption keys when decryption failsDominik Schürmann2015-04-301-0/+38
|
* display creation dates for ambiguous user idsVincent Breitmoser2015-04-271-2/+14
|
* UI fixes for Android < 5Dominik Schürmann2015-04-261-5/+12
|
* Remove unused decrypt result layoutDominik Schürmann2015-04-263-140/+0
|
* Put decrypt result in toolbar, some ui fixes for decryptDominik Schürmann2015-04-263-2/+147
|
* Switch to new support lib version 22.1Dominik Schürmann2015-04-251-1/+1
|
* Merge pull request #1220 from vectorijk/SwitchToMaterialDrawerDominik Schürmann2015-04-252-0/+28
|\ | | | | Switch to MaterialDrawer library