Róbert Papp

Results 398 issues of Róbert Papp

Hi, I started sporadically getting this error yesteday: ``` Run android-actions/setup-android@v2 env: JOB_NAME: AGP 3.5.x on Gradle 6.x (3.5.4) on 6.7.1) GRADLE_VERSION: 0.0.0 JAVA8_HOME: /usr/lib/jvm/temurin-8-jdk-amd64 JAVA11_HOME: /usr/lib/jvm/temurin-11-jdk-amd64 JAVA_HOME: /usr/lib/jvm/temurin-8-jdk-amd64 /usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager...

```kotlin interface I { fun f(): Int } class ITest { @Mock val mockI: I = mock(classOf()) @Test fun f() { every { mockI.f() }.returnsMany(1, 2) every { mockI.f() }.returnsMany(3,...

backlog

Adding this to every test class is tedious and error-prone: ```kotlin @AfterTest fun verify() { verifyNoUnverifiedExpectations(dep1) verifyNoUnverifiedExpectations(dep2) verifyNoUnverifiedExpectations(dep3) verifyNoUnmetExpectations(dep1) verifyNoUnmetExpectations(dep2) verifyNoUnmetExpectations(dep3) } ``` Is there a way to get mocks?...

backlog

It seems that (if they go ahead with the change) Gradle 9 will totally break this plugin in multi-module projects. I'm getting this stack trace for each of my configurations...

enhancement

I noticed you're doing `v1.0` and `v1.1` tags for releases. This is nice, but it means that people have to manually update their action references every time there's a release:...

* Depends on https://github.com/TWiStErRob/net.twisterrob.libraries/issues/23

> Issue regarding exporting: The category chosen is not included in export Excel file or in the html. Can the category be added to the export? > -- https://mail.google.com/mail/u/0/#inbox/15d04e21e614e2e9 >...

a:enhancement
in:export

Version: 12001279 (1.2.0#1279-8eca619) * samsung dm3q (Galaxy S23 Ultra) Android 13 (SDK 33) 1 user, 5 times ``` Exception java.lang.IndexOutOfBoundsException: at android.text.SpannableStringBuilder.charAt (SpannableStringBuilder.java:126) at android.text.CharSequenceCharacterIterator.current (CharSequenceCharacterIterator.java:58) at android.text.CharSequenceCharacterIterator.setIndex (CharSequenceCharacterIterator.java:83) at...

a:bug
via:Console

> My reply to one of the feedback: The current implementation (quick and dirty) is to create a sub-item with category "Extra Images" or I like to select "Documents >...

a:feature
is:need-broadcast

PayPal, In-App purchase?

a:idea
is:need-broadcast