Moritz Post

Results 29 issues of Moritz Post

Picking an item up works as expected but when releasing the drag gesture there is a split second where the dragged item is gone and the new item has not...

Entering status ma should provide a dropdown with all branches starting with (or containing?) ma. Eg. master.

enhancement

Not necessarily a bug but confusing to the user: Circling around the color picker wheel makes the shade slider jump to different shades, producing different colors. I would expect the...

Trying to use the value class `Duration` with kotlin 1.5 and serialization 1.2 states ``` kotlinx.serialization.SerializationException: Serializer for class 'Duration' is not found. Mark the class as @Serializable or provide...

feature

The material design specs have added a section on the barcode scanning experience. It would be great if the UX could be recreated by this library. See https://material.io/collections/machine-learning/barcode-scanning.html

### Problem description Using a key in a json resource file like "h1" does not work. The schema check states property "h1" is not allowed. ### Expected behavior Any reasonable...

bug

### Problem description The bounds of the `CollectionView` are shown underneath the `statusBar` but the initial cells are not. They are positioned below the `statusBar` as if the `dislplayMode` was...

bug
ios

### Problem description Currently setting the `cornerRadius` affects all corners equally. It would be handy to affect only a particular corner. This could be used to eg create rounded "tabs"...

feature

### Problem description Android apps commonly show a little context "popup menu" with simple text/icon only options in the place where the user touched. Spec https://material.io/components/menus#dropdown-menu ![image](https://user-images.githubusercontent.com/73655/83626880-610ada00-a596-11ea-8637-fc3f3da13570.png) ### Expected behavior...

feature