Skip to content

Releases: yeriomin/play-store-api

0.17

11 Jun 14:32
Compare
Choose a tag to compare

Old authentication method seems to be being phased out. Auth attempts fail randomly now. Will use PasswdEncrypted header instead of Passwd to fix that.

0.16

05 Jun 22:42
Compare
Choose a tag to compare
  • Updated device definitions with new GSF version code
  • Added another Android TV device
  • Introduced AuthRepeater to try to counteract random auth failures

0.15

18 May 18:48
Compare
Choose a tag to compare

Token dispenser client now retries on auth errors. New interesting devices added, old uninteresting devices removed.

0.14

02 May 17:14
Compare
Choose a tag to compare

Fixed search after google output change. It was returning only one result for popular apps (only facebook app for "facebook" search).

Lowering android version requirement

05 Apr 08:33
Compare
Choose a tag to compare

Now compatible with android api>=5 and java>=1.5. For that:

  • protobuf dependency patched and included
  • okhttp ditched, http client abstratced (look for okhttp client adapter implementation in tests)
  • other minor changes due to java version incompatibilities

0.12

22 Mar 13:24
Compare
Choose a tag to compare
  • .protos extended
  • category app iterator added
  • search iterator now searches for app bucket, ignoring books, music and so on

0.9

24 Feb 22:02
Compare
Choose a tag to compare
0.9
  • X-DFE-Encoded-Targets header added to make play store return development-stability apps
  • category list methods added

Auth methods rehaul

06 Feb 09:22
Compare
Choose a tag to compare
0.7

Removed unneeded requirements for gsf id on auth requests

0.6

31 Jan 10:37
Compare
Choose a tag to compare
0.6

uploadDeviceConfig fix

0.5

26 Jan 23:39
Compare
Choose a tag to compare
0.5
  • 2-factor auth detection
  • paid apps delivery method
  • "similar apps", "users also installed" lists
  • reviews add/delete methods