Remove PIN & sign-in auto settings (#397)

Unfortunately, I think the PIN and automatic sign-in features require
more thought before it should be rolled out as a stable feature.

This PR disables the two settings and removes them from the UI.

See discussions in #321 and will reopen #268
This commit is contained in:
damontecres 2025-12-08 10:13:51 -05:00 committed by GitHub
parent fa141adc60
commit 82927d1968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 50 additions and 47 deletions

View file

@ -793,7 +793,8 @@ val basicPreferences =
title = R.string.ui_interface,
preferences =
listOf(
AppPreference.SignInAuto,
// TODO PIN-related
// AppPreference.SignInAuto,
AppPreference.HomePageItems,
AppPreference.CombineContinueNext,
AppPreference.RewatchNextUp,
@ -826,7 +827,8 @@ val basicPreferences =
title = R.string.profile_specific_settings,
preferences =
listOf(
AppPreference.RequireProfilePin,
// TODO PIN-related
// AppPreference.RequireProfilePin,
AppPreference.UserPinnedNavDrawerItems,
),
),