Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 1 | -413/+0 |
| | |||||
* | merged senecasos repo | Dominik | 2012-03-09 | 1 | -0/+6 |
|\ | |||||
| * | -implementation of "--send-key" | senecaso | 2011-10-17 | 1 | -0/+6 |
| | | | | | | | | -implementation of "--sign-key" -partial implementation of exchanging/verifying keys via QR Code | ||||
* | | @Override refactoring, some explicit casting added | Oliver Runge | 2011-09-17 | 1 | -6/+1 |
|/ | |||||
* | moved some Intent extra constants into more appropriate places, some basic ↵ | Thialfihar | 2010-09-11 | 1 | -1/+1 |
| | | | | preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key | ||||
* | trivial variable renaming | Thialfihar | 2010-08-31 | 1 | -3/+3 |
| | |||||
* | starting new versioning for beta builds, only show changelog on release builds | Thialfihar | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | added initial support for HKP key servers, allowing searching and key import | Thialfihar | 2010-08-17 | 1 | -3/+10 |
| | | | | | 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 ↵ | Thialfihar | 2010-08-05 | 1 | -9/+21 |
| | | | | | | | | 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 ↵ | Thialfihar | 2010-07-26 | 1 | -4/+4 |
| | | | | | | | | 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> | ||||
* | added a little getting started dialog for first-time use, explaining some ↵ | Thialfihar | 2010-07-24 | 1 | -10/+61 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | trying to add support for various source and destination modes for ↵ | Thialfihar | 2010-07-09 | 1 | -3/+3 |
| | | | | encryption and decryption (String, byte[], filename, content stream), also more Intent options added | ||||
* | merge 1.0.x back into trunk | Thialfihar | 2010-06-30 | 1 | -5/+4 |
| | |||||
* | using proper PreferenceActivity now, tho the underlying storage of the ↵ | Thialfihar | 2010-06-17 | 1 | -3/+4 |
| | | | | values remained almost the same, some changes how the preferences are accessed and how the cache service is started | ||||
* | finally read APG version dynamicly, so the version name doesn't have to be ↵ | Thialfihar | 2010-06-08 | 1 | -1/+1 |
| | | | | changed anywhere but the manifest | ||||
* | fix the inbox list for GMail account | Thialfihar | 2010-06-04 | 1 | -1/+1 |
| | |||||
* | changes adjusted once more | Thialfihar | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | changes adjusted | Thialfihar | 2010-06-02 | 1 | -3/+3 |
| | |||||
* | added changes for 1.0.0 | Thialfihar | 2010-06-02 | 1 | -0/+6 |
| | |||||
* | use string constants for bundle keys, first Intent for k9mail | Thialfihar | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | fully removed old DataProvider for now, manage queries, clean up old ↵ | Thialfihar | 2010-05-28 | 1 | -16/+29 |
| | | | | database stuff | ||||
* | lifting branch to 0.9.8 | Thialfihar | 2010-05-21 | 1 | -6/+0 |
| | |||||
* | added changes of 0.9.6 back, will release this as another quickfix due to ↵ | Thialfihar | 2010-05-21 | 1 | -0/+6 |
| | | | | the decryption bug | ||||
* | preparing for version 0.9.7 | Thialfihar | 2010-05-20 | 1 | -5/+0 |
| | |||||
* | added changes of 0.9.5 back and added the import fix, gonna release this on ↵ | Thialfihar | 2010-05-20 | 1 | -0/+5 |
| | | | | its own, as it is definitely a bug that affected many | ||||
* | promoted to next version | Thialfihar | 2010-05-19 | 1 | -4/+0 |
| | |||||
* | updated change log | Thialfihar | 2010-05-19 | 1 | -0/+4 |
| | |||||
* | added pass phrase cache to preferences, not used yet, but preference and ↵ | Thialfihar | 2010-05-15 | 1 | -43/+2 |
| | | | | about menu item now show up in every activity | ||||
* | a lot of renaming of IDs, following a strict naming scheme again, moved most ↵ | Thialfihar | 2010-05-13 | 1 | -37/+39 |
| | | | | 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 | ||||
* | lifted version to 0.9.5 and cleared change log | Thialfihar | 2010-05-11 | 1 | -4/+0 |
| | |||||
* | brought change log up to date | Thialfihar | 2010-05-11 | 1 | -1/+3 |
| | |||||
* | merged DecryptMessageActivity and DecryptFileActivity into one ↵ | Thialfihar | 2010-05-11 | 1 | -3/+7 |
| | | | | DecryptActivity as well | ||||
* | new EncryptActivity to handle message and file encryption all in one | Thialfihar | 2010-05-09 | 1 | -7/+7 |
| | |||||
* | minor | Thialfihar | 2010-05-09 | 1 | -1/+1 |
| | |||||
* | added a button to encrypt to clipboard, change log and about window got ↵ | Thialfihar | 2010-05-09 | 1 | -49/+35 |
| | | | | their own layout now with proper linkification | ||||
* | reset changelog for 0.9.4 | Thialfihar | 2010-05-04 | 1 | -4/+0 |
| | |||||
* | added an option to delete files after encryption or decryption, also no ↵ | Thialfihar | 2010-05-04 | 1 | -0/+1 |
| | | | | longer delete the output file if either fails | ||||
* | use buffers for encryption, so large files work as well... also showing ↵ | Thialfihar | 2010-05-04 | 1 | -0/+3 |
| | | | | | | encryption progress with better accuracy, which is especially useful for large encryptions Fixes issue 18. | ||||
* | increased app version and cleared change log for 0.9.3 | Thialfihar | 2010-04-29 | 1 | -4/+0 |
| | |||||
* | updated changes dialog | Thialfihar | 2010-04-29 | 1 | -0/+1 |
| | |||||
* | changed the option menu item order | Thialfihar | 2010-04-29 | 1 | -4/+4 |
| | |||||
* | updated changes dialog | Thialfihar | 2010-04-29 | 1 | -0/+1 |
| | |||||
* | removed some useless imports | Thialfihar | 2010-04-29 | 1 | -1/+0 |
| | |||||
* | add preferences, use them where applicable | Thialfihar | 2010-04-28 | 1 | -44/+21 |
| | |||||
* | file encrypt layout entirely rewritten, should be much more userfriendly and ↵ | Thialfihar | 2010-04-26 | 1 | -0/+2 |
| | | | | work on more devices, changed message encrypt layout to match | ||||
* | set branch to next version, reset changelog | Thialfihar | 2010-04-24 | 1 | -2/+0 |
| | |||||
* | ElGamal support added, fix of some minor GUI bugs, added a bunch of safe ↵ | Thialfihar | 2010-04-24 | 1 | -0/+2 |
| | | | | primes for ElGamal key creation | ||||
* | reset changelog for 0.9.1 | Thialfihar | 2010-04-24 | 1 | -2/+0 |
| | |||||
* | clean up for release, AsciiArmour was a Button instead of CheckBox... fixed | Thialfihar | 2010-04-24 | 1 | -2/+1 |
| | |||||
* | layout adjustments, force portrait layout for EncryptFileActivity for now, ↵ | Thialfihar | 2010-04-23 | 1 | -1/+1 |
| | | | | (En|De)cryptFileActivity can now handle symmetric algorithms |