Commit Graph

45 Commits

Author SHA1 Message Date
Rob Greene cebb3727b0 Adding an AppleSingle edit command. 2024-02-07 18:54:43 -06:00
Rob Greene 9d676a5f44 Updating Maven release notes with a copy from AppleCommander. 2023-10-28 12:00:24 -05:00
Rob Greene 45b57ce675 Bumping version: 1.2.2 2023-10-28 11:54:22 -05:00
Rob Greene ab165c8953 Merge remote-tracking branch 'origin/master' 2023-10-28 11:49:14 -05:00
Rob Greene eb6f080823 Upgrading PicoCLI version and adapting a bit. 2023-10-28 11:48:51 -05:00
A2 Geek 26b63b0277
Merge pull request #4 from AppleCommander/dependabot/gradle/junit-junit-4.13.2
Bump junit:junit from 4.13.1 to 4.13.2
2023-10-28 11:40:22 -05:00
A2 Geek 54416b5140
Adding automatic builds 2023-10-28 11:37:26 -05:00
dependabot[bot] 3f881a3467
Bump junit:junit from 4.13.1 to 4.13.2
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 16:34:38 +00:00
A2 Geek 6b3090c9c3
Create dependabot.yml 2023-10-28 11:34:17 -05:00
Rob Greene 516521d39a Bumping to Gradle 7.3.1 (same as AppleCommander). #1 2023-10-28 11:30:54 -05:00
Rob Greene ea58bc88f8 AppleSingle entry can have a length of 0. Adjusting how 0 byte entries
are reported.
2022-06-05 16:47:31 -05:00
Rob Greene 0651919ca0 AppleSingle entry can have a length of 0. Adjusting how 0 byte entries
are reported.
2022-06-05 16:47:21 -05:00
Rob Greene 0b1459931b AppleSingle entry can have a length of 0. Adjusting the 'analyze'
related edit.
2022-06-05 16:46:42 -05:00
Rob Greene b21a7bb341 Enforcing Java 11. 2022-06-05 16:46:04 -05:00
Rob Greene b39d3a7b56 Setting snapshot version. 2022-06-05 16:45:50 -05:00
Rob Greene d689b5e0d5 First round of updates. Leaving publication for later. #1 2020-11-24 19:37:27 -06:00
Rob Greene 2bf7de8a0d Typo. 2018-06-19 20:10:11 -05:00
Rob Greene 369f1e5eba Cleaning up imports. 2018-06-07 21:21:27 -05:00
Rob Greene 05ab07e323 Adding some file testing capabilities; tweaked comments. 2018-06-06 21:56:42 -05:00
Rob Greene 153e0aa220 Adding AppleSingle.VERSION. 2018-06-04 22:20:13 -05:00
Rob Greene 549ce45c3c Displaying details on FileDatesInfo if present. 2018-06-04 22:19:53 -05:00
Rob Greene d9df400d7f Bumping version. 2018-06-04 22:19:24 -05:00
Rob Greene c1349bade8 Changing notation to (hopefully) be more clear on ranges. 2018-06-04 22:19:03 -05:00
Rob Greene 0f6fceaa55 Fixing spelling. 2018-06-04 22:18:27 -05:00
Rob Greene aae02d7323 Updating documentation and tests a bit. 2018-06-03 17:27:42 -05:00
Rob Greene 4627e08f9f Adding Filter and altering AppleSingle write mechanism to be more
reusable.
2018-06-03 15:42:07 -05:00
Rob Greene 4f34a8a289 Introducing Entry/EntryType/AppleSingleReader to make reading aspects
more common across tools.
2018-06-03 12:33:09 -05:00
Rob Greene b72c9f9b74 Adding Utilities and shifting to use it. 2018-06-03 12:31:07 -05:00
Rob Greene cd5d7ac142 Hex 0xff does not appear to be visible; adjusting for it. 2018-06-03 12:22:06 -05:00
Rob Greene e4c9c60bfa Bumping version. 2018-06-03 12:21:24 -05:00
Rob Greene 2085559af7 Gradle tweaks: fix for Oracle javadoc doclint strictness; made the signing task a bit more intelligent. 2018-05-29 10:46:19 -05:00
Rob Greene f8741f9480 Noticed that the tools subproject (which is empty) shows up in Eclipse.
This makes the name more sensible.
2018-05-28 22:38:57 -05:00
Rob Greene 03095785d5 Adding analyze command to 'asu'; adding support to API for date
information.
2018-05-28 13:35:49 -05:00
Rob Greene fbab3b426e Bumping version. 2018-05-27 10:37:47 -05:00
Rob Greene 0254426160 Now reporting unsupported entryId's correctly. 2018-05-27 10:36:43 -05:00
Rob Greene ae4a1272d0 Fixing Maven coordinates. 2018-05-26 21:11:38 -05:00
Rob Greene d488113b84 Adding information for pushing to Maven Central as well as using the api. 2018-05-26 18:07:56 -05:00
Rob Greene 9b8429b211 Excluding disk images files. 2018-05-26 17:47:24 -05:00
Rob Greene 04af13459a Quick run in tandem with 'ac' tool. 2018-05-26 17:46:20 -05:00
Rob Greene 81656bc9b8 Tweaking to allow some useful filetype mnemonics. 2018-05-26 17:39:25 -05:00
Rob Greene 4536b24763 Split into a muti-project Gradle build in order to separate the API/lib from the command-line 'asu' tool. 2018-05-26 16:58:59 -05:00
Rob Greene 70b476b561 Adding CLI; fixed a few glitches. 2018-05-24 22:31:15 -05:00
Rob Greene 307c5eab3f Adding some simple unit tests. 2018-05-24 12:56:18 -05:00
Rob Greene e706201ae2 Initial commit. 2018-05-24 11:59:29 -05:00
A2 Geek 2093603b22
Initial commit 2018-05-24 11:45:50 -05:00