Christophe Beyls

Results 36 comments of Christophe Beyls

I think a balance needs to be found between clarity, flexibility and reducing nesting. IMO the repeating part should be optional and mentioned explicitly. I also believe it's better to...

@Goooler I agree that removing the toolchain is a different discussion and should be part of another PR, so I added it back. The problem was that Hilt did not...

Note: you can also remove `binding.swipeToRefreshLayout.isRefreshing = true` in `AccountActivity` (around line 1075). It's better to have the `ViewModel` as single source of truth for the refreshing state.

> Now the spinner shows up on the initial load which is very irritating imo. The state could be enriched with some additional information differentiating an initial load from a...

This pull request is now outdated and should either be closed or rewritten. Here are a few updates: - `ViewMediaActivity` now contains a method `adjustScreenWakefulness()` which sets `FLAG_KEEP_SCREEN_ON` when the...

> Currently deeplink require manually handle on all platform, for example, in Android you can handle like this: > > ```kotlin > override fun onCreate(savedInstanceState: Bundle?) { > //.... >...