Releases: yeriomin/play-store-api
Releases · yeriomin/play-store-api
0.44.1
Marked AndroidAppDeliveryData signature fields properly. Thanks to @Tasssadar
0.44
- 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
- Instant app link field added
0.41
- 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
- Issue #19 new category list methods implemented
- Wishlist methods implemented
0.39
- 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
- Added a method to get current user profile
userProfile()
- "Badges" in the details response are recognized now
- Updated most devices
0.32
- Restriction constants added
- Device definitions updated
- Compatibility with java 5 improved (required for old androids)
0.31
- 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
- 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.