Skip to content

Merge branch 'master' into Development #424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 150 commits into from
Aug 1, 2016
Merged

Merge branch 'master' into Development #424

merged 150 commits into from
Aug 1, 2016

Conversation

Grover-c13
Copy link
Owner

Merge branch 'master' into Development

rajulbhatnagar and others added 30 commits July 23, 2016 13:01

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Refresh the OAuth token when it expires
Level enum public for custom loggers

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jabbink Jasper Abbink

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jabbink Jasper Abbink
Fix the checkstyle config to not break other modules

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jabbink Jasper Abbink
…va into vmarchaud-Development

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jabbink Jasper Abbink
update inventory after hatching eggs
add missing license

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add a callback for when the Initial oAuth completes so that the app c…
Add info about native google sign in
Grover-c13 and others added 29 commits July 31, 2016 01:48
* Sync list

* Hopefully fix map.getObject/getCatchablePokemon issue
* Sync list

* Hopefully fix map.getObject/getCatchablePokemon issue

* Refactor some player profile stuff, make the constructor shorter, made it lazy init (wont call for an update on the server unless you call a method to get data)

* The api constructor will not make any server requests, it will lazy load any sections of the api a person needs (ie callling getInventories will get stuff from the server if its yet to happen). Some extra methods now throw RemoteServer/Login exceptions so please keep that in mind. cleaned up a few things (mainly javadoc).

* Refactor some player profile stuff, make the constructor shorter, made it lazy init (wont call for an update on the server unless you call a method to get data)
…rs for API users without having to rewrite the whole class. (#350)
* Optimize imports

* Optimize imports
…rom catchable list after being caught/fleeing
…rom catchable list after being caught/fleeing
* fix infinite loop when pokemon flees using catch(), removed pokemon from catchable list after being caught/fleeing

* fix infinite loop when pokemon flees using catch(), removed pokemon from catchable list after being caught/fleeing
Fix NPE on catch result
Fix issue when pokemon broke out of ball
Fix checkstyle issues
Fixes an ArrayOutOfBoundsException in EvolutionInfo.
Currently it takes the length of an array as an index in the array which will result in an exception being thrown anytime this function is called.
* Extra log levels: all and none

* Fix indentation (tabs only)
* Adding map util to get distance between two points

* Adding sorting function for objects in the map

* Adding the check if the user have enough poke ball´s

* Adding the check if the user have enough poke ball´s

* Adding license

* Fixing example class

* Fix code style

* Updating code style

* Updating code style

* Fixing import
* Added lured pokemon to getCatchablePokemon
removed DummyFuture
Fixed NPE in FutureWrapper when using .just
Fixed issue when caught pokemon will still appearing in catchable pokemon
Added a little more detail to the PTC login exception
Changed exception message from "Error in url" to "Invalid auth status code recieved"

* Checkstyle

* Travis fix
* Adding the check if the user have enough poke ball´s

* Adding the check if the user have enough poke ball´s

* Fixing example class

* Fix code style
@Grover-c13 Grover-c13 merged commit d1cd3f9 into master Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet