aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-653/+0
| | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* changed received and read confirmation setting to one list and put it to ↵lookshe2015-04-141-1/+1
| | | | settings class
* implementation for downloading only when enabled wlanlookshe2015-04-121-1/+5
|
* added settings for accepting and downloading fileslookshe2015-04-121-1/+2
| | | | fix in Settings, initialize with same values like in preferences.xml
* properly set chat states when receiving otr status messagesiNPUTmice2015-03-211-1/+1
|
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+2
|
* don't update presence for muc messagesiNPUTmice2015-03-191-5/+2
|
* # add delivery receipts for private muc msgsBrianBlade2015-03-181-7/+15
| | | | # enable update last-seen for muc-msgs
* fixed npe in message parseriNPUTmice2015-03-061-4/+4
|
* mark all sent messages up to a marker as displayedDaniel Gultsch2015-03-011-4/+9
|
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+25
|
* muc tics for consistencyiNPUTmice2015-01-261-1/+1
|
* don't put ejabberds status code muc messages into an actual conversationiNPUTmice2015-01-261-0/+1
|
* otr: switch to the otr-state the partner alternate.Michael2015-01-251-0/+2
| | | | should also fixed #877
* MessageParser: fix the regex for otr query messages.Michael2015-01-241-1/+1
|
* fixed mam to work with muciNPUTmice2015-01-241-1/+1
|
* do not check image file size over http if accepted file size is 0Daniel Gultsch2015-01-111-3/+5
|
* more muc optionsDaniel Gultsch2015-01-071-7/+16
| | | | | | * show invite button only with admin privileges or on public conferences * Offer to ban user in public conferences. Thanks to @betheg for the awesome ground work for this
* fixed invitesDaniel Gultsch2015-01-071-37/+24
|
* deal with prosodys muc namespace tagging of messagesDaniel Gultsch2015-01-041-4/+5
|
* put Conversations into background mode earlierDaniel Gultsch2015-01-021-5/+3
|
* properly count mam messagesiNPUTmice2014-12-171-2/+8
|
* go through mam history page by page. load mam dynamically on scrolliNPUTmice2014-12-151-5/+2
|
* fixed crashing on unparsed jidsiNPUTmice2014-12-151-4/+4
|
* various mam improvmentsiNPUTmice2014-12-131-2/+4
|
* changed lastMessageReceived into lastMessageTransmitted to account for sent ↵iNPUTmice2014-12-101-1/+1
| | | | messages as well. (will trigger on sm ack)
* save server id from mam messages. check for dups before adding mamiNPUTmice2014-12-101-1/+8
|
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-2/+5
|
* very basic mam supportiNPUTmice2014-12-101-2/+64
|
* store last message received date in conversationiNPUTmice2014-12-101-1/+2
|
* removed unnecessary otr error responseiNPUTmice2014-12-101-4/+0
|
* fixed #651iNPUTmice2014-12-031-0/+8
|
* fixed potential npes in message parseriNPUTmice2014-12-031-2/+7
|
* use getAttributeAsJid methodiNPUTmice2014-11-271-6/+1
|
* fixed potential NPEsiNPUTmice2014-11-201-39/+43
|
* parse otr-fingerprint in qr codes and nfc. include otr fingerprint in ↵iNPUTmice2014-11-161-4/+2
| | | | shareable uri where ever possible
* Added check for empty from on group chat packetKevin Rauwolf2014-11-141-0/+3
|
* more refactoring for presence selection. removed getTo, getFrom and getJid ↵iNPUTmice2014-11-101-14/+19
| | | | from Element
* fixed private messagesiNPUTmice2014-11-091-2/+2
|
* s/getResourcepart().isEmpty()/isBareJid()/Sam Whited2014-11-091-1/+1
|
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-1/+1
| | | | Remove `Account.getFullJid()'
* refactored code to always contain full jid for counterpartiNPUTmice2014-11-091-3/+3
|
* Update more files to use JID objectsSam Whited2014-11-091-44/+49
|
* check if socket was null before doing ssl connectiNPUTmice2014-11-081-1/+0
|
* fixed notifications for imagesiNPUTmice2014-11-051-15/+1
|
* clear avatar cache after nick name changeiNPUTmice2014-11-041-4/+8
|
* Merge branch 'gradle' into developmentSam Whited2014-10-301-2/+10
| | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib
* Make conversations the root projectSam Whited2014-10-221-0/+517