Alex Zhukovich

Results 8 issues of Alex Zhukovich

* Add "Next steps" section when description for "I'mBarista-App" repo will be done

enhancement

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...

enhancement

* After error update RecyclerView with information about it and retry button * After successful loading and no item display it

enhancement

* Move FragmentTestActivity to debug flavor of the project * Build debug and release apk * Run tests for different flavors

enhancement
quality
testing

* Apply new icons to the application as an adaptive icon

enhancement
design

* 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(...