Commit Graph

841 Commits

Author SHA1 Message Date
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
A2 Geek
12a9b70f16
Merge pull request #65 from AppleCommander/merge_acx
Merging in acx
2022-01-03 19:08:18 -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
A2 Geek
7469d90c8a
Merge pull request #64 from AppleCommander/modern_swt_and_restructure
Update to modern SWT and restructure project
2021-12-21 20:43:03 -06:00
Rob Greene
ea1a9a2e34 This should allow the build to no longer require signing to be setup. 2021-12-21 20:31:20 -06:00
Rob Greene
5fbaa95ed0 Re-introducing the publish to maven capability. 2021-12-21 19:36:51 -06:00
Rob Greene
7d4aa1a4c6 Fixing .gitignore and committing images used for unit tests. 2021-12-21 17:09:22 -06:00
Rob Greene
3b84a9a885 Translating 'amd64' to 'x86_64'. #62 2021-12-20 12:57:53 -06:00
Rob Greene
a75083f29b Fixing LICENSE; adding source jar #62 2021-12-19 22:27:40 -06:00
Rob Greene
56dca70bbb Re-adding javadoc. #62 2021-12-19 22:13:37 -06:00
Rob Greene
ad413dc81e Ignoring some VS Code directories. 2021-12-19 22:13:08 -06:00
Rob Greene
d0f9743fe1 Not needed. #62 2021-12-19 22:12:08 -06:00
Rob Greene
c369ac3bb7 A little cleanup and fix version. #62 2021-12-19 22:11:43 -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
Rob Greene
9d8b4be006 Adjusting the filename checks; 'ac' now uses the checks. #59 2021-12-14 21:38:39 -06:00
Rob Greene
bc931fdaa0 Test filterPath for a null before preserving the setting. If user
cancels the FileDialog, it is not always set. #60
2021-12-12 15:53:33 -06:00
Rob Greene
febe3d9f75 Noticed this SWT API call had been deprecated. #51 2020-11-24 19:34:29 -06:00
Rob Greene
b78253175d First round of updates. Leaving publication for later. #51 2020-11-24 19:34:01 -06:00
Rob Greene
0a2c2fd435 Adding the capability to specify disks when launching AppleCommander GUI
from the commandline. #47
2020-11-21 16:30:50 -06:00
Rob Greene
8a6a777d69 Large refactoring to bring in CSV and JSON extracts to 'ac'. #42 2020-11-21 14:59:45 -06:00
Rob Greene
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
2020-11-17 23:16:20 -06:00
Rob Greene
f46e4edce0 Removing the "fancy" regex builder for OS X as well. #46 2020-11-16 12:21:03 -06:00
Rob Greene
8c7bfb1ad4 Making local cache of SWT libraries; bumping to SWT 4.17 for everything
but the Raspberry Pi. Seems to resolve the NPE! #49.
2020-11-16 07:57:35 -06:00
Rob Greene
237e518d31 Restructured CPM a little bit to enable deletes. #41 2020-10-07 21:03:48 -05:00