appkit
appkit copied to clipboard
Android app boilerplate + image loader
Here we have the following screenshot, which showcases this piece of code: ``` public static void insetPopupMenuIcon(MenuItem item, ColorStateList iconTint, int addWidth) { Drawable icon=item.getIcon().mutate(); if(Build.VERSION.SDK_INT>=26) item.setIconTintList(iconTint); else icon.setTintList(iconTint); int...
Everytime an animation lags I get the '"Unable to match desired swap behavior" log entry. It started happening after upgrading to appkit 1.2.10 (1.2.9 didn't have the issue), and I...
This probably causes a sneaky bug in the Mastodon app that mostly affects the emoji picker steps to reproduce: [mastodon-android revision with the bug](https://github.com/mastodon/mastodon-android/tree/ad2f4791c24f14905bd07329931bc3a05dc3904b) devices used: - samsung tab s6...