aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added standalone task to build.gradle, finished filtering testsHEADmasterEduardo Pedroni2016-08-216-24/+244
* Switched travis back to oracle jdk, it seems they don't support openjdk 8Eduardo Pedroni2016-08-211-1/+1
* Switched from ant to gradle, had to refactor some of the tests because of the...Eduardo Pedroni2016-08-2126-151/+417
* Added more filtering tests, almost doneEduardo Pedroni2016-08-154-143/+569
* Implemented some more filtering tests, sorted out validation and exceptionsEduardo Pedroni2016-08-1417-146/+510
* Refactored a lot of things, started adding the rest of the filteringEduardo Pedroni2016-08-1215-226/+170
* Fixed minor issue with tests, should be passing nowEduardo Pedroni2016-08-121-6/+6
* Refactored the Card data structure to be able to do filtering properlyEduardo Pedroni2016-08-1126-365/+455
* Added filtering, still not working fullyEduardo Pedroni2016-08-0714-55/+477
* Refactoring sortingEduardo Pedroni2016-06-125-68/+45
* Implemented deck class, now need to think a bit about the interface before co...Eduardo Pedroni2016-06-054-2/+82
* Refactored card storage to support decks, updated testsEduardo Pedroni2016-06-056-216/+495
* Refactoring....Eduardo Pedroni2016-04-058-304/+148
* It appears to be working, will continue tomorrowEduardo Pedroni2016-03-306-94/+88
* About to try out interfacesEduardo Pedroni2016-03-302-3/+8
* Tests should pass nowEduardo Pedroni2016-03-265-16/+45
* Removed old decks and statistics stuffEduardo Pedroni2016-03-265-147/+1
* Refactored storage hierarchy, now need to look into decks againEduardo Pedroni2016-03-2614-407/+446
* Sorting out tests for new class hierarchyEduardo Pedroni2016-03-255-242/+102
* Refactoring decks to be more flexibleEduardo Pedroni2016-03-255-23/+23
* Sorted out new cardbase format, need to do decks nextEduardo Pedroni2016-03-195-38/+39
* Tests almost passingEduardo Pedroni2016-03-165-10/+8
* Sorted out reading and writing cardbases in the new format, now need to conve...Eduardo Pedroni2016-03-163-43/+48
* Refactor is coming along, just need to sort out the new file structure nowEduardo Pedroni2016-03-159-72/+51
* Transitioning to a better way to store card counts, not done yet thoughEduardo Pedroni2016-03-146-104/+124
* Looking into a way to fix the count issueEduardo Pedroni2015-12-132-3/+26
* Passing all tests, but it is nasty, need to refactor nowEduardo Pedroni2015-11-155-61/+59
* Finished CLI tests, now need to fix some add bugsEduardo Pedroni2015-11-153-113/+699
* Fixed a bug where the testbase got overwrittenEduardo Pedroni2015-11-102-6/+2
* Finished redoing the existing CLI tests, CardbaseCLITest now does not import ...Eduardo Pedroni2015-11-102-110/+84
* Started refactoring CLI tests AGAIN, properly this time by emulating user inputEduardo Pedroni2015-11-077-224/+390
* Refactored CLI tests to work with a more sensible designEduardo Pedroni2015-11-063-185/+325
* Finished perusal tests, wrote happy path remove tests but still not passingEduardo Pedroni2015-11-044-34/+173
* Fixed ant build file, tests now run properlyEduardo Pedroni2015-11-013-79/+12
* Forgot to rename build.xmlEduardo Pedroni2015-09-073-184/+184
* Custom ant command for travisEduardo Pedroni2015-09-071-0/+1
* Merge branch 'master' of https://github.com/epedroni/cardbaseEduardo Pedroni2015-08-301-0/+2
|\
| * Update README.mdEduardo Pedroni2015-08-291-0/+2
* | JUnit tests on Ant are now running, but the CLI tests don't seem to pick up t...Eduardo Pedroni2015-08-308-3/+118
|/
* Added travis, perusal testsEduardo Pedroni2015-08-294-1/+134
* Added a few more CLI tests, need to figure out why they don't work properly o...Eduardo Pedroni2015-08-236-15/+285
* Refactored comparators, did a little bit of CLI testing but will need to look...Eduardo Pedroni2015-07-306-38/+76
* Did many CLI tests, have to rethink the MTGUniverse thing to make it more tes...Eduardo Pedroni2015-07-2411-119/+314
* Reorganised the test folder a bit more, started working on CLI tests, a bit t...Eduardo Pedroni2015-07-2315-82/+215
* Sorted out test packages, they're now named the same as the source packages t...Eduardo Pedroni2015-07-2315-118/+131
* Thinking about refactoring the way the count is doneEduardo Pedroni2015-07-225-8/+22
* Finished basic Cardbase tests, doing CLI nextEduardo Pedroni2015-07-2215-113/+170
* Added lots of cardbase tests, refactored a little bit, will need to completel...Eduardo Pedroni2015-07-218-39/+272
* Updated todo listEduardo Pedroni2015-07-131-1/+2
* Cleaned up a bit, finished sort tests, refactored cardbase adding and removin...Eduardo Pedroni2015-07-1312-55/+105