pachli-android/core/network
Nik Clayton 73c947edfa
fix: Prevent crash when Friendica returns a null `voted_on` property (#456)
Friendica can return a null `voted_on` property, in violation of the API
spec.

Introduce a `BooleanIfNull` annotation that will convert the `null` to
`false` if encountered.

While I'm here update the other adapters as classes on their relevant
annotations instead of standalone classes to keep the code consistent.

Fixes #455
2024-02-19 19:04:29 +01:00
..
src fix: Prevent crash when Friendica returns a null `voted_on` property (#456) 2024-02-19 19:04:29 +01:00
build.gradle.kts refactor: Convert from Gson to Moshi (#428) 2024-02-09 12:41:13 +01:00
lint-baseline.xml change: Disable SyntheticAccessor lint rule (#424) 2024-02-06 19:51:37 +01:00
proguard-rules.pro refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00