mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-04-20 23:37:15 -04:00
* fix: use stable keys for per number SIM preference See: https://github.com/FossifyOrg/Phone/issues/293 * fix: handle encoded numbers properly Numbers from other apps are often encoded like `tel:%2B11234567890` and that led to unstable keys when SIM preference was set in DialerActivity (third-party intents). See: https://github.com/FossifyOrg/Phone/issues/294 * fix: add fallback getter for unstable keys from previous versions * docs: update changelog * style: add empty line at the end * style: avoid multiple return statements * fix: use E.164 representation for key generation Helps with same number variations like `01234567890` and `+11234567890`