aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils/UIHelper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-21don't quote text when '>' is followed by numeberDaniel Gultsch1-1/+16
2017-01-06add more punctuations to message previewDaniel Gultsch1-4/+7
2016-12-23skip empty lines in message preview. prevents indexoutofbounds exceptionDaniel Gultsch1-0/+3
2016-12-20don't show quoted text in message previewDaniel Gultsch1-6/+24
2016-09-18don't simply ignore null in message body but try to avoid itDaniel Gultsch1-3/+1
2016-09-15deal with null bodys in message previewDaniel Gultsch1-5/+3
2016-08-25offer quick reply on android NDaniel Gultsch1-2/+27
2016-07-28show identity type for device selectionDaniel Gultsch1-0/+18
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-5/+3
2016-05-28limit text size in message adapter to 2k and also limit text size in conversa...Daniel Gultsch1-3/+7
2016-05-15include name in locations received in MUCsDaniel Gultsch1-1/+1
2016-04-22expert setting to manually change presenceDaniel Gultsch1-0/+17
2016-03-20show room nick for /me command in sent muc messages. fixes #1773Daniel Gultsch1-4/+5
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+4
2016-02-23Retry decryption from message menufiaxh1-1/+3
2015-12-29handle null names in getColorForNameDaniel Gultsch1-1/+1
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-21/+0
2015-10-26Reset the margins manually after rotatingsaqura1-0/+21
2015-07-20Optimize importsAndreas Straub1-6/+6
2015-07-16made 'check image on http host' message more generic. fixed #1281Daniel Gultsch1-1/+2
2015-07-10renamed downloadable to transferableDaniel Gultsch1-10/+9
2015-07-05show contacts name in non anonymous mucs. fixes #1213Daniel Gultsch1-2/+6
2015-07-01changed mime type handlingDaniel Gultsch1-10/+1
2015-05-14added a few location questionsDaniel Gultsch1-3/+8
2015-05-13ignore question marks in location questionDaniel Gultsch1-10/+13
2015-05-13show location quick action after receiving a question about the users locationDaniel Gultsch1-0/+24
2015-05-10optimized heart render code a bitDaniel Gultsch1-3/+7
2015-05-10added white heart to new rendering as wellDaniel Gultsch1-0/+1
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch1-0/+4
2015-03-10show geo uris as 'location' in overviewiNPUTmice1-1/+7
2015-02-07trim message bodys on displayDaniel Gultsch1-1/+1
2015-02-01fixed text preview for imagesiNPUTmice1-1/+1
2015-01-25fix mergable() for /me command.Michael1-2/+3
2015-01-18proper desc for offering and sending images in conversations overviewiNPUTmice1-0/+8
2015-01-18use same helper methods for images and filesiNPUTmice1-21/+8
2015-01-18Added new file type names for file transfersChristian S1-0/+4
2015-01-17Fix string substitutions with unknown filetypesSam Whited1-2/+2
2015-01-17Correct the download file string on notificationsSam Whited1-10/+12
2015-01-14handle muc nicks with white spaces. fixed #884iNPUTmice1-2/+2
2015-01-12catch bug in guessContentTypeDaniel Gultsch1-1/+6
2015-01-12reworked message preview / message meta information (ie file offered, receive...Daniel Gultsch1-0/+110
2015-01-07refactored UiHelperDaniel Gultsch1-2/+10
2014-12-09cleanup: removed unused emoticon parsingiNPUTmice1-42/+0
2014-12-03cleaned up avatar / tile creationiNPUTmice1-0/+3
2014-11-21remove unused imports.Michael1-20/+0
2014-11-18put error notification into notification serviceiNPUTmice1-42/+0
2014-11-16happy hanukkahiNPUTmice1-0/+7
2014-11-11initial smp supportiNPUTmice1-34/+0
2014-11-10initial smp supportiNPUTmice1-34/+0
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-1/+1