apps-android-commons/app
Saifuddin 8d8b722d30 Refactor: Load bookmarked locations using Flow
*   `BookmarkLocationsController`: Changed to use `Flow` to load bookmarked locations.
*   `BookmarkLocationsDao`: Changed to return `Flow` of bookmark location instead of a list.
*   `BookmarkLocationsFragment`: Used `LifecycleScope` to collect data from flow and display it.
*   Removed unused `getAllBookmarkLocations()` from `BookmarkLocationsViewModel`.
*   Used `map` in `BookmarkLocationsDao` to convert from `BookmarksLocations` to `Place` list.
2025-01-18 11:33:16 +05:30
..
src Refactor: Load bookmarked locations using Flow 2025-01-18 11:33:16 +05:30
build.gradle Merge remote-tracking branch 'origin/v5.1.0' 2025-01-15 12:52:36 +05:30
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