aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
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
2015-01-21fixed bug in find conference in database methodiNPUTmice1-3/+6
2015-01-21deal with user entering full jids in join conference dialogiNPUTmice2-3/+4
2015-01-21always allow access to contact details. provide add button in contact detailsiNPUTmice4-72/+82
2015-01-21Add block/unblock to contact details menuSam Whited3-9/+15
2015-01-20Add color / category to foreground notificationSam Whited1-7/+14
2015-01-20changed message duplicate finderiNPUTmice1-5/+10
2015-01-20fixed missing image previewiNPUTmice1-1/+1
2015-01-20fixed up button on v21 devicesiNPUTmice1-2/+6
2015-01-20- Avoiding accessing shared preferences to know if emoticons should be parsed...steckbrief6-22/+105