Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-09 | gradle: fix Cannot set property outputFile on null object. | Michael | 1 | -1/+3 | |
2014-12-09 | update gradle to 2.2.1 and android gradle plugin to 1.0.0 | Michael | 1 | -1/+1 | |
2014-12-07 | version bump to 0.9.30.9.3 | iNPUTmice | 1 | -2/+2 | |
2014-12-05 | update android gradle plugin to 1.0.0-rc4 | Michael | 1 | -1/+1 | |
2014-12-03 | version bump to 0.9.20.9.2 | iNPUTmice | 1 | -2/+2 | |
2014-12-01 | version bump to 0.9.1 and changelog | iNPUTmice | 1 | -2/+2 | |
2014-11-29 | version bump to 0.90.9 | iNPUTmice | 1 | -1/+1 | |
2014-11-22 | update android gradle plugin to 0.14.4 | Michael | 1 | -13/+8 | |
to work with AS >= 0.9.0 plugin >= 0.14.0 is required also update gradle to 2.2. | |||||
2014-11-17 | bump to version 0.9-alpha to differentiate stack traces. no feature freeze ↵ | iNPUTmice | 1 | -2/+2 | |
or anything else | |||||
2014-11-16 | version bump to 0.8.40.8.4 | iNPUTmice | 1 | -2/+2 | |
2014-11-09 | Remove unused dependency | Sam Whited | 1 | -4/+1 | |
2014-11-09 | Add jxmpp-stringprep-libidn dependency | Sam Whited | 1 | -2/+6 | |
2014-11-09 | bumped gradle files + changelog0.8.3 | iNPUTmice | 1 | -2/+2 | |
2014-11-06 | version bump to 0.8.20.8.2 | iNPUTmice | 1 | -2/+2 | |
2014-11-03 | unfinishd qr code implemenation. thanks to @emdete | iNPUTmice | 1 | -0/+2 | |
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 | |