Matej Trakal

Results 52 comments of Matej Trakal

@mateuszkwiecinski I uses java8 images, but expect, that it will not affect result. as I wrote: >When I try this: >image: alvrme/alpine-android-liberica:android-30-jdk8 >apk add --no-cache freetype fontconfig ttf-dejavu >and use...

`alvrme/alpine-android:android-31-jdk11-v2021.08.01` I run this in pipeline before run easylauncher: `- apk add --no-cache freetype fontconfig ttf-dejavu` my easylauncher looks like: ``` debug { filters = customRibbon(font: "DejaVuSans", ribbonColor: "#99606060") }...

Hmm, `image: alvrme/alpine-android:android-31-jdk11` crash on log below, but old version `image: alvrme/alpine-android:android-31-jdk11-v2021.08.01` works as expected. Looks like some changes in https://github.com/alvr/alpine-android caused this bug. ``` * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution...

Lokalise SDK (2.0, don't know, how about 1.x...) internally uses ViewPump. So I think, that ViewPump can do the same as Lokalise...

Sorry, I forgot basic info... Android studio 3,beta 2 Gradle 4.1 Kotlin and Java 8 enabled in project

Android Studio 3.1 Canary 5 Build #AI-171.4474551, built on November 29, 2017 JRE: 1.8.0_152-release-1024-b01 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 Plugin version: Version: 2.1...

as a consequece I'm not able to delete stored cards (because I don't have access to this list). I have stored some cards which are shown as prefilled / last...

I will try to describe our use case / workflow with cards: User pay for our service + we withdraw refundable deposit. We return deposit to Users card after some...

Hi @sarahkoop for me/our company (as the author of this issue) should be fine when you create these two methods public. It would be nice and solve our issues with...

forces to same issue when trying to use Android Navigation component with arguments - that require parcelable or serializable. ``` android.os.BadParcelableException: Parcelable encountered IOException writing serializable object (name = MyClass)...