Commit Graph

61 Commits

Author SHA1 Message Date
Dominik Schürmann
0e33fd2392 Split api libs into OpenKeychain specific and OpenPGP Provider lib 2014-03-07 23:05:03 +01:00
Dominik Schürmann
59067f9f8b API: get key 2014-03-07 11:24:53 +01:00
Dominik Schürmann
53ba741810 Fix API docs 2014-03-07 11:05:11 +01:00
Dominik Schürmann
a3f17be192 Fix API docs 2014-03-07 10:54:36 +01:00
Dominik Schürmann
0cb5d86860 back to Gradle 1.10, Using Gradle 1.11 requires Android Studio 0.5.0 which is not released yet 2014-03-06 22:24:52 +01:00
Emantor
3ccb2b65cb Update missing build.gradle files 2014-03-06 19:02:07 +01:00
Emantor
53c1d95b8b Add new gradle-wrapper.jar 2014-03-06 18:22:19 +01:00
Emantor
1ab663a495 Update gradlewrapper to gradle 1.11 2014-03-06 17:43:33 +01:00
Dominik Schürmann
4c49bdcccc Fix documentation and variable naming in API 2014-03-06 14:02:21 +01:00
Dominik Schürmann
452d8d3fa4 Merge pull request #335 from honnel/master
updated build.gradle-Files to current Versions of build-tools and SDK.
2014-03-05 20:05:16 +01:00
Daniel Hammann
bc5f2a9305 Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychain 2014-03-05 17:05:01 +01:00
Daniel Gultsch
aafcdbd945 added automaticaly generated ant files 2014-03-05 16:16:42 +01:00
Daniel Hammann
bbda6a5b02 updated build.gradle-Files to current Versions of build-tools and SDK. 2014-03-05 14:14:22 +01:00
Dominik Schürmann
06f9134eb1 Enforce private key for applications, verify signed-only texts without passphrase input, better internal decrypt and verify method 2014-03-04 20:53:44 +01:00
Dominik Schürmann
7f384e7346 version code 3 API lib 2014-03-02 18:21:32 +01:00
Dominik Schürmann
4cb309c1cc add lib icons for holo light 2014-03-02 02:25:31 +01:00
Dominik Schürmann
8c6017e890 fixes for OpenPgpListPreference 2014-03-02 02:17:20 +01:00
Dominik Schürmann
4a13f70a88 API changes 2014-03-02 01:20:06 +01:00
Dominik Schürmann
31292bd057 Merge pull request #311 from emdete/master
prevent null byte[] in case of encoding exc
2014-02-28 16:40:23 +01:00
M. Dietrich
cec6c3ab5a prevent null byte[] in case of encoding exc 2014-02-28 15:18:54 +01:00
Dominik Schürmann
a2544fb2b0 Fix binding of install intents to package 2014-02-27 21:43:52 +01:00
mar-v-in
b0ca33da40 Change resource name and remove unneeded if from 44232af 2014-02-27 10:55:52 +01:00
mar-v-in
44232afe94 Show link to Market if no openpgp provider installed installed
Issue #295
2014-02-27 10:35:28 +01:00
Dominik Schürmann
e97630b75e reapply accedentially reverted 5d88672609 2014-02-24 01:47:53 +01:00
Dominik Schürmann
c7c45a80fa fix signature passing and verify in demo 2014-02-24 01:24:46 +01:00
Dominik Schürmann
d1e8acd302 fix openpgp4fpr demo 2014-02-21 16:34:14 +01:00
Dominik Schürmann
1ed532b6e2 remove logging from library 2014-02-21 16:04:05 +01:00
Dominik Schürmann
5d88672609 do not serialize async tasks 2014-02-21 15:56:58 +01:00
Dominik Schürmann
9a653d6a9c fix intent demo crash, remove unused layout 2014-02-21 15:51:07 +01:00
Dominik Schürmann
f6da3e80e6 api example: fix crash when no signature is present 2014-02-21 15:49:08 +01:00
Dominik Schürmann
9314831051 add project.properties to support Eclipse 2014-02-21 15:31:24 +01:00
Dominik Schürmann
aaddd26b51 verification of cleartext signatures works 2014-02-21 02:31:30 +01:00
Dominik Schürmann
b4f977673f rename to OpenKeychain 2014-02-21 01:03:20 +01:00
Dominik Schürmann
286b27522e Cleanup of API demo 2014-02-17 20:35:59 +01:00
Dominik Schürmann
89d6dcc996 decrypt into message not ciphertext EditText 2014-02-17 19:08:24 +01:00
Dominik Schürmann
f3bbd34482 Fix register activity 2014-02-17 19:06:29 +01:00
Dominik Schürmann
c4213e8d7a gradle android plugin 0.8.0 to 0.8.3 2014-02-17 18:40:11 +01:00
Dominik Schürmann
154849b591 rename intent helper 2014-02-16 01:35:14 +01:00
Dominik Schürmann
ec2ca61b65 fix some intents and demos 2014-02-16 00:40:10 +01:00
Dominik Schürmann
81b810e9f6 intent demo, fix some intents 2014-02-15 20:14:23 +01:00
Dominik Schürmann
e70886e242 cleanup 2014-02-15 19:18:42 +01:00
Dominik Schürmann
dc16601458 fix layout 2014-02-15 19:12:50 +01:00
Dominik Schürmann
ea361f4bf5 select provider with preference 2014-02-15 18:51:58 +01:00
Dominik Schürmann
884aaf7e7a save selected provider in list preference 2014-02-15 18:44:13 +01:00
Dominik Schürmann
a659e97a64 list preference: load provider list on open of dialog not on create of preference to reload when keychain has been installed 2014-02-15 18:11:14 +01:00
Dominik Schürmann
9f7f4fd27a Add None-entry to ListPreference 2014-02-15 18:04:30 +01:00
Dominik Schürmann
2b98f2a0d7 Restructure API lib folder to support Eclipse 2014-02-15 17:09:21 +01:00
Dominik Schürmann
3d59796337 Fix problem with unparceling by setting class loader in api lib, remove unneeded aidl classes 2014-02-15 15:46:30 +01:00
Dominik Schürmann
f9578d24fa documentation on service 2014-02-15 15:19:50 +01:00
Dominik Schürmann
52f1c930eb parse string util method, better help text for access screen 2014-02-15 13:00:47 +01:00