apps-android-commons/app
Saifuddin f32c59034d Refactor: Migrate bookmark location logic to Kotlin
This commit migrates the bookmark location logic to Kotlin, enhancing code maintainability and readability.

-   Removes the `BookmarkLocationsContentProvider`, `BookmarkLocationsController`, and `BookmarkLocationsDao` Java classes.
-   Creates `BookmarkLocationsDao.kt` and `BookmarkLocationsContentProvider.kt` in Kotlin.
-   Migrates the logic from `BookmarkLocationsFragment.java` to `BookmarkLocationsFragment.kt`.
-   Updates test files to reflect these changes.
-   Addresses associated code review comments.
2025-02-23 11:19:00 +05:30
..
src Refactor: Migrate bookmark location logic to Kotlin 2025-02-23 11:19:00 +05:30
.attach_pid781771 enhance spammy category filter (#6167) 2025-02-01 09:13:17 +09:00
build.gradle Use variant-dependent variable to make URLs for vanishing (#6117) 2025-01-17 17:33:50 +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