aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-12context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch1-13/+21
2015-01-12reworked message preview / message meta information (ie file offered, receive...Daniel Gultsch2-129/+46
2015-01-11Add XEP-0245 (/me command) supportSam Whited3-145/+172
2015-01-10make room persistant when changing subject or other muc optionsDaniel Gultsch1-16/+10
2015-01-10don't crash when selecting a conversation by uuid did not workDaniel Gultsch1-16/+20
2015-01-09fixed regression in tablet uiDaniel Gultsch1-0/+2
2015-01-09Introduced expert options to control enter-is-sendDaniel Gultsch3-5/+17
2015-01-09ensure that everyone is member before making a room privateDaniel Gultsch1-1/+8
2015-01-08allow for very basic muc configurationDaniel Gultsch1-7/+73
2015-01-08code cleanupDaniel Gultsch1-2/+0
2015-01-08kick after banDaniel Gultsch1-1/+14
2015-01-08some clean ups for affiliation change context menuDaniel Gultsch1-2/+8
2015-01-07more muc optionsDaniel Gultsch2-10/+28
2015-01-07basic affiliation changes in mucDaniel Gultsch1-13/+63
2015-01-07reset next encryption when archiving conversationsDaniel Gultsch1-1/+0
2015-01-06run invalidateOptionsMenu on uiThreadDaniel Gultsch1-1/+1
2015-01-06fixed potential NPEs in ShareWithActivityDaniel Gultsch1-4/+5
2015-01-05added debug info + possible platform bug work arounds to message adapterDaniel Gultsch1-0/+10
2015-01-05Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...Daniel Gultsch1-45/+48
2015-01-04added higher auto accept file sizesDaniel Gultsch1-2/+2
2015-01-03record voice and attachment refactorDaniel Gultsch2-67/+58
2015-01-03disable / enable all accountsDaniel Gultsch1-16/+84
2015-01-03migrated change password into separate activityDaniel Gultsch2-79/+127
2015-01-02some further otr improvementsDaniel Gultsch2-2/+10
2015-01-02click on dynamic tag to filter for that tagDaniel Gultsch2-0/+34
2015-01-02allow cancellation of waiting filesDaniel Gultsch1-19/+19
2015-01-02put Conversations into background mode earlierDaniel Gultsch2-7/+26
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