nextcloud / news-android

📱🗞️ Android client for the Nextcloud news/feed reader app
https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader
GNU Affero General Public License v3.0
686 stars 258 forks source link

Separate channel notifications doesn't link to feed channel (low prio) #1116

Open mMuck opened 2 years ago

mMuck commented 2 years ago

They link to the normal unread channel. I expected the channel view.

Is this known? Could this be confirmed from other users please? Thanks.

News v0.9.9.75 Android 9

mMuck commented 8 months ago

This is still open IMO. The current News v0.9.9.84 still does the same. When I configure a separate channel for a feed I receive separate notifications as intended. This works great BTW. Thanks!! But if I tap this notification, this does open the normal "unread" list in the News app, not the specific feed for which the notification channel was created.

@David-Development If you can't reproduce this I could try to investigate this with different feeds on different devices

David-Development commented 7 months ago

Glad you like and are using the feature! You are correct - right now only the app is launched with it's default view.

The corresponding Intent is constructed here - I guess it should be possible to include an identifier in the bundle and open the correct folder/feed during app launch (new else case when the user wants to open a folder/feed) here

meichthys commented 4 months ago

I don't think this is relevant anymore. In the latest versions of the app, multiple notification channels doesn't seem possible.

mMuck commented 4 months ago

In the latest versions of the app, multiple notification channels doesn't seem possible.

@David-Development Can you confirm this? Is there a plan to drop this feature?

David-Development commented 2 months ago

There are no plans to drop this feature. Starting at the end of next month I have more time to work on the app again! (Haven't tried if this feature is broken - but by long pressing a feed you can still select a separate notification channel for it)