Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | have a direct set/change pass phrase button in key creation/editing, instead ↵ | Thialfihar | 2010-07-23 | 8 | -37/+66 |
| | | | | of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress | ||||
* | small translation changes (sl) | tripetdevet | 2010-07-22 | 1 | -2/+4 |
| | |||||
* | added a language setting to change the language directly | Thialfihar | 2010-07-18 | 8 | -3/+244 |
| | |||||
* | fixed two variable names | Thialfihar | 2010-07-18 | 1 | -9/+9 |
| | |||||
* | fixed the made-up word "authentification", also changed the title of that ↵ | Thialfihar | 2010-07-18 | 6 | -17/+16 |
| | | | | | | | dialog to "Pass Phrase", dialog message then only contains the key details or "Symmetric encryption." Update issue 39 I tried to change "title_athentication", "passPhraseForSymmetricEncryption", and "passPhraseFor" in all languages. I think the changes are correct, but if you guys could make sure I didn't do anything dumb, then that'd be better. :) | ||||
* | 1.0.x changes merged into trunk | Thialfihar | 2010-07-16 | 10 | -86/+94 |
| | |||||
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 37 | -7339/+7339 |
| | |||||
* | removed unnecessary imports | Thialfihar | 2010-07-16 | 3 | -3/+3 |
| | |||||
* | trying to add support for various source and destination modes for ↵ | Thialfihar | 2010-07-09 | 15 | -186/+380 |
| | | | | encryption and decryption (String, byte[], filename, content stream), also more Intent options added | ||||
* | some playing with content stream decryption and providing the result as ↵ | Thialfihar | 2010-07-09 | 3 | -35/+116 |
| | | | | content stream | ||||
* | some small changes in translation. | tripetdevet | 2010-07-08 | 1 | -1/+6 |
| | |||||
* | added some info about the speed of compression algorithms, mostly to warn ↵ | Thialfihar | 2010-07-05 | 6 | -28/+84 |
| | | | | about BZIP2, also added support for content URIs in file encrypt/decrypt activities | ||||
* | prevent endless loop on some binary data during stream content determination ↵ | Thialfihar | 2010-07-01 | 1 | -0/+1 |
| | | | | in GeneralActivity | ||||
* | merge 1.0.x back into trunk | Thialfihar | 2010-06-30 | 45 | -32/+21 |
| | |||||
* | (no commit message) | tripetdevet | 2010-06-29 | 1 | -0/+2 |
| | |||||
* | Author-line added to italian translation file (thx Oliver!) | Rick Deckard | 2010-06-29 | 1 | -0/+2 |
| | |||||
* | Italian translation | Rick Deckard | 2010-06-29 | 1 | -0/+259 |
| | |||||
* | author for German translation added to the license header | Thialfihar | 2010-06-28 | 1 | -0/+2 |
| | |||||
* | German translation by cwoehrl added | Thialfihar | 2010-06-28 | 1 | -205/+241 |
| | |||||
* | removed some translation files again, as they weren't being translated after ↵ | Thialfihar | 2010-06-22 | 3 | -767/+0 |
| | | | | all... just annoying to keep their English content up to date | ||||
* | some fixes among English strings | Thialfihar | 2010-06-22 | 1 | -6/+6 |
| | |||||
* | much better version reading by directly looking for the APG package, rather ↵ | Thialfihar | 2010-06-18 | 1 | -12/+7 |
| | | | | than looping through all installed packages | ||||
* | applied cketti's patch to escape apostrophes | Thialfihar | 2010-06-17 | 7 | -57/+57 |
| | | | | fixes Issue 47 | ||||
* | removed an outdated TODO comment | Thialfihar | 2010-06-17 | 1 | -3/+0 |
| | |||||
* | using proper PreferenceActivity now, tho the underlying storage of the ↵ | Thialfihar | 2010-06-17 | 16 | -482/+530 |
| | | | | values remained almost the same, some changes how the preferences are accessed and how the cache service is started | ||||
* | recent 1.0.x changes into trunk | Thialfihar | 2010-06-17 | 4 | -9/+12 |
| | |||||
* | added Italian values directory | Thialfihar | 2010-06-16 | 1 | -0/+259 |
| | |||||
* | update to slovenian translation | tripetdevet | 2010-06-10 | 1 | -8/+8 |
| | |||||
* | Danish translation added | Thialfihar | 2010-06-09 | 1 | -0/+258 |
| | |||||
* | lift trunk to 1.0.3 | Thialfihar | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | useless imports removed | Thialfihar | 2010-06-08 | 1 | -4/+0 |
| | |||||
* | finally read APG version dynamicly, so the version name doesn't have to be ↵ | Thialfihar | 2010-06-08 | 4 | -7/+39 |
| | | | | changed anywhere but the manifest | ||||
* | make sure the preselected encryption key can encrypt, otherwise deselect it ↵ | Thialfihar | 2010-06-07 | 1 | -0/+4 |
| | | | | again at display time | ||||
* | in the encrypt activity automatically select the signature key as encryption ↵ | Thialfihar | 2010-06-07 | 1 | -1/+17 |
| | | | | key, if it is set, and if the button is pressed | ||||
* | better filter for GeneralActivity again | Thialfihar | 2010-06-06 | 1 | -0/+7 |
| | |||||
* | limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now ↵ | Thialfihar | 2010-06-06 | 4 | -19/+68 |
| | | | | handling key imports as well | ||||
* | content provider changes, especially querying key rings by emails | Thialfihar | 2010-06-06 | 1 | -26/+82 |
| | |||||
* | should have been in the last commit | Thialfihar | 2010-06-06 | 1 | -0/+4 |
| | |||||
* | the select public key list now uses the selection for the ordering, putting ↵ | Thialfihar | 2010-06-06 | 2 | -16/+23 |
| | | | | already selected keys on top, also correctly maintains the selection over repeated filtering | ||||
* | some Activity Intent filter cleanup, pass messages via Strings rather than ↵ | Thialfihar | 2010-06-06 | 3 | -10/+7 |
| | | | | ByteArrays, avoid some encoding issues | ||||
* | working encryption/decryption of text and files after GeneralActivity hands ↵ | Thialfihar | 2010-06-06 | 7 | -37/+82 |
| | | | | it over | ||||
* | added search to option menu and make it pop up when keys on the physical ↵ | Thialfihar | 2010-06-05 | 12 | -4/+41 |
| | | | | keyboard are pressed | ||||
* | added search feature for key management and select Activities | Thialfihar | 2010-06-05 | 20 | -75/+486 |
| | |||||
* | introduced a general application to handle certain Intents, only to hand ↵ | Thialfihar | 2010-06-05 | 6 | -15/+216 |
| | | | | them to other APG Activities after looking at the content of the passed data | ||||
* | branching trunk out of latest 1.0.x to get a clean start for it | Thialfihar | 2010-06-05 | 41 | -2595/+2840 |
|\ | |||||
| * | make sure the Intent passed to Service.onStart() is not null, not sure why ↵ | Thialfihar | 2010-06-04 | 1 | -1/+3 |
| | | | | | | | | it would be, but saw such an exception on the market | ||||
| * | fix the inbox list for GMail account | Thialfihar | 2010-06-04 | 1 | -1/+1 |
| | | |||||
| * | lifted 1.0.x to new version | Thialfihar | 2010-06-03 | 2 | -2/+2 |
| | | |||||
| * | make sure previously cache settings of "until quit" are changed to the new ↵ | Thialfihar | 2010-06-03 | 1 | -2/+9 |
| | | | | | | | | default of 3 minutes, as indefinite caching is no longer supported | ||||
| * | added a service to handle the caching, this'll ensure the cache works while ↵ | Thialfihar | 2010-06-03 | 5 | -32/+101 |
| | | | | | | | | | | | | 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 |