aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' of https://github.com/manojkhannakm/open-keychain ↵Dominik Schürmann2015-03-211-1/+1
|\ | | | | | | into manojkhannakm-development
| * Reworked Notify classManoj Khanna2015-03-201-1/+1
| |
* | Add TODO to remote APIDominik Schürmann2015-03-211-0/+2
|/
* Fix API RESULT_TYPEDominik Schürmann2015-03-201-2/+4
|
* Fix PASSPHRASE handling in APIDominik Schürmann2015-03-201-2/+18
|
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-3/+4
|
* object oriented split user idDominik Schürmann2015-03-162-6/+6
|
* Allow selection of none in SelectSignKeyIdActivityDominik Schürmann2015-03-151-2/+15
|
* Remove display of key id in other listsDominik Schürmann2015-03-152-0/+4
|
* Fixed a ClassCastExceptionManoj Khanna2015-03-152-5/+5
|
* API 7Dominik Schürmann2015-03-107-155/+496
|
* API: If signature key is known return pi to show keyDominik Schürmann2015-03-091-73/+72
|
* Fix colors for remote activityDominik Schürmann2015-03-091-1/+1
|
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-5/+7
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Use no compression in API for nowDominik Schürmann2015-03-051-1/+2
|
* 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
|