aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote
Commit message (Collapse)AuthorAgeFilesLines
* New Gradle project structureDominik Schürmann2014-01-2712-2154/+0
|
* Externalize secret key selection into fragment for reuse in different activitiesDominik Schürmann2014-01-182-89/+20
|
* implement navigation drawerDominik Schürmann2014-01-091-28/+3
|
* add experimental drawer navigationDominik Schürmann2014-01-091-7/+12
|
* Simple new list implementations, remove library, use simple adapter with ↵Dominik Schürmann2014-01-011-6/+2
| | | | headings
* Fix custom action bars for Android 4.4Dominik Schürmann2013-12-301-1/+1
|
* Inform user if signature check failsDominik Schürmann2013-12-302-4/+39
|
* remote service: package signature verification, use string for service ↵Dominik Schürmann2013-12-304-44/+137
| | | | instead of getClass.getName
* spring-cleaning: remove unused resources, rename strings from camelCase to ↵Dominik Schürmann2013-10-253-4/+4
| | | | snake_case to follow standard practice
* New API version, import from clipboardDominik Schürmann2013-10-051-40/+109
|
* API updateDominik Schürmann2013-10-021-14/+17
|
* Import keys with adapter, loader, and new designDominik Schürmann2013-09-221-36/+9
|
* Set default algorithms to SHA-512 and AES-256Dominik Schürmann2013-09-201-2/+2
|
* API documentationDominik Schürmann2013-09-161-1/+1
|
* API documentationDominik Schürmann2013-09-161-1/+1
|
* Simplify exception handling in serviceDominik Schürmann2013-09-162-61/+23
|
* Better error handlingDominik Schürmann2013-09-162-64/+78
|
* API update: boolean to allow/disallow user interaction allow real background ↵Dominik Schürmann2013-09-161-17/+20
| | | | pgp operations that will not require user input
* rename encryptAndSign to signAndEncryptDominik Schürmann2013-09-151-2/+2
|
* Put PgpMain methods in separate opbject classes, handle passphrase dialog in ↵Dominik Schürmann2013-09-154-28/+28
| | | | EditKey not in SecretKeyList
* Move pgp classes into subpackageDominik Schürmann2013-09-154-6/+6
|
* add untrusted signature statusDominik Schürmann2013-09-151-1/+1
|
* reorder manifestDominik Schürmann2013-09-151-2/+2
|
* Extended apiDominik Schürmann2013-09-156-37/+237
|
* Define abstract remote serviceDominik Schürmann2013-09-152-212/+287
|
* once again reorder packagesDominik Schürmann2013-09-158-0/+1820