aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConferenceDetailsActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use emoji transform for toolbar, muc name and contacts nameChristian Schneppe2018-07-091-1/+1
|
* reset subject and name on emptyChristian Schneppe2018-07-091-1/+2
|
* save name instead of subject in bookmarkChristian Schneppe2018-07-091-10/+2
|
* scale text size if topic is longChristian Schneppe2018-06-291-2/+14
|
* open/close soft keyboard in quick editChristian Schneppe2018-06-291-9/+38
|
* non functional muc edit buttonChristian Schneppe2018-06-291-24/+76
|
* do not include white listed domains in room listChristian Schneppe2018-06-291-1/+1
|
* use TextInputLayout in quickedit dialogChristian Schneppe2018-06-291-2/+2
|
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-1/+6
|
* use room name (if available and != localpart) as group nameChristian Schneppe2018-06-291-3/+19
|
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-22/+22
| | | | *show jid in group details (in advanced mode)
* permit empty values for subject and roster nameChristian Schneppe2018-06-161-2/+3
|
* edit public=true/false property in mucsChristian Schneppe2018-06-161-0/+4
|
* Revert "fade in images and avatars" because of strange flickeringChristian Schneppe2018-06-041-6/+0
| | | | This reverts commit 6bf3ef887a57d7427d4b4cccac3a1c1adcb14377.
* fade in images and avatarsChristian Schneppe2018-06-031-0/+6
|
* show MUC avatar in ConferenceDetailsActivityChristian Schneppe2018-06-011-0/+1
|
* fix crash on destroying mucChristian Schneppe2018-05-171-2/+4
|
* add animators for more activitiesChristian Schneppe2018-05-051-0/+2
|
* ban can be disabled in Config.javaChristian Schneppe2018-05-051-2/+6
|
* encode and decode % and # in invite linksChristian Schneppe2018-05-051-1/+2
|
* use styled borderless buttonChristian Schneppe2018-04-291-18/+26
|
* add some more buttons to ConferenceDetailsActivity and bug fixesChristian Schneppe2018-04-251-37/+59
| | | | | * add to/remove from contact list * leave room
* ignore double tab in ConferenceDetailsActivityChristian Schneppe2018-04-121-0/+1
|
* prevent double tapping on overflow menuChristian Schneppe2018-04-121-0/+3
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-4/+3
| | | | | | | | | * replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
* fixed pm to vistorsChristian Schneppe2018-04-081-7/+2
|
* migrated conference details to bindingChristian Schneppe2018-04-081-162/+111
|
* do not highlight users when not participatingChristian Schneppe2018-04-071-1/+1
|
* use escaped form of jid where approriateChristian Schneppe2018-04-071-2/+2
|
* added splash screenChristian Schneppe2018-04-031-2/+2
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-10/+10
|
* refactor disable notifications dialog to make use of timeframeutilsChristian Schneppe2018-04-011-35/+31
|
* fix context menu in ConferenceDetailsActivityChristian Schneppe2018-04-011-5/+10
|
* show warning dialogsChristian Schneppe2018-03-301-1/+1
|
* move new activity back to original nameChristian Schneppe2018-03-291-1/+1
|
* show own account if multi account is enabledChristian Schneppe2018-03-201-0/+5
|
* use data binder for inflating muc itemsChristian Schneppe2018-03-201-35/+25
|
* use async avatar loader in conference detailsChristian Schneppe2018-03-201-6/+98
|
* migrate to CardView in contact and muc detailsChristian Schneppe2018-03-161-22/+13
|
* migrated alert dialogs to app compatChristian Schneppe2018-03-091-1/+1
|
* reference support actionbar in all activitiesChristian Schneppe2018-03-091-15/+17
|
* do not cross reference bookmarks and conversationsChristian Schneppe2018-02-101-3/+2
|
* reorder context menu entries for ConferenceDetailsActivity and make ↵Christian Schneppe2018-02-021-7/+7
| | | | membership and ban options visible in standardmode and make adminprevileges visible in advanced mode
* show destroy button in light redChristian Schneppe2018-01-271-0/+2
|
* allow sending pm via context menu from ConferenceDetailsActivityChristian Schneppe2018-01-271-7/+16
|
* Show toast after destroying group chatChristian Schneppe2018-01-271-1/+1
|
* add possibility to destroy group chatChristian Schneppe2018-01-261-0/+29
|
* show warning toast if PM is disabled in MUCChristian Schneppe2018-01-211-1/+5
|
* Conference Details: hide settings in offline mucsChristian Schneppe2017-12-231-2/+12
|
* support error messages in quick edit dialogChristian Schneppe2017-12-161-3/+8
|