aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | revamp decrypt uiVincent Breitmoser2015-04-244-81/+44
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-04-224-16/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | development
| * | | | | | | | | | | | | Fixed Snackbar behind layoutManoj Khanna2015-04-223-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Surrounded string with quotes
| * | | | | | | | | | | | | keyserver verification on additionAdithya Abraham Philip2015-04-222-0/+41
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Update changelogDominik Schürmann2015-04-221-6/+8
|/ / / / / / / / / / / / /
* | | | | | | | | | | | / support for handling keyserver urls from browser, added documentationAdithya Abraham Philip2015-04-201-0/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-5/+5
|/ / / / / / / / / / /
* | | | | | | | | | | Pull from transifexDominik Schürmann2015-04-14110-1110/+1555
| | | | | | | | | | |
* | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Rename advanced to extendedDominik Schürmann2015-03-311-7/+7
| | | | | | | | | | |
* | | | | | | | | | | From passphrase to passwordDominik Schürmann2015-03-311-47/+47
| | | | | | | | | | |
* | | | | | | | | | | Simplify passphrase dialog designDominik Schürmann2015-03-312-2/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'v/crypto-input-parcel' of ↵Vincent Breitmoser2015-03-303-63/+60
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:open-keychain/open-keychain into v/crypto-input-parcel Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFilesFragment.java
| * | | | | | | | | | | Fix scrollbarDominik Schürmann2015-03-301-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Use RecyclerView in EncryptFilesFragmentDominik Schürmann2015-03-303-63/+59
| | | | | | | | | | | |
* | | | | | | | | | | | fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-1/+0
|/ / / / / / / / / / /
* | | | | | | | | | | 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
| * | | | | | | | | | rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-303-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
* | | | | | | | | | | Fix strings with email addressDominik Schürmann2015-03-291-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-291-0/+1
|\| | | | | | | | | |
| * | | | | | | | | | -Fixed a situation where additional emails could be duplicated when creating ↵Daniel Ramos2015-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a new key -If CreateKeyEmailFragment view is recreated, the array of additional emails won't be repopulated again if its not null, avoiding new reallocations. -if CreateKeyEmailFragment view is recreated, the email adapter wont be recreated if its not null, avoiding new reallocations.
* | | | | | | | | | | Fixing crashes with new encrypt uiDominik Schürmann2015-03-293-2/+1
| | | | | | | | | | |
* | | | | | | | | | | Refactoring of EncryptTextActivityDominik Schürmann2015-03-271-4/+3
| | | | | | | | | | |
* | | | | | | | | | | Start refactoring encrypt ui, EncryptFileActivity no longer crashingDominik Schürmann2015-03-263-10/+8
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-24191-7866/+9358
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/SafeSlingerActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/UploadKeyActivity.java
| * | | | | | | | | | 3.2beta3Dominik Schürmann2015-03-231-1/+1
| | | | | | | | | | |
| * | | | | | | | | | translation fixesDominik Schürmann2015-03-238-113/+93
| | | | | | | | | | |
| * | | | | | | | | | Fix language problems reported by yahoe.001 on transifexDominik Schürmann2015-03-234-11/+16
| | | | | | | | | | |
| * | | | | | | | | | Pull from transifexDominik Schürmann2015-03-23110-199/+8849
| | | | | | | | | | |
| * | | | | | | | | | Remove remaining html entities in changelogDominik Schürmann2015-03-231-3/+3
| | | | | | | | | | |
| * | | | | | | | | | introduced multi-threadingAdithya Abraham Philip2015-03-232-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactored oldKeys to updatedKeys added update all keys, ThreadPoolExecutor used modified CachedThreadPoolExecutor
| * | | | | | | | | | Markdown commentsDominik Schürmann2015-03-235-5/+5
| | | | | | | | | | |
| * | | | | | | | | | Remove changelog in main folder, update commentsDominik Schürmann2015-03-234-0/+4
| | | | | | | | | | |
| * | | | | | | | | | Use markdown for in-app helpDominik Schürmann2015-03-2378-7635/+481
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | further improve yubikey error handlingVincent Breitmoser2015-03-231-0/+1
| | | | | | | | | |
* | | | | | | | | | nicer handling of nfc errorsVincent Breitmoser2015-03-231-0/+1
| | | | | | | | | |
* | | | | | | | | | enable nfc in import dialog as wellVincent Breitmoser2015-03-221-1/+2
| | | | | | | | | |
* | | | | | | | | | finish ui flow for yubikey importVincent Breitmoser2015-03-222-23/+66
| | | | | | | | | |
* | | | | | | | | | actually promote to divert, pass yubikey's AIDVincent Breitmoser2015-03-221-1/+3
| | | | | | | | | |
* | | | | | | | | | improve status reporting in yubikey dialogueVincent Breitmoser2015-03-222-3/+12
| | | | | | | | | |
* | | | | | | | | | move yubikey import into viewkeyfragmentVincent Breitmoser2015-03-223-70/+117
| | | | | | | | | |
* | | | | | | | | | split up wait/action yubikey fragmentsVincent Breitmoser2015-03-2111-19/+88
| | | | | | | | | |
* | | | | | | | | | work on ad-hoc yubikey import supportVincent Breitmoser2015-03-211-16/+85
| | | | | | | | | |
* | | | | | | | | | first steps toward yubikey activityVincent Breitmoser2015-03-212-17/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* | | | | | | | | | Merge remote-tracking branch 'origin/development' into v/crypto-input-parcelVincent Breitmoser2015-03-211-5/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * | | | | | | | | Fixed Snackbar behind keyboard on ImportKeysActivityManoj Khanna2015-03-201-5/+15
| | | | | | | | | |
* | | | | | | | | | add edit key unit test for no-opVincent Breitmoser2015-03-201-0/+1
| | | | | | | | | |
* | | | | | | | | | fix unit tests (for real)Vincent Breitmoser2015-03-201-2/+4
| | | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-2029-164/+152
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/CertifyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/EditKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/PgpSignEncryptResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptInputParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/SignEncryptParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/SetPassphraseDialogFragment.java