aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/example-app
Commit message (Collapse)AuthorAgeFilesLines
* Split api libs into OpenKeychain specific and OpenPGP Provider libDominik Schürmann2014-03-071-1/+2
|
* Update missing build.gradle filesEmantor2014-03-061-1/+1
|
* Fix documentation and variable naming in APIDominik Schürmann2014-03-061-2/+2
|
* Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychainDaniel Hammann2014-03-053-40/+42
|\
| * version code 3 API libDominik Schürmann2014-03-021-2/+2
| |
| * API changesDominik Schürmann2014-03-021-35/+37
| |
| * prevent null byte[] in case of encoding excM. Dietrich2014-02-281-3/+3
| |
* | updated build.gradle-Files to current Versions of build-tools and SDK.Daniel Hammann2014-03-051-1/+1
|/
* fix signature passing and verify in demoDominik Schürmann2014-02-241-1/+1
|
* fix openpgp4fpr demoDominik Schürmann2014-02-211-1/+1
|
* fix intent demo crash, remove unused layoutDominik Schürmann2014-02-212-94/+1
|
* api example: fix crash when no signature is presentDominik Schürmann2014-02-211-1/+1
|
* verification of cleartext signatures worksDominik Schürmann2014-02-211-0/+19
|
* rename to OpenKeychainDominik Schürmann2014-02-211-2/+2
|
* Cleanup of API demoDominik Schürmann2014-02-173-43/+44
|
* decrypt into message not ciphertext EditTextDominik Schürmann2014-02-171-1/+1
|
* Fix register activityDominik Schürmann2014-02-171-1/+0
|
* gradle android plugin 0.8.0 to 0.8.3Dominik Schürmann2014-02-171-1/+1
|
* rename intent helperDominik Schürmann2014-02-161-11/+11
|
* fix some intents and demosDominik Schürmann2014-02-162-19/+394
|
* intent demo, fix some intentsDominik Schürmann2014-02-154-3/+244
|
* cleanupDominik Schürmann2014-02-152-29/+16
|
* fix layoutDominik Schürmann2014-02-152-69/+90
|
* select provider with preferenceDominik Schürmann2014-02-151-82/+14
|
* save selected provider in list preferenceDominik Schürmann2014-02-153-24/+9
|
* Restructure API lib folder to support EclipseDominik Schürmann2014-02-151-1/+1
|
* Fix problem with unparceling by setting class loader in api lib, remove ↵Dominik Schürmann2014-02-151-6/+5
| | | | unneeded aidl classes
* code simplificationsDominik Schürmann2014-02-151-112/+53
|
* fix passtrough of paramsDominik Schürmann2014-02-151-41/+22
|
* private request codes, pass params through methods and pending intents, ↵Dominik Schürmann2014-02-151-10/+11
| | | | getKeyIds method
* request ascii armorDominik Schürmann2014-02-141-1/+7
|
* forgot breakesDominik Schürmann2014-02-141-0/+4
|
* cleanupDominik Schürmann2014-02-148-234/+4
|
* conversion of other methodsDominik Schürmann2014-02-143-174/+189
|
* PendingIntent to handle user inputDominik Schürmann2014-02-141-17/+70
|
* Introducing new ParcelFileDescriptor pipesDominik Schürmann2014-02-144-161/+178
|
* Restructuring for new API libraryDominik Schürmann2014-02-0915-0/+964