aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-11Removed stupid DNS query codesteckbrief3-205/+147
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief35-407/+73
2015-12-06Fix flagging no more messages on server for conversationsteckbrief3-2/+15
2015-12-04Implements FS#83: Reload from last received messagesteckbrief3-16/+44
2015-12-04Fixes FS#75 - Change color names to reasonable namessteckbrief3-16/+9
2015-12-04Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2-2/+4
2015-12-02Fixed compile error in inner classsteckbrief1-1/+1
2015-11-20Partially implements FS#6: Conference ID changed to c+bugs@conferesteckbrief1-1/+1
nce.thedevstack.de
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief36-226/+639
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief22-580/+771
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief14-173/+521
picture or not
2015-10-30Implements FS#24: Introduce setting for picture resizingsteckbrief3-0/+24
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief9-27/+36
values for the setting fixed, preferences involved in the decision for auto downloading image links moved to global Utility Class
2015-10-21Access to preferences moved to global utility class ↵steckbrief24-350/+532
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-10-17added comment for clarification, why the timestamp of the first msg of msg ↵steckbrief1-1/+1
list is needed to query older msgs with mam
2015-10-15Removed unused importssteckbrief1-4/+0
2015-10-15Fixes FS#81 - avoid jumps after loading messagessteckbrief2-32/+64
2015-10-05fix imports and namespacessteckbrief1-0/+2
2015-10-05fixed importslookshe4-10/+10
2015-10-05Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief6-35/+74
access to app information
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 location0.0.3lookshe3-0/+167
2015-08-13resolve of some compiler errors0.0.2lookshe3-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