Skip to content

Releases: NoMore201/googleplay-api

v0.2.6

01 Nov 11:08
Compare
Choose a tag to compare

Changes since last release:

  • Added timeout to requests dd2d7b6
  • Headers and request data now reflect the device selected during initalization 5034244
  • Since there are some cases in which the token is expired, but the API returns empty objects instead of errors, integrity checks were added to better catch those situations 0a7cca7 866c633
  • Get locale from the current system + dynamically get/set locale and timezone e1acc14

v0.2.4

18 Oct 09:38
Compare
Choose a tag to compare

Small release, adding the ability to download expansion files in delivery API

v0.2.3

13 Oct 17:24
Compare
Choose a tag to compare

Changes since last release:

  • Intercept NeedsBrowser error and provide a useful exception message afe6541, d4fb3eb (discussed in #10 )
  • Tested all devices, disabled non working ones in device.properties 5d92b6d
  • bacon as default device 2ab7ce0 (discussed in #14 )
  • Changed device initialization 9d0d144 (discussed in #16 ) May break your application, check the code
  • Various fixes and improvements

v0.2.2

12 Oct 17:55
Compare
Choose a tag to compare

Changes since last release:

  • Since pycrypto project is no longer developed, changed pycrypto with pycryptodome, an up-to-date fork which has wheel packages also for Windows.
  • User agent is now built using selected device parameters, rather than fixed values

v0.2.1

11 Oct 07:36
Compare
Choose a tag to compare

Changes since last release:

  • Added ability to select a device under device.properties, thanks to @matlink 1b47fdb
  • Review() function returns now all the fileds of the protobuf response b8412dd
  • Added helper function to get list of devices, returning both codename and readable name 2a5be42, 11de82f

v0.2

08 Oct 20:00
Compare
Choose a tag to compare

Changes since last release:

  • Fixed progress bar c6973eb
  • Implemented review() and details() 052afcb, 0cda029
  • Removed old caching code and improved search() behaviour dda3a2f

Now we have a stable base, with all features of the original project. It will be possible to optimize code and the overall behaviour of the library from this version onwards.

v0.1.5

08 Oct 08:44
Compare
Choose a tag to compare

Re-introduced progress-bar code + small fix to test.py

v0.1.4

07 Oct 16:28
Compare
Choose a tag to compare

This new version contains an important fix for downloading purchased apps.

v0.1.3

06 Oct 09:59
Compare
Choose a tag to compare

Changes since last release:

  • python2 support
  • implemented nb_result in search() function
  • fixed browse() function behaviour
  • fixed list() function behaviour
  • added more test cases to test.py

v0.1.2

04 Oct 09:41
Compare
Choose a tag to compare

Changed the login behaviour (see README.md and the code)