aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* 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
|
* copied all resources from drawable-mdpi to drawable, which will allow ↵Thialfihar2010-05-1114-0/+0
| | | | building for Android 1.5 if the other directories get removed or ignored during build
* use XML layout for pass phrase dialogs as well now, doing away with awkward ↵Thialfihar2010-05-111-0/+22
| | | | manual padding, important for Android 1.5 compatibility
* merged DecryptMessageActivity and DecryptFileActivity into one ↵Thialfihar2010-05-114-251/+215
| | | | DecryptActivity as well
* removal of old layoutsThialfihar2010-05-092-448/+0
|
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-0913-5/+445
|
* added a button to encrypt to clipboard, change log and about window got ↵Thialfihar2010-05-093-3/+27
| | | | their own layout now with proper linkification
* added an option to delete files after encryption or decryption, also no ↵Thialfihar2010-05-043-4/+55
| | | | longer delete the output file if either fails
* put return values into the Id class as well, changed encrypt file layout to ↵Thialfihar2010-04-292-72/+96
| | | | use symmetric OR asymmetric again, layout and string adjustments
* add preferences, use them where applicableThialfihar2010-04-283-29/+155
|
* file encrypt layout entirely rewritten, should be much more userfriendly and ↵Thialfihar2010-04-263-186/+235
| | | | work on more devices, changed message encrypt layout to match
* swapped the buttons in main activity, reasoning that message ↵Thialfihar2010-04-241-8/+8
| | | | encryption/decryption is more likely than file encryption, so they are at the bottom