aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.fucktheforce.de/conversationslookshe2015-01-0319-949/+1762
|\
| * 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
| |/
| * go through mam history page by page. load mam dynamically on scrolliNPUTmice2014-12-151-8/+28
| * Merge branch 'quiet-hours' of https://github.com/SamWhited/Conversations into...iNPUTmice2014-12-151-0/+99
| |\
| | * Add quiet hours featureSam Whited2014-12-141-0/+99
| * | fixed history deletion. fixed #780iNPUTmice2014-12-151-1/+1
| * | avoid npe on weird platform bugsiNPUTmice2014-12-151-30/+30
| |/
| * refactored the way certain messages are being found within a conversationiNPUTmice2014-12-142-20/+15
| * recreate activity after theme has changed. fixed #764iNPUTmice2014-12-092-3/+20
| * cleanup: removed unused emoticon parsingiNPUTmice2014-12-092-10/+2
* | remaining part of my patchlookshe2015-01-032-6/+4
|/
* possible work around for some weird - possibly sdk - bugsiNPUTmice2014-12-071-4/+5
* fixed #544iNPUTmice2014-12-031-1/+51
* display proper error in edit account details if jid is invalidiNPUTmice2014-12-031-8/+9
* further npe checksiNPUTmice2014-12-031-5/+11
* refactored the message adapter a bitiNPUTmice2014-12-031-32/+33
* set nick and autojoin=true for new bookmarksiNPUTmice2014-12-031-0/+4
* worked around concurrent modification exceptioniNPUTmice2014-12-031-11/+11
* fixed #728iNPUTmice2014-12-011-5/+2
* clear encrypted messages on reinitiNPUTmice2014-12-011-2/+13
* don't request fragment before updatingiNPUTmice2014-11-301-6/+2