Skip to content

Whitelist: add help and rename to Allowed Contacts

Thore Göbel requested to merge thgoebel/findmydevice:allowed-contacts into master

Changes:

  1. Replace the dialog that is shown on first view with an info text that is always shown. Users may not open FMD for a few months, and when they come back it is helpful to have some guidance.
  2. Rename "Whitelist" to "Allowed Contacts" to be more inclusive.

See also the commit messages.

Question: How do we migrate the other languages away from "Whitelist"? Do we just delete the strings and wait for translating contributors to drive by again?

Only tested on Android 13/LineageOS 20. AndroidStudio already warns me that the @color in the ic_info doesn't work below API 21... Would need to test, if the icon ends up just being hidden on <21 then I would leave it like this...

Future feature idea: Maybe rename again to "Allowed Numbers". Then we could show numbers that are temporarily allowed-listed via PIN on the same screen. One subsection for allowed numbers from contacts, and one subsection for temporary numbers.

Edited by Thore Göbel

Merge request reports