[ patrickulrich/nostr.blue ] Merge pull request #130 from patrickulrich/release/0.7.0 Release 0.7.0: Dioxus 0.7.2 upgrade, marketplace, podcasts, radio, and 15+ new features
[ derekross/plektos ] feat: add one-tap signer app launch for NIP-46 login - Add "Open Signer App" button for native platforms to launch apps like Amber - Use nostrconnect:// URI deep linking for Android/iOS signer apps - Make manual bunker URI input collapsible to reduce UI clutter - Improve UX for mobile users with external signer apps 🤖 Generated with [Claude Code]() Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
[ derekross/zappix ] feat: add one-tap signer app launch for NIP-46 login - Add "Open Signer App" button for native platforms to launch apps like Amber - Use nostrconnect:// URI deep linking for Android/iOS signer apps - Make manual bunker URI input collapsible to reduce UI clutter - Improve UX for mobile users with external signer apps 🤖 Generated with [Claude Code]() Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
[ derekross/zaptrax ] feat: add one-tap signer app launch for NIP-46 login - Add "Open Signer App" button on native platforms to launch Amber or other signers - Collapse manual bunker URI input behind a toggle for cleaner UI - Keep QR code for web users, copy button as fallback 🤖 Generated with [Claude Code]() Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
[ gmonarque/lighthouse ] fix: sqlite blocking
[ vitorpamplona/amethyst ] Updates kotlin, compose, multiplatform, activity, serialization, media3, mockk, secp256, tor, androidxCamera, stdlib
[ shocknet/ClinkSDK ] markdown fix
[ PrimalHQ/primal-android-app ] Downgrade all existing permissions to Ask on Low to Medium auto-switch (#823)
[ damus-io/damus ] Add sync mechanism to prevent background crashes and fix ndb reopen order This adds a sync mechanism in Ndb.swift to coordinate certain usage of nostrdb.c calls and the need to close nostrdb due to app lifecycle requirements. Furthermore, it fixes the order of operations when re-opening NostrDB, to avoid race conditions where a query uses an older Ndb generation. This sync mechanism allows multiple queries to happen simultaneously (from the Swift-side), while preventing ndb from simultaneously closing
[ PrimalHQ/primal-android-app ] Fix response never saved with local session event