aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Merge pull request #72 from felixb/fix-wordingDominik Schürmann2013-08-152-53/+53
|\ \ | | | | | | Fix wording (includes #71)
| * | fix wording: s/keyring/key/gFelix Bechstein2013-08-152-53/+53
| | |
* | | Merge pull request #71 from felixb/fix-gradleDominik Schürmann2013-08-153-28/+33
|\| | | | | | | | fix gradle build
| * | fix gradle buildFelix Bechstein2013-08-153-28/+33
|/ /
* | Merge pull request #68 from m0rph3us1987/masterDominik Schürmann2013-08-091-1/+5
|\ \ | | | | | | Pass encrypted messages to different messaging services
| * | Type is set to text/plain so that encrypted messages can be sent with ↵Enrico Oliverio2013-08-091-1/+5
|/ / | | | | | | Whatsapp, Hangouts, SMS etc...
* | Merge pull request #64 from bcbarnes-gmx/Issue53Dominik Schürmann2013-07-2511-84/+48
|\ \ | | | | | | Implemented issue #53 - Change intent actions from extra ints to intent actions
| * \ Merge branch 'master' into Issue53bcbarnes-gmx2013-07-241-0/+18
| |\ \ | |/ / |/| |
* | | Add coding style to READMEDominik Schürmann2013-07-231-0/+18
| | |
| * | Refactored action constantsbcbarnes-gmx2013-07-231-11/+11
| | |
| * | Implemented issue #53 - Change intent actions from extra ints to intent actionsbcbarnes-gmx2013-07-2311-84/+48
|/ /
* | Merge pull request #62 from bcbarnes-gmx/Issue61Dominik Schürmann2013-07-221-1/+1
|\ \ | | | | | | Issue #61 - Unable to upload public keys to PKS
| * | Issue #61 - Unable to upload public keys to PKSbcbarnes-gmx2013-07-221-1/+1
|/ /
* | Merge pull request #60 from bcbarnes-gmx/Issue43Dominik Schürmann2013-07-224-9/+37
|\ \ | | | | | | Change key bit length control into a dropdown
| * | Change key bit length control into a dropdownbcbarnes-gmx2013-07-224-9/+37
|/ /
* | Merge pull request #59 from bcbarnes-gmx/Issue41Dominik Schürmann2013-07-223-5/+14
|\ \ | | | | | | Issues #41 and #43
| * | Issues #41 and #43bcbarnes-gmx2013-07-223-5/+14
|/ /
* | Merge pull request #58 from bcbarnes-gmx/Issue55Dominik Schürmann2013-07-221-1/+1
|\ \ | | | | | | Implement Issue55
| * | Implement issue #55bcbarnes-gmx2013-07-221-1/+1
| | |
* | | Merge pull request #57 from bcbarnes-gmx/Issue56Dominik Schürmann2013-07-223-4/+6
|\ \ \ | |_|/ |/| | Implemented Issue56
| * | Implemented issues #56bcbarnes-gmx2013-07-221-1/+2
| |/
| * Merge branch 'master' of git://github.com/ashh87/openpgp-keychainbcbarnes-gmx2013-07-193-3/+4
|/|
| * use Bouncycastle updated APIAsh Hughes2013-05-183-3/+4
| |
* | 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
|\