Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-04 | register nfc callback in every activity that provides a proper sharable uri | iNPUTmice | 5 | -16/+18 | |
2014-11-04 | optimize code abit | M. Dietrich | 1 | -29/+23 | |
2014-11-04 | implement "correct" ndef parsing | M. Dietrich | 1 | -13/+25 | |
2014-11-04 | made qr code available from muc and contact details as well | iNPUTmice | 5 | -105/+167 | |
2014-11-04 | added missing return statement. fixed api bug | iNPUTmice | 1 | -3/+2 | |
2014-11-04 | be more OO | M. Dietrich | 1 | -51/+44 | |
2014-11-04 | support pre JELLY_BEAN ndef | M. Dietrich | 1 | -16/+24 | |
2014-11-03 | unfinishd qr code implemenation. thanks to @emdete | iNPUTmice | 2 | -11/+110 | |
2014-11-03 | basic beam code / untested | iNPUTmice | 3 | -127/+187 | |
2014-11-03 | create file explicitly before downloading image | iNPUTmice | 1 | -0/+2 | |
2014-11-03 | basic beam code / untested | iNPUTmice | 3 | -127/+187 | |
2014-11-03 | more error handling for http connection | iNPUTmice | 1 | -9/+12 | |
2014-11-03 | version bump to 0.8.1 | iNPUTmice | 1 | -5/+6 | |
2014-11-03 | always use exif helper | iNPUTmice | 1 | -23/+6 | |
2014-11-03 | more error handling in xmppconnection | iNPUTmice | 1 | -66/+78 | |
2014-11-01 | fixed arrayoutofbounds + spelling | iNPUTmice | 2 | -7/+7 | |
2014-10-22 | Make conversations the root project | Sam Whited | 102 | -0/+19285 | |
2014-07-30 | Allow mdns multicast / unicast reply queries | Rene Treffer | 1 | -2/+18 | |
2014-07-30 | Remove System.out code | Rene Treffer | 1 | -2/+6 | |
2014-07-23 | Add parsing for mdns QU records (RFC6762) | Rene Treffer | 1 | -1/+15 | |
2014-07-23 | Better / more verbose toString | Rene Treffer | 2 | -1/+9 | |
2014-07-23 | Add TXT record | Rene Treffer | 2 | -1/+74 | |
2014-07-23 | Add TXT record | Rene Treffer | 2 | -1/+74 | |
2014-07-22 | Add PTR record parsing | Rene Treffer | 3 | -1/+24 | |
2014-07-22 | Add PTR record parsing | Rene Treffer | 3 | -1/+24 | |
2014-06-23 | Add missing javadoc / missing getter (getTTL) | Rene Treffer | 4 | -5/+18 | |
2014-06-22 | Prepare 0.1.0 snapshot | Rene Treffer | 2 | -3/+3 | |
2014-06-22 | Add missing javadoc and review new code | Rene Treffer | 10 | -7/+205 | |
2014-06-13 | Make sure we initialize big enough if s.o. chooses small values | Rene Treffer | 1 | -1/+1 | |
2014-06-13 | Switch to deticated DNSCache interface + reference LRU implementation. | Rene Treffer | 3 | -72/+165 | |
2014-06-12 | Simplify cache and extend cache operations. | Rene Treffer | 2 | -9/+92 | |
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 | 3 | -43/+76 | |
2014-06-08 | Log IOException | Florian Schmaus | 1 | -0/+1 | |
2014-06-08 | Remove printStackTrace() calls | Florian Schmaus | 1 | -2/+3 | |
it's hard to assign those an app in the Android log. Better to use JUL. | |||||
2014-06-08 | Close DatagramSocket using try-with-resources | Florian Schmaus | 1 | -11/+12 | |
2014-06-08 | Make minidns Android agnostic | Florian Schmaus | 11 | -0/+1473 | |
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. |