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