Commit Graph

14 Commits

Author SHA1 Message Date
Rob Greene
2699b3cea6 Went through and did a pass on spell checking. #36 2019-10-06 19:40:19 -05:00
Rob Greene
711df891a9 Reverting some of the changes as the interfaces bleed outside of the
implementation. #36
2019-10-06 15:44:08 -05:00
Rob Greene
d54b14f797 Both TextBundle changes and DirectoryEntry change. #36
This is a change to the API, so bumping minor version as well. 1.6.0!
2019-10-06 13:09:17 -05: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
c93d7095a1 Resolved a OzDOS and UniDOS format issue. #12 2018-03-03 12:22:31 -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
47dc4038f3 Adding AppleSingle support #20; refactored to support minor unit
testing.
2018-03-02 12:30:58 -06: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
144841a296 Somewhat better DiskCorruptException handling. Avoiding redundancy. 2018-01-08 09:20:12 -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
Lisias T
50608b9c43 Fixing https://github.com/AppleCommander/AppleCommander/issues/18 2017-12-04 03:15:38 -02:00
Rob Greene
3ed8f0b974 Fixes #10. 2017-11-16 22:08:46 -06:00
Rob Greene
438e6ec1f0 First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00