Commit Graph

865 Commits

Author SHA1 Message Date
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
A2 Geek
7bb1408b3a
Merge pull request #78 from AppleCommander/feature/expand_compare_capabilities
Feature/expand compare capabilities #48
2022-03-19 22:41:59 -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
fdb4a6d566 Adding Range to better report a condensed description of differences. 2022-03-14 20:15:51 -05:00
Rob Greene
9a0a034849 Removing debugging line. 2022-03-13 20:59:09 -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
be12ac4c52 Fixing formatting. 2022-03-12 13:46:58 -06:00
Rob Greene
f0fd197906 Fixing links? 2022-03-12 13:44:08 -06:00
Rob Greene
170e4dc8a9 Updating README. 2022-03-12 13:38:11 -06:00
A2 Geek
858a174b76
Merge pull request #75 from AppleCommander/feature/shape_table_view
Updating error message to hopefully clarify when the master directory ran out of file entries instead of having an actual full disk. #72
2022-03-10 21:44:17 -06:00
Rob Greene
ae85bc8810 Updating error message to hopefully clarify when the master directory
ran out of file entries instead of having an actual full disk. #72
2022-03-10 21:42:43 -06:00
A2 Geek
8f648ecdf1
Merge pull request #73 from AppleCommander/feature/shape_table_view
Adding ability to view shape table files.
2022-03-08 21:50:39 -06:00
Rob Greene
92147b03ac Adding ability to view shape table files. 2022-03-08 21:44:15 -06: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
0842f1f31f Adding getAddress method to FileEntry. 2022-03-05 17:59:12 -06:00
Rob Greene
3396e285d2 Bumping to next snapshot version. 2022-03-05 17:58:32 -06:00
Rob Greene
08dd438d66 Correcting ProDOS date width for long file listings (showed in ac and
acx).
2022-03-05 17:58:07 -06:00
Rob Greene
d8cbd263dd Needed to rework the publish as the signed portion wasn't being
uploaded; thank goodness others had working samples to look at!
2022-01-22 20:55:06 -06:00
Rob Greene
54aecd1eea Setting release version. 2022-01-20 20:26:55 -06:00
Rob Greene
32012c5577 Updating README. 2022-01-19 19:05:06 -06:00
Rob Greene
ca75e61ec8 Clean up. 2022-01-19 19:04:45 -06:00
Rob Greene
6e654734cd Updating dates. 2022-01-19 19:04:33 -06:00
Rob Greene
154be7df27 Updating copyright date. 2022-01-18 22:08:50 -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
09b11747ad Ignoring some more disk image types. 2022-01-18 20:34:12 -06:00
Rob Greene
ce0db8c2ee Setting app name in menu. 2022-01-17 21:05:30 -06:00
Rob Greene
f0b88ee676 Changing the format of the convert command help. 2022-01-15 20:11:07 -06:00
A2 Geek
52f6bae8bc
Merge pull request #66 from AppleCommander/raspbian-attempt
Changes for Rasbian Linux (32-bit Raspberry Pi) #45
2022-01-15 20:06:37 -06:00
Rob Greene
8ee2256bb4 Making note re: why a deprecated method is being used. 2022-01-15 20:01:10 -06:00
Rob Greene
9005a07280 Reverting back to deprecated method to support RPi. 2022-01-15 19:13:18 -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
a5714ed019 Updating hex dump to better handle 7F/FF bytes for display. #54 2022-01-09 21:49:36 -06:00
Rob Greene
f0c83d35fe Adding an auxtype flag to acx. #55 2022-01-09 18:08:36 -06:00
Rob Greene
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.
2022-01-09 17:14:43 -06:00
Rob Greene
680c7abac9 Merge branch 'merge_acx' 2022-01-08 21:30:48 -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
2710a28b50 Beginning to update developer notes. 2022-01-08 21:26:03 -06:00