Releases: kdroidFilter/KDroidDatabase
Releases · kdroidFilter/KDroidDatabase
202509041853
Merge pull request #152 from kdroidFilter/add-com.moblin.israeltrain add-com.moblin.israeltrain
0.6.2
Update Kotlin to 2.2.10 and add getApplicationByPackageName method in ApplicationsDao
0.6.1
Add new Government Category
202506270458
Merge pull request #119 from kdroidFilter/new-apps new-apps
202506270436
Merge pull request #118 from kdroidFilter/dev New Government Category and New apps
0.6.0
New Features
CategoriesDao
The new CategoriesDao object provides a clean interface for accessing category-related data:
- getAllCategories: Retrieves all categories from the database with localized names based on the device language
- getApplicationsByCategoryId: Fetches applications belonging to a specific category ID
- getApplicationsByCategoryName: Retrieves applications by category name (e.g., "NAVIGATION", "TORAH")
- getApplicationsByCategory: Gets applications using the AppCategory enum directly
Documentation
The README has been updated with comprehensive examples showing how to use all CategoriesDao methods. See the DAO Module section for detailed usage examples.
Compatibility
This release maintains backward compatibility with previous versions. Existing code using ApplicationsDao will continue to work without modifications.
Get Started
Update your dependencies to version 0.6.0 to start using the new CategoriesDao functionality:
dependencies {
implementation("io.github.kdroidfilter.database.dao:core:0.6.0")
}202506261927
Merge pull request #111 from kdroidFilter/dev Add CategoriesDao with database operations and tests
202506260350
Merge pull request #103 from kdroidFilter/dev Update release workflow to use GitHub Script for tag creation
0.5.1
- Bumped Kotlin to 2.2.0 and AGP to 8.10.1 in
libs.versions.toml. - Upgraded
storekitto 0.8.2. - Fixed incorrect import path for
getGooglePlayApplicationInfo. - Cleaned up redundant XML attributes in
AndroidManifest.xml.
202506231243
Merge pull request #36 from kdroidFilter/google-maps Add network policy for Google Maps in navigation app policies