| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Update issue 9
Can search a key server now, touch a result to import the key. Still needs better error handling and some Intents to import keys based on key ID. Also still need key server preferences.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
preventing a crash
Update issue 39
added:
<string name="error_accountReadingNotAllowed">no permission to read the account</string>
|
|
|
|
|
|
|
|
|
|
|
|
| |
making APG useful for some special cases where that is needed
Update issue 39
Two new strings:
<string name="section_advanced">Advanced</string>
<string name="label_forceV3Signature">Force V3 Signatures</string>
"V3" is just "version 3" and should remain untranslated, both strings can be seen at the bottom of the preferences activity.
|
|
|
|
|
|
|
|
| |
optionally delete files after importing them, and is used for that, also rearranged the option menu items for the main activity a little
Update issue 39
Added a new string:
<string name="label_deleteAfterImport">Delete After Import</string>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress
|
| |
|
| |
|
|
|
|
|
|
|
| |
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. :)
|
| |
|
| |
|
| |
|
|
|
|
| |
encryption and decryption (String, byte[], filename, content stream), also more Intent options added
|
|
|
|
| |
content stream
|
|
|
|
| |
about BZIP2, also added support for content URIs in file encrypt/decrypt activities
|
|
|
|
| |
in GeneralActivity
|
| |
|
|
|
|
| |
than looping through all installed packages
|
| |
|
|
|
|
| |
values remained almost the same, some changes how the preferences are accessed and how the cache service is started
|
| |
|
| |
|
|
|
|
| |
changed anywhere but the manifest
|
|
|
|
| |
again at display time
|
|
|
|
| |
key, if it is set, and if the button is pressed
|
|
|
|
| |
handling key imports as well
|
| |
|
| |
|
|
|
|
| |
already selected keys on top, also correctly maintains the selection over repeated filtering
|
|
|
|
| |
ByteArrays, avoid some encoding issues
|
|
|
|
| |
it over
|
|
|
|
| |
keyboard are pressed
|
| |
|
|
|
|
| |
them to other APG Activities after looking at the content of the passed data
|
|
|
|
| |
it would be, but saw such an exception on the market
|
| |
|
| |
|
|
|
|
| |
default of 3 minutes, as indefinite caching is no longer supported
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
*_AND_RETURN Intents
|
| |
|