aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * proper error parsing. some clean upDaniel Gultsch2015-05-201-41/+49
| |
| * fixed npe in new message parserDaniel Gultsch2015-05-201-1/+3
| |
| * fixed muc mam. added a few security checksDaniel Gultsch2015-05-201-23/+25
| |
| * fixed read/unread markersDaniel Gultsch2015-05-201-10/+9
| |
| * added mam stuff to new message parserDaniel Gultsch2015-05-202-8/+27
| |
| * rewrote parser code. mam id and possible other stuff still missing. also ↵Daniel Gultsch2015-05-202-494/+212
| | | | | | | | massivly untested
| * provide helper function for getting the content of a child directlyDaniel Gultsch2015-05-201-5/+1
| |
| * r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch2015-05-052-1/+16
| |
| * fixed direct invitesDaniel Gultsch2015-04-211-12/+28
| |
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-02-091-1/+1
|\ \
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-152-21/+0
|\| | | | | | | | | | | Cast problem fixed
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-134-21/+21
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-102-3/+3
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-023-9/+9
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-062-3/+6
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-10-231-1/+6
|\| |
* | | Merge trz/rename into trz/rebasesteckbrief2015-10-221-3/+3
|\| |
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-194-1038/+0
| | | | | | | | | | | | | | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* | | Merge tag '1.5.2' into trz/rebaselookshe2015-08-113-566/+339
|/ /
* | 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
* | timestamp parsing revertedsteckbrief2015-03-311-5/+20
| |
* | Merge tag '1.2.0' into trz/mastersteckbrief2015-03-304-15/+65
|\| | | | | | | | | | | | | | | | | 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
| * 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-182-7/+20
| | | | | | | | # 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
| |
| * look at 5 muc users instead of 4 for tile cache clearingiNPUTmice2015-02-221-2/+2
| |
| * clear muc tiles cache only when necessaryiNPUTmice2015-02-211-1/+7
| |
| * added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+25
| |
| * support for XEP-0092: Software VersioniNPUTmice2015-02-161-3/+5
| |
| * strip fractional seconds from timestamp before parsingiNPUTmice2015-02-101-5/+3
| |
| * made delay timestamp parser accept nano secondsiNPUTmice2015-02-091-1/+1
| |
* | - Some comments to refer to the XEPs addedsteckbrief2015-02-211-15/+28
|/ | | | | - parseTimestamp method changed to use the XMLGregorianCalendar (refer to XEP-0082 and subsequently Date/DateTime definition of XML Schema Part 2, http://www.w3.org/TR/xmlschema-2/#date, http://www.w3.org/TR/xmlschema-2/#dateTime) a small test comparing the original implementation with the XMLGregorianCalendar implementation showed a significant performance improvement (about 0.1s on windows 7 64bit, AMD-A6 1.8GHz, 16GB RAM, Android Studio + Eclipse + Firefox running)
* 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
|
* avoid requesting blocklist after stream resumptionDaniel Gultsch2015-01-051-0/+1
|
* Verify IQ responsesSam Whited2015-01-041-10/+3
| | | | | | Fixes #20 Move fromServer/toServer to AbstractStanza
* Make IqPacket type an enumSam Whited2015-01-041-7/+7
|
* deal with prosodys muc namespace tagging of messagesDaniel Gultsch2015-01-041-4/+5
|
* update last presence only for messagesDaniel Gultsch2015-01-032-6/+2
|