aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* applied proposed patch by mattispasch for issue 99Thialfihar2011-03-191-15/+26
* remove the null check for progress again, not needed in the trunk for nowThialfihar2011-02-051-96/+48
* don't include a Preference re-instantiation for now, will see about that when...Thialfihar2011-02-051-6/+1
* Allow to regenerate shared preferencesMarkus Doits2010-12-301-2/+6
* Allow progress-meter to be nullMarkus Doits2010-12-291-50/+96
* auto-click encrypt/decrypt button when using an *_AND_RETURN Intent with EXTR...Thialfihar2010-12-252-2/+2
* show key fingerprint in key listThialfihar2010-12-258-11/+58
* DataSource: consider content URI sources "binary" alsoThialfihar2010-12-251-1/+5
* added an Intent and functionality to generate detached signaturesThialfihar2010-12-253-10/+176
* start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESS...Thialfihar2010-09-262-2/+2
* testing thread-pausing in verifyText()Thialfihar2010-09-125-10/+68
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-1113-33/+97
* catch null pointer exceptions when the private key cannot be extracted, also ...Thialfihar2010-09-104-6/+60
* trivial variable renamingThialfihar2010-08-311-3/+3
* moved key editing beta warning into strings.xmlThialfihar2010-08-221-1/+2
* integrated key server look-up into decrypt Activity, allowing to touch an unk...Thialfihar2010-08-185-10/+35
* explicitly set a timeout for connecting and reading for a key server queryThialfihar2010-08-181-0/+2
* starting new versioning for beta builds, only show changelog on release buildsThialfihar2010-08-182-1/+15
* added a context menu item to update public keys via key server, adding a key ...Thialfihar2010-08-185-12/+96
* use the key server preference to fill a Spinner in the key server query activ...Thialfihar2010-08-172-19/+26
* moved IntegerListPreference to apg.ui.widgetThialfihar2010-08-172-1/+2
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-177-0/+299
* gave HKP server proper error handling, going through all IPs of a pool until ...Thialfihar2010-08-173-39/+129
* properly URI-decode file:// URIs, so the files can be foundThialfihar2010-08-174-4/+4
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-1713-19/+443
* 1.0.x merged back into trunkThialfihar2010-08-151-48/+78
* minor Intent/Extra key renamingsThialfihar2010-08-122-7/+8
* changed the account adding a bit, hopefully working with Froyo, at least prev...Thialfihar2010-08-051-9/+21
* added a "force V3 signature" setting similar to the GPG version, hopefully ma...Thialfihar2010-07-275-36/+140
* added an optional checkbox to the file dialog, can be used for instance to op...Thialfihar2010-07-265-12/+38
* change the text of encrypt buttons according to selected signature or keys, m...Thialfihar2010-07-241-9/+70
* added a little getting started dialog for first-time use, explaining some bas...Thialfihar2010-07-244-10/+74
* added secure file deletion, overwriting the file with random data before actu...Thialfihar2010-07-245-19/+82
* have a direct set/change pass phrase button in key creation/editing, instead ...Thialfihar2010-07-231-19/+20
* added a language setting to change the language directlyThialfihar2010-07-185-2/+71
* fixed two variable namesThialfihar2010-07-181-9/+9
* fixed the made-up word "authentification", also changed the title of that dia...Thialfihar2010-07-181-1/+1
* 1.0.x changes merged into trunkThialfihar2010-07-165-7/+15
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-1633-6930/+6930
* removed unnecessary importsThialfihar2010-07-163-3/+3
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-0915-186/+380
* some playing with content stream decryption and providing the result as conte...Thialfihar2010-07-093-35/+116
* added some info about the speed of compression algorithms, mostly to warn abo...Thialfihar2010-07-053-28/+73
* prevent endless loop on some binary data during stream content determination ...Thialfihar2010-07-011-0/+1
* merge 1.0.x back into trunkThialfihar2010-06-302-5/+5
* much better version reading by directly looking for the APG package, rather t...Thialfihar2010-06-181-12/+7
* removed an outdated TODO commentThialfihar2010-06-171-3/+0
* using proper PreferenceActivity now, tho the underlying storage of the values...Thialfihar2010-06-177-285/+343
* recent 1.0.x changes into trunkThialfihar2010-06-173-8/+11
* useless imports removedThialfihar2010-06-081-4/+0