Your feature request. Please describe.
As of now, the settings have to be set manually. This isn't that bad, unless you have multiple devices you want to have the same settings, or want to reinstall the app. For that reason, a way to export and import the settings would save time.
If I understand these lines 51 ff. in the file CustomWebView.kt correctly, there is already a class called settings whose variables carry the settings, so maybe the export feature could take this class, put it into plain text and save it as a file?
Your feature request. Please describe. As of now, the settings have to be set manually. This isn't that bad, unless you have multiple devices you want to have the same settings, or want to reinstall the app. For that reason, a way to export and import the settings would save time.
If I understand these lines 51 ff. in the file CustomWebView.kt correctly, there is already a class called settings whose variables carry the settings, so maybe the export feature could take this class, put it into plain text and save it as a file?