Thialfihar
6d2a1edd17
limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling key imports as well
2010-06-06 19:46:49 +00:00
Thialfihar
a0ab240214
some Activity Intent filter cleanup, pass messages via Strings rather than ByteArrays, avoid some encoding issues
2010-06-06 11:42:41 +00:00
Thialfihar
26a500956f
working encryption/decryption of text and files after GeneralActivity hands it over
2010-06-06 00:35:00 +00:00
Thialfihar
84d00abea1
added search feature for key management and select Activities
2010-06-05 21:47:16 +00:00
Thialfihar
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
2010-06-05 17:54:40 +00:00
Thialfihar
4acca3b54f
lifted 1.0.x to new version
2010-06-03 21:31:02 +00:00
Thialfihar
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
...
it also is a more efficient and much smarter cache, not requiring an own timer thread, just a service that sleeps must of the time, it also is more accurate in cleaning up the entries, ensuring that the worst case of too late removal is 5 seconds
2010-06-03 16:17:55 +00:00
Thialfihar
7193edbba2
added content provider again and read permission to grab key details
2010-06-02 14:01:18 +00:00
Thialfihar
4229b94270
working encryption out of k9mail
2010-06-01 03:20:13 +00:00
Thialfihar
24a53d548b
use string constants for bundle keys, first Intent for k9mail
2010-05-31 23:15:20 +00:00
Thialfihar
334852402d
adjust version number
2010-05-28 11:15:54 +00:00
Thialfihar
eed42b2e34
fully removed old DataProvider for now, manage queries, clean up old database stuff
2010-05-28 07:04:01 +00:00
Thialfihar
cbe86d5f2a
give 0.10.x branch its version info
2010-05-21 15:46:33 +00:00
Thialfihar
97745873e7
lifting branch to 0.9.8
2010-05-21 03:04:02 +00:00
Thialfihar
eb6001cf65
preparing for version 0.9.7
2010-05-20 22:19:33 +00:00
Thialfihar
6d107f3498
promoted to next version
2010-05-19 16:33:02 +00:00
Thialfihar
508d7ac197
catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" feature to send to APG
2010-05-18 15:02:57 +00:00
Thialfihar
5f6a098914
lifted version to 0.9.5 and cleared change log
2010-05-11 21:34:00 +00:00
Thialfihar
358d0a41c1
setting the min SDK version to 1.5, it now should work for all Android versions 1.5+
2010-05-11 17:26:12 +00:00
Thialfihar
e36e8f1dea
merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivity as well
2010-05-11 14:07:15 +00:00
Thialfihar
5e73b696d1
new EncryptActivity to handle message and file encryption all in one
2010-05-09 19:51:21 +00:00
Thialfihar
49be34c4a4
lift version to 0.9.4
2010-05-04 17:38:54 +00:00
Thialfihar
95e02158d8
increased app version and cleared change log for 0.9.3
2010-04-29 13:31:10 +00:00
Thialfihar
e83a5311ae
add preferences, use them where applicable
2010-04-28 23:35:11 +00:00
Thialfihar
86192e39d9
file encrypt layout entirely rewritten, should be much more userfriendly and work on more devices, changed message encrypt layout to match
2010-04-26 17:41:06 +00:00
Thialfihar
b01a47a115
set branch to next version, reset changelog
2010-04-24 18:10:53 +00:00
Thialfihar
b52103295a
version lifted to 0.9.1
2010-04-24 13:16:21 +00:00
Thialfihar
0e14dcb290
layout adjustments, force portrait layout for EncryptFileActivity for now, (En|De)cryptFileActivity can now handle symmetric algorithms
2010-04-23 17:00:52 +00:00
Thialfihar
78193007b2
added file decryption, rewrote the various "Choice" derivations to us the Id structure as well
2010-04-22 15:30:19 +00:00
Thialfihar
d5c5a2c43b
major restructuring, moving dialog, message, menu, option menu, task, type IDs into Id in a similar structure as the generated R, also introducing a BaseActivity class that almost all activities derive from, which generates some common dialogs, handles the progress update, thread management, and thread communication
...
also adding first draft of encrypt file activity, not very functional yet
2010-04-19 02:12:13 +00:00
Thialfihar
4fc97b90fc
lift branch 0.9.x's version to 0.9.0 and set version code to 5 for now
2010-04-17 18:19:13 +00:00
Thialfihar
b8009d6d43
0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not filling the main layout, made a bunch of private classes static
2010-04-14 14:08:24 +00:00
Thialfihar
42f1720bb3
initial commit of v0.8.0
2010-04-06 19:54:51 +00:00