0xf104a / NextcloudServices

Android app to send notifications from Nextcloud without using GCM(Google cloud messaging)
GNU General Public License v3.0
63 stars 11 forks source link

No notifications with beta13 #52

Closed devlich closed 1 year ago

devlich commented 1 year ago

Hi ! Thanks for this great app. It's the only app that works for me. I unfortunately had to downgrade to beta12 since the beta13 does not even appear in the list of app that need permissions to notify. I'm using the main nextcloud app method for connecting but I've tried the other one and I have the same issue. I'm on android 13 and I using Fdroid to install NextcloudServices.

Rikj000 commented 1 year ago

Duplicate of #51

0xf104a commented 1 year ago

Hello @devlich. You are welcome :) Yes this is known issue(#51) which has a fix and it was just tested working(thanks to @Rikj000). So I would try to make a new release as soon as possible, so fix would be available with next F-Droid update

devlich commented 1 year ago

Hi @Rikj000 and @Andrewerr, Sorry It didn't seams to me that it is was the same issue as #51 since in my case the app is not greyed out, it's just not in the list. I didn't see the app-debug.apk link though. I will give it a try, thank your very much.

0xf104a commented 1 year ago

@devlich if you would like to use bleeding-edge version you should download a CI artifact. Here is the instruction how to do it: https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts . Also artifact APK is unsigned, so it should be installed via adb as Android disallows installing apps without signature from SystemUI. GitHub Actions run on which app is confirmed to work is https://github.com/Andrewerr/NextcloudServices/actions/runs/4136114311 .

devlich commented 1 year ago

Thanks @Rikj000 and @Andrewerr. I confirm that the app-debug.apk file works perfectly for me. Sorry to wasting your time.

devlich commented 1 year ago

@devlich if you would like to use bleeding-edge version you should download a CI artifact. Here is the instruction how to do it: https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts . Also artifact APK is unsigned, so it should be installed via adb as Android disallows installing apps without signature from SystemUI. GitHub Actions run on which app is confirmed to work is https://github.com/Andrewerr/NextcloudServices/actions/runs/4136114311 .

Thank you @Andrewerr, I will definitely try that.

0xf104a commented 1 year ago

Closing issue as a version including fix for it has just released