Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing encrypt by service | Dominik Schürmann | 2013-09-06 | 4 | -30/+83 |
| | |||||
* | Put model into own class for easier use in service | Dominik Schürmann | 2013-09-06 | 5 | -65/+149 |
| | |||||
* | Register works basically | Dominik Schürmann | 2013-09-06 | 7 | -40/+41 |
| | |||||
* | Disable parts of the old API | Dominik Schürmann | 2013-09-06 | 7 | -150/+203 |
| | |||||
* | remove dead code | Dominik Schürmann | 2013-09-06 | 3 | -29/+30 |
| | |||||
* | Put logic into fragment for reuse | Dominik Schürmann | 2013-09-06 | 6 | -201/+234 |
| | |||||
* | api apps adapter with icons | Dominik Schürmann | 2013-09-06 | 4 | -9/+41 |
| | |||||
* | select key for api apps | Dominik Schürmann | 2013-09-06 | 7 | -49/+165 |
| | |||||
* | Include DoneBar for edit activities | Dominik Schürmann | 2013-09-05 | 14 | -46/+194 |
| | |||||
* | Fix revoke and save | Dominik Schürmann | 2013-09-05 | 3 | -61/+69 |
| | |||||
* | rename crypto consumers to api apps | Dominik Schürmann | 2013-09-05 | 11 | -78/+123 |
| | |||||
* | App settings activity | Dominik Schürmann | 2013-09-04 | 13 | -50/+174 |
| | |||||
* | Settings fragment and activity for apps | Dominik Schürmann | 2013-09-04 | 11 | -113/+220 |
| | |||||
* | Show app name in registered apps | Dominik Schürmann | 2013-09-04 | 10 | -19/+94 |
| | |||||
* | Redifine Service callbacks | Dominik Schürmann | 2013-07-25 | 8 | -47/+147 |
| | |||||
* | Restructure | Dominik Schürmann | 2013-07-01 | 8 | -14/+18 |
| | |||||
* | More work on crypto consumers | Dominik Schürmann | 2013-07-01 | 14 | -17/+205 |
| | |||||
* | Add database columns for crypto consumer preferences | Dominik Schürmann | 2013-06-18 | 3 | -2/+33 |
| | |||||
* | some fixes all over | Dominik Schürmann | 2013-06-17 | 6 | -65/+197 |
| | |||||
* | Possible to add allowed packages | Dominik Schürmann | 2013-06-17 | 5 | -19/+44 |
| | |||||
* | Fix activity manifest entry | Dominik Schürmann | 2013-06-17 | 2 | -4/+3 |
| | |||||
* | Rename foir clarification | Dominik Schürmann | 2013-06-17 | 4 | -14/+14 |
| | |||||
* | Better API demo, open activity from service, discover crypto provider with ↵ | Dominik Schürmann | 2013-06-17 | 16 | -304/+907 |
| | | | | packagemanager instead of register intent | ||||
* | rename to openintents namespace | Dominik Schürmann | 2013-05-29 | 9 | -20/+22 |
| | |||||
* | Check if passphrase is needed in PassphraseCacheService, extend documentation | Dominik Schürmann | 2013-05-29 | 1 | -22/+30 |
| | |||||
* | update API | Dominik Schürmann | 2013-05-28 | 2 | -18/+32 |
| | |||||
* | debug infos | Dominik Schürmann | 2013-05-28 | 1 | -0/+2 |
| | |||||
* | Process safe implementation of PassphraseCacheService, First test for crypto ↵ | Dominik Schürmann | 2013-05-28 | 6 | -385/+288 |
| | | | | provider | ||||
* | Crypto Provider implementation start | Dominik Schürmann | 2013-05-28 | 23 | -86/+1492 |
| | |||||
* | gradle wrapper | Dominik Schürmann | 2013-05-25 | 1 | -2/+3 |
| | |||||
* | gradle wrapper | Dominik Schürmann | 2013-05-25 | 7 | -7/+18 |
| | |||||
* | Better than version check: gradle wrapper | Dominik Schürmann | 2013-05-25 | 1 | -2/+2 |
| | |||||
* | Check gradle version before building | Dominik Schürmann | 2013-05-25 | 1 | -1/+6 |
| | |||||
* | Update README for gradle | Dominik Schürmann | 2013-05-25 | 1 | -5/+11 |
| | |||||
* | move ActionBarSherlock lib, add gradle build files | Dominik Schürmann | 2013-05-25 | 443 | -34/+179 |
| | |||||
* | Merge pull request #51 from ashh87/master | Dominik Schürmann | 2013-05-13 | 8 | -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 keychains | Ash Hughes | 2013-05-13 | 3 | -10/+3 |
| | | |||||
| * | 2/2 use forked spongycastle to speed up secret key imports | Ash Hughes | 2013-05-13 | 6 | -18/+11 |
| | | |||||
| * | 1/2 use forked spongycastle to speed up secret key imports | Ash Hughes | 2013-05-13 | 4 | -0/+0 |
|/ | |||||
* | Merge with ashh87s pull request | Dominik Schürmann | 2013-03-22 | 28 | -61/+392 |
|\ | |||||
| * | use certification keys to sign keyrings | Ash Hughes | 2013-03-21 | 2 | -1/+45 |
| | | |||||
| * | change edit key for empty private master keys | Ash Hughes | 2013-03-21 | 10 | -9/+143 |
| | | |||||
| * | only sign keys if private key has capability | Ash Hughes | 2013-03-19 | 3 | -1/+17 |
| | | |||||
| * | use db to mark keys which can certify | Ash Hughes | 2013-03-18 | 12 | -7/+57 |
| | | |||||
| * | change how empty private cheks happen, speeds things up | Ash Hughes | 2013-03-18 | 3 | -11/+12 |
| | | |||||
| * | select correct master key for signing public key with | Ash Hughes | 2013-03-16 | 1 | -1/+2 |
| | | |||||
| * | Fix decrypt file selection and symmetric decryption failure | Ash Hughes | 2013-03-15 | 2 | -3/+12 |
| | | |||||
| * | correctly encrypt using symmetric key if sign box checked | Ash Hughes | 2013-03-15 | 1 | -2/+3 |
| | | |||||
| * | tidy up code | Ash Hughes | 2013-03-14 | 2 | -20/+6 |
| | | |||||
| * | remove signing icon for master keys which can't sign | Ash Hughes | 2013-03-14 | 2 | -3/+33 |
| | |