Commit Graph

32 Commits

Author SHA1 Message Date
Rob Greene 8ce99c4efa Adding integer type conversion supporting hex prefixes "$" and "0x" as
well as decimal.
2022-12-28 10:58:53 -06:00
Rob Greene 8294277e78 Adjusting order to allow auxtype and create/mod date to override the
`setFileData` behavior; fixed bug in the override capability.
2022-07-01 10:01:00 -05:00
Rob Greene 6468f3af46 Changing import command to allow AppleSingle data fork to be 0 bytes.
This is explicitly allowed in the AppleSingle standard. #84
2022-06-21 20:05:41 -05:00
Rob Greene 20c1a36b29 Removing the Java Swing app since it is incomplete. 2022-04-06 19:14:30 -05:00
Rob Greene 4b82a8ed27 Adding find duplicate files. Closes #79. 2022-04-03 22:02:45 -05:00
Rob Greene d4f7d8afec Dump command now allows offset into sectore/block. 2022-04-02 22:26:36 -05:00
Rob Greene 125fb818ee Updated `ant-ac` to run Ant tests from the Gradle build. #80 2022-04-02 10:40:36 -05:00
Rob Greene 867d73e9b2 Adding Ant Task as a subproject and adding into build. Closes #80. 2022-04-02 09:49:52 -05:00
Rob Greene fd066eea6d Adding read/write commands. 2022-03-26 22:41:13 -05:00
Rob Greene aab775e07a Adding dump command to acx. #77 2022-03-21 21:59:38 -05:00
Rob Greene d9f6653163 Adding compare by content. 2022-03-19 22:33:05 -05:00
Rob Greene e6cbda9908 Adding filename disk comparison strategy. 2022-03-17 21:19:43 -05:00
Rob Greene fea602a0a4 'acx' returns non-zero code if disks do not match. 2022-03-13 20:52:33 -05:00
Rob Greene 8ea6990dd5 Adding limit to comparison. 2022-03-13 20:50:31 -05:00
Rob Greene 087df7535e Adding DiskDiff and enhancing the basic disk comparison capabilities. 2022-03-13 18:03:53 -05:00
Rob Greene 13be406278 Bumping source to Java 11. 2022-03-06 21:17:12 -06:00
Rob Greene d19676fa9e Adding disassembly extract/view support. 2022-03-06 14:32:10 -06:00
Rob Greene 571da54fd0 Updating/adding copyright in all Java files. Made best guess for first
date.
2022-01-18 21:55:20 -06:00
Rob Greene f0b88ee676 Changing the format of the `convert` command help. 2022-01-15 20:11:07 -06:00
Rob Greene 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()). 2022-01-14 20:02:52 -06:00
Rob Greene 676301853c Misssed CSV and JSON format for 'acx'; updated 'ac' help. #42 2022-01-13 22:03:43 -06:00
Rob Greene dfc4894a72 Found that RPi 32-bit version was missing; punting at a configuration that may work based on prior efforts. 2022-01-13 19:18:29 -06:00
Rob Greene 99dc24baed Just a tweak. "'ac' experimental utility" isn't obviously 'acx' so being
more obvious.
2022-01-09 22:24:41 -06:00
Rob Greene f0c83d35fe Adding an auxtype flag to acx. #55 2022-01-09 18:08:36 -06:00
Rob Greene eb83281795 Updating to allow order to be specified in create. #61 2022-01-08 21:29:39 -06:00
Rob Greene 53c860f102 Fixing NPE possibility. 2022-01-08 21:27:44 -06:00
Rob Greene 38dc876ba8 Re-adding the lost test disks. 2022-01-08 21:26:36 -06:00
Rob Greene a8da4b12b0 Renaming app projects. 2022-01-03 18:52:58 -06:00
Rob Greene acf3874185 Merging in 'acx' tool, merging gradle builds 2022-01-03 18:24:39 -06:00
Rob Greene 5fbaa95ed0 Re-introducing the publish to maven capability. 2021-12-21 19:36:51 -06:00
Rob Greene a75083f29b Fixing LICENSE; adding source jar #62 2021-12-19 22:27:40 -06:00
Rob Greene d69c923bad Multiple changes.
1. This change introduces the current SWT builds that exist in Maven;
removing the need to locate and capture the JAR files.
2. The current SWT change is to capture the new Mac OS X aarch64 builds
("Apple Silicon").
3. The current version of SWT, however, requires Java 11.
4. Due to the complexity of the prior Gradle build, it was restructured.
2021-12-19 21:19:33 -06:00