Skip to content
Snippets Groups Projects
  1. Sep 10, 2023
  2. Sep 07, 2023
  3. Sep 06, 2023
  4. Sep 05, 2023
  5. Sep 04, 2023
  6. Sep 03, 2023
  7. Sep 02, 2023
  8. Sep 01, 2023
  9. Aug 31, 2023
  10. Aug 30, 2023
  11. Aug 29, 2023
    • Charles Lombardo's avatar
      android: Add optional androidDefault property to settings · 21ad5f5c
      Charles Lombardo authored
      Certain settings have specific defaults for Android only. This lets us reflect them in the Kotlin side with very little code.
      21ad5f5c
    • Charles Lombardo's avatar
      android: Proper state restoration on settings dialogs · 45280a03
      Charles Lombardo authored
      All dialog code (except for the Date/Time ones) has been extracted out into a generic settings dialog fragment that handles everything through a viewmodel. State for each dialog will now be retained and dialogs will stay shown through configuration changes.
      
      I won't be changing the current state of the date and time dialog fragments until Google decides to make their classes non-final or if/when we migrate to Jetpack Compose.
      45280a03
Loading