1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 29, 2024 — Apr 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Indenting More... almost 20 years ago
Adding search method for nutritiondata.com More... almost 20 years ago
Added htmlparser to the project (LGPL, httmlparser.sourceforge.net) Added a test class for nutritionData search testing. Partial work done. Added a bit to AbstractWWWDatasource More... almost 20 years ago
Moved things around to make a cleaner separation of SQL from non-SQL code Prepping for addition of web databases More... almost 20 years ago
made food editor appear on double clicking, removed some toolbar buttons, added delete button directly to the FoodEditor panel. Still need to implement the actual delete code.
adavidson
as artichikin
More... almost 20 years ago
added setMeasures()
adavidson
as artichikin
More... almost 20 years ago
Fixed duplicate source/food groups in combos. Datasources now provides accessors for all groups/sources with guaranteed uniqueness More... almost 20 years ago
Fixed null pointer exception in new food More... almost 20 years ago
Fixed duplicate food addition More... almost 20 years ago
Hopefully fixed the add/save food problem More... almost 20 years ago
Better name for changeFood -> saveFood More... almost 20 years ago
Comments More... almost 20 years ago
misc. ui goofery
adavidson
as artichikin
More... almost 20 years ago
added saving of measures
adavidson
as artichikin
More... almost 20 years ago
messing with save()
adavidson
as artichikin
More... almost 20 years ago
fixed typo, renamed Weights -> Measures
adavidson
as artichikin
More... almost 20 years ago
not quite. should be correct now...
adavidson
as artichikin
More... about 20 years ago
Query? More... about 20 years ago
Javadoc completed for the interfaces to the Datasource More... about 20 years ago
Added functionality to retrieve errors from the underlying implementation More... about 20 years ago
Fixed my confusion More... about 20 years ago
A question about a change More... about 20 years ago
refactored some Consume => Servings, fixed a few bugs/issues. Search in immutable was broken, and now works, plus foods in My Foods can now be added as servings to the daily summary. It all looks good.
adavidson
as artichikin
More... about 20 years ago
A few testing-related fixes for the datasources Two testcases as well More... about 20 years ago
Added a first JUnit test to the project! Yay! More... about 20 years ago
Working implementation of addFood/consumeFood for the SQL datasource. More... about 20 years ago
A SQL script to purge all user foods from the database so that tests can take place More... about 20 years ago
Prelim support for Food ID in the SQL Datasource More... about 20 years ago
Added ORDER BY to the select More... about 20 years ago
SQLInsert now returns a ResultSet containing generated keys, if the driver supports it (JDBC 3.0 only) More... about 20 years ago