aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Testing encrypt by serviceDominik Schürmann2013-09-064-30/+83
|
* Put model into own class for easier use in serviceDominik Schürmann2013-09-065-65/+149
|
* Register works basicallyDominik Schürmann2013-09-067-40/+41
|
* Disable parts of the old APIDominik Schürmann2013-09-067-150/+203
|
* remove dead codeDominik Schürmann2013-09-063-29/+30
|
* Put logic into fragment for reuseDominik Schürmann2013-09-066-201/+234
|
* api apps adapter with iconsDominik Schürmann2013-09-064-9/+41
|
* select key for api appsDominik Schürmann2013-09-067-49/+165
|
* Include DoneBar for edit activitiesDominik Schürmann2013-09-0514-46/+194
|
* Fix revoke and saveDominik Schürmann2013-09-053-61/+69
|
* rename crypto consumers to api appsDominik Schürmann2013-09-0511-78/+123
|
* App settings activityDominik Schürmann2013-09-0413-50/+174
|
* Settings fragment and activity for appsDominik Schürmann2013-09-0411-113/+220
|
* Show app name in registered appsDominik Schürmann2013-09-0410-19/+94
|
* Redifine Service callbacksDominik Schürmann2013-07-258-47/+147
|
* RestructureDominik Schürmann2013-07-018-14/+18
|
* More work on crypto consumersDominik Schürmann2013-07-0114-17/+205
|
* Add database columns for crypto consumer preferencesDominik Schürmann2013-06-183-2/+33
|
* some fixes all overDominik Schürmann2013-06-176-65/+197
|
* Possible to add allowed packagesDominik Schürmann2013-06-175-19/+44
|
* Fix activity manifest entryDominik Schürmann2013-06-172-4/+3
|
* Rename foir clarificationDominik Schürmann2013-06-174-14/+14
|
* Better API demo, open activity from service, discover crypto provider with ↵Dominik Schürmann2013-06-1716-304/+907
| | | | packagemanager instead of register intent
* rename to openintents namespaceDominik Schürmann2013-05-299-20/+22
|
* Check if passphrase is needed in PassphraseCacheService, extend documentationDominik Schürmann2013-05-291-22/+30
|
* update APIDominik Schürmann2013-05-282-18/+32
|
* debug infosDominik Schürmann2013-05-281-0/+2
|
* Process safe implementation of PassphraseCacheService, First test for crypto ↵Dominik Schürmann2013-05-286-385/+288
| | | | provider
* Crypto Provider implementation startDominik Schürmann2013-05-2823-86/+1492
|
* gradle wrapperDominik Schürmann2013-05-251-2/+3
|
* gradle wrapperDominik Schürmann2013-05-257-7/+18
|
* Better than version check: gradle wrapperDominik Schürmann2013-05-251-2/+2
|
* Check gradle version before buildingDominik Schürmann2013-05-251-1/+6
|
* Update README for gradleDominik Schürmann2013-05-251-5/+11
|
* move ActionBarSherlock lib, add gradle build filesDominik Schürmann2013-05-25443-34/+179
|
* Merge pull request #51 from ashh87/masterDominik Schürmann2013-05-138-28/+14
|\ | | | | | | | | | | Updates spongycastle to the fork: https://github.com/ashh87/spongycastle This allows us to import secret keys much more quickly and to enable passphrase changing for subkey only secret keys.
| * enable passphrase changing for subkey only keychainsAsh Hughes2013-05-133-10/+3
| |
| * 2/2 use forked spongycastle to speed up secret key importsAsh Hughes2013-05-136-18/+11
| |
| * 1/2 use forked spongycastle to speed up secret key importsAsh Hughes2013-05-134-0/+0
|/
* Merge with ashh87s pull requestDominik Schürmann2013-03-2228-61/+392
|\
| * use certification keys to sign keyringsAsh Hughes2013-03-212-1/+45
| |
| * change edit key for empty private master keysAsh Hughes2013-03-2110-9/+143
| |
| * only sign keys if private key has capabilityAsh Hughes2013-03-193-1/+17
| |
| * use db to mark keys which can certifyAsh Hughes2013-03-1812-7/+57
| |
| * change how empty private cheks happen, speeds things upAsh Hughes2013-03-183-11/+12
| |
| * select correct master key for signing public key withAsh Hughes2013-03-161-1/+2
| |
| * Fix decrypt file selection and symmetric decryption failureAsh Hughes2013-03-152-3/+12
| |
| * correctly encrypt using symmetric key if sign box checkedAsh Hughes2013-03-151-2/+3
| |
| * tidy up codeAsh Hughes2013-03-142-20/+6
| |
| * remove signing icon for master keys which can't signAsh Hughes2013-03-142-3/+33
| |