pachli-android/core/ui
Nik Clayton d3c7c7c89a
fix: Surface all exceptions to the user instead of crashing (#565)
Previous code would handle some expected exceptions (IO, HTTP) when
fetching a timeline, and show them to the user. Any other exception
would crash.

Now, surface all exceptions. Treat IO and HTTP exceptions as retryable
and show the "Retry" option, all others are considered non-retryable.

Provide a specific error string for exceptions caused by bad JSON.
2024-03-24 18:36:28 +01:00
..
src/main fix: Surface all exceptions to the user instead of crashing (#565) 2024-03-24 18:36:28 +01:00
build.gradle.kts fix: Surface all exceptions to the user instead of crashing (#565) 2024-03-24 18:36:28 +01:00
lint-baseline.xml refactor: Extract user list functionality to `feature:lists` (#537) 2024-03-16 18:42:11 +01:00