Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-03 | disabled proguard. fixed gradle libs | iNPUTmice | 1 | -8/+3 | |
2014-11-03 | version bump to 0.8.1 | iNPUTmice | 1 | -2/+2 | |
2014-10-26 | Include build number in output of release builds | Sam Whited | 1 | -0/+12 | |
2014-10-26 | Use full URI for android application Gradle plugin | Sam Whited | 1 | -1/+1 | |
2014-10-26 | Move submodules back to libs/ | Sam Whited | 1 | -3/+3 | |
2014-10-26 | Add some logic for signing releases | Sam Whited | 1 | -0/+29 | |
2014-10-26 | Update otr4j to 0.21 | Sam Whited | 1 | -1/+1 | |
2014-10-26 | Pull otr4j form Maven repo | Sam Whited | 1 | -0/+4 | |
2014-10-22 | Use proguard on release builds | Sam Whited | 1 | -1/+1 | |
We don't need obfuscation (it's an open source project), but proguard wil shrink the apk by stripping out unused code. | |||||
2014-10-22 | Suppress lint errors and remove bcprov | Sam Whited | 1 | -13/+25 | |
2014-10-22 | Make conversations the root project | Sam Whited | 1 | -2/+6 | |
2014-10-22 | Add build deps and move build props to build file | Sam Whited | 1 | -9/+50 | |
2014-07-30 | Fix style on build.gradle | Rene Treffer | 1 | -2/+4 | |
2014-07-27 | Update gradle plugin to 0.12.2 | Dominik Schürmann | 1 | -1/+1 | |
2014-06-28 | Update android gradle plugin to 0.12.0 | Dominik Schürmann | 1 | -1/+1 | |
2014-06-23 | Fix missing source/javadoc archives | Rene Treffer | 1 | -2/+2 | |
2014-06-22 | Prepare 0.1.0 snapshot | Rene Treffer | 1 | -111/+55 | |
2014-06-12 | Simplify cache and extend cache operations. | Rene Treffer | 1 | -7/+0 | |
Remove the external cache dependency and use a simple LRU based on LinkedHashMap. Make it possible to get the parse time of DNSMessage, which means we can evaluate the TTL later on :-) | |||||
2014-06-12 | Add Cache to minidns | Florian Schmaus | 1 | -0/+12 | |
2014-06-09 | Update buildTools to 19.1 | Dominik Schürmann | 1 | -2/+2 | |
2014-06-08 | Make minidns Android agnostic | Florian Schmaus | 1 | -31/+123 | |
there is really no need for minidns to be Android exclusive. Replacing the Android log API with JUL make minidns available for Android and Java SE. | |||||
2014-04-03 | AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19) | Rene Treffer | 1 | -1/+1 | |