Skip to content

Releases: BaseMax/GooglePlayWebServiceAPI

Version 1.2.0

18 May 15:43
v1.2.0
eb609fc
Compare
Choose a tag to compare
  • include reviews with AppDetails
  • add method dump_raw to make debugging (and field discovery) easier
  • featureGraphic now evaluated reliably
  • AppDetails now also include developerEmail and developerWebsite
  • AppDetails retrieval is now faster (as a "fallback loop" could be removed)
  • several fixes and adjustments

Version 1.1.0

11 Jul 06:59
v1.1.0
a376225
Compare
Choose a tag to compare
  • add parsePrivacy() method to retrieve privacy policy
  • rework parseCategories() which was broken due to site changes. It's now using local definitions and now returns an array of objects instead just category IDs
  • fill in missing details in parseApplication from embedded protobuf and JSON, also adding contentRating this way
  • some more minor fixes and adjustments

Version 1.0.1

06 Jun 09:07
v1.0.1
e809f5a
Compare
Choose a tag to compare

This is a maintenance release, adjusting the class to the latest Playstore redesign which broke most methods (see #20).

Version 1.0.0

10 Dec 16:07
980204c
Compare
Choose a tag to compare

The original version written by me was improved by another friend named Izzy.
Finally, this version is ready to use.