1. 10 Sep, 2023 3 commits
  2. 07 Sep, 2023 2 commits
  3. 06 Sep, 2023 4 commits
  4. 05 Sep, 2023 2 commits
  5. 04 Sep, 2023 1 commit
  6. 03 Sep, 2023 2 commits
  7. 02 Sep, 2023 9 commits
  8. 01 Sep, 2023 1 commit
  9. 31 Aug, 2023 1 commit
  10. 30 Aug, 2023 13 commits
  11. 29 Aug, 2023 2 commits
    • 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