aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Other applications must user permission to read key details to connectMarkus Doits2011-01-231-1/+6
| | | | | | | to AIDL interface This is necessary, because upcoming version of the aidl-interface will be able to return fingerprints and user ids to applications.
* Add AIDL API versionMarkus Doits2011-01-181-0/+1
|
* Update version information to reflect branchMarkus Doits2011-01-171-1/+1
|
* Add first basic implementation of ApgserviceMarkus Doits2010-12-291-1/+5
| | | | | | | | | | | Provides an AIDL-API for other apps to encrypt and decrypt a string symmetrically with a passphrase. Function names and API is by no way finalized and will change! Support for asymetric encription will follow. For reference and discussion see issue #71, https://code.google.com/p/android-privacy-guard/issues/detail?id=71
* trunk lifted to next beta versionThialfihar2010-12-251-1/+1
|
* prepare 1.0.8 releaseThialfihar2010-12-251-1/+1
|
* added an Intent and functionality to generate detached signaturesThialfihar2010-12-251-0/+1
|
* enabled app2sd, changed build target to API level 8 (2.2) for thisThialfihar2010-08-181-1/+2
| | | | | Fixes issue 65
* starting new versioning for beta builds, only show changelog on release buildsThialfihar2010-08-181-1/+1
|
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-171-0/+5
| | | | | Update issue 9 Key server preference added.
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-0/+6
| | | | | 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.
* 1.0.x merged back into trunkThialfihar2010-08-151-1/+1
|
* changed the account adding a bit, hopefully working with Froyo, at least ↵Thialfihar2010-08-051-1/+2
| | | | | | | | preventing a crash Update issue 39 added: <string name="error_accountReadingNotAllowed">no permission to read the account</string>
* added some info about the speed of compression algorithms, mostly to warn ↵Thialfihar2010-07-051-0/+1
| | | | about BZIP2, also added support for content URIs in file encrypt/decrypt activities
* merge 1.0.x back into trunkThialfihar2010-06-301-1/+1
|
* recent 1.0.x changes into trunkThialfihar2010-06-171-1/+1
|
* lift trunk to 1.0.3Thialfihar2010-06-081-1/+1
|
* better filter for GeneralActivity againThialfihar2010-06-061-0/+7
|
* limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now ↵Thialfihar2010-06-061-1/+8
| | | | handling key imports as well
* some Activity Intent filter cleanup, pass messages via Strings rather than ↵Thialfihar2010-06-061-2/+0
| | | | ByteArrays, avoid some encoding issues
* working encryption/decryption of text and files after GeneralActivity hands ↵Thialfihar2010-06-061-2/+2
| | | | it over
* added search feature for key management and select ActivitiesThialfihar2010-06-051-4/+44
|
* introduced a general application to handle certain Intents, only to hand ↵Thialfihar2010-06-051-11/+13
| | | | them to other APG Activities after looking at the content of the passed data
* lifted 1.0.x to new versionThialfihar2010-06-031-1/+1
|
* added a service to handle the caching, this'll ensure the cache works while ↵Thialfihar2010-06-031-0/+2
| | | | | | no activity is around, which is better for k9mail integration it also is a more efficient and much smarter cache, not requiring an own timer thread, just a service that sleeps must of the time, it also is more accurate in cleaning up the entries, ensuring that the worst case of too late removal is 5 seconds
* added content provider again and read permission to grab key detailsThialfihar2010-06-021-3/+14
|
* working encryption out of k9mailThialfihar2010-06-011-2/+21
|
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-0/+3
|
* adjust version numberThialfihar2010-05-281-1/+1
|
* fully removed old DataProvider for now, manage queries, clean up old ↵Thialfihar2010-05-281-4/+0
| | | | database stuff
* give 0.10.x branch its version infoThialfihar2010-05-211-1/+1
|
* lifting branch to 0.9.8Thialfihar2010-05-211-1/+1
|
* preparing for version 0.9.7Thialfihar2010-05-201-1/+1
|
* promoted to next versionThialfihar2010-05-191-1/+1
|
* catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" ↵Thialfihar2010-05-181-0/+6
| | | | feature to send to APG
* lifted version to 0.9.5 and cleared change logThialfihar2010-05-111-1/+1
|
* setting the min SDK version to 1.5, it now should work for all Android ↵Thialfihar2010-05-111-1/+1
| | | | versions 1.5+
* merged DecryptMessageActivity and DecryptFileActivity into one ↵Thialfihar2010-05-111-12/+2
| | | | DecryptActivity as well
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-091-12/+2
|
* lift version to 0.9.4Thialfihar2010-05-041-1/+1
|
* increased app version and cleared change log for 0.9.3Thialfihar2010-04-291-1/+1
|
* add preferences, use them where applicableThialfihar2010-04-281-0/+5
|
* file encrypt layout entirely rewritten, should be much more userfriendly and ↵Thialfihar2010-04-261-1/+0
| | | | work on more devices, changed message encrypt layout to match
* set branch to next version, reset changelogThialfihar2010-04-241-1/+1
|
* version lifted to 0.9.1Thialfihar2010-04-241-1/+1
|
* layout adjustments, force portrait layout for EncryptFileActivity for now, ↵Thialfihar2010-04-231-0/+1
| | | | (En|De)cryptFileActivity can now handle symmetric algorithms
* added file decryption, rewrote the various "Choice" derivations to us the Id ↵Thialfihar2010-04-221-0/+11
| | | | structure as well
* major restructuring, moving dialog, message, menu, option menu, task, type ↵Thialfihar2010-04-191-39/+66
| | | | | | 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
* lift branch 0.9.x's version to 0.9.0 and set version code to 5 for nowThialfihar2010-04-171-1/+1
|
* 0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not ↵Thialfihar2010-04-141-1/+1
| | | | filling the main layout, made a bunch of private classes static