Tobias Kaminsky

Results 686 comments of Tobias Kaminsky

Fix is here: https://github.com/nextcloud/notes-android/pull/2115

Hm. Now no crash, but clicking on a widget leads to: ``` Cannot send pending intent due to unknown exception: android.content.ActivityNotFoundException: No Activity found to handle null at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2239) at...

Seems to be a 14+ problem, as this works on 10.

Happens also on Android Files.

What I debugged over the last two hours: - it works with Android 10 - Android 14 does not work with PendingIntent.getActivity(…), but with PendingIntent.getBroadcast(…) - however then still setOnClickFillInIntent...

Seems that NC Files app was killed by OS. Have you set this to be excluded from battery saving mechanism?

Notes is using Files app to communicate with server. This way Notes does not have to deal with authentication, http clients, etc.

For normal brands this is enough. I have a OnePlus (but with LineageOS), so I cannot say if this enough. Our friends from DavX5 have the same problem. Maybe it...

LOS20: - long press app - app info - battery settings --> not restricted (the first one) (roughly translated from German) It sometimes says that sync fails, but then next...