17 Commits

Author SHA1 Message Date
a1480a5c1b Improve logging and error handling across modules
- Added logging functionality to app.py and rns.py for better error tracking.
- Improved exception handling in RNSManager methods to log specific failures.
- Refactored code in various modules to ensure consistent logging practices.
- Updated UI components to handle exceptions with user feedback.
- Cleaned up formatting in several files for better readability.
2025-11-30 15:55:30 -06:00
d8de2b1150 Improve RNS management and settings interface in Ren Browser
- Introduced a new rns.py module to encapsulate Reticulum lifecycle management.
- Simplified RNS initialization and error handling in app.py.
- Enhanced settings.py to improve configuration management and user feedback.
- Updated UI components for better interaction and status display.
- Added tests for settings functionality and RNS integration.
2025-11-30 15:21:18 -06:00
d1536aa05a Fix RNS initialization and reload logic in app.py
- Introduced a dedicated storage initialization process for Reticulum.
- More error handling and logging during RNS initialization and reload.
- Updated the reload_reticulum function to support asynchronous execution.
- Modified settings.py to handle reload operations with improved user feedback.
2025-11-30 14:59:02 -06:00
cce6471534 Update RNS initialization logging in app.py 2025-11-20 17:32:26 -06:00
5ec677437e ruff fixes and formatting 2025-11-16 00:46:42 -06:00
3cddaeb2b9 Update:
1. Add basic Micron parser and link support
2. Improve styling/layout
3. Add hot reloading for RNS
2025-11-16 00:34:51 -06:00
e0939e70f8 Add config file writing logic to ensure saved configurations are persisted before RNS initialization. Includes error handling for potential write failures. 2025-09-22 15:25:11 -05:00
13ad0bcef6 Fix config path handling in StorageManager for Android 2025-09-22 14:01:24 -05:00
ee521a9f60 ruff formatting and fixes 2025-09-22 13:55:52 -05:00
7c8e8e41cb Fix RNS initialization and logging setup
- Moved RNS initialization and logging setup to the main application to ensure proper logging capture before RNS is used.
- Updated AnnounceService and PageFetcher to remove redundant RNS initialization, assuming it is handled in the main app.
- Enhanced settings interface with a refresh button for better user experience and updated error and Reticulum log displays.
2025-09-20 14:17:41 -05:00
7571b6b13d Add initialization with storage setup and config directory handling 2025-09-20 13:54:52 -05:00
d56a6934f9 Remove subprocess call, update import order 2025-09-20 12:52:45 -05:00
Sudo-Ivan
ddb4fddf33 center initializing elements 2025-05-29 15:39:31 -05:00
Sudo-Ivan
8eb21e71ea Refactor app initialization and enhance logging; add Reticulum logs and improve error handling 2025-05-29 02:30:56 -05:00
Sudo-Ivan
b62d855e54 Implement settings tab with config editor and error logs viewer; refactor error logging functionality 2025-05-29 00:38:24 -05:00
Sudo-Ivan
12edb4fdfe Add shortcuts, syntax fixes and enhancements. 2025-05-28 22:11:14 -05:00
Sudo-Ivan
55e3c81206 initial commit 2025-05-28 21:42:11 -05:00