pachli-android/app
Nik Clayton c48b8bf545
fix: Don't leak MainActivity in DrawerImageLoader (#382)
Previous code created the drawer image loader as an anonymous inner
class that kept a reference to `glide`, which had a reference to `this`
and could leak.

Fix that by create a separate class that takes these as constructor
parameters.
2024-01-25 17:45:20 +01:00
..
src fix: Don't leak MainActivity in DrawerImageLoader (#382) 2024-01-25 17:45:20 +01:00
build.gradle.kts fix: Disable filter functionality if unsupported by the server (#366) 2024-01-18 21:44:30 +01:00
gitTools.gradle ci: Upload orangeRelease to Google Play (internal track) (#134) 2023-09-28 13:50:02 +02:00
lint-baseline.xml fix: Show correct trending tag values at the end of the chart lines (#380) 2024-01-25 00:50:50 +01:00
lint.xml build: Disable lint warnings about old versions of AGP (#379) 2024-01-23 23:18:27 +01:00
proguard-rules.pro fix: Prevent crash by keeping network.model.** classes (#369) 2024-01-19 09:39:44 +01:00