aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ChannelDiscoveryActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* display toast when trying to join channel with no enabled accountsChristian Schneppe2020-04-011-2/+5
* use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2020-02-161-2/+2
* optimize importsChristian Schneppe2020-01-311-1/+0
* fix color mixing in ChannelDiscoveryActivityChristian Schneppe2019-11-161-2/+0
* fixed spinning wheel when switching between local and jabber.network discoveryChristian Schneppe2019-11-151-0/+8
* fixed links in privacy warning in channel discoveryChristian Schneppe2019-11-031-0/+8
* optionally search local muc rooms instead of jabber.networkChristian Schneppe2019-11-031-19/+39
* fixed loading channel results from cacheChristian Schneppe2019-10-261-4/+3
* fix some issuesChristian Schneppe2019-10-261-1/+1
* set autojoin=true after following inviteChristian Schneppe2019-10-261-1/+1
* Bookmarks2: support retractionChristian Schneppe2019-10-261-1/+0
* WIP Bookmarks 2 supportChristian Schneppe2019-10-261-5/+6
* show "no results" if there where no channels found in channel discovery searchChristian Schneppe2019-10-031-3/+11
* fix NPE when using channel search and DOMAIN_LOCKChristian Schneppe2019-10-021-5/+7
* channel search result long press to show join dialogChristian Schneppe2019-09-241-2/+12
* show context menu in channel search to share uriChristian Schneppe2019-09-211-1/+14
* migrate to AndroidXChristian Schneppe2019-09-201-2/+2
* fixed NPE in channel discovery after race to create menuChristian Schneppe2019-06-081-1/+1
* add bookmark when clicking on channel search resultChristian Schneppe2019-05-031-0/+13
* implement channel discoveryChristian Schneppe2019-04-261-0/+196