Improve dashboard
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
|
||||
<include domain="database" path="profiles.db" />
|
||||
<include domain="database" path="settings.db" />
|
||||
<include domain="file" path="configs" />
|
||||
<include
|
||||
domain="database"
|
||||
path="profiles.db" />
|
||||
<include
|
||||
domain="database"
|
||||
path="settings.db" />
|
||||
<include
|
||||
domain="file"
|
||||
path="configs" />
|
||||
|
||||
</full-backup-content>
|
||||
@@ -1,4 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<cache-path name="cache" path="/"/>
|
||||
<cache-path
|
||||
name="cache"
|
||||
path="/" />
|
||||
</paths>
|
||||
|
||||
@@ -1,13 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data-extraction-rules>
|
||||
<cloud-backup>
|
||||
<include domain="database" path="profiles.db" />
|
||||
<include domain="database" path="settings.db" />
|
||||
<include domain="file" path="configs" />
|
||||
<include
|
||||
domain="database"
|
||||
path="profiles.db" />
|
||||
<include
|
||||
domain="database"
|
||||
path="settings.db" />
|
||||
<include
|
||||
domain="file"
|
||||
path="configs" />
|
||||
</cloud-backup>
|
||||
<device-transfer>
|
||||
<include domain="database" path="profiles.db" />
|
||||
<include domain="database" path="settings.db" />
|
||||
<include domain="file" path="configs" />
|
||||
<include
|
||||
domain="database"
|
||||
path="profiles.db" />
|
||||
<include
|
||||
domain="database"
|
||||
path="settings.db" />
|
||||
<include
|
||||
domain="file"
|
||||
path="configs" />
|
||||
</device-transfer>
|
||||
</data-extraction-rules>
|
||||
9
app/src/main/res/xml/preferences_settings.xml
Normal file
9
app/src/main/res/xml/preferences_settings.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<io.nekohasekai.sfa.ui.settings.Preference
|
||||
app:fragment="io.nekohasekai.sfa.ui.settings.CoreFragment"
|
||||
app:icon="@drawable/ic_qr_code_2_24"
|
||||
app:title="@string/settings_title_core" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
Reference in New Issue
Block a user