Word pair predictions (#616)
This commit is contained in:
parent
1300f8b517
commit
10497af44d
35 changed files with 667 additions and 131 deletions
|
|
@ -2,21 +2,32 @@
|
|||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto" app:orderingFromXml="true">
|
||||
|
||||
<Preference
|
||||
app:key="pref_slow_queries_reset_stats"
|
||||
app:title="Clear DB Cache" />
|
||||
app:key="slow_queries_clear_cache"
|
||||
app:title="Clear Query Cache" />
|
||||
|
||||
<PreferenceCategory
|
||||
app:title="Summary"
|
||||
app:singleLineTitle="true">
|
||||
<Preference
|
||||
app:key="word_pair_clear_cache"
|
||||
app:title="Clear Word Pair Memory Cache" />
|
||||
|
||||
<Preference
|
||||
app:key="word_pair_clear_db"
|
||||
app:title="Clear Word Pair DB" />
|
||||
|
||||
<PreferenceCategory app:title="Word Pair Stats" app:singleLineTitle="true">
|
||||
<io.github.sspanak.tt9.preferences.custom.PreferencePlainText
|
||||
app:key="word_pairs_container"
|
||||
app:summary="--">
|
||||
</io.github.sspanak.tt9.preferences.custom.PreferencePlainText>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="DB Query Stats" app:singleLineTitle="true">
|
||||
<io.github.sspanak.tt9.preferences.custom.PreferencePlainText
|
||||
app:key="summary_container"
|
||||
app:summary="--">
|
||||
</io.github.sspanak.tt9.preferences.custom.PreferencePlainText>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
app:title="Slow Queries"
|
||||
app:singleLineTitle="true">
|
||||
<PreferenceCategory app:title="Slow Queries" app:singleLineTitle="true">
|
||||
<io.github.sspanak.tt9.preferences.custom.PreferencePlainText
|
||||
app:key="query_list_container"
|
||||
app:summary="--">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue