Commit Graph

3372 Commits

Author SHA1 Message Date
Thialfihar 2c47734f0f trying to add support for various source and destination modes for encryption and decryption (String, byte[], filename, content stream), also more Intent options added 2010-07-09 20:55:17 +00:00
Thialfihar 3ac472125a some playing with content stream decryption and providing the result as content stream 2010-07-09 11:28:39 +00:00
tripetdevet f03b349057 some small changes in translation. 2010-07-08 19:04:43 +00:00
Thialfihar 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 2010-07-05 13:22:03 +00:00
Thialfihar c1699150a8 prevent endless loop on some binary data during stream content determination in GeneralActivity 2010-07-01 23:50:14 +00:00
Thialfihar 16cea885e2 merge 1.0.x back into trunk 2010-06-30 19:59:33 +00:00
tripetdevet 933ec4f7b6 2010-06-29 21:33:48 +00:00
Rick Deckard 5562862e6c Author-line added to italian translation file (thx Oliver!) 2010-06-29 15:21:24 +00:00
Rick Deckard 9ee0d2b012 Italian translation 2010-06-29 15:07:31 +00:00
Thialfihar 9d0f8a59ed author for German translation added to the license header 2010-06-28 20:46:06 +00:00
Thialfihar a4a65f9ca0 German translation by cwoehrl added 2010-06-28 12:10:00 +00:00
Thialfihar 804a6d6609 removed some translation files again, as they weren't being translated after all... just annoying to keep their English content up to date 2010-06-22 17:12:14 +00:00
Thialfihar 51ed2b89a6 some fixes among English strings 2010-06-22 17:10:01 +00:00
Thialfihar bda9745d8b much better version reading by directly looking for the APG package, rather than looping through all installed packages 2010-06-18 15:14:41 +00:00
Thialfihar dcce05f3df applied cketti's patch to escape apostrophes
fixes Issue 47
2010-06-17 15:51:41 +00:00
Thialfihar 8d0160ba12 removed an outdated TODO comment 2010-06-17 13:24:30 +00:00
Thialfihar 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 2010-06-17 13:23:07 +00:00
Thialfihar 865c998abd recent 1.0.x changes into trunk 2010-06-17 13:08:28 +00:00
Thialfihar 720e5371e0 added Italian values directory 2010-06-16 22:41:42 +00:00
tripetdevet 5a2cd1f335 update to slovenian translation 2010-06-10 10:01:06 +00:00
Thialfihar 8d80a7876c Danish translation added 2010-06-09 19:35:03 +00:00
Thialfihar 8d19e3d422 lift trunk to 1.0.3 2010-06-08 15:26:21 +00:00
Thialfihar 81327ee60b useless imports removed 2010-06-08 13:48:43 +00:00
Thialfihar 315093c5bc finally read APG version dynamicly, so the version name doesn't have to be changed anywhere but the manifest 2010-06-08 13:46:21 +00:00
Thialfihar ce1120b66e make sure the preselected encryption key can encrypt, otherwise deselect it again at display time 2010-06-07 15:25:11 +00:00
Thialfihar 7b219c5f72 in the encrypt activity automatically select the signature key as encryption key, if it is set, and if the button is pressed 2010-06-07 14:21:28 +00:00
Thialfihar 0c073ca8eb better filter for GeneralActivity again 2010-06-06 20:34:44 +00:00
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 edd755bd0e content provider changes, especially querying key rings by emails 2010-06-06 18:40:51 +00:00
Thialfihar 6a4c8c96db should have been in the last commit 2010-06-06 17:41:40 +00:00
Thialfihar 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 2010-06-06 15:54:27 +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 8c404d83d7 added search to option menu and make it pop up when keys on the physical keyboard are pressed 2010-06-05 22:44:47 +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 a85ae5e009 branching trunk out of latest 1.0.x to get a clean start for it 2010-06-05 00:33:33 +00:00
Thialfihar 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 2010-06-04 21:52:20 +00:00
Thialfihar e334a36194 fix the inbox list for GMail account 2010-06-04 20:21:51 +00:00
Thialfihar 4acca3b54f lifted 1.0.x to new version 2010-06-03 21:31:02 +00:00
Thialfihar 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 2010-06-03 16:24:04 +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 371dc31b97 changes adjusted once more 2010-06-03 15:08:06 +00:00
Thialfihar c9b49f5ece changes adjusted 2010-06-02 19:49:46 +00:00
Thialfihar c2ecd48d19 added changes for 1.0.0 2010-06-02 19:46:01 +00:00
Thialfihar 2f04e7ee05 some small bugfixes 2010-06-02 19:30:27 +00:00
Thialfihar 9ad474e95b trivial 2010-06-02 19:10:48 +00:00
Thialfihar 2170069d8a force message encrypt/decrypt view if the activities are called via *_AND_RETURN Intents 2010-06-02 15:33:40 +00:00
Thialfihar 7193edbba2 added content provider again and read permission to grab key details 2010-06-02 14:01:18 +00:00
Thialfihar 1d023b0372 betterly store the information that the intent demands an immediate return, check action equality without verbose null checks 2010-06-02 10:45:26 +00:00