aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/data
Commit message (Collapse)AuthorAgeFilesLines
* Started fiddling with decksEduardo Pedroni2015-07-122-7/+35
|
* Made good progress with introspective sort, fixed ant build issue, ant ↵Eduardo Pedroni2015-06-281-2/+6
| | | | builds are now done on a different bin directory
* Mulling over the generic comparator issueEduardo Pedroni2015-06-241-0/+3
|
* Started work on the GUI, and added imageCode field to card, now need to ↵Eduardo Pedroni2015-06-112-136/+10
| | | | update own collection
* Streamlined Card class, cards are now stored in a hashmap, had to write a ↵Eduardo Pedroni2015-06-112-24/+84
| | | | method to parse full card set json
* Moved away from reflection for sorting, now looking into using a hashmap ↵Eduardo Pedroni2015-06-111-1/+1
| | | | instead of a list
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-085-166/+40
|
* Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ↵Eduardo Pedroni2015-06-064-95/+65
| | | | about decks
* Squashed a few minor bugs, refactored CardbaseManager a bitEduardo Pedroni2015-06-064-20/+124
|
* Refactored CLI, exceptions are handled properly now. Started looking into UI ↵Eduardo Pedroni2015-06-064-60/+61
| | | | testing for the CLI.
* Started refactoring, sorted out compiling in build scriptEduardo Pedroni2015-06-061-3/+3
|
* Tidied up README and help, sorted out a neater Ant build scriptEduardo Pedroni2015-06-052-3/+3
|
* It works! Reading in a file, writing to the same file or a different ↵Eduardo Pedroni2015-06-055-38/+93
| | | | existing file, glancing, perusing, adding and removing cards by number
* Made a plan, now i'm following it. CLI is well under wayEduardo Pedroni2015-06-046-315/+135
|
* Have a working example to parse JSON sets and get cards by numberEduardo Pedroni2015-06-033-0/+342