element-x-ada/features/location
Jorge Martin Espinosa efdc10e60a
Add catchingExceptions method to replace runCatching (#4797)
- Add `runCatchingExceptions` and `mapCatchingExceptions` to replace `runCatching` and `mapCatching`.
- Make `tryOrNull { ... }` catch only exceptions too.
- Apply the changes to the whole project.
- Add new Rust fakes for tests to handle the code that's now unblocked - previously it just threw an `UnsatisfiedLinkError` which we ignored.
- Add a new `detekt-rules` project with a `RunCatchingRule` to prevent `runCatching` and `mapCatching` usages.
2025-06-04 09:02:26 +02:00
..
api fix(deps): update android.gradle.plugin to v8.10.0 (#4687) 2025-05-07 11:07:20 +02:00
impl Add catchingExceptions method to replace runCatching (#4797) 2025-06-04 09:02:26 +02:00
test Let element enterprise be able to configure id for mapTiler. (#4446) 2025-03-21 17:06:52 +01:00