reya's avatar
reya
_@reya.su
npub1zfss...w445
Projects: - Coop: https://github.com/lumehq/coop - Lume: https://github.com/lumehq/lume - Nostr Connect Extension: https://github.com/lumehq/nostr-connect
reya's avatar
reya 2 days ago
Progress: Coop (NIP-17 client) for Android. Fully adapts Material 3 (Expressive), built with Kotlin Multiplatform. Still WIP, but I've made good progress, maybe a release later this month. About the features, I want to keep Coop simple, a dumb app just for messaging, so it will only support NIP-17 and NIP-4e later, nothing more. Thanks @Vitor Pamplona and @Yuki Kishimoto for helping me. View quoted note →
reya's avatar
reya 4 days ago
Hi @Yuki Kishimoto I've found a weird issue with Nostr SDK FFI for KMP. I've added relay(s) to the pool then connect. But when I subscribe or send event, the pool always empty, I also have tried get all relays from the pool by `client?.relays()` but it still empty. Nothing weird in the logs either (relay connection then relay connected).
reya's avatar
reya 1 week ago
I spend 1 hour just to import a fucking icon to android studio
reya's avatar
reya 1 week ago
After two weeks of learning kotlin, I can now read the amethyst codebase
reya's avatar
reya 1 week ago
Yo. Remember Nostr Connect (web extension) that was designed by @HaloKat . I've released a new version with a different name (*) called Nostr Signer. It's currently available on Firefox and under review for Chrome. Changelog: - Added support for NIP-44 - Fixed bugs * About the new name: the previous extension was published under my old email, but Google has locked my account, so I have to re-publish it under a new name.
reya's avatar
reya 2 weeks ago
I think I should use quartz (from amethyst), it's more mature for KMP
reya's avatar
reya 2 weeks ago
Hi @Yuki Kishimoto I'm using Nostr SDK FFI for my KMP project. I wonder do you plan to adapt the new API changes on the master branch for ffi anytime soon?
reya's avatar
reya 1 month ago
Hey @HaloKat , Do you still have an SVG version of the Nostr Connect extension icon? I'm working on a new update to republish it, but I've lost the SVG file for the logo. image
reya's avatar
reya 1 month ago
With GPUI, you can build apps for desktop, web, and mobile.