aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-05fixed importstrz/1.5.2.2lookshe4-10/+10
2015-10-04Publishing additional information in message details dialog such as message ↵steckbrief1-18/+142
type and message status
2015-10-04Note added where to change sth. for FS#70steckbrief1-1/+2
2015-10-04Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief8-3/+321
Open resource list on long click in conversations overview, open resource list on click on bare jid in contact details view, Message details dialog added
2015-09-02Fixes FS#49: Highlight the selected conversation in liststeckbrief2-6/+9
2015-08-16moved merged files to correct locationlookshe3-0/+167
2015-08-13resolve of some compiler errorslookshe3-1/+3
2015-06-19Show Online status in contact list with respect to SHOW_ONLINE_STATUS preferencesteckbrief1-2/+5
2015-06-19Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief5-0/+34
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief126-0/+26180
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-04-14changed received and read confirmation setting to one list and put it to ↵lookshe1-1/+19
settings class
2015-04-12new settings to initialisation of Settingslookshe1-1/+1
2015-04-12added settings for accepting and downloading fileslookshe1-2/+16
fix in Settings, initialize with same values like in preferences.xml
2015-04-11Color choose dialogsteckbrief1-1/+8
2015-01-20- Avoiding accessing shared preferences to know if emoticons should be ↵steckbrief1-0/+55
parsed for every single message - Adding support to show online status in Conversations overview (configurable via the setting "send_button_status")
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
2014-06-08Remove printStackTrace() callsFlorian Schmaus1-2/+3
it's hard to assign those an app in the Android log. Better to use JUL.
2014-06-08Close DatagramSocket using try-with-resourcesFlorian Schmaus1-11/+12
2014-06-08Make minidns Android agnosticFlorian Schmaus11-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.