Peter Sanford

Results 40 comments of Peter Sanford

We made a change in 1.0.8 to automatically convert spaces to dashes (`-`) to make it easier to input codes. I wonder if that is causing an issue for you...

That makes it very likely this change is somehow responsible: https://github.com/psanford/wormhole-william-mobile/commit/07a623f353b1ed4c4c6ff593ec863eb03a3fc466 Not sure why this would behave differently on lineageOS vs stock Android 12. I'll see if if can dig...

Can you run `logcat` on the process and then trigger the crash? ``` $ adb shell pidof io.sanford.wormhole_william 2859 $ adb logcat --pid=2859 ```

@PacoBell are you able to get any logs from the app?

I'll take a look at what is required to get it into f-droid when I have some time.

Fdroid PR: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/8686

Someone just needs to shepherd the pr through f-droid's process. That person doesn't need to be me.

We've had some discussion about file permission bits in the past here: https://github.com/psanford/wormhole-william/pull/33#issuecomment-792350206. The current code sets the permission to 0777 so that we respect the user's umask. This allows...

Yup, I wanted this just the other day. I'll up prioritize it.

I'd happily take a PR for this.