aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-278-54/+209
|\
| * refactored toasts shown when adhoc creating mucsDaniel Gultsch2016-05-272-3/+22
| * use activity title 'choose participants' when doing thatDaniel Gultsch2016-05-272-0/+20
| * add 'create conference' dialogDaniel Gultsch2016-05-263-12/+122
| * make newly created conferences private by defaultDaniel Gultsch2016-05-261-1/+1
| * change hint in edit subject dialogDaniel Gultsch2016-05-261-1/+1
| * hide fingerprints in UI if encryption is disabledDaniel Gultsch2016-05-253-37/+43
* | catch exception on videopreviewChristian Schneppe2016-05-221-18/+22
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-224-35/+51
|\|
| * show hint in subject quick edit. only show subject as presetDaniel Gultsch2016-05-223-11/+20
| * show first unread message on top after reinitDaniel Gultsch2016-05-221-24/+31
* | load address async to avoid app hang on slow networksChristian Schneppe2016-05-221-27/+64
* | fixed crash with videopreviews in chatlistChristian Schneppe2016-05-211-8/+26
* | show videopreview also in chatlistChristian Schneppe2016-05-211-3/+8
* | detect length of video fileChristian Schneppe2016-05-211-14/+20
* | make thumbs biggerChristian Schneppe2016-05-211-8/+8
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-204-40/+60
|\|
| * show password dialog when account was magic createdDaniel Gultsch2016-05-191-0/+22
| * improved ordering of muc participantsDaniel Gultsch2016-05-171-6/+1
| * offer offline members to be invited againDaniel Gultsch2016-05-171-1/+1
| * change affiliation for in memory users that are currently not joined in a con...Daniel Gultsch2016-05-161-3/+9
| * keep conference members in memory and show them in conference detailsDaniel Gultsch2016-05-163-34/+29
* | changed colors to standard from @color and add border to imagesChristian Schneppe2016-05-201-4/+4
* | use glide as image loader and add a simple video previewChristian Schneppe2016-05-202-126/+56
* | try out some faster image loaderChristian Schneppe2016-05-171-4/+22
* | make "is tiping..." in bold italicChristian Schneppe2016-05-162-0/+3
* | fixed crash on startupChristian Schneppe2016-05-151-6/+5
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-151-2/+2
|\|
| * show presence of other resources as templateDaniel Gultsch2016-05-131-2/+2
| * improve keyboard handling. fixes #1387Daniel Gultsch2016-05-122-6/+50
| * check if pgpengine is still bound before using itDaniel Gultsch2016-05-122-1/+4
| * scroll to bottom after sending multi-line messageDaniel Gultsch2016-05-121-2/+8
| * do not show last-seen metric in UIDaniel Gultsch2016-05-101-8/+0
* | readd last seen info to contactDetailsChristian Schneppe2016-05-141-1/+8
* | refactored handling of endConversationChristian Schneppe2016-05-141-14/+43
* | refactored ConferenceDetails layoutChristian Schneppe2016-05-141-2/+3
* | add share contact to ContactDetailsChristian Schneppe2016-05-141-0/+18
* | show addresses in ShareLocation and ShowLocationChristian Schneppe2016-05-142-13/+92
* | add reconnect to EditAccountActivityChristian Schneppe2016-05-141-0/+9
* | update gradle versionChristian Schneppe2016-05-131-2/+0
* | changed some colors to match blue themeChristian Schneppe2016-05-132-5/+2
* | add "is typing..." to OverviewChristian Schneppe2016-05-131-125/+134
* | show presence of other resources as templateDaniel Gultsch2016-05-131-2/+2
* | improve keyboard handling. fixes #1387Daniel Gultsch2016-05-132-6/+50
* | check if pgpengine is still bound before using itDaniel Gultsch2016-05-132-1/+4
* | scroll to bottom after sending multi-line messageDaniel Gultsch2016-05-131-2/+8
* | do not show last-seen metric in UIDaniel Gultsch2016-05-131-8/+0
* | Ask to uninstall the plugins because the features are directly integratedChristian S2016-05-061-3/+70
* | add share locationChristian S2016-05-052-0/+272
* | add audio recorderChristian S2016-05-052-5/+164