apps-android-commons/app
Saifuddin b45d4c30ad Refactor database migration to handle null values and use direct insertion
*   Modify the database migration from version 19 to 20 to properly handle null values and use direct data insertion.
*   Create a new table `bookmarks_locations` with `NOT NULL` constraints.
*   Directly insert data into the new table from old database, safely handling `NULL` values by using `DEFAULT` empty string value.
*   Close old database cursor and the database connection.
* Drop the old `bookmarksLocations` table.
2025-02-23 13:14:16 +05:30
..
src Refactor database migration to handle null values and use direct insertion 2025-02-23 13:14:16 +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