Róbert Papp

Results 398 issues of Róbert Papp

assertNoDialogIsDisplayed assertNoToastIsDisplayed and friends have tests that finish an activity. The activity is not actually in resumed state at the start of the test. Not sure why. ``` Espresso.onIdle(); onRoot().perform(loopMainThreadUntilIdle());...

a:bug

- [ ] #201 - [ ] #202 - [ ] #203

a:idea
in:navigation

When having groups in the list, and adding an item, the user may want to add not as a child in current view, but as a sibling to what's on...

a:enhancement
in:navigation

When having groups in the list, and scrolling, it's not clear if the current items are direct children or within a nested group. Sticky header for the current parent group...

a:enhancement
in:navigation

When having groups in the list, select all will select groups and items, it should ask which one the user wants: * All items and groups directly in container *...

a:enhancement
in:move
in:navigation
in:android

https://www.droidcon.com/2021/11/22/build-responsive-uis-in-android/

a:feature
in:navigation
in:android

https://s3-us-west-1.amazonaws.com/uirecipes.com/Mobile+Search+UI+Recipe.pdf https://mail.google.com/mail/u/0/#inbox/FMfcgzGlkPbggNwLmTmLrgSZLhQmDXNv

a:enhancement
in:search

https://jakewharton.com/multiplatform-compose-and-gradle-module-metadata-abuse/ https://github.com/JakeWharton/jakewharton.com/blame/gh-pages/_posts/2021-11-04-multiplatform-compose-and-gradle-module-metadata-abuse.md#L199 I noticed that in ``` tasks.named("generateMetadataFileForKotlinMultiplatformPublication").configure ``` you didn't declare the 4 implicit inputs to the task. This might cause up to date issues if the version changes...

I played around a bit trying to reproduce ![image](https://user-images.githubusercontent.com/2906988/200557515-1a6f91f9-a1d4-46e1-9c57-c0c68d1b0502.png) ![image](https://user-images.githubusercontent.com/2906988/200557567-3ad03d47-29c4-4c72-86aa-d68d501d57b1.png) I found two things I couldn't do: * stretch each item to full width I think this is calculatable based...