14 Commits (4e9c5cf87f6af59b4f8bec6245fd15bcc4fd8bee)

Author SHA1 Message Date
Drew Short 4e9c5cf87f Fixed broken unit test. Added some properties and functions. Added a timing trait and benchmarking to DHash tests 11 years ago
Drew Short 24a1b32bad Started work on hashing and added a sample image for testing. First new unit test is broken due to array indexing issues. Configured the pom further for testing configuration. Added a few properties to support different levels or precision depending on the hash. 11 years ago
Drew Short b04be2e73b Added image service to handle getting image data, converting image data, and special processing of image data. Also added some Logging mixin's to classes 11 years ago
Drew Short 3869f2b302 Added a new enum class for know properties. Started fleshing out the HashService and how it will generate hashes. Added a hamming object to calculate hamming distances between two long values 11 years ago
Drew Short a4dcb4a4ad changed from difference to compare 11 years ago
Drew Short b96df92cfd Updated Version to support comparisons 11 years ago
Drew Short 175a95d295 Started work on version comparison 11 years ago
Drew Short 9d115841a6 Got parsing of property files to work. Fixed some annoyances. Added a version class to handle parsing versions from the properties file 11 years ago
Drew Short 3699870198 Refactored App to use AppConfig for initial configuration. Updated ResourceLoader with logging. Added a default properties file, and a PropertiesService to load that properties file. Updated ImageHashDTO to include some fields. Added a HashService to manage generating hashes. moved the about file to an about.info file so we can automatically process it. 11 years ago
Drew Short 32d9924a3a Forgot to hand over the FXML loading to the new loader. Also, renamed the loader to be more descriptive of it's functionality. 11 years ago
Drew Short 9c9c17ad5e Implemented fixes that apply to resource loading in the JFX Jar. Should now be launchable, configure loggers correctly, and be able to load embedded files. Added a FileLoader helper class to manage loading resources. Is not thread safe currently, but should be made so. 11 years ago
Drew Short 2ebdd39dfc Started working on a rough Image class to handle storing and comparing images, along with hashing. 11 years ago
Drew Short 91de82f020 Working basic interface with menubar partially implemented. Next step, include simple cli and cli flags for running without creating gui 11 years ago
Drew Short 4308b163d8 Started work on basic JavaFX implementation, also got some scala included to create the prerequisite folder in src. 11 years ago