damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
89 stars 4 forks source link

Simplify settings #228

Closed damontecres closed 6 months ago

damontecres commented 6 months ago

Closes #226

Moves about half of the settings to an "Advanced" screen. This makes the most important settings easier to navigate.

Implementing #225 will make this even better because 6 entries in settings are devoted to server settings.

This PR also changes all of the findPreference calls to use the !! not null assertion which ensures any configuration on either setting screen is applied and saved.