pachli-android/core
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
..
accounts feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
activity feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
common feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
data change: Improve logging calls to Timber (#430) 2024-02-09 17:33:01 +01:00
database feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
designsystem fix(l10n): Translations update from Hosted Weblate (#397) 2024-01-30 16:39:45 +01:00
navigation fix: Show correct account/timeline when composing from notifications (#445) 2024-02-15 13:10:00 +01:00
network fix: Prevent crash when Friendica returns a null `voted_on` property (#456) 2024-02-19 19:04:29 +01:00
preferences refactor: Remove unnecesary parcelize plugin import (#407) 2024-02-02 15:12:55 +01:00
testing refactor: Remove unnecesary parcelize plugin import (#407) 2024-02-02 15:12:55 +01:00
ui feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00