Commit Graph

  • 4b82a8ed27 Adding find duplicate files. Closes #79. Rob Greene 2022-04-03 22:02:45 -0500
  • ce92b7b280
    Merge pull request #81 from AppleCommander/feature/dump_with_offset A2 Geek 2022-04-02 22:27:48 -0500
  • d4f7d8afec Dump command now allows offset into sectore/block. Rob Greene 2022-04-02 22:26:36 -0500
  • 125fb818ee Updated `ant-ac` to run Ant tests from the Gradle build. #80 Rob Greene 2022-04-02 10:40:36 -0500
  • 867d73e9b2 Adding Ant Task as a subproject and adding into build. Closes #80. Rob Greene 2022-04-02 09:49:52 -0500
  • fd066eea6d Adding read/write commands. Rob Greene 2022-03-26 22:41:13 -0500
  • aab775e07a Adding dump command to acx. #77 Rob Greene 2022-03-21 21:59:38 -0500
  • 7bb1408b3a
    Merge pull request #78 from AppleCommander/feature/expand_compare_capabilities A2 Geek 2022-03-19 22:41:59 -0500
  • d9f6653163 Adding compare by content. Rob Greene 2022-03-19 22:33:05 -0500
  • e6cbda9908 Adding filename disk comparison strategy. Rob Greene 2022-03-17 21:19:43 -0500
  • fdb4a6d566 Adding Range to better report a condensed description of differences. Rob Greene 2022-03-14 20:15:51 -0500
  • 9a0a034849 Removing debugging line. Rob Greene 2022-03-13 20:59:09 -0500
  • fea602a0a4 'acx' returns non-zero code if disks do not match. Rob Greene 2022-03-13 20:52:33 -0500
  • 8ea6990dd5 Adding limit to comparison. Rob Greene 2022-03-13 20:50:31 -0500
  • 087df7535e Adding DiskDiff and enhancing the basic disk comparison capabilities. Rob Greene 2022-03-13 18:03:53 -0500
  • be12ac4c52 Fixing formatting. Rob Greene 2022-03-12 13:46:58 -0600
  • f0fd197906 Fixing links? Rob Greene 2022-03-12 13:44:08 -0600
  • 170e4dc8a9 Updating README. Rob Greene 2022-03-12 13:38:11 -0600
  • 858a174b76
    Merge pull request #75 from AppleCommander/feature/shape_table_view A2 Geek 2022-03-10 21:44:17 -0600
  • ae85bc8810 Updating error message to hopefully clarify when the master directory ran out of file entries instead of having an actual full disk. #72 Rob Greene 2022-03-10 21:42:43 -0600
  • 8f648ecdf1
    Merge pull request #73 from AppleCommander/feature/shape_table_view A2 Geek 2022-03-08 21:50:39 -0600
  • 92147b03ac Adding ability to view shape table files. Rob Greene 2022-03-08 21:44:15 -0600
  • 13be406278 Bumping source to Java 11. Rob Greene 2022-03-06 21:17:12 -0600
  • d19676fa9e Adding disassembly extract/view support. Rob Greene 2022-03-06 14:32:10 -0600
  • 0842f1f31f Adding getAddress method to FileEntry. Rob Greene 2022-03-05 17:59:12 -0600
  • 3396e285d2 Bumping to next snapshot version. Rob Greene 2022-03-05 17:58:32 -0600
  • 08dd438d66 Correcting ProDOS date width for long file listings (showed in ac and acx). Rob Greene 2022-03-05 17:58:07 -0600
  • d8cbd263dd Needed to rework the publish as the signed portion wasn't being uploaded; thank goodness others had working samples to look at! Rob Greene 2022-01-22 20:55:06 -0600
  • 54aecd1eea Setting release version. 1.7.0 Rob Greene 2022-01-20 20:26:55 -0600
  • 32012c5577 Updating README. Rob Greene 2022-01-19 19:05:06 -0600
  • ca75e61ec8 Clean up. Rob Greene 2022-01-19 19:04:45 -0600
  • 6e654734cd Updating dates. Rob Greene 2022-01-19 19:04:33 -0600
  • 154be7df27 Updating copyright date. Rob Greene 2022-01-18 22:08:50 -0600
  • 571da54fd0 Updating/adding copyright in all Java files. Made best guess for first date. Rob Greene 2022-01-18 21:55:20 -0600
  • 09b11747ad Ignoring some more disk image types. Rob Greene 2022-01-18 20:34:12 -0600
  • ce0db8c2ee Setting app name in menu. Rob Greene 2022-01-17 21:05:30 -0600
  • f0b88ee676 Changing the format of the `convert` command help. Rob Greene 2022-01-15 20:11:07 -0600
  • 52f6bae8bc
    Merge pull request #66 from AppleCommander/raspbian-attempt A2 Geek 2022-01-15 20:06:37 -0600
  • 8ee2256bb4 Making note re: why a deprecated method is being used. Rob Greene 2022-01-15 20:01:10 -0600
  • 9005a07280 Reverting back to deprecated method to support RPi. Rob Greene 2022-01-15 19:13:18 -0600
  • e30da7e939 Rasbian being 32-bit seems to be a challenge now that AppleCommander has moved to a more modern variant of SWT. The new _appear_ to prevent 32-bit libraries. Pulling in the old library shows some differences in the SWT FontMetrics API (fontMetrics.getAverageCharacterWidth() vs. fontMetrics.getAverageCharWidth()). Rob Greene 2022-01-14 20:02:52 -0600
  • 676301853c Misssed CSV and JSON format for 'acx'; updated 'ac' help. #42 Rob Greene 2022-01-13 22:03:43 -0600
  • dfc4894a72 Found that RPi 32-bit version was missing; punting at a configuration that may work based on prior efforts. Rob Greene 2022-01-13 19:18:29 -0600
  • 99dc24baed Just a tweak. "'ac' experimental utility" isn't obviously 'acx' so being more obvious. Rob Greene 2022-01-09 22:24:41 -0600
  • a5714ed019 Updating hex dump to better handle 7F/FF bytes for display. #54 Rob Greene 2022-01-09 21:49:36 -0600
  • f0c83d35fe Adding an auxtype flag to acx. #55 Rob Greene 2022-01-09 18:08:36 -0600
  • 366c921ed5 Fixing error message handling for the Import dialog. Also updated the TextBundle#get method to check for the key. If the key does not exist, return a string indicating was is missing to help track this down in the future. Rob Greene 2022-01-09 17:14:43 -0600
  • 680c7abac9 Merge branch 'merge_acx' Rob Greene 2022-01-08 21:30:48 -0600
  • eb83281795 Updating to allow order to be specified in create. #61 Rob Greene 2022-01-08 21:29:39 -0600
  • 53c860f102 Fixing NPE possibility. Rob Greene 2022-01-08 21:27:44 -0600
  • 38dc876ba8 Re-adding the lost test disks. Rob Greene 2022-01-08 21:26:36 -0600
  • 2710a28b50 Beginning to update developer notes. Rob Greene 2022-01-08 21:26:03 -0600
  • 12a9b70f16
    Merge pull request #65 from AppleCommander/merge_acx A2 Geek 2022-01-03 19:08:18 -0600
  • a8da4b12b0 Renaming app projects. Rob Greene 2022-01-03 18:52:58 -0600
  • acf3874185 Merging in 'acx' tool, merging gradle builds Rob Greene 2022-01-03 18:24:39 -0600
  • 7469d90c8a
    Merge pull request #64 from AppleCommander/modern_swt_and_restructure A2 Geek 2021-12-21 20:43:03 -0600
  • ea1a9a2e34 This should allow the build to no longer require signing to be setup. Rob Greene 2021-12-21 20:31:20 -0600
  • 5fbaa95ed0 Re-introducing the publish to maven capability. Rob Greene 2021-12-21 19:36:51 -0600
  • 7d4aa1a4c6 Fixing .gitignore and committing images used for unit tests. Rob Greene 2021-12-21 17:09:22 -0600
  • 3b84a9a885 Translating 'amd64' to 'x86_64'. #62 Rob Greene 2021-12-20 12:57:53 -0600
  • a75083f29b Fixing LICENSE; adding source jar #62 Rob Greene 2021-12-19 22:27:40 -0600
  • 56dca70bbb Re-adding javadoc. #62 Rob Greene 2021-12-19 22:13:37 -0600
  • ad413dc81e Ignoring some VS Code directories. Rob Greene 2021-12-19 22:13:08 -0600
  • d0f9743fe1 Not needed. #62 Rob Greene 2021-12-19 22:12:08 -0600
  • c369ac3bb7 A little cleanup and fix version. #62 Rob Greene 2021-12-19 22:11:43 -0600
  • d69c923bad Multiple changes. Rob Greene 2021-12-19 21:19:33 -0600
  • 9d8b4be006 Adjusting the filename checks; 'ac' now uses the checks. #59 Rob Greene 2021-12-14 21:38:39 -0600
  • bc931fdaa0 Test filterPath for a null before preserving the setting. If user cancels the FileDialog, it is not always set. #60 Rob Greene 2021-12-12 15:53:33 -0600
  • febe3d9f75 Noticed this SWT API call had been deprecated. #51 Rob Greene 2020-11-24 19:34:29 -0600
  • b78253175d First round of updates. Leaving publication for later. #51 Rob Greene 2020-11-24 19:34:01 -0600
  • 0a2c2fd435 Adding the capability to specify disks when launching AppleCommander GUI from the commandline. #47 Rob Greene 2020-11-21 16:30:50 -0600
  • 8a6a777d69 Large refactoring to bring in CSV and JSON extracts to 'ac'. #42 Rob Greene 2020-11-21 14:59:45 -0600
  • 0305f2bafd Adding long date to the long format listings for ProDOS. This is similar to CAT versus CATALOG, and should really have been that format in the first place. #42 Rob Greene 2020-11-17 23:16:20 -0600
  • f46e4edce0 Removing the "fancy" regex builder for OS X as well. #46 Rob Greene 2020-11-16 12:21:03 -0600
  • 8c7bfb1ad4 Making local cache of SWT libraries; bumping to SWT 4.17 for everything but the Raspberry Pi. Seems to resolve the NPE! #49. Rob Greene 2020-11-16 07:57:35 -0600
  • 237e518d31 Restructured CPM a little bit to enable deletes. #41 Rob Greene 2020-10-07 21:03:48 -0500
  • a281a50640 Setting pre-1.7.0 version. Rob Greene 2020-10-07 21:03:15 -0500
  • 85763a3dcc Changing the error routine to exit with a 1 and to not display help as it seems to hide the error message. #44 Rob Greene 2020-10-07 19:46:53 -0500
  • 3cf8c4a9b5 Adding ability to compile for Raspberry Pi. #45 Rob Greene 2020-10-07 16:13:13 -0500
  • 33492f949f Applying patch per #40 Rob Greene 2020-01-30 18:16:16 -0600
  • 17f15daa92 Updating developer notes to include info on building for Java 5. Rob Greene 2020-01-20 16:18:37 -0600
  • 92fe612991 bumping to new minor release due to one new feature added v1-6-0 Rob Greene 2020-01-20 14:52:49 -0600
  • 75b5396940 adding -v option; otherwise run in quiet mode #29 Rob Greene 2020-01-20 14:49:35 -0600
  • c6bb6c68f6 adding retrolamba based on script supplied by gungwald #29 Rob Greene 2020-01-20 14:39:38 -0600
  • 9e7019e245 bumping bastools version #36 Rob Greene 2020-01-20 14:18:53 -0600
  • 253ad08520 using new constructor mechanism #36 Rob Greene 2020-01-20 14:18:28 -0600
  • 9151c49983 updating to use #36 Rob Greene 2020-01-20 14:15:43 -0600
  • 78d72989e4 bumping copyright date #36 Rob Greene 2020-01-20 14:14:30 -0600
  • 26812111dc
    Merge pull request #38 from david-schmidt/patch-1 A2 Geek 2019-10-28 21:02:06 -0500
  • aa13824994
    Apple /// Business BASIC INSTR is not INSTR$ David Schmidt 2019-10-28 09:31:02 -0400
  • 2699b3cea6 Went through and did a pass on spell checking. #36 Rob Greene 2019-10-06 19:40:19 -0500
  • 711df891a9 Reverting some of the changes as the interfaces bleed outside of the implementation. #36 Rob Greene 2019-10-06 15:44:08 -0500
  • 8fa9f64b6c Revamping AppleImage creation a bit. #36. Rob Greene 2019-10-06 13:43:44 -0500
  • f1202a1c66 This should clean up all the `TextBundle#format` with array references. #36 Rob Greene 2019-10-06 13:17:46 -0500
  • d54b14f797 Both TextBundle changes and DirectoryEntry change. #36 Rob Greene 2019-10-06 13:09:17 -0500
  • c82571df3c Unused code (for real this time!). #36 Rob Greene 2019-10-06 13:07:24 -0500
  • f8eef28cf6 Unused code. #36 Rob Greene 2019-10-06 13:05:10 -0500
  • 668547ad25 Noticed new Gradle projects have a newer structure; making changes to reflect this. #36 Rob Greene 2019-10-06 13:03:43 -0500
  • 3b31a9385d Detecting Windows and disabling case insensitive file filters as they aren't supported (or needed!). #35 Rob Greene 2019-10-05 15:26:11 -0500
  • 3187d016af Setting default filter index. #35 Rob Greene 2019-10-01 19:07:05 -0500