aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief2-2/+2
should be shown for a message
2016-02-09implementation hint for FS#96 addedsteckbrief1-0/+1
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief1-6/+7
should be shown for a message
2016-01-16Fixed minor class cast issuesteckbrief1-4/+4
2016-01-15Introducing some specialized IqPacketGeneratorssteckbrief10-87/+283
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator
2016-01-15Moved all avatar related work to AvatarServicesteckbrief4-65/+62
- publishAvatar moved from XmppConnectionService to AvatarService
2016-01-15Implements FS#111: Compress resized picture with PNG formatsteckbrief1-3/+3
2016-01-15Implements FS#64: Show who wrote last message in conversation overviewsteckbrief1-2/+12
2016-01-13Moved all avatar related work to AvatarServicesteckbrief19-239/+318
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
2016-01-13Publish avatars as PNGsteckbrief1-1/+1
2016-01-08Fixes FS#107, Implements FS#77steckbrief1-1/+11
Show the number of online resources in account view and enable show resources by clicking on the account jid
2016-01-04Fixes FS#99: Adjust namespace according to XEP-0363steckbrief1-1/+1
Value of namespace constant changed to 'urn:xmpp:http:upload'
2015-12-17Log error in case logcat command could not be executed; Show toast in case ↵steckbrief1-1/+1
nothing is copied
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief14-198/+342
distinguishes between image resizing and compressing/saving
2015-12-16Fixes FS#95: NPE when opening message details for failed file transfersteckbrief1-1/+2
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 importslookshe5-11/+11
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-21fixes FS#44 - IOException if content-length is not presentlookshe1-3/+3
2015-08-16moved merged files to correct location0.0.3lookshe3-15/+16
2015-08-16fixes FS#35 - Shortcut Badger compatible to setting always_notify_in_conferencelookshe3-3/+15
2015-08-16Fixes FS#12 - Move smiley replacement from UIHelper to Emojicon modulelookshe4-137/+8
2015-08-16Fixes FS#15 - Adding smiley only possible at the endlookshe1-21/+13
Removed unnecessary ClickedListeners
2015-08-16Fixes FS#37 - Remove special treatment of unicode heartslookshe7-29/+21
Fixes FS#34 - review all calls for String.trim()
2015-08-13resolve of some compiler errors0.0.2lookshe3-1/+3
2015-08-12- Introduction of SwipeRefreshLayout for conversation viewsteckbrief4-169/+263
- OnScrollListener for ListView of messages removed and replaced with swipe refresh - Loading of messages now possible even if no message is present in conversation
2015-08-12Fixes FS#38 - Issues with URLs with multiple dots in file namelookshe1-7/+18
2015-08-12Fixes FS#33 - Get back the commentlookshe1-0/+5
2015-08-11Fixes FS#20: Limitation of end conversation swipe to left sidesteckbrief1-58/+59