Simon Hardt

Results 12 issues of Simon Hardt

Use changes from current version in Retrofit's README https://github.com/square/retrofit/commit/246bef5bf34c0598a91038b2e15bace7718408d4

I'm using the new version 2.0.0 and `MultiChoiceToolbar`. Here I need to set an icon and text because it's removed otherwise when the selection is "aborted". Because I'm using a...

Using the new Lib-Version 2.0.0 the NavigationDrawer does not overlap the StatusBar anymore when a selection was made and the toolbar returns to its "normal" state. Presumably related to #32

I'd like to prevent some entries in my list from being selected. It would be nice to have an interface on the adapter which positions are "disabled" (or provide an...

bug

I've followed the instructions in the readme here, set up the plugin in mattermost, connected my user etc. I can see the gitlab-bar with the counters on mattermost correctly but...

Type/Bug

When adding `AnkoLogger` to any class in a project using androidx (and `android.enableJetifier=true`) it will not compile with the error `Unresolved reference: AnkoLogger`. Is there any way to get anko...

I get the following error *sometimes* (a retry works sometimes and sometimes it's working directly) when running the verify-command on paparazzi 1.0.0: ``` com.example.ExampleTest > test_ExamplePreview FAILED java.lang.AssertionError: Resources_Delegate.initSystem called...

waiting on user

I'm using the current snapshot version via `classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.0.0-SNAPSHOT'` to get compose support wich works already great but when I snapshot a composable which have special modifiers in it, I...