1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-02-07 01:21:09 +01:00
openscale/README.md

51 lines
2.1 KiB
Markdown
Raw Normal View History

2015-01-24 15:18:57 +01:00
openScale
2014-12-13 09:36:53 +01:00
=========
2015-06-28 10:59:11 +02:00
openScale is an Open Source app to keep a log of your weight, body fat, water percentage and muscle percentage.
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>
# Features
2015-06-28 10:59:11 +02:00
- Logs your weight, body fat, water percentage and muscle percentage
- Display all your data on a chart and table
- Import or export your data from/into a CSV file
2015-01-24 14:14:47 +01:00
- Support for multiple users
2016-12-16 18:25:22 +01:00
- Support for Bluetooth Xiaomi Mi Scale
2015-01-02 09:36:06 +01:00
- Connection to a custom made bluetooth scale (see [openScale wiki](https://github.com/oliexdev/openScale/wiki) for more information)
2015-06-28 10:59:11 +02:00
- All data belongs to you (no cloud service)
2017-03-23 12:40:54 +01:00
# Screens
![](doc/screens/screen_overview.png)
![](doc/screens/screen_graph.png)
![](doc/screens/screen_table.png)
2017-03-23 12:40:54 +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-03-23 12:40:54 +01:00
# License
openScale ist 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/>