aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-08-09Update the licensing informationMarko Zajc32-160/+97
2023-08-08Fix alien importsMarko Zajc4-5/+1
2023-08-08Relocate from com.github.markozajc to org.eu.zajcMarko Zajc32-104/+101
2023-08-07Add license headersMarko Zajc32-0/+576
2023-08-07Retry failed (status 500) requests and add notes about internal classesMarko Zajc12-4/+143
2023-08-03Store erroneous requests and responses, and display them in testsMarko Zajc4-10/+77
2023-07-31Improve the README.md and make small non-code changesMarko Zajc1-0/+1
2023-07-31Update the test workflowMarko Zajc1-1/+0
2023-07-30Rename ..core.entities.impl.immutable to ..core.entities.implMarko Zajc8-7/+8
2023-07-30Improve docs and fix a few warningsMarko Zajc18-180/+412
2023-07-30Rework the code some moreMarko Zajc10-117/+220
2023-07-29oopsMarko Zajc1-0/+4
2023-07-29Catch exceptions in IntegrationTestMarko Zajc1-77/+82
2023-07-29Fix and improve testsMarko Zajc3-23/+40
2023-07-29Rewrite large parts of the codeMarko Zajc29-834/+852
2023-07-29Fix question exhaustion handling and add a test for itMarko Zajc2-11/+38
2023-07-29Suppress javadoc warnings in internal classes and membersMarko Zajc9-0/+9
2023-04-29Workaround Akinator's misconfigured HTTP serverMarko Zajc5-3/+160
2023-04-29Reformat the codebaseMarko Zajc10-73/+37
2022-09-15Use LFMarko Zajc18-1791/+1791
2022-07-07Fix javadoc errorsMarko Zajc2-4/+6
2022-07-07Change namespace to com.github.markozajc.akiwrapperMarko Zajc29-97/+92
2022-07-07Add more documentationMarko Zajc2-17/+50
2022-07-04Update styleMarko Zajc3-24/+21
2022-07-04Use a singleton UnirestInstance by defaultMarko Zajc2-27/+123
2022-07-04Add a static importMarko Zajc1-2/+3
2022-07-04Update unit testsMarko Zajc4-9/+19
2022-07-04Remove dependence on the static unirest instanceMarko Zajc2-67/+95
2022-07-04Update Route.javaMarko Zajc1-68/+78
2022-07-04Update the APIMarko Zajc7-51/+119
2022-07-04Update JSONUtilsTestMarko Zajc1-19/+21
2022-07-04Use primitive Optional types in JSONUtilsMarko Zajc1-45/+40
2022-07-04Update ApiKey.javaMarko Zajc1-19/+26
2022-07-04Remove AkiwrapperMetadata and inline it into AkiwrapperBuilderMarko Zajc3-175/+111
2022-07-04Remove the increased socket timeout from testsMarko Zajc1-17/+8
2022-04-22add a space to api key exceptioncaneleex1-1/+1
2021-08-05WhoopsMarko Zajc1-4/+3
2021-08-05Fix Travis CI issues (hopefully)Marko Zajc1-0/+10
2021-04-02Reformat the sourceMarko Zajc4-8/+9
2021-04-02Remove most documentation on internal classesMarko Zajc9-313/+51
2021-04-02Remove ImmutableAkiwrapperMetadataMarko Zajc1-63/+0
2021-02-10Reformat the codebaseMarko Zajc25-135/+61
2021-02-10Fix the ServerUnavailableException manual constructionMarko Zajc1-11/+6
2021-02-07Return an empty list instead of an unmodifiable ArrayList in getGuessesMarko Zajc1-20/+8
2020-08-02Apply some more tweaksMarko Zajc2-7/+21
2020-08-02Create IdentifiableTestMarko Zajc1-0/+35
2020-08-02Add another assertion to IntegrationTestMarko Zajc1-0/+2
2020-08-02Test #hasNext in ServerListImplTestMarko Zajc1-0/+6
2020-08-02Add ServerList#hasNextMarko Zajc2-3/+14
2020-08-02Actually use ServerListMarko Zajc7-44/+96