mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
This commit introduces an `EdgeToEdgeHelper` class to centralize and simplify the application of window insets for edge-to-edge display. Key changes: - Created `EdgeToEdgeHelper` to manage padding based on system bar insets. - Migrated various Fragments (`OverviewFragment`, `OnboardingFragment`, `SettingsFragment`, `TroubleShooterFragment`) to use `EdgeToEdgeHelper` for consistent padding. - Removed manual inset handling from `Activity2` and `Fragment2` as `EdgeToEdgeHelper` now manages this. - Enabled edge-to-edge display in `MainActivity`. - Minor updates to `BillingClientConnection` for product details fetching and `build.gradle.kts` for configuration.