aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-25prevent next button from showing up too early on account setupiNPUTmice1-1/+1
2015-02-23reset incoming chat state when going into backgroundiNPUTmice1-0/+3
2015-02-23get rid of some useless debuggingiNPUTmice1-3/+0
2015-02-22init mode (first start) for StartConversationActivity (no up button) and avoi...iNPUTmice4-14/+44
2015-02-22look at 5 muc users instead of 4 for tile cache clearingiNPUTmice1-2/+2
2015-02-22properly remove invalid avatariNPUTmice2-0/+2
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
2015-02-19fixed #993iNPUTmice1-1/+2
2015-02-19launch edit account activity when starting Conversations for the first time (...iNPUTmice1-5/+9
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 th...iNPUTmice1-4/+1
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
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
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