16 Commits

Author SHA1 Message Date
Max Hilbrunner
bef2b30d29 Merge pull request #7446 from mhilbrunner/get-rid-of-weirdness 2023-08-01 03:31:58 +02:00
Max Hilbrunner
d0b68537e6 Merge pull request #7018 from trash-max/IAP_method_getProducts 2023-05-17 10:59:12 +02:00
Ross Rothenstine
deb969b97a Adds a @UsedByGodot mention in the Android Plugin docs. (#7151) 2023-04-18 16:33:03 +03:00
Max Hilbrunner
64a3b465c2 Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
Max Parkhomenko
f7d6b23079 IAP_method_getProducts
Changes:      tutorials/platform/android/android_in_app_purchases.rst

Replacing the DEPRECATED getSku method with getProducts.
The author of the module made changes, but did not specify them in
the documentation.

Now instead of signals:
sku_details_query_completed
sku_details_query_error

Need using:
product_details_query_completed
product_details_query_error

Now the purchase list is in:
purchase.products

Single item:
dictionary.put("sku", skus.get(0)); # Not available in plugin
Not avaible.

Oginal plugin code:
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
2023-03-19 15:04:45 +03:00
Patrick
1d609842dd GDExtension docs
Renames from GDNative to GDExtension


Add Pictures/Gifs and clarified compatability


Remove GDNative language bindings from GDExtension docs


Update SConstruct and AddingProperties section


updated with suggestions


Added property hint example + updated to API naming changes


Fixed redirect.csv
2023-02-26 16:44:45 +01:00
Yuri Sizov
978a13bb0a Mark potentially outdated pages with a WIP warning 2023-02-26 14:21:15 +01:00
BlueStag
135ad68cab Use 4.0 method of connecting to and emitting signals (#6311)
Change docs to use the new method of connecting and emitting signals
2023-01-22 22:01:34 -05:00
Nico Kluge
4b70e4d498 Update android_in_app_purchases.rst
The link to https://github.com/godotengine/godot-google-play-billing/releases is misleading, because the releases there are to old. You have to compile the project yourself, because otherwise google rejects the .aar upload because of using old api. Furthermore the described methods and signals correspond to the new Version and not the released Version 1.0.1
Hope my English will do.
2022-11-16 18:19:11 +01:00
luz paz
04f66dc5d0 Fix various typos
Found via `codespell -q 3 -S ./LICENSE.txt,./tutorials/i18n,./_tools/codespell-ignore-lines.txt -L doubleclick,findn,lod,inout,nd,raison,te` and other means
2022-07-28 10:35:04 -04:00
Nate Trost
dafb033c38 Update Android IAP docs for v1.1 of PBL plugin
These doc changes are dependent on the following PR:
https://github.com/godotengine/godot-google-play-billing/pull/25

Summary of changes:

* Update queryPurchases section to reflect API change to be async
* Added details on functions added to v1.1
* Expanded detail on operation and options of the plugin
2021-11-02 14:33:55 -05:00
Aaron Franke
5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
Aaron Franke
4060179184 Remove trailing space characters (#5251) 2021-09-13 14:52:39 +02:00
Avner
98f2156e16 Update android_in_app_purchases.rst (#5104)
* Update Android In-App Purchase

Co-authored-by: Timo Schwarzer <me@timoschwarzer.com>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2021-07-27 21:12:23 +02:00
Rémi Verschelde
044b6a74f8 Cleanup uses of double spaces between words or after punctuation 2021-06-07 10:44:02 +02:00
Nathan Lovato
b8ed3098d2 Move and group android docs in platform/android
Closes #4162
2020-10-07 21:12:28 -06:00