Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android enhancement request: Show Hauk when notification message clicked #27

Closed
RuralYak opened this issue Sep 13, 2019 · 7 comments
Closed
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@RuralYak
Copy link
Contributor

Hello,

When notification shown and you click on it nothing happens. Is it possible to add reaction to click to show Hauk when pressed?

ss1

Thank you.

@bilde2910
Copy link
Owner

I considered this and did actually try to implement it, but when the notification was clicked, I ended up spawning a new instance of the app instead (i.e. looked like it wasn't sharing, like the app was just restarted, so you can't interact with the share anymore).

I'll keep playing around with it and see if I can figure it out. That said, if anyone happens to know of a way to return the app to an already existing, running activity when notification is clicked, I'd love to hear about it. Asking Android to spawn an activity makes it create an entirely new instance instead of resuming the old one. If I can't figure it out, I'll have to put this on hold for a while. It's a low priority issue for now.

@bilde2910 bilde2910 added enhancement New feature or request help wanted Extra attention is needed labels Sep 13, 2019
@bilde2910
Copy link
Owner

I actually managed to implement this thanks to an old newsgroup thread I stumbled upon that had the correct settings for me to use. I guess I can blame myself for not looking into the documentation well enough - but in my defense, the Android developer documentation covers a lot of topics, so it can be hard to find that needle in the haystack.

This will be live in v1.1.2.

@RuralYak
Copy link
Contributor Author

BTW, F-droid still on 1.1

@bilde2910
Copy link
Owner

BTW, F-droid still on 1.1

Oh, that's actually a bit curious. F-Droid has its own build process; I unfortunately don't have control over it. Normally it would only take a couple of days, but maybe it's delayed for some reason. I assume it'll be built within a few more days.

@RuralYak
Copy link
Contributor Author

Did send you a personal message to your post inbox. Let me know if it works for you or not

@bilde2910
Copy link
Owner

Did send you a personal message to your post inbox. Let me know if it works for you or not

Received your mail regarding the Xiaomi issue; replied

@bilde2910
Copy link
Owner

The v1.2 update that has this feature has now been scheduled for release. v1.2 is tagged, but it might take anywhere from a few days to a week before the update shows up on F-Droid.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants