koenidv/sph-planner

Unsupported emoji on older SDKs

koenidv opened this issue · 0 comments

Describe the bug
Some emoji used across the app are not supported by older versions of android. This includes, but is not limited to

  • No changes indicator
  • Some collections in explore

Reproducing the bug

  1. Run an emulator using an older version of android (oldest supported is Api 23: Android 6)
  2. Look around and find some weird looking emoji

Possible fixes

  • Override emoji with compatible ones on older versions. This would need to happen for each language.
  • Add the emoji with code, only if supported (preferred)