You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some grid raw tokens are rather web-specific and can be dropped from OUDS iOS.
Here's the reference from OUDS Android that can be removed. We're going to keep only the compact / extra-compact / regular versions of gridMaxWidth, gridMinWidth, and gridWidth (remove the versions with numbers).
// Android version of raw tokens that have been removedconstval gridMaxWidth100 =389constval gridMaxWidth200 =479constval gridMaxWidth300 =735constval gridMaxWidth400 =1023constval gridMaxWidth500 =1319constval gridMaxWidth600 =1639constval gridMaxWidth650 =1680constval gridMaxWidth700 =1879constval gridMaxWidth800 =1920constval gridMinWidth100 =1constval gridMinWidth200 =390constval gridMinWidth300 =480constval gridMinWidth400 =736constval gridMinWidth500 =1024constval gridMinWidth600 =1320constval gridMinWidth700 =1640constval gridMinWidth800 =1880constval gridWidth100 =360constval gridWidth200 =390constval gridWidth300 =480constval gridWidth400 =768constval gridWidth500 =1024constval gridWidth600 =1440constval gridWidth700 =1680constval gridWidth800 =1920
Description
Some grid raw tokens are rather web-specific and can be dropped from OUDS iOS.
Here's the reference from OUDS Android that can be removed. We're going to keep only the compact / extra-compact / regular versions of
gridMaxWidth
,gridMinWidth
, andgridWidth
(remove the versions with numbers).Reference on OUDS Android side: https://github.com/Orange-OpenSource/ouds-android/blob/db96b330d4df815d802e773f8bfc707894c3c8d0/global-raw-tokens/src/main/java/com/orange/ouds/tokens/global/raw/GridRawTokens.kt#L15
The text was updated successfully, but these errors were encountered: