aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConferenceDetailsActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-09use emoji transform for toolbar, muc name and contacts nameChristian Schneppe1-1/+1
2018-07-09reset subject and name on emptyChristian Schneppe1-1/+2
2018-07-09save name instead of subject in bookmarkChristian Schneppe1-10/+2
2018-06-29scale text size if topic is longChristian Schneppe1-2/+14
2018-06-29open/close soft keyboard in quick editChristian Schneppe1-9/+38
2018-06-29non functional muc edit buttonChristian Schneppe1-24/+76
2018-06-29do not include white listed domains in room listChristian Schneppe1-1/+1
2018-06-29use TextInputLayout in quickedit dialogChristian Schneppe1-2/+2
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-1/+6
2018-06-29use room name (if available and != localpart) as group nameChristian Schneppe1-3/+19
2018-06-29WIP: set room avatar and slight redesign of group detailsChristian Schneppe1-22/+22
2018-06-16permit empty values for subject and roster nameChristian Schneppe1-2/+3
2018-06-16edit public=true/false property in mucsChristian Schneppe1-0/+4
2018-06-04Revert "fade in images and avatars" because of strange flickeringChristian Schneppe1-6/+0
2018-06-03fade in images and avatarsChristian Schneppe1-0/+6
2018-06-01show MUC avatar in ConferenceDetailsActivityChristian Schneppe1-0/+1
2018-05-17fix crash on destroying mucChristian Schneppe1-2/+4
2018-05-05add animators for more activitiesChristian Schneppe1-0/+2
2018-05-05ban can be disabled in Config.javaChristian Schneppe1-2/+6
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-1/+2
2018-04-29use styled borderless buttonChristian Schneppe1-18/+26
2018-04-25add some more buttons to ConferenceDetailsActivity and bug fixesChristian Schneppe1-37/+59
2018-04-12ignore double tab in ConferenceDetailsActivityChristian Schneppe1-0/+1
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-0/+3
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-4/+3
2018-04-08fixed pm to vistorsChristian Schneppe1-7/+2
2018-04-08migrated conference details to bindingChristian Schneppe1-162/+111
2018-04-07do not highlight users when not participatingChristian Schneppe1-1/+1
2018-04-07use escaped form of jid where approriateChristian Schneppe1-2/+2
2018-04-03added splash screenChristian Schneppe1-2/+2
2018-04-02migrate to xmpp-addrChristian Schneppe1-10/+10
2018-04-01refactor disable notifications dialog to make use of timeframeutilsChristian Schneppe1-35/+31
2018-04-01fix context menu in ConferenceDetailsActivityChristian Schneppe1-5/+10
2018-03-30show warning dialogsChristian Schneppe1-1/+1
2018-03-29move new activity back to original nameChristian Schneppe1-1/+1
2018-03-20show own account if multi account is enabledChristian Schneppe1-0/+5
2018-03-20use data binder for inflating muc itemsChristian Schneppe1-35/+25
2018-03-20use async avatar loader in conference detailsChristian Schneppe1-6/+98
2018-03-16migrate to CardView in contact and muc detailsChristian Schneppe1-22/+13
2018-03-09migrated alert dialogs to app compatChristian Schneppe1-1/+1
2018-03-09reference support actionbar in all activitiesChristian Schneppe1-15/+17
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe1-3/+2
2018-02-02reorder context menu entries for ConferenceDetailsActivity and make membershi...Christian Schneppe1-7/+7
2018-01-27show destroy button in light redChristian Schneppe1-0/+2
2018-01-27allow sending pm via context menu from ConferenceDetailsActivityChristian Schneppe1-7/+16
2018-01-27Show toast after destroying group chatChristian Schneppe1-1/+1
2018-01-26add possibility to destroy group chatChristian Schneppe1-0/+29
2018-01-21show warning toast if PM is disabled in MUCChristian Schneppe1-1/+5
2017-12-23Conference Details: hide settings in offline mucsChristian Schneppe1-2/+12
2017-12-16support error messages in quick edit dialogChristian Schneppe1-3/+8