* feat: enhance navigation
* fix: leaving settings always unlocks drawer
* feat: set app settings inside a frame layout
In order to add a toolbar with a back button in settings I needed to extend from a fragment
so I converted SettingsFragment into a fragment and created SettingsContainerFragment,
the latter is injected as a child of SettingsFragment inside a FrameLayout.
Since SettingsContainerFragment extends from PreferenceFragmentCompat, this allows
to swap it for other and, in the bigger picture, allow an arbitrary organization.
* fix: onStop declaration on wrong class
* fix: equalizer not respecting navigation ui directives
* Revert "fix: equalizer not respecting navigation ui directives"
This reverts commit eeb125542d.
* fix: navbar + bottom sheet behavior on equalizer fragment
* refactor: delegate navigation to controller and helper
* Revert "fix: onStop declaration on wrong class"
This reverts commit 34d354d803.
* Revert "feat: set app settings inside a frame layout"
This reverts commit 52cfd36b09.
* chore: set experimental label to settings title
Hide bottom navigation bar on portrait and unlock drawer on portrait
* refactor: move controller to dedicated pakckage
* fix: remove old navigation controller delegate
* feat: stabilize public methods and their implementations
* feat: migrate to new navigation controller
* feat: remove unnecessary global variables
* refactor: set controller pattern to bottom sheet
* feat: set app settings inside a frame layout
In order to add a toolbar with a back button in settings I needed to extend from a fragment
so I converted SettingsFragment into a fragment and created SettingsContainerFragment,
the latter is injected as a child of SettingsFragment inside a FrameLayout.
Since SettingsContainerFragment extends from PreferenceFragmentCompat, this allows
to swap it for other and, in the bigger picture, allow an arbitrary organization.
* fix: onStop declaration on wrong class
* feat: add back button to settings view
---------
Co-authored-by: eddyizm <eddyizm@gmail.com>