aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
* mored translations to Slovenian language added.tripetdevet2010-07-251-1/+15
|
* change the text of encrypt buttons according to selected signature or keys, ↵Thialfihar2010-07-245-5/+8
| | | | | | | | | | making sign-only less confusing Update issue 39 New strings to give the encrypt buttons more meaningful and fitting texts: <string name="btn_signToClipboard">Sign To Clipboard</string> <string name="btn_signAndEmail">Sign And Email</string> <string name="btn_sign">Sign</string>
* added a little getting started dialog for first-time use, explaining some ↵Thialfihar2010-07-241-0/+11
| | | | | | | | | | | | | | | | | basics and recommending other apps Update issue 39 Added: <string name="title_help">Getting Started</string> <string name="menu_help">Help</string> <!-- "OI File Manager", "ASTRO", and "K-9 Mail" must NOT be translated in order for the links to the market to work. --> <string name="text_help">Install K-9 Mail for the best integration, it supports APG for PGP/INLINE and lets you directly encrypt/decrypt emails. \n\nIt is recommended that you install OI File Manager or ASTRO to be able to use the browse button for file selection in APG. \n\nFirst you need some keys. Either import them via the option menus in \"Manage Public Keys\" and \"Manage Secret Keys\" or create them in \"Manage Secret Keys\". \n\nYou can also add a GMail account in the main activity via \"Add Account\", which simplifies decrypting emails received there. \n\nCheck out the option menus in the various activities to find more functions. </string>
* added secure file deletion, overwriting the file with random data before ↵Thialfihar2010-07-241-0/+1
| | | | | | | | | | | | | actual deletion Update issue 56 Added a method for secure file deletion. We'll possibly have to test this a bit and make sure it actually *is* secure on the filesystems used (vfat for SD card, yaffs2 for phone flash memory by default). This sort of overwrite might be absolutely useless on some filesystems. I also wanted to add an option at first, but this seems reasonably fast and in general it should be what the user wants, so for now it will ALWAYS securely delete. If there is a demand for plain deletion, then options can be added. Update issue 39 A new string: <string name="progress_deletingSecurely">deleting \'%s\' securely...</string>
* have a direct set/change pass phrase button in key creation/editing, instead ↵Thialfihar2010-07-237-18/+46
| | | | 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)tripetdevet2010-07-221-2/+4
|
* added a language setting to change the language directlyThialfihar2010-07-183-1/+173
|
* fixed the made-up word "authentification", also changed the title of that ↵Thialfihar2010-07-185-16/+15
| | | | | | | 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 trunkThialfihar2010-07-165-79/+79
|
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-164-409/+409
|
* some small changes in translation.tripetdevet2010-07-081-1/+6
|
* added some info about the speed of compression algorithms, mostly to warn ↵Thialfihar2010-07-052-0/+10
| | | | about BZIP2, also added support for content URIs in file encrypt/decrypt activities
* merge 1.0.x back into trunkThialfihar2010-06-3042-26/+15
|
* (no commit message)tripetdevet2010-06-291-0/+2
|
* Author-line added to italian translation file (thx Oliver!)Rick Deckard2010-06-291-0/+2
|
* Italian translationRick Deckard2010-06-291-0/+259
|
* author for German translation added to the license headerThialfihar2010-06-281-0/+2
|
* German translation by cwoehrl addedThialfihar2010-06-281-205/+241
|
* removed some translation files again, as they weren't being translated after ↵Thialfihar2010-06-223-767/+0
| | | | all... just annoying to keep their English content up to date
* some fixes among English stringsThialfihar2010-06-221-6/+6
|
* applied cketti's patch to escape apostrophesThialfihar2010-06-177-57/+57
| | | | fixes Issue 47
* using proper PreferenceActivity now, tho the underlying storage of the ↵Thialfihar2010-06-179-197/+187
| | | | values remained almost the same, some changes how the preferences are accessed and how the cache service is started
* added Italian values directoryThialfihar2010-06-161-0/+259
|
* update to slovenian translationtripetdevet2010-06-101-8/+8
|
* Danish translation addedThialfihar2010-06-091-0/+258
|
* added search to option menu and make it pop up when keys on the physical ↵Thialfihar2010-06-055-0/+5
| | | | keyboard are pressed
* added search feature for key management and select ActivitiesThialfihar2010-06-0511-6/+96
|
* introduced a general application to handle certain Intents, only to hand ↵Thialfihar2010-06-053-4/+55
| | | | them to other APG Activities after looking at the content of the passed data
* added content provider again and read permission to grab key detailsThialfihar2010-06-021-0/+4
|
* by default show the undecrypted block without line wrapping, just feels less ↵Thialfihar2010-06-021-0/+1
| | | | messy, switch after decryption
* (no commit message)tripetdevet2010-06-021-1/+1
|
* string adjustmentThialfihar2010-06-024-4/+4
|
* support ASTRO and others for the file selectionThialfihar2010-06-015-5/+5
|
* update slovenian translation to 1.0.xtripetdevet2010-05-301-192/+192
|
* some new strings, some droppedThialfihar2010-05-305-4/+10
|
* added revocation and creation/expire time info to key table, use both for ↵Thialfihar2010-05-272-28/+0
| | | | public and secret key selection
* some (hopefully better) database/cursor handling, picking encryption and ↵Thialfihar2010-05-271-2/+2
| | | | signature keys working again, tho it'll have to be tidied up
* use new key database for encryption and decryptionThialfihar2010-05-261-2/+2
|
* template for Slovenian string resourcesThialfihar2010-05-201-0/+241
|
* properly import keys from streams that may contain multiple blocks of ASCII ↵Thialfihar2010-05-204-12/+12
| | | | armour or binary data, also small adjustment in strings
* import file default for keys is empty now, changed import text a little, and ↵Thialfihar2010-05-194-4/+37
| | | | changing the pass phrase during key editing updates the pass phrase cache
* default message/file compression settings added, also a setting for file ↵Thialfihar2010-05-163-4/+76
| | | | decryption to change the default when a file requires it
* added pass phrase cache to preferences, not used yet, but preference and ↵Thialfihar2010-05-152-2/+47
| | | | about menu item now show up in every activity
* values-* templates for hopefully upcoming German, Korean, Russian translationsThialfihar2010-05-133-0/+690
|
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-0/+45
|
* a lot of renaming of IDs, following a strict naming scheme again, moved most ↵Thialfihar2010-05-1316-114/+200
| | | | strings into string.xml in preparation for internationalization, APG.java still has to be changed to allow that, as it isn't Context aware in most methods
* moved more resources to drawable for Android 1.5Thialfihar2010-05-117-0/+0
|
* trying to allow allow building for Android 1.5Thialfihar2010-05-117-0/+0
|
* trying to allow allow building for Android 1.5Thialfihar2010-05-1114-0/+0
|
* trying to allow allow building for Android 1.5Thialfihar2010-05-1114-0/+0
|