ff2da0c5d1
added some info about the speed of compression algorithms, mostly to warn about BZIP2, also added support for content URIs in file encrypt/decrypt activities
Thialfihar2010-07-05 13:22:03 +00:00
c1699150a8
prevent endless loop on some binary data during stream content determination in GeneralActivity
Thialfihar2010-07-01 23:50:14 +00:00
9d0f8a59ed
author for German translation added to the license header
Thialfihar2010-06-28 20:46:06 +00:00
a4a65f9ca0
German translation by cwoehrl added
Thialfihar2010-06-28 12:10:00 +00:00
804a6d6609
removed some translation files again, as they weren't being translated after all... just annoying to keep their English content up to date
Thialfihar2010-06-22 17:12:14 +00:00
51ed2b89a6
some fixes among English strings
Thialfihar2010-06-22 17:10:01 +00:00
bda9745d8b
much better version reading by directly looking for the APG package, rather than looping through all installed packages
Thialfihar2010-06-18 15:14:41 +00:00
dcce05f3df
applied cketti's patch to escape apostrophes
Thialfihar2010-06-17 15:51:41 +00:00
8d0160ba12
removed an outdated TODO comment
Thialfihar2010-06-17 13:24:30 +00:00
1bad192a91
using proper PreferenceActivity now, tho the underlying storage of the values remained almost the same, some changes how the preferences are accessed and how the cache service is started
Thialfihar2010-06-17 13:23:07 +00:00
315093c5bc
finally read APG version dynamicly, so the version name doesn't have to be changed anywhere but the manifest
Thialfihar2010-06-08 13:46:21 +00:00
ce1120b66e
make sure the preselected encryption key can encrypt, otherwise deselect it again at display time
Thialfihar2010-06-07 15:25:11 +00:00
7b219c5f72
in the encrypt activity automatically select the signature key as encryption key, if it is set, and if the button is pressed
Thialfihar2010-06-07 14:21:28 +00:00
0c073ca8eb
better filter for GeneralActivity again
Thialfihar2010-06-06 20:34:44 +00:00
6d2a1edd17
limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling key imports as well
Thialfihar2010-06-06 19:46:49 +00:00
edd755bd0e
content provider changes, especially querying key rings by emails
Thialfihar2010-06-06 18:40:51 +00:00
6a4c8c96db
should have been in the last commit
Thialfihar2010-06-06 17:41:40 +00:00
68d74b4d54
the select public key list now uses the selection for the ordering, putting already selected keys on top, also correctly maintains the selection over repeated filtering
Thialfihar2010-06-06 15:54:27 +00:00
a0ab240214
some Activity Intent filter cleanup, pass messages via Strings rather than ByteArrays, avoid some encoding issues
Thialfihar2010-06-06 11:42:41 +00:00
26a500956f
working encryption/decryption of text and files after GeneralActivity hands it over
Thialfihar2010-06-06 00:35:00 +00:00
8c404d83d7
added search to option menu and make it pop up when keys on the physical keyboard are pressed
Thialfihar2010-06-05 22:44:47 +00:00
84d00abea1
added search feature for key management and select Activities
Thialfihar2010-06-05 21:47:16 +00:00
a089dbbb73
introduced a general application to handle certain Intents, only to hand them to other APG Activities after looking at the content of the passed data
Thialfihar2010-06-05 17:54:40 +00:00
a85ae5e009
branching trunk out of latest 1.0.x to get a clean start for it
Thialfihar2010-06-05 00:33:33 +00:00
a571ce7c52
make sure the Intent passed to Service.onStart() is not null, not sure why it would be, but saw such an exception on the market
Thialfihar2010-06-04 21:52:20 +00:00
e334a36194
fix the inbox list for GMail account
Thialfihar2010-06-04 20:21:51 +00:00
031f9bb5e1
make sure previously cache settings of "until quit" are changed to the new default of 3 minutes, as indefinite caching is no longer supported
Thialfihar2010-06-03 16:24:04 +00:00
600b44b9fc
added a service to handle the caching, this'll ensure the cache works while no activity is around, which is better for k9mail integration
Thialfihar2010-06-03 16:17:55 +00:00
2170069d8a
force message encrypt/decrypt view if the activities are called via *_AND_RETURN Intents
Thialfihar2010-06-02 15:33:40 +00:00
7193edbba2
added content provider again and read permission to grab key details
Thialfihar2010-06-02 14:01:18 +00:00
1d023b0372
betterly store the information that the intent demands an immediate return, check action equality without verbose null checks
Thialfihar2010-06-02 10:45:26 +00:00
72b899fa79
by default show the undecrypted block without line wrapping, just feels less messy, switch after decryption
Thialfihar2010-06-02 10:20:41 +00:00
aea1902591
org.openintents package not needed anymore
Thialfihar2010-06-02 09:33:36 +00:00
ca5416532f
support ASTRO and others for the file selection
Thialfihar2010-06-01 21:28:30 +00:00
5547f61e4f
deliver the user id as well for secret key selection, so k9mail can use it to display the signature key
Thialfihar2010-06-01 14:59:06 +00:00
4229b94270
working encryption out of k9mail
Thialfihar2010-06-01 03:20:13 +00:00
24a53d548b
use string constants for bundle keys, first Intent for k9mail
Thialfihar2010-05-31 23:15:20 +00:00
74ab59cd52
update slovenian translation to 1.0.x
tripetdevet2010-05-30 20:45:53 +00:00
eed42b2e34
fully removed old DataProvider for now, manage queries, clean up old database stuff
Thialfihar2010-05-28 07:04:01 +00:00
b943f706b6
some coding practice and potential bug fixes
Thialfihar2010-05-27 20:31:34 +00:00
b42f02ba92
some coding practice and potential bug fixes
Thialfihar2010-05-27 20:27:21 +00:00
570b7a6d8e
added revocation and creation/expire time info to key table, use both for public and secret key selection
Thialfihar2010-05-27 20:09:26 +00:00
edd9a22882
some (hopefully better) database/cursor handling, picking encryption and signature keys working again, tho it'll have to be tidied up
Thialfihar2010-05-27 01:40:50 +00:00
5fb8cb4d5e
use new key database for encryption and decryption
Thialfihar2010-05-26 23:40:12 +00:00
fa99a70a49
import/export/delete/save keyrings working with new database stuff
Thialfihar2010-05-26 15:25:14 +00:00
6f28f5ee4e
key lists somewhat wrapped into one, using the new database stuff, Apg cleaned up a bit, preparing to use the database there as well
Thialfihar2010-05-26 00:33:26 +00:00
e83f1e7b3a
first steps towards better low-level key management, database upgrade to use KeyRing, Key, and UserId tables
Thialfihar2010-05-25 19:34:56 +00:00
cbe86d5f2a
give 0.10.x branch its version info
Thialfihar2010-05-21 15:46:33 +00:00
e72cd83286
added changes of 0.9.6 back, will release this as another quickfix due to the decryption bug
Thialfihar2010-05-21 02:50:07 +00:00
2c784554c7
fixed symmetric decrypting, stream didn't support .reset(), I guess, so now creating fresh streams where needed, and changed exception string to "" + e, rather than getMessage(), as that still can be null... annoying.
Thialfihar2010-05-21 02:47:40 +00:00
e5573973e7
template for Slovenian string resources
Thialfihar2010-05-20 22:20:49 +00:00
e9785168de
added changes of 0.9.5 back and added the import fix, gonna release this on its own, as it is definitely a bug that affected many
Thialfihar2010-05-20 22:06:26 +00:00
260946009a
properly import keys from streams that may contain multiple blocks of ASCII armour or binary data, also small adjustment in strings
Thialfihar2010-05-20 22:03:41 +00:00
f424b7f581
import file default for keys is empty now, changed import text a little, and changing the pass phrase during key editing updates the pass phrase cache
Thialfihar2010-05-19 14:51:58 +00:00
ed2cb1e525
overdue merge of 0.9.x into trunk
Thialfihar2010-05-18 15:23:25 +00:00
508d7ac197
catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" feature to send to APG
Thialfihar2010-05-18 15:02:57 +00:00
51866bb2b2
keep track of the position the input stream for decryption, makes it possible to give accurate progress information
Thialfihar2010-05-17 14:19:36 +00:00
eb636fce47
default message/file compression settings added, also a setting for file decryption to change the default when a file requires it
Thialfihar2010-05-16 14:20:17 +00:00
c7f0041751
give key editing its own pass phrase mechanism, as the new cache won't work there
Thialfihar2010-05-16 13:35:16 +00:00
9855f4d144
honour the pass phrase cache TTL by running a timer and removing expired cached pass phrases
Thialfihar2010-05-16 13:17:45 +00:00
2c5a80a16f
added pass phrase cache to preferences, not used yet, but preference and about menu item now show up in every activity
Thialfihar2010-05-15 16:09:49 +00:00
363dcb62b8
password cache introduced, not cleared yet.
Thialfihar2010-05-15 15:19:56 +00:00
cab78bf4c1
remove .pgp for filename guessing for decryption
Thialfihar2010-05-14 11:43:07 +00:00