KoalaSat
KoalaSat
Fixes: https://github.com/Reckless-Satoshi/robosats/issues/42 We previously refactor the front-end to have a high level API client we can easily switch https://github.com/Reckless-Satoshi/robosats/pull/242 and create a single component for avatars so static image files...
I just noticed this method is marked as `TODO` https://github.com/Sifir-io/react-native-tor/blob/ed9dc6f1c474c3aa1ae7512f7437343159a46480/android/src/main/java/com/reactnativetor/TorBridgeRequest.kt#L69 On https://github.com/Reckless-Satoshi/robosats we are working on implementing this library in our Android app. However we already use the `PUT` method...
# NIP-67 # Event Replication Groups ## Motivation With the expansion of the protocol, bandwidth usage has become a problem for clients and relays. So far the actual solutions increase...
**Is your feature request related to a problem? Please describe.** Currently, Robosats offers a 5-star rating at the end of the order process. However, this information is static data that...
**Is your feature request related to a problem? Please describe.** As part of the Android first functional apk, we want to be able to create websockets with the server trough...
The `package.json` file includes a main file that does not exists in root. When trying to use this library as a dependency the build fails because of this. `index.js` is...
We want to add an open source de-googled video player. Recently we added `"react-native-video": "^5.2.1"` but turns out this library uses Google services https://github.com/KoalaSat/nostros/actions/runs/4530735588/jobs/7980037079 The most promising library is https://www.npmjs.com/package/react-native-vlc-media-player...
We want to add an open source de-googled QR reader. Recently we added: - https://www.npmjs.com/package/react-native-qrcode-scanner but turns out this library uses `react-native-camera` which uses Google services https://github.com/KoalaSat/nostros/actions/runs/4531654828/jobs/7982068043 It can be...
Right now we just launch all migrations when the APP starts to make sure the DB is up to date https://github.com/KoalaSat/nostros/blob/4d5b93dd2462f7d1ba6f9d68ff259d52f1ae6389/android/app/src/main/java/com/nostros/modules/DatabaseModule.java#L26 This clearly does not scale, and we need to...
Right now the validation of incoming event occurs in JS, but this makes the process slower, would be great to implement the validation of signatures with Java, when the event...