Open CodeNomadHQ opened 2 weeks ago
This might be due to the migration to targetSdk 34
, but not sure since I couldnt reproduce it yet. I found some calls which can be replaced with ..Compat
calls to be 100% compatible with all Android versions, I will push these changes.
Can you elaborate on what exactly you did? Did you write some text, select it and clicked "Link"? Did you have some text in your clipboard at at that time?
Basically, when you click on the link button, it crashes, as shown in the video
https://github.com/user-attachments/assets/3c657598-edc4-494e-8475-66ba12aae133
Basically, when you click on the link button, it crashes, as shown in the video
video.mp4
Could you check if the problem still exists in the v6.1
(see https://github.com/PhilKes/NotallyX/issues/120)?
It doesnt crash for my Android 14 Emulator, so I'm guessing the getSystemService
returned null for Android 15 before I used the ContextCompat
utils class
It still crashes even in version v6.1 PR4
I really cant reproduce this bug, I even added a Android 15 to my emulator, but it works without problems:
It still crashes even in version v6.1 PR4
I dont mean the v6.1-RC4
release on Github, I mean the v6.1
that I currently have only released on Google Play closed test (https://github.com/PhilKes/NotallyX/issues/120). I will soon release v6.1
on F-Droid too, I just want to slow down development a bit since the Google Play Release takes longer than expected
In that case, I’ll wait for the release on the Play Store and test that version.
What happened?
The app crashes when attempting to create a link from a note.
App Version
6.1-RC3
Android Version
15
(Optional) Relevant log output