Personal:
Free software projects:
Web projects (Swedish):
email: fredrik@jemla.se
Android application for keeping a personal log of body weight and displaying as a chart

Android Market: Free download at market://search?q=pname:org.example.weightchart
APK: weightchart.apk (63 kB)
License: GNU General Public License version 3 or later. See notice in each file.
Bugs/Suggestions: Please report bugs at Launchpad.
Email: fredrik@jemla.se
When exporting as CSV, Weight Chart writes a file with one line for each entry.
Output format example: 2000-12-31 00:00:00,62.5
When importing, Weight Chart also accepts dates without times and arbitrary whitespace at beginning of line, end of line and around commas, and an additional comma at end of line with any junk after.
Examples of alternative input formats:2000-12-31,62.5
2000-12-31,62.5,junk
2000-12-31 , 62.5
Regular expression: ^\\s*([^,;]+)\\s*[,;]\\s*(\\d+\\.?\\d*)\\s*([,;].*|$)
See importCsv in FileCommands.java for details.
Goal lines: This is a good suggestion. Unfortunately Fredrik doesn't have much time for developing Weight Chart, so it is totally uncertain when it will be done.
Recording body fat and various measurements: This would make the application pretty much more complicated and will not be implemented unless someone finds a very good way to do it.
More options: