Commit Graph

517 Commits

Author SHA1 Message Date
Ivan a16af7dc1a refactor(meshchat): simplify announce print statement by removing display name formatting 2026-04-22 12:19:39 -05:00
Ivan 31c3c84dfe chore(licenses): remove outdated dependencies and clean up licenses_frontend.json 2026-04-22 12:04:27 -05:00
Ivan 3d09e8cb22 feat(network-visualiser): implement hop max filter functionality with local storage support and UI updates 2026-04-22 12:04:14 -05:00
Ivan 5916dc0bcb feat(locales): add message copy functionality translations for multiple languages 2026-04-22 12:04:01 -05:00
Ivan 616a014a3c feat(docs): update Reticulum documentation links to use dynamic URLs based on locale 2026-04-22 12:03:47 -05:00
Ivan 3a9a8b8aeb feat(messages): update context menu functionality to support message copying from bubbles 2026-04-22 12:03:22 -05:00
Ivan 819bd0bc76 refactor(meshchat): improve docstring formatting 2026-04-22 11:15:09 -05:00
Ivan 78b59b4788 chore(licenses): add new dependencies and update existing versions in licenses_frontend.json and THIRD_PARTY_NOTICES.txt 2026-04-22 11:14:55 -05:00
Ivan f8270fce69 refactor(messages): format 2026-04-22 11:14:42 -05:00
Ivan 91c3575ab1 chore(licenses): update licenses_frontend.json and THIRD_PARTY_NOTICES.txt with new dependencies and version adjustments 2026-04-22 10:53:57 -05:00
Ivan 2d473e5f03 fix(messages): adjust styling for reaction buttons and message entries to improve layout and responsiveness 2026-04-22 10:53:47 -05:00
Ivan 5fca49032d feat(map): add deduplication functions for telemetry markers and discovered map nodes to improve map accuracy 2026-04-22 10:53:31 -05:00
Ivan 538b0ba791 feat(interfaces): update discovery connection logic with autoconnect metadata checks 2026-04-22 10:53:25 -05:00
Ivan ecbf3e2253 feat(meshchat): add detection for failed AutoInterfaces and provide user guidance messages 2026-04-22 10:52:46 -05:00
Ivan 7bfb4b3467 refactor(docs): enhance documentation upload and sharing features in DocsPage component 2026-04-20 21:12:40 -05:00
Ivan 68ab1067a5 chore(docs): add script to fetch Reticulum manual at build time and update documentation handling in the backend so reticulum docs get bundled offline 2026-04-20 21:12:33 -05:00
Ivan a3ce41148e chore(dependencies): update licenses and third-party notices, remove unused entries, and bump versions for several packages 2026-04-19 15:59:45 -05:00
Ivan 96b509c396 refactor(transports): simplify open method signatures and enhance validation for WifiTransport 2026-04-19 11:46:53 -05:00
Ivan 7d320c09ec chore(codebase): format 2026-04-19 11:36:08 -05:00
Ivan 594b84fe33 feat(audio): replace ffmpeg with pure-Python audio encoding/decoding in voicemail and ringtone managers; add port validation helpers for interface configuration 2026-04-19 11:35:34 -05:00
Ivan b451aaf29a feat(rnode): add advanced tools, diagnostics, and device management UI components for RNode firmware flashing and configuration 2026-04-19 11:35:00 -05:00
Ivan 91d1d2e7d5 feat(locales): add new diagnostic messages and UI strings across multiple languages, including error handling for firmware flashing and device diagnostics 2026-04-19 11:34:44 -05:00
Ivan 4a8c77d0f6 feat(audio): implement WAV/PCM recording in MicrophoneRecorder and add encoding to OGG/Opus using LXST; update tests for new functionality 2026-04-18 00:34:14 -05:00
Ivan a1d2e30b42 feat(translator): refactor Argos CLI detection and add integration tests for forwarding functionality 2026-04-17 23:50:29 -05:00
Ivan 429702e533 feat(notification): implement user-facing message filtering for notifications to prevent false triggers from silent payloads... this will surely fix the fake notifications 2026-04-17 23:50:20 -05:00
Ivan ae57197b74 feat(locales): add Spanish and French translations, enhance existing language files with new sticker and message size features 2026-04-17 23:29:13 -05:00
Ivan 43c43e3164 feat(data): update community interfaces with new TCPClientInterface entries and modify existing ones; add micron-parser license information 2026-04-17 23:29:06 -05:00
Ivan cb72691a77 feat(router): add new route for reticulum configuration editor and update command palette navigation 2026-04-17 23:28:11 -05:00
Ivan 42b8749704 feat(gifs, stickers): implement GIF and sticker pack management, including database schema updates, validation utilities, and CRUD operations for user-uploaded GIFs and sticker packs. 2026-04-17 23:27:50 -05:00
Ivan 2af89dc446 feat(network-visualiser): improve performance with adaptive chunk sizing and icon queue management 2026-04-17 15:10:44 -05:00
Ivan bc4ecfd365 feat(locales): add translations for messages sidebar position and warnings for stranger links 2026-04-16 23:33:31 -05:00
Ivan 111c686ff7 feat(ui): implement warning for stranger links and configurable messages sidebar position 2026-04-16 23:33:24 -05:00
Ivan 6194933ce6 feat(config): add configuration options for warning on stranger links and messages sidebar position 2026-04-16 23:33:14 -05:00
Ivan ebcd3c6acd feat(electron): enhance backend connection handling and UI updates 2026-04-16 23:32:54 -05:00
Ivan eee4ed1ea2 feat(link-utils): update link processing with anchor protection and trailing punctuation handling 2026-04-16 21:55:38 -05:00
Ivan ae6d42d302 fix(markdown): fix underscore handling for links, italic formatting and improve test coverage 2026-04-16 21:49:53 -05:00
Ivan 20136e3088 feat(sync): propagation node sync process with path requests and local node handling
- Implemented proactive path requests for outbound propagation nodes during sync operations.
- Added logic to handle local nodes, allowing immediate sync completion without remote lookups.
- Updated statistics collection for peers and unpeered nodes to improve monitoring capabilities.
2026-04-16 21:35:46 -05:00
Ivan ab1be8ea2d feat(propagation-nodes): propagation node management with new UI elements and API integration
- Added functionality to request paths for preferred propagation nodes during sync.
- Introduced new Material Design icons for better visual representation of node states.
- Updated settings to allow transfer limits in megabytes, improving user experience.
- Enhanced localization support for new features in multiple languages.
- Improved tests to cover new propagation node functionalities and UI interactions.
2026-04-16 21:35:12 -05:00
Ivan 5d87aa3be2 feat(bot_handler): update bot management with LXMF address handling and bot name updates
- Introduced methods for normalizing LXMF hashes and reading LXMF addresses from sidecar files.
- Updated bot status retrieval to include LXMF addresses and improved fallback mechanisms for bot names.
- Added functionality to update bot names and write changes to a sidecar file.
- Implemented a request mechanism for on-demand bot announcements.
- Enhanced tests to cover new features and ensure proper functionality.
2026-04-16 21:34:28 -05:00
Ivan b6a8ae9751 feat(docs): update Raspberry Pi installation guide for MeshChatX with automated setup scripts and detailed service configuration instructions 2026-04-16 20:14:35 -05:00
Ivan 5416c71094 feat(licenses_collector): update license collection by adding detailed frontend dependency information and improving license notice generation 2026-04-16 19:19:47 -05:00
Ivan cd03c4649e refactor(rns): streamline RNS reload process with loading indicators in UI components 2026-04-16 19:17:50 -05:00
Ivan d63255511f feat(reticulum): implement RNS restart functionality with UI updates 2026-04-16 19:13:32 -05:00
Ivan 44bf881686 feat(licenses_collector): update license collection for frontend dependencies by adding support for package.json parsing and filtering out workspace root packages 2026-04-16 19:01:27 -05:00
Ivan 6fb4ccc79a chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
Ivan ca8b2a9fe0 chore(docs): update licensing terms to 0BSD for project-owned portions and maintain MIT for upstream Reticulum MeshChat; add legal inquiries section and clarify contribution licensing in CONTRIBUTING 2026-04-16 18:11:49 -05:00
Ivan fe44d05f42 refactor(telephone_manager): improve call initiation handling and UI update logic 2026-04-16 04:51:18 -05:00
Ivan 76c8beae4f refactor(meshchat): clean up code 2026-04-16 04:02:35 -05:00
Ivan 82d291e753 feat(meshchat): improve configuration retrieval and error handling in app info endpoint; add safe methods for memory, network, and database statistics 2026-04-16 03:20:48 -05:00
Ivan 63fca0c1b1 feat(components): improve AboutPage, CallPage, DebugLogsPage, and SettingsPage with improved layout, error handling, and clipboard functionality; add tests for environment path fallbacks and log copying 2026-04-16 03:20:24 -05:00