aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-02Implements FS#217: Rework display of /me messagessteckbrief1-488/+528
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief1-11/+19
minor bug fixes including to fail a JingleTransfer in case criterias are not met
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief1-85/+66
2017-01-11Formatting of remote file status adjustedsteckbrief1-2/+2
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief1-8/+9
feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
2016-10-23Fixes FS#237: Enable long click in layout instead of programmaticallysteckbrief1-14/+0
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-14/+51
2016-03-29Implements FS#173: Move access to colors to separate helper classsteckbrief1-4/+5
2016-03-27Fixes FS#166 - Images cannot be opened since storing in private image folderlookshe1-2/+23
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief1-6/+6
2016-03-08reset link and highlight colors to system defaultsteckbrief1-17/+20
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-5/+5
- 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
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-7/+3
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief1-19/+21
picture or not
2015-10-21Access to preferences moved to global utility class ↵steckbrief1-4/+3
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-14/+13
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-05-11avoid using paragraph style breaks by accidentDaniel Gultsch1-3/+4
2015-05-11increased space between merged messages a bitDaniel Gultsch1-1/+1
2015-05-11add a little bit of space between merged messages.Daniel Gultsch1-1/+7
2015-05-11no font padding on red heartsDaniel Gultsch1-2/+4
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch1-35/+6
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch1-4/+22
2015-04-12whatsapp-like smiley implementationlookshe1-3/+4
2015-03-31Changes for emoticon parser reactivatedsteckbrief1-5/+5
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice1-1/+31
location intent can be resolved
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-3/+1
2015-01-25fix mergable() for /me command.Michael1-1/+2
2015-01-20- Avoiding accessing shared preferences to know if emoticons should be ↵steckbrief1-3/+3
parsed for every single message - Adding support to show online status in Conversations overview (configurable via the setting "send_button_status")
2015-01-18explain read markeriNPUTmice1-20/+6
2015-01-18use same helper methods for images and filesiNPUTmice1-33/+8
2015-01-12reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch1-38/+14
received * file) fixed #837
2015-01-11Add XEP-0245 (/me command) supportSam Whited1-131/+157
2015-01-11Setting added for parsing emoticons or notTristan Zur1-1/+4
2015-01-10changes to get it working under eclipselookshe1-1/+2
2015-01-10Fixed missing symbol for eu.siacs.conversations.Config and wrong parameter ↵Tristan Zur1-1/+2
for method eu.siacs.conversations.utils.UIHelper.transformAscii..
2015-01-05added debug info + possible platform bug work arounds to message adapterDaniel Gultsch1-0/+10
2015-01-04added higher auto accept file sizesDaniel Gultsch1-2/+2
also changed labeling to MiB and KiB
2015-01-03remaining part of my patchlookshe1-3/+2
2014-12-15avoid npe on weird platform bugsiNPUTmice1-30/+30
2014-12-09cleanup: removed unused emoticon parsingiNPUTmice1-5/+1
2014-12-07possible work around for some weird - possibly sdk - bugsiNPUTmice1-4/+5
2014-12-03refactored the message adapter a bitiNPUTmice1-32/+33
2014-11-21remove unused imports.Michael1-5/+0
2014-11-15handled more error casesiNPUTmice1-5/+20
2014-11-15fixed description in notifications and conversation overviewiNPUTmice1-1/+5
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-34/+27
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice1-2/+7
2014-11-15bug fixes and various improvements for file transferiNPUTmice1-4/+9
2014-11-15basic arbitrary file transferiNPUTmice1-32/+65
2014-11-09use isBareJid instead of getResourcePart().isEmpty()iNPUTmice1-1/+1