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

Persistent notification no longer working #1352

Open
gittastic opened this issue Jan 7, 2024 · 6 comments · May be fixed by #1393
Open

Persistent notification no longer working #1352

gittastic opened this issue Jan 7, 2024 · 6 comments · May be fixed by #1393
Labels

Comments

@gittastic
Copy link

Bug description

The persistent notification no longer appears when connected to a host when using ConnectBot v1.9.10+.

Steps to reproduce

  1. Connect to a host
  2. Note the notification no longer appears. It is also not possible to grant notification permissions in Android 14.

Expected behavior

The persistent notification should appear when connected to a host.

Android device

  • Device: Google Pixel 8 Pro
  • OS: Android 14 build UQ1A.240105.004
  • ConnectBot Version: 1.9.10
@gittastic gittastic added the bug label Jan 7, 2024
@gittastic
Copy link
Author

Out of interest, does the persistent notification work for anyone else on 1.9.10?

@GaidinBDJ
Copy link

I get no notifications at all; not the persistent notification and not the bell notifications. It's kind of a problem.

@gittastic
Copy link
Author

The app doesn't appear to have notification permissions for Android 13+.

@gittastic
Copy link
Author

I'll try submit a pull request later when I'm in front of a computer.

@dtgeorge
Copy link

dtgeorge commented Feb 8, 2024

Same issue here. Galaxy s23 ultra.

@serpinio
Copy link

serpinio commented Feb 24, 2024

Same issue with Infinix HOT30 Play with Android 13
I believe the app needs the following POST_NOTIFICATION permission added to the manifest for Android 13+:
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>

rcheze added a commit to rcheze/connectbot that referenced this issue May 1, 2024
Request POST_NOTIFICATIONS permission for Tiramisu (at least) devices
rcheze added a commit to rcheze/connectbot that referenced this issue May 1, 2024
rcheze added a commit to rcheze/connectbot that referenced this issue May 1, 2024
rcheze added a commit to rcheze/connectbot that referenced this issue May 1, 2024
@rcheze rcheze linked a pull request May 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants