Skip to content

Latest commit

 

History

History
92 lines (42 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

92 lines (42 loc) · 4.24 KB

Changelog

2.0.2 (2024-12-06)

🛠️ Miscellaneous Chores

  • stability improvements and minor fixes (v2.0.2) (9c63427)

2.0.1 (2024-08-24)

🐛 Bug Fixes

  • address highly critical errorprone issues (5ca206f)
  • telephony/legacy: handle potential NPE crash on SIM state change request (ee36352)
  • telephony: prevent SIM subscriptions sync when altering SIM state (f84351e)

2.0.0 (2024-08-11)

✨ Features

  • #1: add an arbitrary number of schedules per SIM card (#24) (97d5aff)

🛠️ Miscellaneous Chores

1.2.2-beta (2024-08-08)

🐛 Bug Fixes

  • don't force reset user SIM enabled state after system time alter (5b414e9)
  • ignore carrier config changes during early boot before syncing SIM cards (75fbe4b)

1.2.1-beta (2024-06-24)

🐛 Bug Fixes

  • handle SIM PIN decryption on devices without FBE support (6cb9afa)

1.2.0-beta (2024-06-02)

✨ Features

  • #2: automatically supply the PIN code to unlock the SIM card (#20) (bf404f6)

🔧 Feature Tweaks

  • get the background restriction option faster (#22) (c2c64e4)

1.1.0-beta (2024-05-01)

✨ Features

1.0.3-beta (2024-04-29)

🔧 Feature Tweaks

  • ui/CollapsingToolbar: enforce fade collapse effect for the title & header content background color (#17) (43becdb)

1.0.2-beta (2024-04-11)

🐛 Bug Fixes

  • #12: resume scheduler after background restriction removed (#13) (3644913)

1.0.1-beta (2024-04-10)

🐛 Bug Fixes

  • #5: fix crash on Android 14 due to QPR2 API changes (#9) (5b0e4ba)
  • #7: make scheduler respect user SIM enabled/disabled state if time matches current system time (#11) (1e63492)

1.0.0-beta (2024-04-08)

🛠️ Miscellaneous Chores