apps-android-commons/app
Saifuddin f86af68508 Refactor BookmarkLocationControllerTest and related files to use coroutines
*  Migrated `bookmarkDao!!.getAllBookmarksLocations()` to `bookmarkDao!!.getAllBookmarksLocationsPlace()` and added `runBlocking`
*  Added `runBlocking` for `loadBookmarkedLocations()` and `testInitNonEmpty()`
*  Added `runBlocking` for `getAllBookmarksLocations()` and update `updateMapMarkers`

These changes improve the test structure by ensuring the database functions are executed within a coroutine context.
2025-01-20 11:50:33 +05:30
..
src Refactor BookmarkLocationControllerTest and related files to use coroutines 2025-01-20 11:50:33 +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