Commit b94265e fixed issues on (not posh mobile, it was actually unihertz, I'm just an idiot) devices which were mainly caused by the steppers library being out of date. However, the permissions logic on unihertz devices is... not okay. For some reason unihertz requests all permissions when the app is first run, then doesn't respond to any further requests. In addition (this is the part that really annoyed me) it denies that any of the permissions have been granted, even if they have been clearly allowed in system settings.
I have temporarily made the permissions step skippable (unfortunately, because of the small screen size, this button is not visible on the jelly phones, but it is pressable and is just to the right of the continue button) and disabled some of the permission checking functionality, but this will need a much better fix before the next update can be released.
Commit b94265e fixed issues on (not posh mobile, it was actually unihertz, I'm just an idiot) devices which were mainly caused by the steppers library being out of date. However, the permissions logic on unihertz devices is... not okay. For some reason unihertz requests all permissions when the app is first run, then doesn't respond to any further requests. In addition (this is the part that really annoyed me) it denies that any of the permissions have been granted, even if they have been clearly allowed in system settings.
I have temporarily made the permissions step skippable (unfortunately, because of the small screen size, this button is not visible on the jelly phones, but it is pressable and is just to the right of the continue button) and disabled some of the permission checking functionality, but this will need a much better fix before the next update can be released.