Martin Zeitler

Results 22 issues of Martin Zeitler

Have updated to AGP 8.3.1 and Gradle 8.6, as well as migrated to version-catalog. Also the GitHub runner's actions where updated, since this needs JDK 17 to build.

Can only tell that this is the reason why it can't work; for reference: http://developer.android.com/reference/java/nio/package-summary.html On Android 6.0 the permissions are meanwhile obtained at runtime / per application, while the...

I'm getting "xhr poll error" because https://socket-io-chat.now.sh seems to be down.

https://github.com/firebase/user-data-protection/blob/97dba6f44aba5e66eab9b362f545c72ac73c5bec/functions/wipeout.js#L84 `@return {arrau} ` sould be `@return {array}`

In method [`refresh_token()`](https://github.com/HMS-Core/hms-push-serverdemo-php/blob/fa13091e2c608d5552f59107b367f48fb0b873ee/src/push_admin/Application.php#L124) it is being assumed that an `array` is being returned, which is not the case: array_key_exists("access_token", $result) Therefore it should rather be: property_exists($result, "access_token") --- Previously type-checking...

The lines which follow also use `object` instead of `array` access.

### Version Media3 1.3.1 ### More version details The media-service notification seekbar drag-handle changes it's size, when clicking next. The `Intent` is being constructed alike this: PendingIntent intent = MediaButtonReceiver.buildMediaButtonPendingIntent(this,...

bug
need more info

The `*.spec` files already produce these RPM packages: cuttlefish-base-0.9.29-1.el9.x86_64.rpm cuttlefish-user-0.9.29-1.el9.x86_64.rpm cuttlefish-integration-0.9.29-1.el9.x86_64.rpm cuttlefish-orchestration-0.9.29-1.el9.x86_64.rpm I'd probably would need more information, eg. what to build with `bazel` and also, which packages are even...

This Identity Credentials example app is merely working. The API calls initially failed with: com.google.android.gms.common.api.ApiException: 17 Which could be resolved by adding the following dependency: androidx.credentials:credentials-play-services-auth:1.5.0-alpha05