Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relicensing from Apache License v2 to GPLv3+. This is only done on classes ↵ | Dominik Schürmann | 2013-09-06 | 49 | -432/+549 |
| | | | | that (have copyright by Dominik Schürmann or Markus Doits) or (are completly refactored by me and contain no remaining code by Thialfihar). Code by Thialfihar (not reachable by mail) and Shaun Senecal (disagreed on license change) remain Apache License v2. | ||||
* | 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 | 1 | -3/+4 |
| | |||||
* | Use mime type in NFC as defined in RFC3156 | Dominik Schürmann | 2013-09-06 | 1 | -1/+2 |
| | |||||
* | 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 | 33 | -476/+2047 |
|\ | |||||
| * | Testing encrypt by service | Dominik Schürmann | 2013-09-06 | 3 | -26/+64 |
| | | |||||
| * | 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 | 4 | -24/+39 |
| | | |||||
| * | Disable parts of the old API | Dominik Schürmann | 2013-09-06 | 3 | -30/+35 |
| | | |||||
| * | remove dead code | Dominik Schürmann | 2013-09-06 | 2 | -28/+28 |
| | | |||||
| * | Put logic into fragment for reuse | Dominik Schürmann | 2013-09-06 | 3 | -164/+224 |
| | | |||||
| * | api apps adapter with icons | Dominik Schürmann | 2013-09-06 | 2 | -8/+13 |
| | | |||||
| * | select key for api apps | Dominik Schürmann | 2013-09-06 | 4 | -37/+106 |
| | | |||||
| * | Include DoneBar for edit activities | Dominik Schürmann | 2013-09-05 | 1 | -20/+49 |
| | | |||||
| * | 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 | 9 | -71/+118 |
| | | |||||
| * | App settings activity | Dominik Schürmann | 2013-09-04 | 9 | -33/+147 |
| | | |||||
| * | Settings fragment and activity for apps | Dominik Schürmann | 2013-09-04 | 5 | -10/+74 |
| | | |||||
| * | Show app name in registered apps | Dominik Schürmann | 2013-09-04 | 6 | -14/+84 |
| | | |||||
| * | Redifine Service callbacks | Dominik Schürmann | 2013-07-25 | 4 | -21/+45 |
| | | |||||
| * | Restructure | Dominik Schürmann | 2013-07-01 | 6 | -5/+9 |
| | | |||||
| * | More work on crypto consumers | Dominik Schürmann | 2013-07-01 | 7 | -5/+156 |
| | | |||||
| * | 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 | 3 | -26/+101 |
| | | |||||
| * | Possible to add allowed packages | Dominik Schürmann | 2013-06-17 | 4 | -18/+43 |
| | | |||||
| * | Rename foir clarification | Dominik Schürmann | 2013-06-17 | 3 | -13/+13 |
| | | |||||
| * | Better API demo, open activity from service, discover crypto provider with ↵ | Dominik Schürmann | 2013-06-17 | 6 | -119/+373 |
| | | | | | | | | packagemanager instead of register intent | ||||
| * | rename to openintents namespace | Dominik Schürmann | 2013-05-29 | 8 | -5/+396 |
| | | |||||
| * | Check if passphrase is needed in PassphraseCacheService, extend documentation | Dominik Schürmann | 2013-05-29 | 1 | -22/+30 |
| | | |||||
* | | Type is set to text/plain so that encrypted messages can be sent with ↵ | Enrico Oliverio | 2013-08-09 | 1 | -1/+5 |
| | | | | | | | | Whatsapp, Hangouts, SMS etc... | ||||
* | | 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 |
| | | |||||
* | | Issue #61 - Unable to upload public keys to PKS | bcbarnes-gmx | 2013-07-22 | 1 | -1/+1 |
| | | |||||
* | | Change key bit length control into a dropdown | bcbarnes-gmx | 2013-07-22 | 1 | -3/+23 |
| | | |||||
* | | Issues #41 and #43 | bcbarnes-gmx | 2013-07-22 | 1 | -3/+11 |
| | | |||||
* | | Merge pull request #58 from bcbarnes-gmx/Issue55 | Dominik Schürmann | 2013-07-22 | 1 | -1/+1 |
|\ \ | | | | | | | Implement Issue55 | ||||
| * | | Implement issue #55 | bcbarnes-gmx | 2013-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | Implemented issues #56 | bcbarnes-gmx | 2013-07-22 | 1 | -1/+2 |
|/ / | |||||
* | | Merge branch 'master' of git://github.com/ashh87/openpgp-keychain | bcbarnes-gmx | 2013-07-19 | 1 | -2/+3 |
|\ \ | |/ |/| | |||||
| * | use Bouncycastle updated API | Ash Hughes | 2013-05-18 | 1 | -2/+3 |
| | | |||||
* | | 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 | 5 | -382/+280 |
| | | | | | | | | provider | ||||
* | | Crypto Provider implementation start | Dominik Schürmann | 2013-05-28 | 9 | -83/+725 |
|/ | |||||
* | enable passphrase changing for subkey only keychains | Ash Hughes | 2013-05-13 | 2 | -10/+3 |
| | |||||
* | 2/2 use forked spongycastle to speed up secret key imports | Ash Hughes | 2013-05-13 | 1 | -12/+1 |
| | |||||
* | Merge with ashh87s pull request | Dominik Schürmann | 2013-03-22 | 22 | -57/+381 |
|\ |