pachli-android/core
Nik Clayton 8b099aba64
fix: Search filters use correct colours in dark and black mode (#881)
Two problems with the previous code when search filters were visible:

1. The link icon overrode the tint, so didn't appear correctly in dark
and black mode.

2. The horizontal scroll view had the wrong background colour in black
mode.

Fix both, by updating the icon and adding a new style for the scroll
view.

While I'm here remove an obsolete comment and tighten up visibility.

Fixes #875
2024-08-19 17:23:39 +02:00
..
accounts fix: Ensure logging out accounts completes (#515) 2024-03-10 12:25:12 +01:00
activity fix(l10n): Update Irish translations 2024-07-13 09:43:18 +02:00
common feat: Toggle display of search operators with toolbar action (#836) 2024-07-24 18:51:00 +02:00
data fix(l10n): Update Spanish translations 2024-08-05 13:47:29 +02:00
database fix: Improve push and pull notification reliability (#880) 2024-08-18 15:17:57 +02:00
designsystem fix: Search filters use correct colours in dark and black mode (#881) 2024-08-19 17:23:39 +02:00
model refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
navigation change: Implement more of FiltersRepository (#816) 2024-07-14 15:36:52 +02:00
network fix: Improve push and pull notification reliability (#880) 2024-08-18 15:17:57 +02:00
network-test change: Move MediaUploadApi to the correct package 2024-04-30 16:23:34 +02:00
preferences fix: Improve push and pull notification reliability (#880) 2024-08-18 15:17:57 +02:00
testing change: Implement more of FiltersRepository (#816) 2024-07-14 15:36:52 +02:00
ui fix: Improve push and pull notification reliability (#880) 2024-08-18 15:17:57 +02:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00