aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/MainActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-413/+0
|
* merged senecasos repoDominik2012-03-091-0/+6
|\
| * -implementation of "--send-key"senecaso2011-10-171-0/+6
| | | | | | | | -implementation of "--sign-key" -partial implementation of exchanging/verifying keys via QR Code
* | @Override refactoring, some explicit casting addedOliver Runge2011-09-171-6/+1
|/
* moved some Intent extra constants into more appropriate places, some basic ↵Thialfihar2010-09-111-1/+1
| | | | preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key
* trivial variable renamingThialfihar2010-08-311-3/+3
|
* starting new versioning for beta builds, only show changelog on release buildsThialfihar2010-08-181-1/+1
|
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-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 ↵Thialfihar2010-08-051-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 ↵Thialfihar2010-07-261-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 ↵Thialfihar2010-07-241-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 ↵Thialfihar2010-07-091-3/+3
| | | | encryption and decryption (String, byte[], filename, content stream), also more Intent options added
* merge 1.0.x back into trunkThialfihar2010-06-301-5/+4
|
* using proper PreferenceActivity now, tho the underlying storage of the ↵Thialfihar2010-06-171-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 ↵Thialfihar2010-06-081-1/+1
| | | | changed anywhere but the manifest
* fix the inbox list for GMail accountThialfihar2010-06-041-1/+1
|
* changes adjusted once moreThialfihar2010-06-031-1/+1
|
* changes adjustedThialfihar2010-06-021-3/+3
|
* added changes for 1.0.0Thialfihar2010-06-021-0/+6
|
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-1/+1
|
* fully removed old DataProvider for now, manage queries, clean up old ↵Thialfihar2010-05-281-16/+29
| | | | database stuff
* lifting branch to 0.9.8Thialfihar2010-05-211-6/+0
|
* added changes of 0.9.6 back, will release this as another quickfix due to ↵Thialfihar2010-05-211-0/+6
| | | | the decryption bug
* preparing for version 0.9.7Thialfihar2010-05-201-5/+0
|
* added changes of 0.9.5 back and added the import fix, gonna release this on ↵Thialfihar2010-05-201-0/+5
| | | | its own, as it is definitely a bug that affected many
* promoted to next versionThialfihar2010-05-191-4/+0
|
* updated change logThialfihar2010-05-191-0/+4
|
* added pass phrase cache to preferences, not used yet, but preference and ↵Thialfihar2010-05-151-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 ↵Thialfihar2010-05-131-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 logThialfihar2010-05-111-4/+0
|
* brought change log up to dateThialfihar2010-05-111-1/+3
|
* merged DecryptMessageActivity and DecryptFileActivity into one ↵Thialfihar2010-05-111-3/+7
| | | | DecryptActivity as well
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-091-7/+7
|
* minorThialfihar2010-05-091-1/+1
|
* added a button to encrypt to clipboard, change log and about window got ↵Thialfihar2010-05-091-49/+35
| | | | their own layout now with proper linkification
* reset changelog for 0.9.4Thialfihar2010-05-041-4/+0
|
* added an option to delete files after encryption or decryption, also no ↵Thialfihar2010-05-041-0/+1
| | | | longer delete the output file if either fails
* use buffers for encryption, so large files work as well... also showing ↵Thialfihar2010-05-041-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.3Thialfihar2010-04-291-4/+0
|
* updated changes dialogThialfihar2010-04-291-0/+1
|
* changed the option menu item orderThialfihar2010-04-291-4/+4
|
* updated changes dialogThialfihar2010-04-291-0/+1
|
* removed some useless importsThialfihar2010-04-291-1/+0
|
* add preferences, use them where applicableThialfihar2010-04-281-44/+21
|
* file encrypt layout entirely rewritten, should be much more userfriendly and ↵Thialfihar2010-04-261-0/+2
| | | | work on more devices, changed message encrypt layout to match
* set branch to next version, reset changelogThialfihar2010-04-241-2/+0
|
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe ↵Thialfihar2010-04-241-0/+2
| | | | primes for ElGamal key creation
* reset changelog for 0.9.1Thialfihar2010-04-241-2/+0
|
* clean up for release, AsciiArmour was a Button instead of CheckBox... fixedThialfihar2010-04-241-2/+1
|
* layout adjustments, force portrait layout for EncryptFileActivity for now, ↵Thialfihar2010-04-231-1/+1
| | | | (En|De)cryptFileActivity can now handle symmetric algorithms