Update README.md

This commit is contained in:
RGBdust 2025-09-14 12:37:36 +05:30 committed by GitHub
parent f42d0acaae
commit 3653b37ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ You can now use the core features of the app without an internet connection, off
- **Connectivity-Free Mode Support**: Enjoy uninterrupted access to the app's main features without needing a network connection. You can still sync with WebDAV, Dropbox, or choose to work entirely offline without any network access.
- **Online-Only Mode (Compatibility Mode)**: For users who prefer or need the traditional experience, the app still supports the original mode, which requires an internet connection for functionality.
- **CORS Issues Resolved**: Fixed cross-origin resource sharing (CORS) problems, especially for WebDAV sync, ensuring secure and smooth synchronization with local or hosted resources.
- **CORS Issues Resolved**: Fixed cross-origin resource sharing (CORS) problems, especially for WebDAV sync, ensuring secure and smooth synchronisation with local or hosted resources.
- **Enhanced Security**: Strengthened data protection to keep your information secure, even when offline.
- **Seamless Upgrade**: Existing users can continue using the app in Online-Only Mode (Compatibility Mode) without any disruptions, while new users can immediately enjoy the benefits of Connectivity-Free Mode. Future updates will also include a smooth migration plan for everyone.
@ -29,7 +29,7 @@ The app supports two launch modes:
To configure the launch mode, adjust the `LAUNCH_MODE` setting in the `app_config.properties` file:
- **0**: Default behavior (read from SharedPreferences)
- **0**: Default behaviour (read from SharedPreferences)
- **1**: Force Online-Only Mode (Compatibility Mode)
- **2**: Force Connectivity-Free Mode (Recommended)
@ -45,7 +45,7 @@ To configure the launch mode, adjust the `LAUNCH_MODE` setting in the `app_confi
LAUNCH_MODE=2
```
**Important**: The `app_config.properties` file is intended for local modifications only. **DO NOT COMMIT** this file unless you are absolutely sure of what you are doing.
**Important**: The `app_config.properties` file is intended for local modifications only. **DO NOT COMMIT** this file unless you are sure of what you are doing.
### Detailed Configuration Guides