Play Store Api Versions Save

Google Play Store protobuf API wrapper in java

0.44.1

5 years ago

Marked AndroidAppDeliveryData signature fields properly. Thanks to @Tasssadar

0.44

5 years ago
  • Method for getting current user's review of a given app added
  • Updated device definitions
  • Cleaned up Review and UserProfile messages
  • Added a rawResponse field to the GooglePlayException

0.42

5 years ago
  • Instant app link field added

0.41

6 years ago
  • Named sale related fields in the Offer message, and some others
  • BSDiff patch format named (used to be UNKNOWN_3)
  • Multiple patch formats can now be requested through delivery method.

0.40

6 years ago
  • Issue #19 new category list methods implemented
  • Wishlist methods implemented

0.39

6 years ago
  • Issue #18 bulkDetails was broken due to a change on google's side - fixed
  • Issue #13 token+gsfId should be enough to build an API wrapper now

0.36

6 years ago
  • Added a method to get current user profile userProfile()
  • "Badges" in the details response are recognized now
  • Updated most devices

0.32

6 years ago
  • Restriction constants added
  • Device definitions updated
  • Compatibility with java 5 improved (required for old androids)

0.31

6 years ago
  • X-DFE-Device-Checkin-Consistency-Token, X-DFE-Device-Config-Token, X-DFE-Cookie, X-DFE-MCCMNC HTTP headers are now properly retrieved and used. Other HTTP header and parameter usage made closer to the original.
  • Beta apps feedback methods added (which are just review methods with special parameters)
  • Report abuse method added

0.29

6 years ago
  • Changed auth token generation process. For some reason the old way of token generation now produces a token with a very limited time to live. This version attempts to fix this.
  • TokenDispenserClient now wraps all exceptions in a TokenDispenserException.