aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-604/+0
| | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* whatsapp-like smiley implementationlookshe2015-04-121-3/+4
|
* Changes for emoticon parser reactivatedsteckbrief2015-03-311-5/+5
|
* Merge tag '1.2.0' into trz/mastersteckbrief2015-03-301-4/+32
|\ | | | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/parser/AbstractParser.java src/main/java/eu/siacs/conversations/ui/SettingsActivity.java src/main/java/eu/siacs/conversations/ui/adapter/ConversationAdapter.java src/main/res/values-de/strings.xml src/main/res/xml/preferences.xml
| * display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2015-03-071-1/+31
| | | | | | | | location intent can be resolved
| * added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-3/+1
| |
* | Merge master-originsteckbrief2015-02-201-180/+154
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/ui/SettingsActivity.java src/main/java/eu/siacs/conversations/ui/XmppActivity.java src/main/java/eu/siacs/conversations/ui/adapter/ConversationAdapter.java src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java src/main/java/eu/siacs/conversations/utils/UIHelper.java src/main/res/values-de/strings.xml
| * fix mergable() for /me command.Michael2015-01-251-1/+2
| |
| * explain read markeriNPUTmice2015-01-181-20/+6
| |
| * use same helper methods for images and filesiNPUTmice2015-01-181-33/+8
| |
| * reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2015-01-121-38/+14
| | | | | | | | | | | | received * file) fixed #837
| * Add XEP-0245 (/me command) supportSam Whited2015-01-111-131/+157
| |
| * added debug info + possible platform bug work arounds to message adapterDaniel Gultsch2015-01-051-0/+10
| |
| * added higher auto accept file sizesDaniel Gultsch2015-01-041-2/+2
| | | | | | | | also changed labeling to MiB and KiB
* | - Avoiding accessing shared preferences to know if emoticons should be ↵steckbrief2015-01-201-3/+3
| | | | | | | | | | | | parsed for every single message - Adding support to show online status in Conversations overview (configurable via the setting "send_button_status")
* | Setting added for parsing emoticons or notTristan Zur2015-01-111-1/+4
| |
* | Fixed missing symbol for eu.siacs.conversations.Config and wrong parameter ↵Tristan Zur2015-01-101-1/+2
| | | | | | | | for method eu.siacs.conversations.utils.UIHelper.transformAscii..
* | Merge branch 'master' of ssh://git.fucktheforce.de/conversationslookshe2015-01-031-31/+30
|\| | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/Config.java src/main/java/eu/siacs/conversations/ui/adapter/ConversationAdapter.java src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java src/main/java/eu/siacs/conversations/utils/UIHelper.java
| * avoid npe on weird platform bugsiNPUTmice2014-12-151-30/+30
| |
| * cleanup: removed unused emoticon parsingiNPUTmice2014-12-091-5/+1
| |
* | remaining part of my patchlookshe2015-01-031-3/+2
|/
* possible work around for some weird - possibly sdk - bugsiNPUTmice2014-12-071-4/+5
|
* refactored the message adapter a bitiNPUTmice2014-12-031-32/+33
|
* remove unused imports.Michael2014-11-211-5/+0
|
* handled more error casesiNPUTmice2014-11-151-5/+20
|
* fixed description in notifications and conversation overviewiNPUTmice2014-11-151-1/+5
|
* some mime and pgp fixes for file transferiNPUTmice2014-11-151-34/+27
|
* progress for http images as well. fixed open button for sent filesiNPUTmice2014-11-151-2/+7
|
* bug fixes and various improvements for file transferiNPUTmice2014-11-151-4/+9
|
* basic arbitrary file transferiNPUTmice2014-11-151-32/+65
|
* use isBareJid instead of getResourcePart().isEmpty()iNPUTmice2014-11-091-1/+1
|
* fixed muc sender history for some cases (where the previous nick was a valid ↵iNPUTmice2014-11-091-4/+12
| | | | jid)
* refactored code to always contain full jid for counterpartiNPUTmice2014-11-091-16/+8
|
* Fix bug introduced by rebaseSam Whited2014-11-091-5/+4
|
* Fix letter avatar selection in MUCSam Whited2014-11-091-13/+1
|
* More formatting fixes in MUCSam Whited2014-11-091-1/+5
|
* Format contact names in MUC properlySam Whited2014-11-091-12/+13
|
* Update more files to use JID objectsSam Whited2014-11-091-3/+16
|
* bug fixes for the previous ui refactoringiNPUTmice2014-11-071-1/+1
|
* UI code refactoringiNPUTmice2014-11-071-74/+61
|
* Merge branch 'gradle' into developmentSam Whited2014-10-301-25/+20
| | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib
* Make conversations the root projectSam Whited2014-10-221-0/+560