-
Notifications
You must be signed in to change notification settings - Fork 330
Development #248
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
Development #248
+7,387
−872
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…esh token when using static auth
Fixes #128
Refresh the OAuth token when it expires
Publish sources jar
Level enum public for custom loggers
Fix the checkstyle config to not break other modules
add license to GoogleLoginSecrets
…va into vmarchaud-Development
update inventory after hatching eggs add missing license
find Pokemon by ID
Meta info on pokemon
…an automate the flow
Add a callback for when the Initial oAuth completes so that the app c…
add method for the incubator
Inventory force update
Power up pokemon API
Add info about native google sign in
Fix for a NPE in CandyJar + fix checkstyle
Signed-off-by: Niklas Walter <[email protected]>
updateProfile, in case of failure, would dump stacktraces to the console and then crash in the next line with a NullPointerException
* add lombok to more objects * add lombok to GoogleAuthJson * add lombok to Team
* get total space used by items * get total space used by items * add javadoc
…sparently handle providing credentials and refreshing tokens.
Includes fix for hatched eggs IndexOutOfBoundsException
* Add info about native google sign in * fix force updating inventories * REAME.md: fix Usefull->Useful typo * README.md: fix PtcLogin classname type * Start Gym + Battle API * Battle API - Example included, utility functions to get state of battle. Can only spam attack right now.
* deprecate getFavorite, rename to isFavorite * Adhere to checkstyle
* Use gradle-wrapper instead * Changed second gradle usage to use gradlew aswell
…OAPI-Java into rajulbhatnagar-rewrote_login
…me may be duplicates of proto enums), fix catchable pokemon (#246)
Maybe increase version number? |
Update protobufs to latest version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dev to master?