band-aid fixes for splash screen and material 3 dynamic color api
change editbutton icon's color in card view based on editbutton background color
make status bar transparent as per material 3, or tainted transparent for api level < 23 + light theme
680: Cleanup DBHelper r=TheLastProject a=TheLastProject
Should fix#661
Supersedes #678
While #678 does fix the issue too, the real issue was that an importer could cause such a state issue. So I've instead been seriously cleaning up. While all the tests pass, I do want to test this slightly longer before merging it into master.
Co-authored-by: Sylvia van Os <sylvia@hackerchick.me>
* Removed the unnecessary click listener in the card icon from LoyaltyCardCursorAdapter.java
* Removed declaration and assignment of mThumbnailContainer from LoyaltyCardCursorAdapter.java
Translators still keep triggering the linter with errors such as the
following:
Error: The quantity 'one' matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as %d). This is usually an internationalization error. See full issue explanation for more. [ImpliedQuantity]
The following may seem weird, but it is necessary to give translators enough flexibility. For example, in Russian, Android's plural quantity "one" actually refers to "any number ending on 1 but not ending in 11". So while in English the extra non-plural form seems unnecessary duplication, it is necessary to give translators enough flexibility. Therefore, we use the plain string when meaning exactly 1, and otherwise use the plural forms.