Commit Graph

86 Commits (284be23d3a2f5db24883ca2ef5f5a6c61f20fbde)

Author SHA1 Message Date
Hammy 284be23d3a Move MyBufferedImage.java to domain package 4 years ago
Hammy cf598be605 Rename OldClipboardContent.java to ClipboardContent.java 4 years ago
Hammy 4ed59cc691 Rename MyClipboardContent.java to GenericClipboardContent.java 4 years ago
Hammy 738e108976 Rename enum from 'FILELIST' to 'FILE' 4 years ago
Hammy a1156a4cef Reformat code 4 years ago
Hammy c0088d9614 Use MyBufferedImage instead of OldImage.java 4 years ago
Hammy a8233b3575 Add MyBufferedImage as a wrapper around BufferedImage that implements the correct equality checks 4 years ago
Hammy bd3fbea8a9 Reformat code 4 years ago
Hammy 5870fe0817 Add separate event listeners 4 years ago
Hammy 4a65587182 Refactor to include different eventListeners 4 years ago
Hammy c59a3fc388 Add separate events for different types 4 years ago
Hammy 388f306f68 Use logger instead of printing stacktrace 4 years ago
Hammy 13fdf8fadd Use logger instead of printing stacktrace 4 years ago
Hammy f570eca8fa Don't access eventManager through getter 4 years ago
Hammy b7b279b924 Add tests for MyClipboard#getSystemClipboard 4 years ago
Hammy b9bd99b79b Get rid of static methods by introducing custom SystemUtils.java class 4 years ago
Hammy 98fa50142c Ensure clipboard contents are only queried upon listening to the clipboard 4 years ago
Hammy dd541ca6ee Remove empty constructor 4 years ago
Hammy 25aff3178a Add another test 4 years ago
Hammy 3f95739795 Remove printStackTrace() for logger.error() 4 years ago
Hammy 69f517ae51 Update matcher to return true if argument is null 4 years ago
Hammy 30a855a0fb Add javadocs 4 years ago
Hammy 32c5950a7c Add more tests 4 years ago
Hammy 7619516aeb Optimise imports 4 years ago
Hammy 3da56bbd45 Add extra constructor 4 years ago
Hammy bf3a473d89 Remove the need for Clipboard as param 4 years ago
Hammy e537f092ef Use log.error() instead of log.info() 4 years ago
Hammy 75789c253a Change log message 4 years ago
Hammy 53cb8a78a9 Add more tests for ClipboardUtilsTest 4 years ago
Hammy f8f0f63302 Implement custom matcher for comparing BufferedImages 4 years ago
Hammy 188894f9d9 Make ClipboardUtils.java not static 4 years ago
Hammy 48a53c7f31 Make instance variables to private 4 years ago
Hammy 0ccfc56e98 Restructure classes to ensure classes are not unnecessarily public 4 years ago
Hammy 5864209947 Add simple tests for ClipboardUtils.java 4 years ago
Hammy 8f5cfd2493 Ensure that clipboard changes are tracked properly & don't fire events on same clipboard content 4 years ago
Hammy d8f8c8ee54 Remove Dimension variable & add equals()/hashcode() 4 years ago
Hammy 4c84c77197 Use custom OldImage instead of BufferedImage 4 years ago
Hammy 792eda1c53 Add more Javadocs 4 years ago
Hammy 3a552cacf2 Add Custom POJO with altered equals method to ensure changes in images are recognised 4 years ago
Hammy 7db4422e64 Ensure MacClipboardListener differentiates between images properly 4 years ago
Hammy 82d23458be Add functionality for inserting content into clipboard & add functionality to start/stop listening 4 years ago
Hammy 58d98b7ae6 Convert image to RGB instead of ARGB 4 years ago
Hammy 791377538b Rename fileListMonitored to filesMonitored 4 years ago
Hammy 79763cd19a Remove empty try/catch 4 years ago
Hammy caec66e5fa Simplify code 4 years ago
Hammy 15de512cdf Stub out overridden methods 4 years ago
Hammy e45b4b9959 Add ability to stop/start listening to clipboard changes & add support for inserting contents into the clipboard 4 years ago
Hammy a59dafd8fa Move utility methods to ClipboardUtils.java 4 years ago
Hammy ecb63e41a2 Move utility methods to ClipboardUtils.java & Add functionality to insert contents into the clipboard 4 years ago
Hammy 07a33f71b4 Add new exception to be thrown when clipboard isn't available 4 years ago