[ PrimalHQ/primal-android-app ] Primal 2.6.16 release
[ PrimalHQ/primal-android-app ] Fix db race condition when starting remote session
[ greenart7c3/Amber ] Fix: Ensure ConnectivityService starts correctly Moves the responsibility of starting the `ConnectivityService` from the `Application.onCreate` to the `MainActivity.onResume`. This change prevents the service from being started prematurely by background processes, ensuring it only runs when the app is actively used by the user. - Adds an `isServiceStarted` flag to prevent multiple service instances. - Starts the foreground service from the UI thread. - Moves the `startForeground` call to `onStartCommand` to comply with Android service lifecycle requirements.
[ burned-caroche455/haven-kit ] Update README.md
[ greenart7c3/Citrine ] Merge pull request #84 from greenart7c3/l10n_crowdin_translations New Crowdin Translations
[ TsukemonoGit/shosai ] リストの移動機能追加
[ NicolaLS/nostr-kmp ] core/chore: add NipModule to bundle NIP upgraders
[ flox1an/nostube ] feat(reactions): render static display for own content instead of disabled buttons Like/dislike and zap buttons now show as icon+count without button wrapper when viewing your own videos. 🤖 Generated with [Claude Code]() Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
[ flox1an/nostube ] feat(avatar): add UserAvatar component with dicebear fallback Create a reusable UserAvatar component that displays user profile pictures with automatic fallback to dicebear avatars based on pubkey. This provides better visual identity for users without profile pictures instead of just showing a plain character. Updated all avatar usages across the app: - VideoInfoSection, VideoCard, VideoSuggestions - VideoComments, CommentInput
[ Letdown2491/bloom ] Fixed a race connection when signing in via bunker URL