aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConferenceDetailsActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-19Revert "hide local part of group chat xmpp address"Christian Schneppe1-5/+1
This reverts commit 31abe938fdd5c386de52aad7b083289a9a5f0aeb.
2020-02-17hide local part of group chat xmpp addressChristian Schneppe1-1/+5
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe1-4/+4
2020-02-14add 'show avatar' to context menu in chat viewChristian Schneppe1-2/+2
to show a bigger avatar
2020-01-31use ToastCompat instead of ToastChristian Schneppe1-3/+3
2020-01-31optimize importsChristian Schneppe1-1/+0
2020-01-26use more material styleChristian Schneppe1-0/+4
2020-01-26fix some bugsChristian Schneppe1-2/+2
2020-01-24show number of participants in a MUCChristian Schneppe1-0/+1
2020-01-14show avatar correctlyChristian Schneppe1-0/+1
2019-12-23rework conference and contact detailsChristian Schneppe1-1/+27
* reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423
2019-12-13catch rare NPE while deleting bookmarkChristian Schneppe1-3/+8
2019-12-12small ui fixes for private messagesChristian Schneppe1-0/+1
2019-10-26Bookmarks2: support retractionChristian Schneppe1-11/+9
2019-09-21introduce app intro and some help screensChristian Schneppe1-0/+2
2019-09-20migrate to AndroidXChristian Schneppe1-3/+3
2019-08-31catch npe on participants context menuChristian Schneppe1-0/+5
2019-07-01attempt to unregister when receiving push for channel no longer joinedChristian Schneppe1-1/+1
when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
2019-04-26fix setting muc avatarChristian Schneppe1-16/+15
2019-04-12fix some NPEChristian Schneppe1-14/+16
2019-02-09don't let users share private group chatsChristian Schneppe1-1/+1
2019-02-09show MediaBrowser icon in chat viewChristian Schneppe1-1/+0
2019-02-09use the term channel in destroy dialog and some other stringsChristian Schneppe1-3/+10
2019-02-08brought back 'moderated' config in advanced modeChristian Schneppe1-1/+1
2019-02-08hide lock icon in channels; modify muc user contextChristian Schneppe1-0/+2
2019-02-07show different room settings for channels and groupsChristian Schneppe1-49/+24
2019-02-07provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe1-23/+1
2019-02-04remove warning messages for kick after ban failing. on modern servers ban is ↵Christian Schneppe1-11/+1
enough to also kick
2019-01-27add context menu for muc user adapterChristian Schneppe1-1/+9
2019-01-27refactored group chat members into seperate screenChristian Schneppe1-194/+38
2019-01-27refactored avatar workers into single classChristian Schneppe1-2/+4
2019-01-26fix crash on getting bookmarksChristian Schneppe1-5/+7
2019-01-25modify emoji integrationChristian Schneppe1-2/+0
2018-12-30add ability to configure autojoin flag in groupchat detailsChristian Schneppe1-1/+20
2018-11-30also show invite button in ConferenceDetailsActivity if there were no users ↵Christian Schneppe1-5/+5
inside
2018-11-23use toastcompat library to catch BadTokenExceptionChristian Schneppe1-1/+2
2018-11-23do not display toast if activity is finishingChristian Schneppe1-4/+3
2018-11-23make change nick toast use showToast helper methodChristian Schneppe1-3/+10
2018-11-23use inContactList() instead inRoster() in the proper placesChristian Schneppe1-1/+1
2018-11-11try to fix a crash with emojicompatChristian Schneppe1-2/+2
2018-10-20fix crash in ConferenceDetailsActivityChristian Schneppe1-0/+4
2018-10-02small muc details improvementsChristian Schneppe1-1/+1
2018-10-01fix crashes with EmojiTextViewChristian Schneppe1-4/+4
2018-09-27bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe1-10/+5
2018-09-26do not show media overview in contact/conference details when missing ↵Christian Schneppe1-3/+7
storage permission
2018-09-26introduce media browser activityChristian Schneppe1-0/+1
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-1/+21
2018-09-12code cleanup for group chat user context menuChristian Schneppe1-12/+2
2018-09-12start new conversations by long press on avatarChristian Schneppe1-111/+8
2018-07-09use emoji transform for toolbar, muc name and contacts nameChristian Schneppe1-1/+1