Files
android/ui
Andre Rosado 79c15ea9d5 [BWA-99] feat: Add Preview Next TOTP Code setting
Adds a user-controlled "Show next code" toggle in authenticator
settings. When enabled, the upcoming TOTP code is rendered below the
current code for each TOTP item in the list, letting users see incoming
codes without waiting for the rollover. HOTP items are excluded since
next-code generation requires advancing the counter.
2026-04-27 12:20:25 +01:00
..

Data module

An Android library containing common UI components, types, and utilities.

Contents

Compatibility

  • Minimum SDK: 28 (Android 9)
  • Target SDK: 36 (Android 16)

Theme

Icons & Illustrations

Naming Convention

All drawables should be named with the appropriate prefix to identify what they are and how they are intended to be used.

Prefix Description
gif_ gifs
ic_ Icons
img_ Raster Images
ill_ Illustrations
logo_ Brand Imagery

Multi-tonal Illustrations

The app supports light mode, dark mode and dynamic colors. Most icons in the app will display correctly using tinting but multi-tonal icons and illustrations require extra processing in order to be displayed properly with dynamic colors.

All illustrations and multi-tonal icons require the svg paths to be tagged with the name attribute in order for each individual path to be tinted the appropriate color. Any untagged path will not be tinted and the resulting image will be incorrect.

The supported tags are as follows:

  • outline
  • primary
  • secondary
  • tertiary
  • accent
  • logo
  • navigation
  • navigationActiveAccent