Alex Zhukovich
Alex Zhukovich
* Add "Next steps" section when description for "I'mBarista-App" repo will be done
Current situation: Right now branches have multiple issues, and it's impossible to update dependencies on them. What to improve: * Create clean branches strategy * Update dependencies for each branch...
* After error update RecyclerView with information about it and retry button * After successful loading and no item display it
* Move FragmentTestActivity to debug flavor of the project * Build debug and release apk * Run tests for different flavors
* Apply new icons to the application as an adaptive icon
* Updated dependencies of gradle, detekt and jacoco * Uploaded 1.5.0 artifact
The path is displayed when you create a `LineChart` with a single point. Incorrect state: Source code: ```kotlin LineChart( modifier = Modifier .fillMaxWidth() .height(300.dp), color = colors.first(), lineData = listOf(...