water783's avatar
water783
npub10td4...x2wl
Building 0xchat & XChat
water783's avatar
water783 1 year ago
Understanding circles in 0xchat-lite Circles are designed for privacy, and are especially suitable for users who have their own private relay. 1. Independent server setup and configuration 2. Independent encrypted database 3. No hidden connections image
water783's avatar
water783 1 year ago
Thanks for your feedback and testing over the past few days! Your input has been incredibly helpful. Today, we're excited to announce 0xchat-lite v0.1.1-beta, now available on @Zapstore . This version focuses on user experience optimizations, performance improvements, and stability enhancements. Download now: iOS: https://testflight.apple.com/join/AjrmCAba Android APK: Key Updates: * New Circle Join Flow: Streamlined joining with support for short names and automatic network detection. * New User Search: Automatic remote search for a smoother experience. * New QR Code Sharing: Generate and share Nostr protocol QR codes easily. * New Image Preview Dialog: Enhanced image viewing experience. * New Circle Introduction Page: Discover circle features and FAQs. * New App Link Support: Added oxchatlite scheme for deep link handling. * Improved Onboarding: Smoother first-time user experience. * Improved Circle Join Flow: Added network checks and user confirmation. * Improved Search: Automatically triggers search after 0.5 seconds of inactivity. * Improved File Upload: Fixed missing progress callback handling. * Optimized Memory Usage: Clears related messages when deleting sessions. * Improved Contrast: Enhanced visual clarity across widgets. * Optimized Image Messages: Better corner radius rendering. * Improved Avatar Interaction: Automatically closes circle list when tapping the avatar. Plus many other bug fixes and small improvements!
water783's avatar
water783 1 year ago
Maybe I should explore integrating P2P mesh with Nostr in 0xchat lite, so that even without internet access, you could still use the mesh network for Nostr MLS chats to protect your privacy. It would be similar to what samiz does, but different in that you wouldn’t need to broadcast your notes to relays— MLS chat messages would stay locally encrypted and wouldn’t go through any network at all.
water783's avatar
water783 1 year ago
- The best decentralized communication tool needs both: Internet + P2P Mesh
water783's avatar
water783 1 year ago
It would be really cool if the #bitchat protocol could interoperate with Nostr!
water783's avatar
water783 1 year ago
0xchat lite iOS v0.1.0-build 11 is out! https://testflight.apple.com/join/AjrmCAba This version now supports interoperability with #bitchat #bitch@. Just type ‘bitchat’ or ‘bitch@’ when joining a circle to enter bitch mode — allowing you to send and receive messages in default channel with the bitchat app. (For now, only default channel are supported; Android and DM support are coming soon!) It also fixes some bugs related to joining circles, and adds relay shortcut support: * Type ‘0xchat’ to quickly join wss://relay.0xchat.com * Type ’damus‘ to join wss://relay.damus.io 🚀 Feel free to test it out and share your feedback!
water783's avatar
water783 1 year ago
hi, @franzap @Zapstore When I tried to publish 0xchat lite, I got an error. ✖ invalid: not accepted: 32267:5eca50a04afaefe55659fb74810b42654e2268c1acca6e53801b9862db74a83a:com.oxchat.lite (kind 32267) ✖ invalid: not accepted: 30063:5eca50a04afaefe55659fb74810b42654e2268c1acca6e53801b9862db74a83a:com.oxchat.lite@0.1.0 (kind 30063) ✔ Published: 4aa6a967d01ecd74d8044542f85ada9a9ef04261c1f32ab2cd502a690bb20d02 (kind 1063)
water783's avatar
water783 1 year ago
Hey all! Introducing bitchat-flutter-plugin — a plugin designed for Flutter apps that want to integrate the bitchat protocol, peer-to-peer messaging, and Bluetooth relay features, written in dart. 🔗 - Provides core decentralized chat protocol features - Supports Bluetooth Low Energy (BLE) mesh networking for message relay - Usable in both mobile and desktop Flutter projects iOS: Fully supported, including BLE peripheral and central functionality Android: In development — BLE central functionality is available; peripheral support coming soon @jack @calle