aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-102-34/+25
|
* 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
|
* fixed npe if roster jid couldnt be parsediNPUTmice2014-12-011-8/+5
|
* use getAttributeAsJid methodiNPUTmice2014-11-271-6/+1
|
* add an listener for the muc roster update.Michael2014-11-231-0/+2
| | | | | this is for the ConferenceDetailsActivity to show precence updates immediately.
* update action bar with conversations updates as welliNPUTmice2014-11-211-25/+10
|
* changed listener timing and cache clearing after muc presencesiNPUTmice2014-11-201-6/+9
|
* fixed potential NPEsiNPUTmice2014-11-201-39/+43
|
* clear avatar cache with new roster push from serveriNPUTmice2014-11-171-0/+2
|
* avoided some null pointersiNPUTmice2014-11-171-21/+28
|
* happy hanukkahiNPUTmice2014-11-161-0/+1
|
* 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-093-4/+4
|
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-093-3/+3
| | | | Remove `Account.getFullJid()'
* refactored code to always contain full jid for counterpartiNPUTmice2014-11-091-3/+3
|
* Don't crash on packets with no "from" specifiedSam Whited2014-11-091-1/+2
|
* Update more files to use JID objectsSam Whited2014-11-093-63/+64
|
* Move a chunk of classes over to using JID objectsSam Whited2014-11-092-16/+31
|
* 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-224-0/+834