Olivier Patry

Results 29 issues of Olivier Patry

Clipboard works around of the box thanks to #17 and `LocalClipboardManager`, but having a real share intent on Android would be even better.

compose
android

- [ ] Smart user default (device locale + 5 letters). - [ ] persistence - [x] initial choice at first launch - [ ] option on settings - [...

enhancement
compose

- [ ] individual letter state update (incl. in How to play screen) - [ ] victory "wave dance" - [ ] error vibration

compose

Currently, there is too much logic achieved at UI layer level. - [ ] toast dismiss period - [x] delay stats dialog appearance until all animated toasts are dismissed -...

enhancement
compose

- [x] need to press enter twice to update screen - [x] replace `println` game instructions with `Text()` Composable - [x] determine if Mosaic provides the equivalent of `EditText()` to...

compose
mosaic

- [ ] Backspace should only be enabled if at least 1 character is entered - [ ] Enter should only be enabled if entered answer matches requested word size

enhancement
compose

Either find a way to make the active row a full text field properly displaying characters or define it as focusable/focused but invisible /hidden. At each input pushing word to...

enhancement
compose

- [x] Allow resizing window - [x] Restrict to min size (500x700?) - [ ] Adjust components to make them more responsive (especially `Alphabet` & `WordleGrid`) - [ ] Adjust...

enhancement
compose
android

Maybe using [JakeWharton/flip-tables](https://github.com/JakeWharton/flip-tables).

enhancement
mosaic

We could either display it on left of the grid or below.

enhancement
mosaic