aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Fix #1197 Switch to MaterialDrawer libraryvectorijk2015-04-241-2/+4
| |
| * Introduce and Switch to mikepenz/MaterialDrawervectorijk2015-04-242-0/+26
| |
* | fix encrypt activity layoutVincent Breitmoser2015-04-241-1/+3
| |
* | revamp decrypt uiVincent Breitmoser2015-04-242-74/+19
|/
* Fixed Snackbar behind layoutManoj Khanna2015-04-222-16/+15
| | | | Surrounded string with quotes
* keyserver verification on additionAdithya Abraham Philip2015-04-221-0/+29
|
* Merge pull request #1193 from adithyaphilip/auto-refresh-contactsDominik Schürmann2015-04-131-0/+1
|\ | | | | Immediate display of contact card, fixed contact picture display issue, hides card if no contact
| * hide linked system contact card if no contact presentAdithya Abraham Philip2015-04-081-0/+1
| |
* | Simplify passphrase dialog designDominik Schürmann2015-03-311-1/+0
| |
* | Fix scrollbarDominik Schürmann2015-03-301-0/+1
| |
* | Use RecyclerView in EncryptFilesFragmentDominik Schürmann2015-03-303-63/+59
| |
* | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-303-13/+23
|\| | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptModeAsymmetricFragment.java