Android fixes
This is a slurry of Android-related bugfixes. Enjoy!
Fix links not being tappable from touchscreens
Originally TapHandler
in our status delegates was too greedy and was stealing taps even when the post was expanded and links were hovered. Now we stop it so links are actually usable on mobile and other touchscreen devices. Fixes BUG: 466087.
Package bookmark icon on Android
The "bookmarks" icon we currently use for the bookmark interaction button isn't packaged by default in Kirigami, so we need to use kirigami_package_breeze_icons
to package it ourselves. Helps BUG: 466085.
Fix custom icon theme on Android
Depends on frameworks/kirigami!976 (merged) being merged, but this is all we have to do on our side to make our custom icons to work on Android. Helps BUG: 466085.