aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch2015-01-121-13/+21
* reworked message preview / message meta information (ie file offered, receive...Daniel Gultsch2015-01-122-129/+46
* Add XEP-0245 (/me command) supportSam Whited2015-01-113-145/+172
* make room persistant when changing subject or other muc optionsDaniel Gultsch2015-01-101-16/+10
* don't crash when selecting a conversation by uuid did not workDaniel Gultsch2015-01-101-16/+20
* fixed regression in tablet uiDaniel Gultsch2015-01-091-0/+2
* Introduced expert options to control enter-is-sendDaniel Gultsch2015-01-093-5/+17
* ensure that everyone is member before making a room privateDaniel Gultsch2015-01-091-1/+8
* allow for very basic muc configurationDaniel Gultsch2015-01-081-7/+73
* code cleanupDaniel Gultsch2015-01-081-2/+0
* kick after banDaniel Gultsch2015-01-081-1/+14
* some clean ups for affiliation change context menuDaniel Gultsch2015-01-081-2/+8
* more muc optionsDaniel Gultsch2015-01-072-10/+28
* basic affiliation changes in mucDaniel Gultsch2015-01-071-13/+63
* reset next encryption when archiving conversationsDaniel Gultsch2015-01-071-1/+0
* run invalidateOptionsMenu on uiThreadDaniel Gultsch2015-01-061-1/+1
* fixed potential NPEs in ShareWithActivityDaniel Gultsch2015-01-061-4/+5
* added debug info + possible platform bug work arounds to message adapterDaniel Gultsch2015-01-051-0/+10
* Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...Daniel Gultsch2015-01-051-45/+48
* added higher auto accept file sizesDaniel Gultsch2015-01-041-2/+2
* record voice and attachment refactorDaniel Gultsch2015-01-032-67/+58
* disable / enable all accountsDaniel Gultsch2015-01-031-16/+84
* migrated change password into separate activityDaniel Gultsch2015-01-032-79/+127
* some further otr improvementsDaniel Gultsch2015-01-022-2/+10
* click on dynamic tag to filter for that tagDaniel Gultsch2015-01-022-0/+34
* allow cancellation of waiting filesDaniel Gultsch2015-01-021-19/+19
* put Conversations into background mode earlierDaniel Gultsch2015-01-022-7/+26
* improved OTR verification part oneDaniel Gultsch2015-01-024-140/+223
* fixed npe in block menu itemDaniel Gultsch2014-12-301-1/+1
* code cleanup for change password stuffDaniel Gultsch2014-12-251-13/+20
* added callback to change account password to notify UI on success / failureDaniel Gultsch2014-12-251-14/+44
* Add ability to change password on serverSam Whited2014-12-252-46/+68
* proper call to invalidateViews()Daniel Gultsch2014-12-251-1/+1
* Show server info option when blocking is unavailablepulser2014-12-241-2/+4
* Don't allow user to register domain only jidsSam Whited2014-12-231-0/+5
* Don't show menu on create account screenSam Whited2014-12-231-0/+3
* Remove old JID validatorSam Whited2014-12-232-91/+77
* Add more server compatibility info.Sam Whited2014-12-231-2/+36
* Fix NPEs in blocking codeSam Whited2014-12-222-2/+4
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-2213-503/+793
* inject ui callback into running mam queryiNPUTmice2014-12-201-2/+1
* clean up conversation history after swtiching to a different conversationiNPUTmice2014-12-171-0/+1
* show error if jid couldn't be parsed in new contact dialogiNPUTmice2014-12-171-15/+10
* Merge branch 'development' of https://github.com/siacs/Conversations into dev...iNPUTmice2014-12-171-5/+11
|\
| * Merge pull request #783 from SamWhited/quiet-hoursDaniel Gultsch2014-12-171-5/+11
| |\
| | * Update summary in TimePreference change listenerSam Whited2014-12-151-5/+11
* | | made scroling smoother + bug fixes for history loadingiNPUTmice2014-12-171-15/+36
* | | smoothed out scrolling a bitiNPUTmice2014-12-171-5/+23
|/ /
* | properly detect images in share withiNPUTmice2014-12-171-6/+6
* | Allow sending of any filetype via intentSam Whited2014-12-151-24/+36
|/