Namnodorel
Namnodorel
The FlowRow composable has been deprecated without direct replacement. The example using it should be removed or replaced by an equivalent implementation.
Using eg. `between(LocalDate.of(2000, 1, 1), LocalDate.MAX)` returns an empty result, with no error message (tested using an H2 in-memory DB). Using a more sensible date as the upper bound works...
It would be nice to have a duration dialog that allows picking arbitrary durations (like 4 hours, 15 minutes, etc.). I think a lot of the time-picker UI could be...
I personally like hue/saturation/lightness system for setting color more than RGB, since it seems more intuitive to use to me. It would be nice if that were an option here....
When I set an app to have its content hidden from the recents menu and enable general MaxLock protection, every time when I open the app from a state where...
I have a fairly simple interface: ``` public interface GraphView extends TiView { @CallOnMainThread void addGraph(Recipe recipe, Object data); } ``` And am using it together with a presenter that...
Soo, I made an attempt at a first step for implementing #49 - created abstract classes for the AWT classes kumo uses, each with just the methods kumo and fields...
In the latest Android Gradle Plugin Canary, `compile` [has been removed](https://developer.android.com/studio/preview/features#dependency-configurations-removed) in favor of `implementation` and `api`. That results in this line failing during build: https://github.com/sky-uk/gradle-maven-plugin/blob/c40e90e0025789cc92427432784777eece607dac/artifact-pom-manager.gradle#L86 ```` Execution failed for...
The layout_gravity="right" and layout_gravity="left" (or start/end) don't work for children of a FlowLayout.
This PR fixes a smaller naming issue that occurred when using M2O-Relations in a selfreference context. While working on that, I also noticed that ManyToOne-Annotated lists do not currently get...