mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Update README.md
This commit is contained in:
parent
f42d0acaae
commit
3653b37ec9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue