Pascal Welsch
Pascal Welsch
`Ti` and `30` is both `Roboto Mono`
This one could be quite confusing 😛 I'm already thinking about something else 🤔 ðŸ’
Completely outdated after `0.8.0` release. Will keep it open for reference until a better solution was opened
We will not provide a `TiBottomSheetDialogFragment` because it would require a new dependency. But I'll leave it open because we could support composition instead of inheritance in the future without...
I can reproduce it on Android 8.1.0 ``` 02-26 13:06:44.110 22120-22120/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 02-26 13:06:44.110...
The `deliverLatestCacheToView` behavior is correct. All items, including the already delivered ones will be emitted again. Sending all items since the view was detached could be another operator. I'm waiting...
- [ ] update documentation
This makes sense since only [Android Studio locations of macOS and linux](https://github.com/grandcentrix/AndroidCodeStyle/blob/0491f48b42e0f5fbf79ee8fb9b69c2be66aa0ef1/install.sh#L20) are supported. I don't know the default location on Windows. If there is one we could add it...
If you have ```kotlin import kotlinx.android.synthetic.main.fragment_settings.* import kotlinx.android.synthetic.main.fragment_login.* ``` How do you know where `username_edit` comes from? Would the star import improve autocompletion?
IntelliJ doesn't support rearrange code for Kotlin. Please Upvote [KT-25677 ](https://youtrack.jetbrains.com/issue/KT-25677)