Releases: yeriomin/play-store-api
Releases · yeriomin/play-store-api
0.17
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
- Updated device definitions with new GSF version code
- Added another Android TV device
- Introduced AuthRepeater to try to counteract random auth failures
0.15
Token dispenser client now retries on auth errors. New interesting devices added, old uninteresting devices removed.
0.14
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
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
- .protos extended
- category app iterator added
- search iterator now searches for app bucket, ignoring books, music and so on
0.9
- X-DFE-Encoded-Targets header added to make play store return development-stability apps
- category list methods added
Auth methods rehaul
0.7
Removed unneeded requirements for gsf id on auth requests
0.5
- 2-factor auth detection
- paid apps delivery method
- "similar apps", "users also installed" lists
- reviews add/delete methods