aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-02improved OTR verification part oneDaniel Gultsch4-140/+223
2014-12-30fixed npe in block menu itemDaniel Gultsch1-1/+1
2014-12-25code cleanup for change password stuffDaniel Gultsch1-13/+20
2014-12-25added callback to change account password to notify UI on success / failureDaniel Gultsch1-14/+44
2014-12-25Add ability to change password on serverSam Whited2-46/+68
2014-12-25proper call to invalidateViews()Daniel Gultsch1-1/+1
2014-12-24Show server info option when blocking is unavailablepulser1-2/+4
2014-12-23Don't allow user to register domain only jidsSam Whited1-0/+5
2014-12-23Don't show menu on create account screenSam Whited1-0/+3
2014-12-23Remove old JID validatorSam Whited2-91/+77
2014-12-23Add more server compatibility info.Sam Whited1-2/+36
2014-12-22Fix NPEs in blocking codeSam Whited2-2/+4
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited13-503/+793
2014-12-20inject ui callback into running mam queryiNPUTmice1-2/+1
2014-12-17clean up conversation history after swtiching to a different conversationiNPUTmice1-0/+1
2014-12-17show error if jid couldn't be parsed in new contact dialogiNPUTmice1-15/+10
2014-12-17made scroling smoother + bug fixes for history loadingiNPUTmice1-15/+36
2014-12-17smoothed out scrolling a bitiNPUTmice1-5/+23
2014-12-17properly detect images in share withiNPUTmice1-6/+6
2014-12-15Allow sending of any filetype via intentSam Whited1-24/+36
2014-12-15Update summary in TimePreference change listenerSam Whited1-5/+11
2014-12-15go through mam history page by page. load mam dynamically on scrolliNPUTmice1-8/+28
2014-12-15fixed history deletion. fixed #780iNPUTmice1-1/+1
2014-12-15avoid npe on weird platform bugsiNPUTmice1-30/+30
2014-12-14Add quiet hours featureSam Whited1-0/+99
2014-12-14refactored the way certain messages are being found within a conversationiNPUTmice2-20/+15
2014-12-09recreate activity after theme has changed. fixed #764iNPUTmice2-3/+20
2014-12-09cleanup: removed unused emoticon parsingiNPUTmice2-10/+2
2014-12-07possible work around for some weird - possibly sdk - bugsiNPUTmice1-4/+5
2014-12-03fixed #544iNPUTmice1-1/+51
2014-12-03display proper error in edit account details if jid is invalidiNPUTmice1-8/+9
2014-12-03further npe checksiNPUTmice1-5/+11
2014-12-03refactored the message adapter a bitiNPUTmice1-32/+33
2014-12-03set nick and autojoin=true for new bookmarksiNPUTmice1-0/+4
2014-12-03worked around concurrent modification exceptioniNPUTmice1-11/+11
2014-12-01fixed #728iNPUTmice1-5/+2
2014-12-01clear encrypted messages on reinitiNPUTmice1-2/+13
2014-11-30don't request fragment before updatingiNPUTmice1-6/+2
2014-11-29Misc. "fixes" to correct warnings.Sam Whited1-3/+6
2014-11-27fixed npe. fixed #717iNPUTmice1-5/+6
2014-11-27create conversation with bare jidiNPUTmice1-1/+1
2014-11-23MUC: option to set/delete bookmark in conference details.Michael1-0/+39
2014-11-23add an listener for the muc roster update.Michael2-1/+19
2014-11-21update action bar with conversations updates as welliNPUTmice1-27/+35
2014-11-21remove unused imports.Michael6-11/+0
2014-11-21move task to back and not finish when hitting back buttoniNPUTmice1-7/+5
2014-11-21verify contacts key only on initiating side of smpiNPUTmice1-3/+10
2014-11-20brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice4-37/+87
2014-11-19some saftey checks before registering listeners in XmppActivityiNPUTmice1-1/+12
2014-11-18synchronized message list in conversation fragmentiNPUTmice1-113/+118