This website requires JavaScript.
ff4d0c26b9
new qr code icon
Dominik
2012-06-11 02:45:56 +03:00
0f243d9e41
code cleanup and fixes for encrypt
Dominik
2012-06-09 19:43:37 +03:00
5576a847a6
fixes for empty passphrase
Dominik
2012-06-09 19:12:19 +03:00
404ba01424
much work on EncryptActivity
Dominik
2012-06-09 18:04:18 +03:00
5a51f79126
working on externalizing encrypt methods into the service
Dominik
2012-06-09 03:46:30 +03:00
7b61ad24d7
code cleanup
Dominik
2012-04-25 19:09:24 +02:00
b63fe462a4
restructering services
Dominik
2012-04-25 18:59:51 +02:00
26a9a9e423
fixing layout when creating default rsa keys
Dominik
2012-04-25 18:37:58 +02:00
73a2957d95
intent to create default rsa key pair
Dominik
2012-04-25 17:54:02 +02:00
340e0289ef
reworking createKey
Dominik
2012-04-25 17:28:35 +02:00
f06fcd989b
externalizing code into service
Dominik
2012-04-25 15:10:12 +02:00
da96aacf55
ActionBarSherlock 4.0.2
Dominik
2012-04-20 12:14:21 +02:00
784c3156df
started working on dialogs
Dominik
2012-04-20 12:12:07 +02:00
e95ec50b46
changing package name back
Dominik
2012-04-14 16:18:06 +02:00
30b6cc60f2
intent to create key with default keyring
Dominik
2012-04-14 15:25:33 +02:00
4eebeede2b
implemented secret keys without passphrase
Dominik
2012-04-13 16:54:50 +02:00
4793cd1c25
designing encrypt and decrypt
Dominik
2012-04-13 03:33:00 +02:00
01230cd0a9
new icon and readme
Dominik
2012-04-13 02:34:46 +02:00
2008c2608e
started reworking the key creation
Dominik
2012-04-12 19:44:00 +02:00
1a33f4d886
intent to create a new key
Dominik
2012-04-12 15:23:00 +02:00
dfa4e084dd
updated spongycastle
Dominik
2012-04-11 23:58:15 +02:00
a2ed5e14d3
min sdk
Dominik
2012-04-11 20:00:00 +02:00
2f58c3d86b
integration lib and demo
Dominik
2012-04-11 19:29:27 +02:00
e092016518
license headers
Dominik
2012-03-22 20:40:28 +01:00
428a9c5396
Started working on API demo app
Dominik
2012-03-22 20:38:50 +01:00
ea39b14bf5
readme
Dominik
2012-03-12 17:00:07 +01:00
62dc33e08b
readme
Dominik
2012-03-12 16:58:25 +01:00
d58870ad72
readme
Dominik
2012-03-12 16:57:05 +01:00
0581cbb52a
first version
Dominik
2012-03-12 15:39:27 +01:00
518fc2a310
help activity
Dominik
2012-03-12 15:10:26 +01:00
87e456e77c
refactoring...
Dominik
2012-03-12 14:28:35 +01:00
f350c26679
constantly modernizing the ui
Dominik
2012-03-12 01:58:24 +01:00
c6dc64742a
further ui developments
Dominik
2012-03-12 00:12:19 +01:00
9b32cf87e2
Started using ActionBarSherlock
Dominik
2012-03-11 17:33:40 +01:00
e9c0d7a711
Started implementation of Dashboard design pattern
Dominik
2012-03-11 16:33:47 +01:00
9ce7842ac9
dropping gmail support, k9 mail support is more important, in any case gmail support is not working as of android 2.3 and later
Dominik
2012-03-10 21:36:08 +01:00
328da74eb2
renaming permissions and uris
Dominik
2012-03-10 21:24:53 +01:00
630780cae4
new directory structure
Dominik
2012-03-10 20:22:29 +01:00
3fd5a55516
can now be build with ant
Dominik
2012-03-10 20:14:01 +01:00
3a119db86a
changed directory structure to match default
Dominik
2012-03-10 20:09:58 +01:00
a09e9f45ca
new build files
Dominik
2012-03-10 03:42:57 +01:00
c72b027706
small changes
Dominik
2012-03-10 03:26:59 +01:00
4a8d9694c4
new icon, new about dialog, some refactorings
Dominik
2012-03-09 18:43:10 +01:00
8452fb62b7
renaming whole package to org.apg to simplifiy name
Dominik
2012-03-09 16:27:29 +01:00
df6933bfb8
fixes to clipboard management
Dominik
2012-03-09 15:41:31 +01:00
7a2e1e42d9
fixing qrcode integration
Dominik
2012-03-09 12:13:28 +01:00
781f089ee1
merged senecasos repo
Dominik
2012-03-09 11:08:22 +01:00
5ede7d4756
Merge branch 'pampa'
Dominik
2012-03-09 10:53:53 +01:00
a942c4a507
merged apg_service from googlecode
Dominik
2012-03-09 10:51:38 +01:00
ad16574657
Allow to pass large blobs and a new content provider to simplify this
Markus Doits
2011-11-04 21:22:49 +01:00
a7294d50b1
Ignore good old mac's .DS_Store ...
Markus Doits
2011-11-04 20:53:01 +01:00
8d9b0e1db8
Switch to spongycastle
Markus Doits
2011-11-03 22:15:31 +01:00
e6c86a8892
Add .gitignore to ignore eclipse-specific files
Markus Doits
2011-11-03 22:14:37 +01:00
1b7fbb1eeb
Update to latest version in master
Markus Doits
2011-11-03 20:14:24 +01:00
debb90409a
-implementation of "--send-key" -implementation of "--sign-key" -partial implementation of exchanging/verifying keys via QR Code
senecaso
2011-10-17 10:07:37 +09:00
6f2333b7d3
-mavenizing the project -moving all org.bouncycastl2.* dependencies to Sponcy Castle instead. This way multiple people dont need to maintain rebased versions of BC
senecaso
2011-10-06 15:31:16 +09:00
70b75e7312
skip PGPSignatureList if it comes before PGPLiteralData
Alex Zhukov
2011-09-27 22:01:04 +04:00
3ec27e07ae
@Override refactoring, some explicit casting added
Oliver Runge
2011-09-17 23:44:06 +02:00
50036a4642
added .gitignore
Oliver Runge
2011-09-17 23:31:12 +02:00
9fbda63b6f
added Portuguese translation, thanks, Paulo Angelo
Thialfihar
2011-09-11 20:02:20 +00:00
cb8d589034
upgraded to target android-13
Thialfihar
2011-09-11 19:15:58 +00:00
0502be7652
Documentation update of ApgCon
Markus Doits
2011-06-05 19:47:41 +00:00
24205b8dbc
Cleanup of code, AIDL-calls renamed!
Markus Doits
2011-06-05 19:05:57 +00:00
6502e58c26
Possibility to not compile Log.d and Log.v in
Markus Doits
2011-06-05 19:05:18 +00:00
3be076d024
Little better log-managing for release-versions of ApgCon
Markus Doits
2011-05-18 18:19:47 +00:00
3a22ac4197
applied proposed patch by mattispasch for issue 99
Thialfihar
2011-03-19 18:23:54 +00:00
4e37568eab
remove the null check for progress again, not needed in the trunk for now
Thialfihar
2011-02-05 16:40:46 +00:00
f37204321d
don't include a Preference re-instantiation for now, will see about that when merging apg_service
Thialfihar
2011-02-05 16:11:07 +00:00
36c2b860ce
strings fixes in IT and NO version
Thialfihar
2011-02-05 16:09:01 +00:00
c497e48817
Define interface without imports
Markus Doits
2011-01-25 19:51:35 +00:00
7278932990
Make callback use an interface 'the java way'_tm
Markus Doits
2011-01-25 19:39:07 +00:00
1036eb6bd5
Log stacktraces the android way
Markus Doits
2011-01-25 19:38:56 +00:00
3372e57157
Allow to retrieve connection status
Markus Doits
2011-01-23 21:37:06 +00:00
66263ab6e3
Allow to return itself on callback
Markus Doits
2011-01-23 21:36:59 +00:00
cb4f1933d5
Dont remove result and warnings from result
Markus Doits
2011-01-23 21:36:51 +00:00
efc5575d56
Change the way the complete result can be retrieved
Markus Doits
2011-01-23 21:36:44 +00:00
1ec5fc0541
Allow to retrieve fingerprints and user ids through AIDL
Markus Doits
2011-01-23 21:36:35 +00:00
6b7db8161a
Don't query things we don't need
Markus Doits
2011-01-23 21:36:27 +00:00
4b882fa90b
Other applications must user permission to read key details to connect to AIDL interface
Markus Doits
2011-01-23 21:36:20 +00:00
b5097b7a41
Some more verbose logs
Markus Doits
2011-01-20 20:23:13 +00:00
c9f6f56827
Work on errors and documentation - once more
Markus Doits
2011-01-20 20:00:28 +00:00
392969629c
Some better (non-misleading) error msgs
Markus Doits
2011-01-20 18:38:15 +00:00
1af5a985b5
Redefine some log-msges
Markus Doits
2011-01-20 18:25:38 +00:00
05627fbd62
Print some info about keys on asymmetric encryption
Markus Doits
2011-01-20 18:19:42 +00:00
730b44bc73
Make the stacktrace enabler static
Markus Doits
2011-01-20 18:19:34 +00:00
dfb4f4e030
Allow at compile time to enable stacktraces on exceptions
Markus Doits
2011-01-20 17:38:25 +00:00
d4901f5999
Catch callback's and apg-call's (are there any?) exceptions
Markus Doits
2011-01-20 16:53:51 +00:00
72ab7fb25f
Some more error output
Markus Doits
2011-01-20 16:40:45 +00:00
3e158d0afc
Some better errors (hopefully more information)
Markus Doits
2011-01-20 16:36:03 +00:00
15bf93de34
Fix wrong param in doc
Markus Doits
2011-01-20 12:49:49 +00:00
e73794a5cc
Add javadoc on public things
Markus Doits
2011-01-20 11:55:36 +00:00
be2476e0ba
Allow async execution of an AIDL call
Markus Doits
2011-01-19 22:33:06 +00:00
79cf07f1e2
Compare strings like they should be compared
Markus Doits
2011-01-18 22:24:28 +00:00
945e8bb25b
Add another verbose hint for ApgCon constructor
Markus Doits
2011-01-18 22:19:48 +00:00
209b300638
Print api_version if matching
Markus Doits
2011-01-18 22:12:47 +00:00
fd24d128fe
Check for AIDL Api version and ApgService
Markus Doits
2011-01-18 22:09:05 +00:00
e6ece71fa0
Add AIDL API version
Markus Doits
2011-01-18 22:08:56 +00:00
10e0dd0237
Update AIDL to reflect new argument names
Markus Doits
2011-01-18 21:17:14 +00:00
3f703fa4ea
More finegrained errors
Markus Doits
2011-01-18 21:17:05 +00:00
79238cbcce
Rename parameters
Markus Doits
2011-01-18 20:35:41 +00:00