aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils/UIHelper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't quote text when '>' is followed by numeberDaniel Gultsch2017-01-211-1/+16
|
* add more punctuations to message previewDaniel Gultsch2017-01-061-4/+7
|
* skip empty lines in message preview. prevents indexoutofbounds exceptionDaniel Gultsch2016-12-231-0/+3
|
* don't show quoted text in message previewDaniel Gultsch2016-12-201-6/+24
|
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-181-3/+1
|
* deal with null bodys in message previewDaniel Gultsch2016-09-151-5/+3
|
* offer quick reply on android NDaniel Gultsch2016-08-251-2/+27
|
* show identity type for device selectionDaniel Gultsch2016-07-281-0/+18
|
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-5/+3
|
* limit text size in message adapter to 2k and also limit text size in ↵Daniel Gultsch2016-05-281-3/+7
| | | | conversations adapter
* include name in locations received in MUCsDaniel Gultsch2016-05-151-1/+1
|
* expert setting to manually change presenceDaniel Gultsch2016-04-221-0/+17
|
* show room nick for /me command in sent muc messages. fixes #1773Daniel Gultsch2016-03-201-4/+5
|
* mark oob messages and always display download buttonDaniel Gultsch2016-03-041-1/+4
|
* Retry decryption from message menufiaxh2016-02-231-1/+3
|
* handle null names in getColorForNameDaniel Gultsch2015-12-291-1/+1
|
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-21/+0
|
* Reset the margins manually after rotatingsaqura2015-10-261-0/+21
|
* Optimize importsAndreas Straub2015-07-201-6/+6
|
* made 'check image on http host' message more generic. fixed #1281Daniel Gultsch2015-07-161-1/+2
|
* renamed downloadable to transferableDaniel Gultsch2015-07-101-10/+9
|
* show contacts name in non anonymous mucs. fixes #1213Daniel Gultsch2015-07-051-2/+6
|
* changed mime type handlingDaniel Gultsch2015-07-011-10/+1
|
* added a few location questionsDaniel Gultsch2015-05-141-3/+8
|
* ignore question marks in location questionDaniel Gultsch2015-05-131-10/+13
|
* show location quick action after receiving a question about the users locationDaniel Gultsch2015-05-131-0/+24
|
* optimized heart render code a bitDaniel Gultsch2015-05-101-3/+7
|
* added white heart to new rendering as wellDaniel Gultsch2015-05-101-0/+1
|
* paint single unicode hearts as red and slightly largerDaniel Gultsch2015-05-101-0/+4
|
* show geo uris as 'location' in overviewiNPUTmice2015-03-101-1/+7
|
* trim message bodys on displayDaniel Gultsch2015-02-071-1/+1
|
* fixed text preview for imagesiNPUTmice2015-02-011-1/+1
|
* fix mergable() for /me command.Michael2015-01-251-2/+3
|
* proper desc for offering and sending images in conversations overviewiNPUTmice2015-01-181-0/+8
|
* use same helper methods for images and filesiNPUTmice2015-01-181-21/+8
|
* Merge pull request #901 from kriztan/patch-2Daniel Gultsch2015-01-181-0/+4
|\ | | | | Added new file type names for file transfers
| * Added new file type names for file transfersChristian S2015-01-181-0/+4
| | | | | | | | | | - apk - vcard
* | Fix string substitutions with unknown filetypesSam Whited2015-01-171-2/+2
|/
* Correct the download file string on notificationsSam Whited2015-01-171-10/+12
| | | | Fixes #896
* handle muc nicks with white spaces. fixed #884iNPUTmice2015-01-141-2/+2
|
* catch bug in guessContentTypeDaniel Gultsch2015-01-121-1/+6
|
* reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2015-01-121-0/+110
| | | | | | received * file) fixed #837
* refactored UiHelperDaniel Gultsch2015-01-071-2/+10
|
* cleanup: removed unused emoticon parsingiNPUTmice2014-12-091-42/+0
|
* cleaned up avatar / tile creationiNPUTmice2014-12-031-0/+3
|
* remove unused imports.Michael2014-11-211-20/+0
|
* put error notification into notification serviceiNPUTmice2014-11-181-42/+0
|
* happy hanukkahiNPUTmice2014-11-161-0/+7
|
* initial smp supportiNPUTmice2014-11-111-34/+0
|
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-1/+1
| | | | Remove `Account.getFullJid()'