| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old pattern lib, add new pattern lib | Dominik Schürmann | 2015-02-23 | 1 | -2/+2 |
* | Update tab lib and fix colors of tabs | Dominik Schürmann | 2015-02-23 | 1 | -1/+1 |
* | Floating action button icons and methods for key list | Dominik Schürmann | 2015-02-21 | 1 | -1/+1 |
* | Status bar height fix | Dominik Schürmann | 2015-02-21 | 1 | -1/+1 |
* | Floating Action Button added in app settings | Dominik Schürmann | 2015-02-03 | 1 | -0/+1 |
* | Use latest buildTools | ligi | 2015-01-29 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/t/snackbar' into development | Dominik Schürmann | 2015-01-29 | 1 | -0/+1 |
|\ |
|
| * | use Notify helper everywhere, replace supertoasts with snackbar library | Vincent Breitmoser | 2015-01-19 | 1 | -0/+1 |
* | | Material Design Drawer | Dominik Schürmann | 2015-01-26 | 1 | -0/+1 |
* | | specify our usage of java 1.7 in build files | Vincent Breitmoser | 2015-01-25 | 1 | -0/+5 |
|/ |
|
* | Style tabs, add missing drawables | Dominik Schürmann | 2015-01-15 | 1 | -0/+1 |
* | Integrate QR Code library instead of requiring the app to be installed, also ... | Dominik Schürmann | 2015-01-14 | 1 | -2/+5 |
* | Increase minSdk to 15, according to stats | Dominik Schürmann | 2015-01-14 | 1 | -1/+1 |
* | Start working on Material Design | Dominik Schürmann | 2015-01-13 | 1 | -0/+1 |
* | Set minSdk to 14 | Dominik Schürmann | 2015-01-13 | 1 | -3/+3 |
* | Add android-lockpattern library | Dominik Schürmann | 2014-12-29 | 1 | -0/+1 |
* | Update target and support libs to SDK 21, fixing compile issues | Dominik Schürmann | 2014-12-04 | 1 | -5/+5 |
* | Merge openpgp-card lib into OpenKeychain, it was already depending on OK, no ... | Dominik Schürmann | 2014-09-24 | 1 | -1/+0 |
* | Add safeslinger to build | Dominik Schürmann | 2014-09-04 | 1 | -3/+4 |
* | Merge branch 'master' into yubikey | Dominik Schürmann | 2014-08-06 | 1 | -1/+2 |
|\ |
|
| * | Fixing lint complaints, removing unused resources | Dominik Schürmann | 2014-08-04 | 1 | -1/+1 |
| * | Merge branch 'master' into improve-file-more | mar-v-in | 2014-07-31 | 1 | -9/+1 |
| |\ |
|
| * | | Many changes to file ... and still incomplete | mar-v-in | 2014-07-06 | 1 | -1/+1 |
* | | | Merge branch 'master' into yubikey | Dominik Schürmann | 2014-08-01 | 1 | -1/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'master' into ditch-appmsg | Vincent Breitmoser | 2014-07-26 | 1 | -9/+1 |
| |\ \ |
|
| * | | | get rid of AppMsg library | Vincent Breitmoser | 2014-07-07 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'master' into yubikey | Dominik Schürmann | 2014-07-21 | 1 | -1/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | forgot to move test classpath out of root project | Vincent Breitmoser | 2014-07-21 | 1 | -1/+0 |
* | | | add lib dependency, update lib | Dominik Schürmann | 2014-07-16 | 1 | -1/+1 |
|/ / |
|
* | | travis: get rid of lint | Vincent Breitmoser | 2014-07-11 | 1 | -1/+1 |
* | | put unit tests into external module (CAVEAT) | Vincent Breitmoser | 2014-07-09 | 1 | -7/+0 |
|/ |
|
* | Deprecated Android Bootstrap, thus fixing #597 | Daniel Albert | 2014-06-30 | 1 | -1/+0 |
* | Merge pull request #686 from mar-v-in/minidns | Vincent | 2014-06-23 | 1 | -1/+1 |
|\ |
|
| * | Switch to dnsjava | mar-v-in | 2014-06-23 | 1 | -1/+1 |
* | | Disable pre-dexing, causes exceptions on some systems | Dominik Schürmann | 2014-06-23 | 1 | -1/+5 |
|/ |
|
* | Merge pull request #672 from artbristol/functional-testing | Dominik Schürmann | 2014-06-21 | 1 | -15/+1 |
|\ |
|
| * | VERY basic test for save keyring | Art O Cathain | 2014-06-21 | 1 | -15/+1 |
* | | Moved Keybase stuff into KeybaseLib submodule | Tim Bray | 2014-06-20 | 1 | -0/+1 |
|/ |
|
* | revert to previous min version | Art O Cathain | 2014-06-19 | 1 | -1/+1 |
* | Start on Robolectric integration test | Art O Cathain | 2014-06-16 | 1 | -30/+23 |
* | Later version of Junit prevents 'Multiple dex files define Lorg/hamcrest/Desc... | Art O Cathain | 2014-06-14 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into canonicalize | Vincent Breitmoser | 2014-06-13 | 1 | -5/+6 |
|\ |
|
| * | Disable robolectric, update to android gradle 0.11.1, update gradle to 1.12 | Dominik Schürmann | 2014-06-09 | 1 | -4/+4 |
| * | Update buildTools to 19.1 | Dominik Schürmann | 2014-06-09 | 1 | -1/+1 |
| * | Add dnsjava as submodule | mar-v-in | 2014-06-05 | 1 | -1/+1 |
| * | Merge branch 'master' into automatic-contact-discovery | mar-v-in | 2014-06-04 | 1 | -36/+25 |
| |\ |
|
| * | | Add ability to resolve HkpKeyserver from _hkp._tcp SRV record | mar-v-in | 2014-05-27 | 1 | -0/+1 |
* | | | import-log: add SuperToast external library | Vincent Breitmoser | 2014-06-10 | 1 | -0/+3 |
| |/
|/| |
|
* | | Use fixed gradle versions | Dominik Schürmann | 2014-06-04 | 1 | -1/+1 |
* | | Use fixed gradle versions | Dominik Schürmann | 2014-06-04 | 1 | -2/+4 |