Commit Graph

946 Commits

Author SHA1 Message Date
A2 Geek 60e30a962b
Merge pull request #100 from ThomasFok/fix/validate_coordinate
acx - validation of the track/sector/block parameters of read/write/dump commands
2023-02-19 17:21:55 -06:00
A2 Geek 1b3a5546ec
Merge pull request #97 from ThomasFok/fix/ignore_deleted_files
acx - Filter out deleted file entries
2023-02-12 12:38:47 -06:00
A2 Geek 09053d699b
Merge pull request #96 from ThomasFok/fix/mkdir
acx - Filter out deleted file entries in MkdirCommand
2023-02-12 12:32:54 -06:00
A2 Geek 801cf68745
Merge pull request #93 from ThomasFok/fix/lock_del_cmd_help_msg
acx - help messages of delete and lock command are wrong
2023-02-11 18:14:51 -06:00
A2 Geek 23ae480321
Merge pull request #92 from ThomasFok/fix/as_import_lock_flag
acx - Imported AppleSingle files are locked
2023-02-11 18:10:54 -06:00
ThomasFok e142bc0be3 Import command - validate address and auxtype options 2023-01-28 20:19:24 +00:00
ThomasFok 27496433eb validation of track/sector/block parameters 2023-01-24 19:51:57 +00:00
ThomasFok 8b082d4258 removal of -raw option 2023-01-23 17:41:00 +00:00
ThomasFok 725d2cee3f
Update README.md 2023-01-23 17:13:10 +00:00
ThomasFok f23aa4b3d3 removal of unnecssary tab 2023-01-23 12:13:25 +00:00
ThomasFok bde23a8197 source code formatting 2023-01-23 12:10:04 +00:00
ThomasFok bde56f4406 source code formatting 2023-01-23 12:07:33 +00:00
ThomasFok c80017e0b6 Dump Command - Add raw binary and instruction set selection 2023-01-23 11:59:49 +00:00
ThomasFok b128ef0c60 ImportCommand - ignore deleted file entries 2023-01-19 13:36:49 +00:00
ThomasFok 1a189d6596 FileUtils::copyDirectory() ignores deleted files 2023-01-18 21:24:18 +00:00
ThomasFok 492d0633d9 FileUtils::copyFile() - ignore deleted files 2023-01-18 20:26:15 +00:00
ThomasFok 931804558e RmdirCommand - ignore deleted file entries 2023-01-18 20:00:20 +00:00
ThomasFok 524a86a931 Filter out deleted file entries 2023-01-18 16:22:05 +00:00
ThomasFok 305b82f69c Fix delete and lock command help messages 2023-01-15 20:24:58 +00:00
ThomasFok 3b99c1fdd0
Set lock flag unless destory, rename and write are all enabled 2023-01-14 15:28:27 +00: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