apps-android-commons/app
Jason Whitmore bf36dcb648 DatabaseUtils.kt: change getString() to allow null returns
Before this change, a call to getString() would assume that the specified column
name actually exists. A bad String input would cause a null value to be returned
to getString(), which would then throw a NPE because getString() can only return
non null Strings.

This change expands the getString() method to check if the column name exists.
If it does exist, the String is retrieved normally. Else, a null value is
returned. The method signature is changed to allow null return values.
2025-10-09 16:16:30 -07:00
..
src DatabaseUtils.kt: change getString() to allow null returns 2025-10-09 16:16:30 -07:00
build.gradle.kts Bump up version code and name for the patch release (v6.0.2) 2025-09-07 13:05:55 +05:30
proguard-rules.txt Fix/file usage not working (#6354) 2025-06-24 21:56:00 +09:00
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30