Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: device-specific persistent configuration #374

Merged
merged 3 commits into from Sep 5, 2022
Merged

Conversation

0x192
Copy link
Owner

@0x192 0x192 commented Sep 4, 2022

All settings are now persistent!

Some settings are device-specific which means you can maintain different settings across several devices:

  • Affect all the users of the phone
  • Clear and disable packages instead of uninstall them

The settings are still stored in the uad/config.toml file (see https://github.com/dirs-dev/dirs-rs#example)

Note: Settings specification has changed. Previous user settings will be erased.

Closes #357

All settings are now persistent.
Some settings are device-specific which means you can maintain different settings across several devices:
- Affect all the users of the phone
- Clear and disable packages instead of uninstall them

The settings are still stored in the `config.toml` file (see https://github.com/dirs-dev/dirs-rs#example)
@0x192 0x192 added the feature label Sep 4, 2022
`0.5.x` config file is incompatible with the new specification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persist application settings
1 participant