Commit Graph

863 Commits

Author SHA1 Message Date
Rob Greene
4406c705aa Bumping version. 2018-11-24 00:36:04 -06:00
Rob Greene
39fc60fc8b Ensuring bastools gets added into resulting JAR files. 2018-11-24 00:35:56 -06:00
Rob Greene
26ff14e0ea Resolving issue for API change in bastools. 2018-11-24 00:35:34 -06:00
Rob Greene
c5ff4fb97d Adding '-pt' switch to import text with appropriate assumptions #27 2018-11-23 22:38:06 -06:00
Rob Greene
a0a0c1ce74 Removing some files that have either moved or no longer apply. 2018-11-21 21:56:44 -06:00
Rob Greene
4942f1fdbc Bumping version/packaging of bastools. 2018-11-21 21:51:07 -06:00
Rob Greene
b14b72476e Patching file extensions to include upper/lower case in filters. 2018-06-12 21:42:35 -05:00
Rob Greene
6915ada616 Moved tokenizer out to the bastokenizer project; GUI now recognizes and
utilizes an AppleSingle on import.
2018-06-08 22:18:41 -05:00
Rob Greene
6b1bdab366 Disabling SwtImage tests for Mac as they fail with 'Invalid thread access'. 2018-05-29 10:59:22 -05:00
Rob Greene
5a313bf9b8 Gradle tweak: fix for Oracle javadoc doclint strictness. 2018-05-29 10:58:23 -05:00
Rob Greene
061846dc96 Bumping applesingle version. 2018-05-28 22:40:39 -05:00
Rob Greene
7b65c2fc7b Switching to applesingle library. Closes #25. 2018-05-26 21:29:30 -05:00
Rob Greene
70c715bed9 Trying to remove signing dependencies when not signing. #24. 2018-05-09 21:57:24 -05:00
Rob Greene
f3cecfd415 First draft of AppleSoft BASIC tokenizer for 'ac'. #23. 2018-05-08 21:40:47 -05:00
Rob Greene
275a0b8b68 Merge branch 'master' of git@github.com:AppleCommander/AppleCommander.git 2018-04-29 10:32:50 -05:00
Rob Greene
c45fc75e24 Version should be marked as BETA. :-) 2018-04-29 10:31:57 -05:00
Rob Greene
fb91f305a3 Bumping AppleCommander version and pulling in latest ShrinkItArchive
version.
2018-04-29 10:31:39 -05:00
A2 Geek
c4f70c4c47
Merge pull request #22 from DevoKun/NewJpegLogos
Created new 150dpi RGB jpeg images with Shaston font
2018-03-31 17:12:49 -05:00
Devon Hubner
cc4a6ea7db Created new RGB jpeg images with Shaston font 2018-03-28 22:10:08 -04:00
Rob Greene
c71a777b8e Pulling notes over to this repository as well for publishing. 2018-03-10 00:34:50 -06:00
Rob Greene
7e6f82a933 Filtered on artifacts a bit cleaner... 2018-03-10 00:34:25 -06:00
Rob Greene
c5a69c0673 Futzing with Gradle build. This seems to build the right POM, upload the right files, and build the JAR files correctly. 2018-03-10 00:21:09 -06:00
Rob Greene
41ac815c42 Cleaning up Javadoc warnings and errors; removed "createDirectory()"
method that maybe was part of the interface but no longer is (was
replaced by createDirectory(name) which remains).
2018-03-09 22:49:40 -06:00
Rob Greene
59bd38fcac Pulling out clone of ShrinkItArchive; blending it in the build process. Closes #21. 2018-03-08 21:31:22 -06:00
Rob Greene
1987164dc5 Adding 'dos' and 'as' to the AntTask. #20 2018-03-04 13:27:08 -06:00
Rob Greene
59a08d5146 Switching -cc65 over to -dos. If -cc65 used, a deprecation message is
displayed. #20
2018-03-03 12:31:00 -06:00
Rob Greene
c93d7095a1 Resolved a OzDOS and UniDOS format issue. #12 2018-03-03 12:22:31 -06:00
Rob Greene
28e966db9f Using commons-lang to disable SWT GIF test for Linux. #12 2018-03-03 12:04:48 -06:00
Rob Greene
dcc2aa4d9e Switching unit tests to JUnit 4. #12 2018-03-03 11:42:26 -06:00
Rob Greene
da3f22aa47 Setting up image test files to be automatically deleted. 2018-03-02 20:54:19 -06:00
Rob Greene
3446cb9024 This should allow the SWT image tests to run. #12 2018-03-02 20:51:29 -06:00
Rob Greene
afd8388848 Updating tests with old images and made config more dynamic for #12. 2018-03-02 19:54:42 -06:00
Rob Greene
ae72f3877e Documenting gitignore, per #15 in preparation for #12. 2018-03-02 19:54:09 -06:00
Rob Greene
f8dee76cd5 This should allow a DOS 3.3 disk to "translate" TXT and BIN properly.
Admittedly, this is a bit of a hack, but a number of sources do come
from ProDOS, so it allows translation.
2018-03-02 17:26:46 -06:00
Rob Greene
93e7607541 Updating info a bit, removing obviously out-dated and confusing info. 2018-03-02 13:32:36 -06:00
Rob Greene
4541f38eb1 Determining version based on manifest file
This allowing Gradle to manage the versions and share them across both
build and runtime environments.
2018-03-02 12:47:06 -06:00
Rob Greene
47dc4038f3 Adding AppleSingle support #20; refactored to support minor unit
testing.
2018-03-02 12:30:58 -06:00
Rob Greene
0f83ba94b6 Noticed compile errors for unit tests, correcting. 2018-03-01 22:02:07 -06:00
Rob Greene
9c4624133b Bumping version to 1.4.0. 2018-01-29 21:16:41 -06:00
A2 Geek
24623b2c20
Merge pull request #19 from Lisias/issues/18
Fixing https://github.com/AppleCommander/AppleCommander/issues/18
2018-01-29 21:00:33 -06:00
Lisias
9e132b15ce Implemeting User Warnings for the disk related errors. 2018-01-08 12:02:59 -02:00
Lisias
86b53fea37 Adding the image fullpathname to all DiskExceptions. This will normalize the User Warnings, as also will make easier to feed error reports to an eventual First Aid tool 2018-01-08 12:02:59 -02:00
Lisias
d20056380e Using a new Exception for handling unknown disk formats. This will make handling errors easier. 2018-01-08 12:02:58 -02:00
Lisias
2872d93acc Implementing a User Warning for the Disk Corruption problem. 1st pass. 2018-01-08 12:02:58 -02:00
Lisias
d2199f0792 Revising the DiskException handling. I was wrongly handling it as a user warning on some places where this is not viable (as a Ant Task!!). 2018-01-08 12:02:58 -02:00
Lisias
144841a296 Somewhat better DiskCorruptException handling. Avoiding redundancy. 2018-01-08 09:20:12 -02:00
Lisias
f3316262c8 Fixing a wrongly placed DiskException handler on the command line tool. 2018-01-08 08:24:39 -02:00
Lisias
ae66b88e0a Adjusting the coding format as suggested in:
https://github.com/AppleCommander/AppleCommander/pull/19#pullrequestreview-82711570
2018-01-07 19:12:46 -02:00
Lisias
5c77c57aa2 Fixing and optimizing the loop detection as suggested in:
https://github.com/AppleCommander/AppleCommander/pull/19#pullrequestreview-82712102
2017-12-14 01:08:23 -02:00
Lisias
7b729b9d0b Detailing the exception for further analysis and rescuing efforts as suggested in:
https://github.com/AppleCommander/AppleCommander/pull/19#discussion_r156263263
2017-12-14 00:36:16 -02:00