1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-02-06 08:50:30 +01:00
openscale/README.md

94 lines
4.4 KiB
Markdown
Raw Normal View History

openScale [![Build Status](https://travis-ci.org/oliexdev/openScale.svg?branch=master)](
https://travis-ci.org/oliexdev/openScale)
2014-12-13 09:36:53 +01:00
=========
2017-11-12 16:26:30 +01:00
openScale is an open source app which support various Bluetooth scales to keep easy log of your body metrics.
2017-03-23 12:40:54 +01:00
<a href="https://f-droid.org/repository/browse/?fdid=com.health.openscale" target="_blank">
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/></a>
<a href="https://play.google.com/store/apps/details?id=com.health.openscale" target="_blank">
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80"/></a>
2017-11-12 15:51:16 +01:00
Install [openScale-dev-build.apk](https://github.com/oliexdev/openScale/releases) to get the latest development build generated by [Travis CI](https://travis-ci.org/). But be aware that this version may contain bugs and you don't get any automatically updates.
2017-06-15 11:00:44 +02:00
2017-03-23 12:40:54 +01:00
# Features
2017-11-12 16:26:30 +01:00
- Logs your body metrics (weight, body fat, body water, muscle percentage, lean body mass, bone mass, BMI, BMR, waist/hip circumference, waist-hip ratio, waist-to-height ratio)
2017-11-12 15:51:16 +01:00
- Keep track of your diet process
2017-06-19 20:27:55 +02:00
- Display all your data on a chart and table
2015-06-28 10:59:11 +02:00
- Import or export your data from/into a CSV file
2017-11-12 15:51:16 +01:00
- Estimates body metrics (body fat, body water and lean body mass) based on scientic publications
2015-01-24 14:14:47 +01:00
- Support for multiple users
2017-11-12 15:51:16 +01:00
- Partially or full support for custom made Bluetooth scale, Xiaomi Mi scale v1, Sanitas SBF70, Medisana BS444, Digoo DG-S038H, Yunmai Mini, Excelvan CF369BLE, Yunmai SE, MGB, Xiaomi Mi scale v2 (see [openScale wiki](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) for details)
- Partially or full translated into English, German, Japanese, French, Polish, Brazilian portuguese, Slovak, Swedish, Spanish
2015-06-28 10:59:11 +02:00
- All data belongs to you (no cloud service)
2017-11-12 15:51:16 +01:00
# Supported Bluetooth scales
2017-11-12 15:58:26 +01:00
Please see in the [openScale wiki](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) which Bluetooth scales are full or parially supported.
2017-11-12 15:51:16 +01:00
# Contributing
If you found a bug, have an idea how to improve the openScale app or have a question, please create new issue or comment existing one. If you would like to contribute code, fork the repository and send a pull request.
2017-12-01 16:28:05 +01:00
If you want to help to support your Bluetooth scale please see [here](https://github.com/oliexdev/openScale/wiki/How-to-reverse-engineer-a-Bluetooth-4.x-scale) for further information.
2017-11-12 15:51:16 +01:00
2017-03-23 12:40:54 +01:00
# Screens
2017-04-11 21:06:19 +02:00
<table>
<tr>
<th>
<a href="doc/screens/screen_overview.png" target="_blank">
2017-08-19 13:26:08 +02:00
<img src='doc/screens/screen_overview.png' width='250px' alt='image missing' /> </a> <br>
2017-04-11 21:06:19 +02:00
<sub><b>overview page</b></sub>
</th>
<th>
<a href="doc/screens/screen_graph.png" target="_blank">
<img src='doc/screens/screen_graph.png' width='250px' alt='image missing' /> </a> <br>
<sub><b>graph page</b></sub>
</th>
</tr>
<tr>
<td>
<a href="doc/screens/screen_table.png" target="_blank">
<img src='doc/screens/screen_table.png' width='250px' alt='image missing' /> </a> <br>
<sub><b>table page</b></sub>
</td>
<td>
<a href="doc/screens/screen_statistics.png" target="_blank">
<img src='doc/screens/screen_statistics.png' width='250px' alt='image missing' /> </a> <br>
<sub><b>statistics page</b></sub>
</td>
</tr>
<tr>
<td>
<a href="doc/screens/screen_dataentry.png" target="_blank">
<img src='doc/screens/screen_dataentry.png' width='200px' alt='image missing' /> </a> <br>
<sub><b>data entry page</b></sub>
</td>
<td>
<!-- empty cell -->
</td>
</tr>
</table>
2017-03-23 12:40:54 +01:00
# License
2017-04-11 21:06:19 +02:00
openScale is licensed under the GPL v3, see LICENSE file for full notice.
Copyright (C) 2014 olie.xdev <olie.xdev@googlemail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>