| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
a response is received, reporting "too many responses", "no keys found", "insufficient query" correctly
Update issue 9
Proper error handling added.
|
|
|
|
|
| |
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. :)
|
|
|
|
| |
about BZIP2, also added support for content URIs in file encrypt/decrypt activities
|
| |
|
|
|
|
| |
fixes Issue 47
|
|
|
|
| |
values remained almost the same, some changes how the preferences are accessed and how the cache service is started
|
|
|
|
| |
keyboard are pressed
|
| |
|
|
|
|
| |
them to other APG Activities after looking at the content of the passed data
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
armour or binary data, also small adjustment in strings
|
|
|
|
| |
changing the pass phrase during key editing updates the pass phrase cache
|
|
|
|
| |
decryption to change the default when a file requires it
|
|
|
|
| |
about menu item now show up in every activity
|
| |
|
|
|
|
| |
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
|
|
|
|
| |
DecryptActivity as well
|
| |
|
|
|
|
| |
their own layout now with proper linkification
|
|
|
|
| |
longer delete the output file if either fails
|
|
|
|
| |
use symmetric OR asymmetric again, layout and string adjustments
|
| |
|
|
|
|
| |
work on more devices, changed message encrypt layout to match
|
|
|
|
| |
(En|De)cryptFileActivity can now handle symmetric algorithms
|
| |
|
|
|
|
|
|
| |
IDs into Id in a similar structure as the generated R, also introducing a BaseActivity class that almost all activities derive from, which generates some common dialogs, handles the progress update, thread management, and thread communication
also adding first draft of encrypt file activity, not very functional yet
|
| |
|
|
|
|
| |
and allow opening them for verification
|
|
|