Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/settings
Nik Clayton aa96d02923
Implement HTTP proxy summary as a SummaryProvider (#3091)
* Handle preference fragments using the framework

The previous code started new preference "screens" as activities, even though
each one hosted a single fragment.

Modify this to use the framework's support for swapping in/out different
preference fragments.

PreferencesActivity:
- Remove the code for launching tab and proxy preferences
- Remove the code for setting titles, each fragment is responsible for that
- Implement OnPreferenceStartFragmentCallback to swap fragments in/out with
  the correct animation

PreferencesFragment:
- Use `fragment` property instead of `setOnPreferenceClickListener`
- Set the activity title when resuming

Everything else:
- Set the activity title when resuming

* Implement HTTP proxy summary as a SummaryProvider

Uses the frameworks's support for setting summaries instead of rolling our
own.

Also fix a tiny bug -- the minimum port number to connect to should be 1,
not 0.

* Lint
2023-01-13 19:28:46 +01:00
..
ProxyConfiguration.kt Implement HTTP proxy summary as a SummaryProvider (#3091) 2023-01-13 19:28:46 +01:00
SettingsConstants.kt Keep scroll position when loading missing statuses (#3000) 2023-01-13 19:26:24 +01:00
SettingsDSL.kt 2952/proxy (#2961) 2022-12-07 19:29:18 +01:00