Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sign and encrypt basically working | Dominik Schürmann | 2013-09-06 | 5 | -62/+89 |
* | Work on encryption in new service | Dominik Schürmann | 2013-09-06 | 5 | -65/+114 |
* | Update url and about screen | Dominik Schürmann | 2013-09-06 | 2 | -8/+14 |
* | Relicensing from Apache License v2 to GPLv3+. This is only done on classes th... | Dominik Schürmann | 2013-09-06 | 50 | -433/+565 |
* | Use ButtonBar instead of ActionBar on Done/Cancel activities | Dominik Schürmann | 2013-09-06 | 3 | -145/+121 |
* | Disable old API | Dominik Schürmann | 2013-09-06 | 2 | -5/+9 |
* | Use mime type in NFC as defined in RFC3156 | Dominik Schürmann | 2013-09-06 | 2 | -3/+4 |
* | Always use insertProvider instead of addProvider | Dominik Schürmann | 2013-09-06 | 1 | -12/+15 |
* | fix permission check | Dominik Schürmann | 2013-09-06 | 1 | -27/+30 |
* | Add PRNG fixes by Google | Dominik Schürmann | 2013-09-06 | 2 | -0/+323 |
* | rename version field in data to Keychain | Dominik Schürmann | 2013-09-06 | 2 | -2/+2 |
* | merge k9mail back into master | Dominik Schürmann | 2013-09-06 | 65 | -852/+2838 |
|\ | |||||
| * | 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 pa... | Dominik Schürmann | 2013-06-17 | 16 | -304/+907 |
| * | 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 |
* | | Merge pull request #72 from felixb/fix-wording | Dominik Schürmann | 2013-08-15 | 2 | -53/+53 |
|\ \ | |||||
| * | | fix wording: s/keyring/key/g | Felix Bechstein | 2013-08-15 | 2 | -53/+53 |
* | | | Merge pull request #71 from felixb/fix-gradle | Dominik Schürmann | 2013-08-15 | 3 | -28/+33 |
|\| | | |||||
| * | | fix gradle build | Felix Bechstein | 2013-08-15 | 3 | -28/+33 |
|/ / | |||||
* | | Merge pull request #68 from m0rph3us1987/master | Dominik Schürmann | 2013-08-09 | 1 | -1/+5 |
|\ \ | |||||
| * | | Type is set to text/plain so that encrypted messages can be sent with Whatsap... | Enrico Oliverio | 2013-08-09 | 1 | -1/+5 |
|/ / | |||||
* | | Merge pull request #64 from bcbarnes-gmx/Issue53 | Dominik Schürmann | 2013-07-25 | 11 | -84/+48 |
|\ \ | |||||
| * \ | Merge branch 'master' into Issue53 | bcbarnes-gmx | 2013-07-24 | 1 | -0/+18 |
| |\ \ | |/ / |/| | | |||||
* | | | Add coding style to README | Dominik Schürmann | 2013-07-23 | 1 | -0/+18 |
| * | | Refactored action constants | bcbarnes-gmx | 2013-07-23 | 1 | -11/+11 |
| * | | Implemented issue #53 - Change intent actions from extra ints to intent actions | bcbarnes-gmx | 2013-07-23 | 11 | -84/+48 |
|/ / | |||||
* | | Merge pull request #62 from bcbarnes-gmx/Issue61 | Dominik Schürmann | 2013-07-22 | 1 | -1/+1 |
|\ \ |