1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 15, 2023 — Jan 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Indenting More... over 19 years ago
Adding search method for nutritiondata.com More... over 19 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... over 19 years ago
Moved things around to make a cleaner separation of SQL from non-SQL code Prepping for addition of web databases More... over 19 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... over 19 years ago
added setMeasures()
adavidson
as artichikin
More... over 19 years ago
Fixed duplicate source/food groups in combos. Datasources now provides accessors for all groups/sources with guaranteed uniqueness More... over 19 years ago
Fixed null pointer exception in new food More... over 19 years ago
Fixed duplicate food addition More... over 19 years ago
Hopefully fixed the add/save food problem More... over 19 years ago
Better name for changeFood -> saveFood More... over 19 years ago
Comments More... over 19 years ago
misc. ui goofery
adavidson
as artichikin
More... over 19 years ago
added saving of measures
adavidson
as artichikin
More... over 19 years ago
messing with save()
adavidson
as artichikin
More... over 19 years ago
fixed typo, renamed Weights -> Measures
adavidson
as artichikin
More... over 19 years ago
not quite. should be correct now...
adavidson
as artichikin
More... over 19 years ago
Query? More... over 19 years ago
Javadoc completed for the interfaces to the Datasource More... over 19 years ago
Added functionality to retrieve errors from the underlying implementation More... over 19 years ago
Fixed my confusion More... over 19 years ago
A question about a change More... over 19 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... over 19 years ago
A few testing-related fixes for the datasources Two testcases as well More... over 19 years ago
Added a first JUnit test to the project! Yay! More... over 19 years ago
Working implementation of addFood/consumeFood for the SQL datasource. More... over 19 years ago
A SQL script to purge all user foods from the database so that tests can take place More... over 19 years ago
Prelim support for Food ID in the SQL Datasource More... over 19 years ago
Added ORDER BY to the select More... over 19 years ago
SQLInsert now returns a ResultSet containing generated keys, if the driver supports it (JDBC 3.0 only) More... over 19 years ago