aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-08check if socket was null before doing ssl connectiNPUTmice2-47/+42
2014-11-08update conversation fragment on every backend connectiNPUTmice1-2/+3
2014-11-07bug fixes for the previous ui refactoringiNPUTmice3-27/+20
2014-11-07UI code refactoringiNPUTmice3-253/+172
2014-11-06fixed #633iNPUTmice1-24/+26
2014-11-06don't show avatar on initial account creationiNPUTmice1-2/+4
2014-11-06version bump to 0.8.2iNPUTmice1-1/+1
2014-11-05fixed notifications for imagesiNPUTmice2-28/+35
2014-11-05fixed #617iNPUTmice1-26/+22
2014-11-04Add last seen info to the databaseSam Whited2-14/+44
Fixes #612
2014-11-04adjust api level wrappingM. Dietrich1-3/+7
2014-11-04link to account details when touching own avatariNPUTmice1-118/+124
2014-11-04Convert about dialog to activitySam Whited2-6/+29
2014-11-04Move AboutDialog to correct pathSam Whited1-0/+33
2014-11-04clear avatar cache after nick name changeiNPUTmice1-4/+8
2014-11-04Make linter ignore properly checked API mismatchSam Whited1-1/+3
2014-11-04show avatar in editaccountiNPUTmice1-1/+18
2014-11-04register nfc callback in every activity that provides a proper sharable uriiNPUTmice5-16/+18
2014-11-04optimize code abitM. Dietrich1-29/+23
2014-11-04implement "correct" ndef parsingM. Dietrich1-13/+25
2014-11-04made qr code available from muc and contact details as welliNPUTmice5-105/+167
2014-11-04added missing return statement. fixed api bugiNPUTmice1-3/+2
2014-11-04be more OOM. Dietrich1-51/+44
2014-11-04support pre JELLY_BEAN ndefM. Dietrich1-16/+24
2014-11-03unfinishd qr code implemenation. thanks to @emdeteiNPUTmice2-11/+110
2014-11-03basic beam code / untestediNPUTmice3-127/+187
2014-11-03create file explicitly before downloading imageiNPUTmice1-0/+2
2014-11-03basic beam code / untestediNPUTmice3-127/+187
2014-11-03more error handling for http connectioniNPUTmice1-9/+12
2014-11-03version bump to 0.8.1iNPUTmice1-5/+6
2014-11-03always use exif helperiNPUTmice1-23/+6
2014-11-03more error handling in xmppconnectioniNPUTmice1-66/+78
2014-11-01fixed arrayoutofbounds + spellingiNPUTmice2-7/+7
2014-10-22Make conversations the root projectSam Whited102-0/+19285
2014-07-30Allow mdns multicast / unicast reply queriesRene Treffer1-2/+18
2014-07-30Remove System.out codeRene Treffer1-2/+6
2014-07-23Add parsing for mdns QU records (RFC6762)Rene Treffer1-1/+15
2014-07-23Better / more verbose toStringRene Treffer2-1/+9
2014-07-23Add TXT recordRene Treffer2-1/+74
2014-07-23Add TXT recordRene Treffer2-1/+74
2014-07-22Add PTR record parsingRene Treffer3-1/+24
2014-07-22Add PTR record parsingRene Treffer3-1/+24
2014-06-23Add missing javadoc / missing getter (getTTL)Rene Treffer4-5/+18
2014-06-22Prepare 0.1.0 snapshotRene Treffer2-3/+3
2014-06-22Add missing javadoc and review new codeRene Treffer10-7/+205
2014-06-13Make sure we initialize big enough if s.o. chooses small valuesRene Treffer1-1/+1
2014-06-13Switch to deticated DNSCache interface + reference LRU implementation.Rene Treffer3-72/+165
2014-06-12Simplify cache and extend cache operations.Rene Treffer2-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-12Add Cache to minidnsFlorian Schmaus3-43/+76
2014-06-08Log IOExceptionFlorian Schmaus1-0/+1