aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Collapse)AuthorAgeFilesLines
...
* Better selection of preferred algorithmDominik Schürmann2015-03-051-4/+5
|
* Refactor AppsListFragmentDominik Schürmann2015-02-231-41/+41
|
* Refactor AppsListFragmentDominik Schürmann2015-02-231-136/+142
|
* Uncluttering App Settings: Move advanced info in dialogDominik Schürmann2015-02-231-18/+30
|
* More toolbar fixesDominik Schürmann2015-02-031-0/+1
|
* Toolbar fixes, Toolbar under status bar on LollipopDominik Schürmann2015-02-031-7/+19
|
* Floating Action Button added in app settingsDominik Schürmann2015-02-031-31/+68
|
* Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-02-024-96/+33
|\ | | | | | | development
| * rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-014-96/+33
| | | | | | | | | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* | UI experiments for app settingsDominik Schürmann2015-02-021-11/+20
|/
* Rename app setting classes for consistencyDominik Schürmann2015-01-304-12/+12
|
* Saving of allowed keysDominik Schürmann2015-01-292-3/+321
|
* Introduce allowed keys table per API clientDominik Schürmann2015-01-291-1/+0
|
* Close FileDescriptors and input, output streams when possibleDominik Schürmann2015-01-291-285/+335
|
* Move key list logic into fragment, UI fixes for nav drawerDominik Schürmann2015-01-293-57/+0
|
* Support verification of detached signaturesDominik Schürmann2015-01-271-6/+10
|
* Merge branch 'development' into detached-sigs-apiDominik Schürmann2015-01-271-0/+5
|\ | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-01-271-0/+6
| |\ | | | | | | | | | development
| | * backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-271-0/+6
| | |
* | | Fixes for detached signaturesDominik Schürmann2015-01-261-2/+10
| | |
* | | Merge branch 'development' into detached-sigs-apiDominik Schürmann2015-01-266-227/+254
|\| | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| * | Material Design DrawerDominik Schürmann2015-01-261-8/+16
| |/
| * Material Design: Full screen dialogsDominik Schürmann2015-01-262-26/+18
| |
| * lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-255-228/+234
| |
| * Refactor BaseActivityDominik Schürmann2015-01-134-14/+35
| |
| * Start working on Material DesignDominik Schürmann2015-01-131-2/+5
| |
* | Experimental API support for detached signatures (not tested)Dominik Schürmann2015-01-081-22/+25
|/
* Fix crash with NotFoundExceptionDominik Schürmann2014-10-261-3/+8
|
* Fail on unknown key ids on API, Key item design consistency for APIDominik Schürmann2014-10-261-0/+1
|
* Fixes and icons for apps list, also add Password StoreDominik Schürmann2014-10-251-12/+25
|
* make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperationVincent Breitmoser2014-10-131-29/+3
|
* move around package structure a bitVincent Breitmoser2014-10-104-10/+9
|
* Better handling if no api key is selectedDominik Schürmann2014-10-091-1/+1
|
* Better handling if no api key is selectedDominik Schürmann2014-10-092-8/+14
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-5/+12
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-093-14/+14
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-093-14/+14
|
* one more fix for getting the right subkey in api signingVincent Breitmoser2014-10-031-19/+19
|
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-2/+2
| | | | This one should remedy #811, but waiting for a test
* check key ids when used from apiDominik Schürmann2014-10-011-6/+8
|
* request passphrase for correct subkey in OpenPgpServiceVincent Breitmoser2014-09-301-7/+8
| | | | fixes #811, hopefully
* Fix NfcActivity task stack problemDominik Schürmann2014-09-291-2/+0
|
* Dont show keyboard by default in key creation to allow the user to get an ↵Dominik Schürmann2014-09-271-5/+6
| | | | overview what to type, use spannable where possible
* Fixes for new app listDominik Schürmann2014-09-242-43/+86
|
* propose apps in apps listDominik Schürmann2014-09-241-26/+141
|
* Fix logging in NFcActivityDominik Schürmann2014-09-241-1/+12
|
* Merge openpgp-card lib into OpenKeychain, it was already depending on OK, no ↵Dominik Schürmann2014-09-241-2/+1
| | | | need to separate
* Yubikey text decryption workingDominik Schürmann2014-09-241-3/+2
|
* Yubikey decryptionDominik Schürmann2014-09-241-2/+3
|
* DecryptTextActivity reworkDominik Schürmann2014-09-231-2/+1
|