Calorie Calculator v0.5.2 [Changelog]
Released on October 1st, 2011
| Title | Description |
|---|---|
| #139: Loads incorrect values from settings | It was just the age field, but it showed as "-1" upon first launch. Obviously that was incorrect. |
| #140: Crash when converting imperial weight field | Silly error on my part. Sorry about that. But it should be fixed now. |
Calorie Calculator v0.5.1 [Changelog]
Released on September 27th, 2011
| Title | Description |
|---|---|
| #138: Started up on results screen after being closed with close-button | It no longer does this. Small oversight on my part. |
Calorie Calculator v0.5.0 [Changelog]
Released on September 26th, 2011
| Title | Description |
|---|---|
| #129: Added preferences | A couple of preferences added |
| #130: Only show "measurement type" selection screen once | No need to keep selecting this on every app start-up |
| #137: Close-button on results-screen | No need to have to press "back" twice to exit the app |
Calorie Calculator v0.4 [Changelog]
Released on July 17th, 2010
| Title | Description |
|---|---|
| #59: Insane values in number fields causes exception | I should have told myself, that someone would try and enter completely insane numbers in the various entry fields. This will no longer cause the software to crash. |
| #57: Alternate calculation of ideal weight | Got an idea for an alternative function for calculating that stuff. |
| #58: Switch to a library-based approach | Moved the calculations to a library, so I can reuse the code in other applications. |
| #60: Switch to a better layout, based on tables | I had forgotten about the table layout, and when I was reminded of it, I decided it would better optimized to use tables. |
| #61: Implement the new icon | I was offered an icon by someone calling themself Tha PHLASH, offering to make an icon for the applicaton. This has now been implemented, along with the appropriate credits. |
Calorie Calculator v0.3 [Changelog]
Released on July 4th, 2010
| Title | Description |
|---|---|
| #50: Optimize Calculations | There were some irregularities in the way calculations were made. These have now been altered/corrected. |
| #54: Improve UI | The interface was horrible to say the least. While it's still not perfect by a long-shot, it's definitely more user-friendly now. |
| #56: Track Usage Better | To get a better view of how people are using the software, I found it important to implement usage tracking, though I made sure to keep it completely anonymous. |
Calorie Calculator v0.2.5 [Changelog]
Released on June 25th, 2010
| Title | Description |
|---|---|
| #55: Localization issue during calculations | A relatively minor bug had a greater-than-anticipated impact on the application's usability. It simply would not perform calculations on any device using a locale that didn't format floating-point numbers with dots as separators. |
Calorie Calculator v0.2.2 [Changelog]
Released on June 24th, 2010
| Title | Description |
|---|---|
| #52: Reports empty fields while there are none | This turned out to be related to the error resolved in v0.2.5, but I still altered the code to be more consistent. |
| #53: Low height causes issues | There was a slight mishap when small height values were entered. In the beginning it just seemed like they were unrealistic height values, but as it turned out, it wouldn't have to be unrealistic, so this was resolved. |
Calorie Calculator v0.2.1 [Changelog]
Released on June 24th, 2010
| Title | Description |
|---|---|
| #51: Crashes when fields are empty | Initially this seemed to be resolved correctly, but the part that was solved, was only half of it. The other half was finally fixed in v0.2.5. |
Calorie Calculator v0.2 [Changelog]
Released on June 23rd, 2010
| Title | Description |
|---|---|
| #47: Reporting weight loss time even for underweights | The application was attempting to loosely estimate a realistic time frame for losing excess weight, but was also trying to do so for those who were under weight. |
| #46: Support imperial measurements | Both Imperial and US Customary measurements were added to the application in this version. |
| #48: Show amount of overweight | As an extra help, it did some extra math for the user, calculating how over or under weight they happened to be. This has temporarily been removed, but will be readded later. |
| #49: Show BMI verdict | Depending on a person's BMI, there are varying titles for an individual. These are now shown in the application. |