Michal Cerman

Results 11 comments of Michal Cerman

@emansih I have the same issue. OAuth doesn't work because of cleartext traffic is permitted and Personal Access Token is causing crash. I'm on HTTP, because I'm hosting firefly-iii instance...

@emansih I was on 1.4.7 (latest on F-Droid), 1.4.8 is not crashing anymore. I can understand the reasons why not to enable http in app, I'll see if I can...

@pocheshire How can you do that and how do you make bottom bar to change the selected tab? When I use method SelectTabAtPosition and call it from fragment, I get...

I have the same problem, what is more title has no padding on bottom and it looks weird. Do you have any idea how to fix this? This is default...

I have the same issue with incorrect application id. @SUPERCILEX how to use `configure` in Groovy build.gradle?

Unfortunately GPP is still using wrong application id for me. I'm setting it by ```applicationVariants.all { variant -> setApplicationId(variant)``` I'm using `id("com.github.triplet.play") version "3.4.0-agp4.2" apply false` in global `build.gradle` and...

Yes, I tried this order: ``` android { applicationVariants.all { variant -> setApplicationId(variant) println("setApplicationId") } } apply plugin: 'com.github.triplet.play' android { playConfigs { println("GPP playConfigs") abcRelease { enabled.set(true) } ......

Uff this took me a while to figure out even with the comment above. I have the first-generation Siri Remote with only the touch pad at the top. **You have...

I have the same issue, looks like if I force direct play, the playback is working. Settings > Experimental > Force Direct Play

Yep, would be great to add `path_provider` and `html` as dependencies on pub.dev and here to README. As a newbie in Flutter it took me a while to figure this...