-
Notifications
You must be signed in to change notification settings - Fork 210
Comparing changes
Open a pull request
base repository: NoMore201/googleplay-api
base: v0.2.2
head repository: NoMore201/googleplay-api
compare: master
Commits on Oct 13, 2017
-
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for afe6541 - Browse repository at this point
Copy the full SHA afe6541View commit details -
Fix #10, raise excpetion rather than sys.exit()
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for d4fb3eb - Browse repository at this point
Copy the full SHA d4fb3ebView commit details -
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 5d92b6d - Browse repository at this point
Copy the full SHA 5d92b6dView commit details -
Updated UserAgent string with latest gp version
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for ed2d658 - Browse repository at this point
Copy the full SHA ed2d658View commit details -
test.py: download telegram rather than termux
since telegram is supported by far more devices than termux Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for b6e3474 - Browse repository at this point
Copy the full SHA b6e3474View commit details -
Added bacon (OnePlus 1) as default device
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 2ab7ce0 - Browse repository at this point
Copy the full SHA 2ab7ce0View commit details -
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 9d0d144 - Browse repository at this point
Copy the full SHA 9d0d144View commit details -
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for f8702e0 - Browse repository at this point
Copy the full SHA f8702e0View commit details
Commits on Oct 17, 2017
-
Download optional expansion files (obb files)
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for b3f28cb - Browse repository at this point
Copy the full SHA b3f28cbView commit details -
Bool flag to control expansion files + cleanup
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 6857b15 - Browse repository at this point
Copy the full SHA 6857b15View commit details -
Remove email and password from test files
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for a77b362 - Browse repository at this point
Copy the full SHA a77b362View commit details -
Added env vars in travis-ci script
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 14dc73c - Browse repository at this point
Copy the full SHA 14dc73cView commit details -
Trying to address python2 build error
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 3733ca8 - Browse repository at this point
Copy the full SHA 3733ca8View commit details
Commits on Oct 18, 2017
-
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 0793b1f - Browse repository at this point
Copy the full SHA 0793b1fView commit details
Commits on Oct 19, 2017
-
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 19, 2017 Configuration menu - View commit details
-
Copy full SHA for dd2d7b6 - Browse repository at this point
Copy the full SHA dd2d7b6View commit details -
Build request params with current device data
Login and Auth parameters are built using device selected in deviceBuilder object. Also got rid of an unused parameter client_sig.
Domenico Iezzi committedOct 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 5034244 - Browse repository at this point
Copy the full SHA 5034244View commit details
Commits on Oct 22, 2017
-
Throw right kind of error when token expired
Domenico Iezzi committedOct 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 0a7cca7 - Browse repository at this point
Copy the full SHA 0a7cca7View commit details -
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
Domenico Iezzi committedOct 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 0227cb1 - Browse repository at this point
Copy the full SHA 0227cb1View commit details
Commits on Oct 30, 2017
-
Dinamically change locale and timezone
During DeviceBuilder initialization, retrieve locale from system using python `locale` module, and set timezone to `Europe/Berlin`. Added some helpers to get and set those values at runtime.
Domenico Iezzi committedOct 30, 2017 Configuration menu - View commit details
-
Copy full SHA for e1acc14 - Browse repository at this point
Copy the full SHA e1acc14View commit details
Commits on Nov 1, 2017
-
Integrity check before returning lists
In order to catch invalid tokens, an additional integrity check is done before returning lists in details() and bulkDetails() functions. If the check doesn't pass, raise a LoginError.
Domenico Iezzi committedNov 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 866c633 - Browse repository at this point
Copy the full SHA 866c633View commit details -
Domenico Iezzi committed
Nov 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 7678402 - Browse repository at this point
Copy the full SHA 7678402View commit details
Commits on Nov 2, 2017
-
bulkDetails: handle case when app doesn't exist
Now the function returns None if an app doesnt't exists. This does not apply for details() function, which instead return a RequestError if the app doesn't exist.
Domenico Iezzi committedNov 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 25bfb4a - Browse repository at this point
Copy the full SHA 25bfb4aView commit details
Commits on Nov 3, 2017
-
As described in play-store-api code [1] recenlty google introduced a Time To Live to each auth token, which caused them to expire in a matter of seconds. Moreover, in order to retrieve a long-ttl token, a second auth request now is needed, sending the Master Token returned from the first request. This 'second round' request will return the actual authSubToken. Another addition is that the code now return response's text for some generic errors, in order to help debugging those problems.
Domenico Iezzi committedNov 3, 2017 Configuration menu - View commit details
-
Copy full SHA for df2fa82 - Browse repository at this point
Copy the full SHA df2fa82View commit details -
Domenico Iezzi committed
Nov 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 3b0ff57 - Browse repository at this point
Copy the full SHA 3b0ff57View commit details
Commits on Nov 5, 2017
-
search: manage case when no result is found
Domenico Iezzi committedNov 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 11128cd - Browse repository at this point
Copy the full SHA 11128cdView commit details -
Domenico Iezzi committed
Nov 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 6a3926f - Browse repository at this point
Copy the full SHA 6a3926fView commit details -
Domenico Iezzi committed
Nov 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 512dc40 - Browse repository at this point
Copy the full SHA 512dc40View commit details
Commits on Nov 6, 2017
-
Domenico Iezzi authored
Nov 6, 2017 Configuration menu - View commit details
-
Copy full SHA for e37daed - Browse repository at this point
Copy the full SHA e37daedView commit details
Commits on Nov 7, 2017
-
Python code linting and cleanup
Domenico Iezzi committedNov 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 639c7f9 - Browse repository at this point
Copy the full SHA 639c7f9View commit details
Commits on Nov 9, 2017
-
Take latest apk if not version specified
If no *versionCode* parameter is specified to *download* or *delivery* methods, fetch the latest one with a simple `self.details(pkgName)`
Domenico Iezzi committedNov 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 693ae83 - Browse repository at this point
Copy the full SHA 693ae83View commit details
Commits on Nov 10, 2017
-
Updated default values for bacon
Domenico Iezzi committedNov 10, 2017 Configuration menu - View commit details
-
Copy full SHA for e6c69a5 - Browse repository at this point
Copy the full SHA e6c69a5View commit details -
Device info setup moved inside __init__
Since most of the device data is used only for the checkin procedure, which is run only after the first login with email and passwd, it is useless to have functions in GooglePlayAPI to modify them at runtime. Now if the user wants to specify custom data, this data should be provided as arguments to the constructor.
Domenico Iezzi committedNov 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 6a9f29c - Browse repository at this point
Copy the full SHA 6a9f29cView commit details
Commits on Nov 11, 2017
-
Changed nested for loops with list comprehensions and maps. Also some small fixes to indentation
Domenico Iezzi committedNov 11, 2017 Configuration menu - View commit details
-
Copy full SHA for ac2d07a - Browse repository at this point
Copy the full SHA ac2d07aView commit details
Commits on Nov 13, 2017
-
Now gpapi checks if the locale retrieved from system or provided by the user is valid. In case it's invalid, default to en_US.
Domenico Iezzi committedNov 13, 2017 Configuration menu - View commit details
-
Copy full SHA for c61819d - Browse repository at this point
Copy the full SHA c61819dView commit details -
Domenico Iezzi committed
Nov 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 1cece7d - Browse repository at this point
Copy the full SHA 1cece7dView commit details
Commits on Nov 14, 2017
-
Consider the case when locale is manually initalized with a non-string value, and the case when python's getdefaultlocale() returns None
Domenico Iezzi committedNov 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 1210962 - Browse repository at this point
Copy the full SHA 1210962View commit details -
Domenico Iezzi committed
Nov 14, 2017 Configuration menu - View commit details
-
Copy full SHA for f7163f5 - Browse repository at this point
Copy the full SHA f7163f5View commit details
Commits on Nov 15, 2017
-
Domenico Iezzi committed
Nov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 0fc9cb9 - Browse repository at this point
Copy the full SHA 0fc9cb9View commit details
Commits on Nov 27, 2017
-
Added userProfile api to Documentation
Domenico Iezzi committedNov 27, 2017 Configuration menu - View commit details
-
Copy full SHA for c7a3f8f - Browse repository at this point
Copy the full SHA c7a3f8fView commit details
Commits on Dec 7, 2017
-
Added proxy config for requests
Artem Smirnov committedDec 7, 2017 Configuration menu - View commit details
-
Copy full SHA for d422074 - Browse repository at this point
Copy the full SHA d422074View commit details
Commits on Dec 8, 2017
-
Merge pull request #26 from RankoR/master
Added proxy config for requests
Domenico Iezzi authoredDec 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 6e8a025 - Browse repository at this point
Copy the full SHA 6e8a025View commit details
Commits on Dec 9, 2017
-
Revert "Added proxy config for requests"
This reverts commit d422074.
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for b99ceb8 - Browse repository at this point
Copy the full SHA b99ceb8View commit details -
Fixed commit d422074 re-formatting issue
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 2f24058 - Browse repository at this point
Copy the full SHA 2f24058View commit details -
Init proxies_config with given value in __init__
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 6a6c0b0 - Browse repository at this point
Copy the full SHA 6a6c0b0View commit details -
Helper functions for response parsing
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 55499a0 - Browse repository at this point
Copy the full SHA 55499a0View commit details -
Improvements to helper functions
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 8dc2eb5 - Browse repository at this point
Copy the full SHA 8dc2eb5View commit details -
Try to avoid python2 travis build error
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for e9e866d - Browse repository at this point
Copy the full SHA e9e866dView commit details -
Initial userProfile implementation
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 1e56727 - Browse repository at this point
Copy the full SHA 1e56727View commit details -
Updated pbuf definitions with protobuf 3.5.0
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for a4dbf80 - Browse repository at this point
Copy the full SHA a4dbf80View commit details -
Added userProfile case to test.py
Domenico Iezzi committedDec 9, 2017 Configuration menu - View commit details
-
Copy full SHA for df4300c - Browse repository at this point
Copy the full SHA df4300cView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.