pachli-android/app/src
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
..
blue feat: Allow the user to report crashes in orange builds (#317) 2023-12-12 23:25:09 +01:00
fdroid chore(deps): update plugin ktlint to v12.1.0 (#358) 2024-01-09 17:50:20 +01:00
github chore(deps): update plugin ktlint to v12.1.0 (#358) 2024-01-09 17:50:20 +01:00
google chore(deps): update plugin ktlint to v12.1.0 (#358) 2024-01-09 17:50:20 +01:00
main fix: Don't leak MainActivity in DrawerImageLoader (#382) 2024-01-25 17:45:20 +01:00
orange feat: Allow the user to report crashes in orange builds (#317) 2023-12-12 23:25:09 +01:00
test fix: Disable filter functionality if unsupported by the server (#366) 2024-01-18 21:44:30 +01:00