Timo Schwarzer

Results 93 comments of Timo Schwarzer

Still an issue with Craft 4.2.5.2 and Redactor 3.0.2. This is very annoying if you have styles for `.focus-visible` in the frontend as well, since you can't get rid of...

I have the same problem on a fresh Arch Linux install (using the official rpm). Given that it doesn't forget everything (i.e. it still remembers what account was logged in,...

Disclaimer: I'm not able to test this. I created a prerelease on GitHub (https://github.com/godotengine/godot-google-play-billing/releases/tag/2.0.0-rc.1) which you can download and use as usual. The API is a bit different compared to...

@akien-mga I'm very sorry for not responding for so long, I've been and still am quite busy recently. I upgraded the Google Play Billing Library in a branch and opened...

Link to the release: https://github.com/godotengine/godot-google-play-billing/releases/tag/2.0.0-rc.1

@NanitesNanites didn't have time to update the docs, mainly because I'm not able to test this. Most changes are within the returned Dictionaries of information. Please see here for reference:...

@nathanfranke I'm against maintaining a compatibility layer between the Google Play Billing library and its Godot integration. The Godot integration should reflect the GPB API as closely as possible. Because...

> I get this on internal testing on google play > > ``` > 09-10 13:10:27.236 13930 13956 W BillingClient: Querying product details is not supported. > 09-10 13:10:27.236 13930...

> > Note this thread is for the 2.x of this library. `querySkuDetails` does not exist in 2.x. > > https://github.com/godotengine/godot-google-play-billing/blob/billing-v5/godot-google-play-billing/src/main/java/org/godotengine/godot/plugin/googleplaybilling/GodotGooglePlayBilling.java#L136 > > I also used it. Was it supposed...

As it seems, everything is working. Except for one typo (where it's still called SKU instead of Product) I should be able to release this. Unfortunately, I'm very limited on...