<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/test/java/sevenUnitsGUI, branch stable</title>
<subtitle>A unit converter made in Java, inspired by GNU Units
</subtitle>
<id>https://git.ahopkins.ca/7units.git/atom?h=stable</id>
<link rel='self' href='https://git.ahopkins.ca/7units.git/atom?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/'/>
<updated>2025-06-16T00:26:12Z</updated>
<entry>
<title>Format &amp; clean up source code</title>
<updated>2025-06-16T00:26:12Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-16T00:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=da740edd3972fa049c4c8d0e43448c10a6a65dce'/>
<id>urn:sha1:da740edd3972fa049c4c8d0e43448c10a6a65dce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more tests for internationalization</title>
<updated>2025-06-05T00:59:10Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-05T00:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=06192835ea97a657da1e5bd160686d21c097cbf5'/>
<id>urn:sha1:06192835ea97a657da1e5bd160686d21c097cbf5</id>
<content type='text'>
It seems the I18nTest class was incomplete - I just had one test,
checking that English exists.  I guess my coverage-based approach didn't
catch it.
</content>
</entry>
<entry>
<title>Add version numbers to all @since tags</title>
<updated>2025-06-05T00:45:37Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-05T00:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=79e1653caf5c30667877a158433cbcd766a135af'/>
<id>urn:sha1:79e1653caf5c30667877a158433cbcd766a135af</id>
<content type='text'>
Specifically, for every @since tag with a date, I added another that
contains the correspending version.  I did not add date @since tags to
comments that do not have them, as that would be too tedious for what
it's worth.  These dates could still be found by using git bisect
though.
</content>
</entry>
<entry>
<title>Update copyright notices' years</title>
<updated>2025-06-05T00:40:14Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-04T23:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=d80b80857e739eb32afd7625789944abd3afe376'/>
<id>urn:sha1:d80b80857e739eb32afd7625789944abd3afe376</id>
<content type='text'>
I used the Git history for years after 2019, and only included 2019 or
2018 if they were already there.  I also added copyright notices to all
code files that don't already have them.
</content>
</entry>
<entry>
<title>Allow prefix search toString to be in any order</title>
<updated>2025-05-31T01:01:53Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-05-31T01:01:53Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=4ff3a48a659aec957c5496923a79c4487d9062ec'/>
<id>urn:sha1:4ff3a48a659aec957c5496923a79c4487d9062ec</id>
<content type='text'>
The order will be determined by hashes, but it doesn't matter which one
goes where.
</content>
</entry>
<entry>
<title>Add tests for Presenter</title>
<updated>2025-05-10T02:20:00Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-05-10T02:20:00Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=06bd0e63f1b7bc83009ec3f4d7b048dea015529f'/>
<id>urn:sha1:06bd0e63f1b7bc83009ec3f4d7b048dea015529f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow default datafile to be disabled</title>
<updated>2025-02-24T01:36:03Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-24T00:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=4436b29053a0b757562ecc1d0a78e22902e6e5ae'/>
<id>urn:sha1:4436b29053a0b757562ecc1d0a78e22902e6e5ae</id>
<content type='text'>
If this option is deselected, the default unit, prefix, dimension and
metric exception data will not be loaded, and only custom data and the
few units that are not provided by files will be available.

The main rationale for this change is so that the data can be localized
by custom unit files.
</content>
</entry>
<entry>
<title>Add internationalization API to GUI</title>
<updated>2025-02-24T01:31:46Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-22T04:51:13Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=9a25a05d1b376dc20a14696afa280ff4940b1f8a'/>
<id>urn:sha1:9a25a05d1b376dc20a14696afa280ff4940b1f8a</id>
<content type='text'>
This commit intentionally fails one test, since that is for
functionality I intend to add later.
</content>
</entry>
<entry>
<title>Show unit/dim file errors as popup</title>
<updated>2024-08-22T16:45:37Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-22T16:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=ea3e2bf07939926e43c7abe3fd13a7c4e93f69d1'/>
<id>urn:sha1:ea3e2bf07939926e43c7abe3fd13a7c4e93f69d1</id>
<content type='text'>
Previously, any error in the unit or dimension file(s) crashes the
program.  Instead, 7Units now ignores any invalid lines, still parsing
the correct ones, and shows a popup in case any errors happen.
</content>
</entry>
<entry>
<title>Format source code &amp; set explicit UTF-8</title>
<updated>2024-03-24T18:14:11Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-03-24T18:14:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=26291e672b0e683edc9d57710a9a9d96ca199c45'/>
<id>urn:sha1:26291e672b0e683edc9d57710a9a9d96ca199c45</id>
<content type='text'>
</content>
</entry>
</feed>
