1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-02-06 17:13:36 +01:00

271 Commits

Author SHA1 Message Date
wolkenschieber
11d298640e Updated libraries 2017-03-05 12:20:16 +01:00
OliE
1645ce4e98 change that every pending alarm intent has their own request code. 2017-03-05 11:05:08 +01:00
OliE
14c4291771 change member name from resetViewport to defaultTopViewport 2017-03-04 14:52:17 +01:00
OliE
aee8ef44bb reset the viewport of the diagram on long press 2017-03-04 14:51:13 +01:00
OliE
b7486f66c0 add an option to hide or show the points of the diagram 2017-03-04 14:36:25 +01:00
OliE
d35bcca8d6 show obligatory a delete confirmation dialog before you can delete a measurement. You can disable this dialog under the settings. 2017-03-04 14:22:11 +01:00
OliE
2573c599bb set max and min range value on the linear gauge view to float and change the waist-hip ratio range from 0.5 to 1.5 2017-03-04 13:55:50 +01:00
OliE
6eeb5f962f refactored app settings to support preference headers.
add a customizable weight reminder
2017-03-04 13:41:08 +01:00
OliE
29ceb3329d use source-built hellochart versions instead of .jar files to comply with the inclusion policy of F-Droid 2017-02-26 18:37:08 +01:00
OliE
8afd28d42a if no user was selected don't show the received weight 2016-12-27 16:05:47 +01:00
OliE
a3b9cfa0c0 add an option to automatically assign the weight data to the associated user depending on the weight
verify that Bluetooth is supported on the device, and if so, ensure that it is enabled
set waist and hip default value to false
set default values of weight data to zero
v1.4.2
2016-12-27 15:56:39 +01:00
OliE
8ac4f98d9d add some images for the mi scale wiki 2016-12-21 14:42:49 +01:00
OliE
6007b8ff25 update Android Manifest to version 1.4.1 v1.4.1 2016-12-21 14:14:05 +01:00
OliE
03f01f52f2 parse the weight data in the Bluetooth Advertisement Frame 2016-12-21 13:47:29 +01:00
OliE
829cc7ba9f while inserting a weight data make sure that the enable flag is true 2016-12-21 13:46:54 +01:00
OliE
ba353fc65e don't invoke Bluetooth search on activity result 2016-12-21 13:24:55 +01:00
OliE
e5bc4b17d7 don't really delete a scale entry just disable it. This avoids a reimport of already received Mi Scale history weight measurement. 2016-12-21 12:55:10 +01:00
OliE
68bbbb4098 validate only if the data is enabled 2016-12-21 12:45:39 +01:00
OliE
e2500b9a07 update only scale data only if its not a duplicate entry 2016-12-21 10:17:44 +01:00
OliE
33ed28cbbb add an option for searching a Bluetooth scale on startup 2016-12-21 09:46:57 +01:00
OliE
4b0c2c20f6 optimize Mi scale history weight measurement 2016-12-20 19:55:31 +01:00
OliE
4613afd3e3 if the Mi Scale device is not already initialized then set weight measurement on and set the current time 2016-12-20 19:24:02 +01:00
OliE
5227e6f0e3 read Mi Scale history weight measurements 2016-12-20 17:35:47 +01:00
OliE
8af3278dcd update copyright note 2016-12-18 09:15:42 +01:00
OliE
447046abb4 invoke BT_RETRIEVE_SCALE_DATA message only if a new scale data is available 2016-12-17 09:37:15 +01:00
OliE
c6355f7e32 Update README.md 2016-12-16 18:25:22 +01:00
OliE
51f27ab453 ignore missing translation for the bluetooth device type array
update one missing translation
v1.4
2016-12-16 18:05:58 +01:00
OliE
709ee2e036 keep bluetooth status icon while switching screen orientation
search only once at the app start for a bluetooth device
2016-12-16 17:39:14 +01:00
OliE
5eae0044a6 use MI_SCALE as default device name
check if bluetooth on the device is enabled
2016-12-16 12:59:39 +01:00
OliE
4ec0a24823 support for Bluetooth 4.x Xiaomi Mi Scale
move LinearGaugeView to gui package
fixed small bug if the age is in the future
2016-12-16 12:21:19 +01:00
OliE
f11cfff3f9 Merge pull request #1 from MilenaMMay/master
openScale code refactoring contributions from MilenaMMay
2016-12-11 12:31:44 +01:00
Milena May
a2db9f76e4 Bugfix: reset user selected data when user changes
... otherwise if user A selects data on the line chart,
and switches to user B, user B sees the selected data
of user A instead of user B's last data.
2016-08-24 07:12:48 +02:00
Milena May
93708cdf3c Introduce class Measurement for gui operations
* makes it easier to add a new Measurement without having to search
through the OverviewFragment where to add new Labels and Texts
* the inherited XyzMeasurement classes focus on the properties that are
different
2016-08-24 07:01:43 +02:00
Milena May
6cf96d5d1c Refactor calculations: introduce ScaleCalculator
* does calculations based on ScaleData and user's body weight
* redactoring reduces number of parameters for calculations and
makes it possible to introduce more calculations based on the
same parameters
2016-08-11 22:18:19 +02:00
Milena May
3cad32c7b6 Refactor diffs so that it's easier to add a new one 2016-08-11 22:18:19 +02:00
OliE
635044290d don't throw an exception if you wrote the wrong birthday instead log as an error. 2016-02-13 11:58:43 +01:00
OliE
2737a385a2 - don't force the orientation to landscape mode v1.3.1 2016-02-12 16:47:36 +01:00
OliE
efb37aaea9 - fix small bug 2016-02-12 14:16:32 +01:00
OliE
e5c293c5e1 update screenshots to version 1.3 2015-08-15 16:07:10 +02:00
OliE
cae5216d30 - fix small bug if fragment not attached to an activity
- update version to 1.3
v1.3
2015-08-15 15:40:54 +02:00
OliE
7d7e04cd51 catch some import parse errors. 2015-08-14 19:01:44 +02:00
OliE
71ff2a7bad - evaluates all body values
- calculates the waist-to-height ratio
- calculates the waist-hip ratio
- fix some bugs
2015-08-14 18:35:20 +02:00
OliE
8c714d80f9 display a short message for hip/waist circumference 2015-08-09 15:29:47 +02:00
OliE
436396659c fix hip and waist circumference unit 2015-08-09 11:03:41 +02:00
OliE
cba60f9eaa add hip circumference and waist circumference 2015-08-09 10:59:25 +02:00
OliE
474eba9fa9 save data entry while moving back and forward. 2015-08-08 20:18:54 +02:00
OliE
6da83067e6 you can now move back and forward and delete while editing a data entry. 2015-08-08 19:50:25 +02:00
OliE
b68e75786b add drop down list for user names
fix small export/import bug if comment field is empty
2015-08-08 16:10:14 +02:00
OliE
e8bbe08392 exclamation mark removed 2015-08-08 13:35:02 +02:00
OliE
9b0cc33852 removed buttons for date/time set. 2015-08-04 19:20:43 +02:00