Skip to content

Releases: kdroidFilter/KDroidDatabase

202509041853

04 Sep 18:56
feb6432

Choose a tag to compare

Merge pull request #152 from kdroidFilter/add-com.moblin.israeltrain

add-com.moblin.israeltrain

0.6.2

02 Sep 20:34

Choose a tag to compare

Update Kotlin to 2.2.10 and add getApplicationByPackageName method in ApplicationsDao

0.6.1

27 Jun 04:36
f60d452

Choose a tag to compare

Add new Government Category

202506270458

27 Jun 05:01
6e9421a

Choose a tag to compare

Merge pull request #119 from kdroidFilter/new-apps

new-apps

202506270436

27 Jun 04:38
f60d452

Choose a tag to compare

Merge pull request #118 from kdroidFilter/dev

New Government Category and New apps

0.6.0

26 Jun 19:28
17ef94b

Choose a tag to compare

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

26 Jun 19:29
17ef94b

Choose a tag to compare

Merge pull request #111 from kdroidFilter/dev

Add CategoriesDao with database operations and tests

202506260350

26 Jun 03:51
476a2fc

Choose a tag to compare

Merge pull request #103 from kdroidFilter/dev

Update release workflow to use GitHub Script for tag creation

0.5.1

25 Jun 18:37

Choose a tag to compare

  • Bumped Kotlin to 2.2.0 and AGP to 8.10.1 in libs.versions.toml.
  • Upgraded storekit to 0.8.2.
  • Fixed incorrect import path for getGooglePlayApplicationInfo.
  • Cleaned up redundant XML attributes in AndroidManifest.xml.

202506231243

23 Jun 12:44
5b51c63

Choose a tag to compare

Merge pull request #36 from kdroidFilter/google-maps

Add network policy for Google Maps in navigation app policies