KoalaSat
KoalaSat
> I tried to reproduce it, but I didn't notice anything unusual. I'll give it one more try tomorrow. Would it be better to implement WebSockets directly with the new...
Thank you for the double check 🙂
I think additionally would be great to use the `nostr:` protocol if we are in mobile: ``` const nostrClick = (): void => { if (isMobile) { window.location.href = `nostr:${nostrPubKey}`...
Hello @IzzySoft I was thinking on you while I was creating this issue, can we apply to have Robosats available in your repo? 😃 I'll take care of adding all...
> I could include one of the per-ABI builds (arm64 probably). Scan results look good except for one thing that will at least need clarification: > > ``` > Dangerous...
> So it connects via a local (on-device) Tor proxy, with "cleartext" traffic just on-device? The proxy is loaded in-app with this library https://github.com/05nelsonm/kmp-tor/ and 100% of the traffic pass...
@IzzySoft I'll take a look and do some test thanks! We are planning to create the release this weekend, also we have a PR with the fastlane metadata, we'll ping...
Fastlane files ready for review https://github.com/RoboSats/robosats/pull/1270
@IzzySoft we are ready to go 😁 https://github.com/RoboSats/robosats/releases/tag/v0.6.1-alpha
> PS: If you plan to get your app listed at F-Droid.org, the `fastlane` directory will need to go to the top level (root) of the Okay @IzzySoft thanks for...