apps-android-commons/app
Jason-Whitmore 73f5200c2d
Some checks failed
Android CI / Run tests and generate APK (push) Has been cancelled
ExploreMapFragment.java: fix removeMarker code to correctly find the specified marker (#6325)
Before this change, removeMarker() would search for the correct Overlay by doing a linear
search and matching the BaseMarker's Place name with the Overlay's title.
This stopped working once the Overlay's title text was changed to be more user friendly.

This change implements a more robust solution. A map is used to directly associate
BaseMarkers with the matching Overlay. The overlay can now be removed from the
overlay list without using any of the information contained within the BaseMarker
or Overlay.

Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
2025-05-31 12:05:33 +09:00
..
src ExploreMapFragment.java: fix removeMarker code to correctly find the specified marker (#6325) 2025-05-31 12:05:33 +09:00
build.gradle.kts Migrated from Groovy to Kotlin DSL and upgrade AGP version (#6322) 2025-05-28 20:43:13 +09:00
proguard-rules.txt app: adjust R8 rules to ensure our model classes are not obfuscated 2024-04-28 16:21:14 +05:30
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30