aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-21clear muc tiles cache only when necessaryiNPUTmice2-1/+22
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice12-53/+256
2015-02-21- Some comments to refer to the XEPs addedsteckbrief1-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)
2015-02-19fixed #993iNPUTmice1-1/+2
2015-02-19launch edit account activity when starting Conversations for the first time ↵iNPUTmice1-5/+9
(fixed regression)
2015-02-18made xmpp uris case insensitiveiNPUTmice1-3/+3
2015-02-18always call to cancel before loading new avatarsiNPUTmice2-24/+28
2015-02-18always go through reconnect method instead of just starting XmppConnection ↵iNPUTmice1-4/+1
threads
2015-02-18avoid weird npe. fixed #991iNPUTmice1-1/+3
2015-02-17limit ui refresh rateiNPUTmice8-93/+81
2015-02-17moved roster loading to async task as welliNPUTmice1-10/+22
2015-02-17refresh list view more ofteniNPUTmice2-2/+2
2015-02-16support for XEP-0092: Software VersioniNPUTmice5-20/+51
2015-02-16fixed avatar cache lookup in ListItemAdapteriNPUTmice1-4/+1
2015-02-15made image view background more colorful while waiting on actual avatar to loadiNPUTmice2-2/+3
2015-02-15Vitelity's s.ms service requires <body> firstStephen Paul Weber1-1/+1
If the <body> tag is not first, their bot just silently drops the stanza. I know we shouldn't have to care about order, and I'm trying to get them to fix it, but it's not high-priority for them since "most" clients seem to work, so I'd like this workaround in.
2015-02-15loading avatars in seperate tasksiNPUTmice3-18/+203
2015-02-12load messages asynchronouslyiNPUTmice2-2/+24
2015-02-12use time instead of uptime for unmuteiNPUTmice2-5/+2
2015-02-10added actions to error notificationiNPUTmice3-1/+52
2015-02-10strip fractional seconds from timestamp before parsingiNPUTmice2-6/+4
2015-02-09disabled cipher loggingiNPUTmice1-1/+1
2015-02-09don't show 'enter pgp key' in non encrypted chatsiNPUTmice1-0/+1
2015-02-09always add a non resolved SRV record to the listiNPUTmice1-6/+1
2015-02-09made delay timestamp parser accept nano secondsiNPUTmice1-1/+1
2015-02-07sort users in mucDaniel Gultsch1-3/+12
2015-02-07trim message bodys on displayDaniel Gultsch2-3/+3
2015-02-07refactored how snackbar is displayedDaniel Gultsch1-82/+105
2015-02-02Use platform ciphers as well, just prefer oursSam Whited4-9/+12
2015-02-02don't disable any ciphersiNPUTmice1-3/+4
2015-02-02added more ciphers for old openssl versionsiNPUTmice1-1/+3
2015-02-01fixed text preview for imagesiNPUTmice1-1/+1
2015-01-29made version codes ready for release candidate in beta channeliNPUTmice1-1/+1
2015-01-29don't count when attempt failed completlyiNPUTmice1-0/+1
2015-01-29Use Material Design Icons on API 21+Sam Whited2-8/+24
2015-01-29properly clear notifications. fixed #921iNPUTmice1-2/+8
2015-01-28fixed broken capsiNPUTmice2-14/+17
2015-01-27Show errors before mute snackbarSam Whited1-10/+10
See #939
2015-01-26muc tics for consistencyiNPUTmice1-1/+1
2015-01-26changed version code and version name to 1.0-beta2iNPUTmice1-1/+1
2015-01-26adapt caps on whether or not message confirmation is oniNPUTmice5-11/+31
2015-01-26don't put ejabberds status code muc messages into an actual conversationiNPUTmice1-0/+1
2015-01-25made connect time out more failsaveiNPUTmice1-5/+8
2015-01-25fix mergable() for /me command.Michael3-5/+9
2015-01-25set jingle file transfer to offer after iq offer has returnediNPUTmice1-6/+17
2015-01-25otr: switch to the otr-state the partner alternate.Michael2-0/+3
should also fixed #877
2015-01-24MessageParser: fix the regex for otr query messages.Michael1-1/+1
2015-01-24fixed mam to work with muciNPUTmice4-11/+21
2015-01-23Changed online color to green instead of primaryAnders Sandblad2-1/+5
2015-01-21show checkbox to hide offline contactsiNPUTmice1-6/+19