Commit af59637
Async implementation based in Futures (#360)
* Base for async
* Transparent async requests
* Converted map
* Converted map, may have broken cache
* Cleanup leftovers of Rx
* Start on catchable pokemon
* Did some methods on CatchablePokemon. Implemented NestedFutureWrapper to link Futures
* Switched Pokestop
* Some tinkering with timings and forgetting to clear lists
* Exceptions shoudl accept Throwable
* Cleanup of deprecate methods,
Removed sleeps
* Fixed sending garbage
* Actually got it working
* Checkstyle update
* Checkstyle update
* Upped timer a bit because of a few issues with empty requests1 parent 6cec95d commit af59637
File tree
19 files changed
+1134
-461
lines changed- src/main/java/com/pokegoapi
- api
- map
- fort
- pokemon
- player
- exceptions
- main
- util
19 files changed
+1134
-461
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
92 | 84 | | |
93 | 85 | | |
94 | 86 | | |
| |||
0 commit comments