Commit Graph

  • 3a552cacf2 Add Custom POJO with altered equals method to ensure changes in images are recognised Hammy 2021-08-04 06:08:03 +0100
  • 7db4422e64 Ensure MacClipboardListener differentiates between images properly Hammy 2021-08-04 06:07:32 +0100
  • 82d23458be Add functionality for inserting content into clipboard & add functionality to start/stop listening Hammy 2021-08-03 11:06:00 +0100
  • 58d98b7ae6 Convert image to RGB instead of ARGB Hammy 2021-08-03 04:35:04 +0100
  • 791377538b Rename fileListMonitored to filesMonitored Hammy 2021-08-03 03:55:16 +0100
  • 79763cd19a Remove empty try/catch Hammy 2021-08-03 01:50:26 +0100
  • caec66e5fa Simplify code Hammy 2021-08-02 17:38:38 +0100
  • c135c56c2a Add Installation section Hammy 2021-08-02 02:17:55 +0100
  • 15de512cdf Stub out overridden methods Hammy 2021-08-02 01:37:02 +0100
  • e45b4b9959 Add ability to stop/start listening to clipboard changes & add support for inserting contents into the clipboard Hammy 2021-08-02 01:34:11 +0100
  • a59dafd8fa Move utility methods to ClipboardUtils.java Hammy 2021-08-02 01:13:02 +0100
  • ecb63e41a2 Move utility methods to ClipboardUtils.java & Add functionality to insert contents into the clipboard Hammy 2021-08-02 01:12:30 +0100
  • 07a33f71b4 Add new exception to be thrown when clipboard isn't available Hammy 2021-08-01 22:45:17 +0100
  • 7e0ef573e7 Ensure that exceptions are caught and clipboard listener is started again Hammy 2021-07-31 06:12:31 +0100
  • 05dd51546f
    Ensure that files are not notified as text to end users sgoudham 2021-07-30 00:59:15 +0100
  • 8b467ab3d9 Correctly check images against their dimensions for image polling Hammy 2021-07-29 01:16:20 +0100
  • ed97a46735 Ensure that files are checked when polling Hammy 2021-07-29 01:15:56 +0100
  • 42416a694f Step away from subscribe() & unsubscribe() Hammy 2021-07-28 23:32:48 +0100
  • 5112d090cd Implement not null checks for extra safety Hammy 2021-07-28 23:31:39 +0100
  • 8fdc3e61c3 Add util method for retrieving OldClipboardContent when object is passed in Hammy 2021-07-28 23:31:07 +0100
  • 0e76d29495 Ensure that transfer data can be retrieved Hammy 2021-07-28 23:30:32 +0100
  • 6beeaafad9
    Exit method when bufferedimage is null sgoudham 2021-07-28 23:00:39 +0100
  • 57b4b96877
    Check clipboard contents for safety. sgoudham 2021-07-28 22:59:44 +0100
  • a4665bf9a8 Notify consumers about file changes Hammy 2021-07-28 01:23:27 +0100
  • f4f371be69 Save old file content Hammy 2021-07-28 01:22:51 +0100
  • 5af7481679 Implement transferable for list of files Hammy 2021-07-28 01:19:39 +0100
  • 992e396504 Update javadoc & add notifyFilesEvent Hammy 2021-07-28 01:19:20 +0100
  • ee4e63166b Refactor STRING -> TEXT for increased readability Hammy 2021-07-28 01:16:41 +0100
  • 96dac0ad5f Add support for file events Hammy 2021-07-28 01:12:35 +0100
  • cdc08f4d6d Refactor code Hammy 2021-07-28 01:11:15 +0100
  • acf1dfb30e Change param names Hammy 2021-07-27 02:38:55 +0100
  • 39eb3450c2 Fix javadoc Hammy 2021-07-27 02:36:11 +0100
  • 0036d81b66 Comment code that does not work Hammy 2021-07-27 02:33:56 +0100
  • 535e35d3e8 Add Helper method for retrieving old clipboard contents Hammy 2021-07-27 02:31:47 +0100
  • 96f54330e5 Send Old Clipboard Content to consumers Hammy 2021-07-27 02:31:31 +0100
  • 6699906053 Add javadoc & send Old Clipboard Content to consumers Hammy 2021-07-27 02:31:08 +0100
  • f742b03fb9 Add new class to send in notification events Hammy 2021-07-27 02:30:28 +0100
  • 1f7b2ca85e Add javadoc Hammy 2021-07-27 00:46:24 +0100
  • 50f521fd1a Refactor code Hammy 2021-07-27 00:15:10 +0100
  • 061e2502c3 Reformat javadoc & methods Hammy 2021-07-27 00:03:49 +0100
  • 1b4e0af716 Use eventManager Hammy 2021-07-27 00:03:20 +0100
  • af790bae99 Rename to ClipboardEvent.java Hammy 2021-07-27 00:03:04 +0100
  • 2e68802df3 Add separate EventManager class Hammy 2021-07-27 00:02:41 +0100
  • d6b1ae5da9 Update README.md Hammy 2021-07-26 23:01:41 +0100
  • 26314c4455 Update description of library Hammy 2021-07-26 21:27:10 +0100
  • fd046a0e8a Update codecov token Hammy 2021-07-26 21:26:59 +0100
  • bb42c7c1db Add toggles for text and image monitors Hammy 2021-07-26 02:15:00 +0100
  • 981a48fc6c Reduce common code in listeners Hammy 2021-07-26 01:34:37 +0100
  • 606b1d3423 Add helper methods Hammy 2021-07-26 01:34:19 +0100
  • c0cab70cf6 Downgrade version to 0.1.0 Hammy 2021-07-26 00:43:42 +0100
  • c4f0b2fc23 Add Jenkinsfile Hammy 2021-07-26 00:39:54 +0100
  • a5bd97b0ca Add Dockerfile Hammy 2021-07-26 00:27:59 +0100
  • 96b7546bfd Add ability to remove event listeners Hammy 2021-07-26 00:21:48 +0100
  • 57f0cb3431 Update .gitignore Hammy 2021-07-26 00:19:11 +0100
  • 0b9e9a78c1 Delete unused class Hammy 2021-07-26 00:18:47 +0100
  • 204020954c Port code over from MyClipboardHistory Hammy 2021-07-26 00:06:06 +0100
  • 59877150d0 Add shield badges Hammy 2021-07-26 00:03:31 +0100
  • bd4a171e74 Add License Badge Hammy 2021-07-25 22:56:29 +0100
  • ae14df395c Stub out README.md Hammy 2021-07-25 22:50:21 +0100
  • b7c4d24a5f Update pom.xml Hammy 2021-07-25 22:50:08 +0100
  • 48ccfea827 Add license scan report and status fossabot 2021-07-25 14:46:25 -0700
  • 4b927706a2 Update .gitignore Hammy 2021-07-25 20:35:00 +0100
  • 91759c3a84
    Initial commit Hamothy 2021-07-25 20:31:23 +0100