Commit Graph

885 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 46a2455922 Ignoring IDEA files. 2022-12-28 10:57:32 -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 2a14640eb3 Adding pascal area and extended file to known storage types. 2022-06-26 09:22:25 -05:00
Rob Greene 990a92d9df Adjusting for resource fork support. 2022-06-25 20:13:19 -05:00
Rob Greene 06c76ed1c3 Adding support for GS/OS mixed case names. #84 2022-06-25 20:04:27 -05:00
Rob Greene a4d9c5e746 Read support for GS/OS filename upper/lower-case support. 2022-06-21 20:07:10 -05:00
Rob Greene e7c10faf3b Allowing more visibility into what the OverrideFileEntryReader is doing
to assist in future debugging. Enable with `-vvvvvv` (6 `v`'s).
2022-06-21 20:06:32 -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 8ca3e27fc4 Merge branch 'main' of git@github.com:AppleCommander/AppleCommander.git into main 2022-06-21 20:01:42 -05:00
Rob Greene 19686b9c85 1.9.0-SNAPSHOT 2022-06-21 20:01:22 -05:00
A2 Geek 39a9a889ab
Update gradle.properties 2022-06-04 20:03:01 -05:00
A2 Geek 804bce450f
Create dependabot.yml 2022-06-04 20:02:05 -05:00
Rob Greene a37e48b6fe Bumping to 1.8.0. 2022-05-23 14:21:51 -05:00
A2 Geek 1532f75f7d
Merge pull request #82 from AppleCommander/feature/rearrange_resources
Feature/rearrange resources
2022-04-06 21:00:06 -05:00
Rob Greene 4c578e19d3 Moving images into SWT GUI project. 2022-04-06 20:51:45 -05:00
Rob Greene eb8e770abb Removing unused text bundles. 2022-04-06 20:25:12 -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
A2 Geek ce92b7b280
Merge pull request #81 from AppleCommander/feature/dump_with_offset
Dump command now allows offset into sectore/block.
2022-04-02 22:27:48 -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
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