aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* new directory structureDominik2012-03-1033-2534/+0
|
* small changesDominik2012-03-102-20/+21
|
* new icon, new about dialog, some refactoringsDominik2012-03-091-0/+97
|
* renaming whole package to org.apg to simplifiy nameDominik2012-03-093-6/+6
|
* -implementation of "--send-key"senecaso2011-10-172-0/+82
| | | | -implementation of "--sign-key" -partial implementation of exchanging/verifying keys via QR Code
* integrated key server look-up into decrypt Activity, allowing to touch an ↵Thialfihar2010-08-181-1/+2
| | | | | | | | unkown signature to import the key Update issue 39 added: <string name="unknownSignatureKeyTouchToLookUp">Unknown signature, touch to look up key.</string>
* use the key server preference to fill a Spinner in the key server query ↵Thialfihar2010-08-174-11/+16
| | | | | | | activity, allowing to query each server, also moved some previously static labels into strings.xml Update issue 9 Key server preferences are now used in key server query activity.
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-172-0/+167
| | | | | Update issue 9 Key server preference added.
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-173-0/+171
| | | | | 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.
* changed the account adding a bit, hopefully working with Froyo, at least ↵Thialfihar2010-08-051-0/+31
| | | | | | | | preventing a crash Update issue 39 added: <string name="error_accountReadingNotAllowed">no permission to read the account</string>
* added an optional checkbox to the file dialog, can be used for instance to ↵Thialfihar2010-07-261-8/+21
| | | | | | | | 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>
* have a direct set/change pass phrase button in key creation/editing, instead ↵Thialfihar2010-07-232-3/+31
| | | | of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-163-151/+151
|
* merge 1.0.x back into trunkThialfihar2010-06-304-12/+12
|
* using proper PreferenceActivity now, tho the underlying storage of the ↵Thialfihar2010-06-175-197/+60
| | | | values remained almost the same, some changes how the preferences are accessed and how the cache service is started
* added search feature for key management and select ActivitiesThialfihar2010-06-054-4/+34
|
* introduced a general application to handle certain Intents, only to hand ↵Thialfihar2010-06-052-4/+48
| | | | them to other APG Activities after looking at the content of the passed data
* by default show the undecrypted block without line wrapping, just feels less ↵Thialfihar2010-06-021-0/+1
| | | | messy, switch after decryption
* 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
|
* default message/file compression settings added, also a setting for file ↵Thialfihar2010-05-162-3/+72
| | | | decryption to change the default when a file requires it
* added pass phrase cache to preferences, not used yet, but preference and ↵Thialfihar2010-05-151-2/+39
| | | | about menu item now show up in every activity
* a lot of renaming of IDs, following a strict naming scheme again, moved most ↵Thialfihar2010-05-1315-80/+79
| | | | 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
* 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-113-248/+214
| | | | DecryptActivity as well
* removal of old layoutsThialfihar2010-05-092-448/+0
|
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-092-2/+361
|
* added a button to encrypt to clipboard, change log and about window got ↵Thialfihar2010-05-092-2/+25
| | | | their own layout now with proper linkification
* added an option to delete files after encryption or decryption, also no ↵Thialfihar2010-05-042-3/+53
| | | | longer delete the output file if either fails
* put return values into the Id class as well, changed encrypt file layout to ↵Thialfihar2010-04-291-71/+93
| | | | use symmetric OR asymmetric again, layout and string adjustments
* add preferences, use them where applicableThialfihar2010-04-282-29/+148
|
* file encrypt layout entirely rewritten, should be much more userfriendly and ↵Thialfihar2010-04-262-174/+224
| | | | 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
* layout adjustments, force portrait layout for EncryptFileActivity for now, ↵Thialfihar2010-04-231-159/+168
| | | | (En|De)cryptFileActivity can now handle symmetric algorithms
* steps towards symmetric file encryptionThialfihar2010-04-231-5/+77
|
* added file decryption, rewrote the various "Choice" derivations to us the Id ↵Thialfihar2010-04-221-0/+122
| | | | structure as well
* major restructuring, moving dialog, message, menu, option menu, task, type ↵Thialfihar2010-04-1921-673/+969
| | | | | | 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
* use OI File Manager intents to handle open/save file selectionThialfihar2010-04-171-0/+35
|
* rewrote sign-only code, also finally recognize sign-only emails in the list ↵Thialfihar2010-04-151-1/+1
| | | | and allow opening them for verification
* minor layout fixes, replace non breakable spaces if found in an encrypted ↵Thialfihar2010-04-151-1/+1
| | | | armored message, as they break the decryption, the HTML representation of GMail introduces them for empty lines ending in a normal space, also adjusted the PGP_MESSAGE regex to allow for spaces after the -----, which seems to be added by some implementations
* 0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not ↵Thialfihar2010-04-141-2/+3
| | | | filling the main layout, made a bunch of private classes static
* initial commit of v0.8.0Thialfihar2010-04-0618-0/+1225