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

166 Commits

Author SHA1 Message Date
OliE
490061f7b8 refactoring bluetooth communication class for more abstraction and to load dynamically all available devices. 2017-06-18 13:56:48 +02:00
OliE
cadedb9a60 add option to average data points in the diagram for one day/month
make time and date editable on new measurement dialog
2017-06-18 08:37:34 +02:00
OliE
55ac184889 update apk path 2017-06-10 18:42:30 +02:00
OliE
a10f397cd0 change apk path 2017-06-10 17:24:43 +02:00
OliE
3ba46642f6 update japanese translation 2017-06-10 17:10:44 +02:00
OliE
8b62c73308 update japanese translation 2017-06-10 17:05:05 +02:00
OliE
b5e9665377 setting up travis CI config files 2017-06-10 16:55:48 +02:00
OliE
13f45072fd for smart assigning to the correct user if no weight data is available an initial weight field has been added. 2017-06-10 13:58:50 +02:00
OliE
870d6ed08e ignore weight data that are out of range 2017-06-10 13:34:29 +02:00
OliE
64afdb0ff9 reset unique number after clearing all data of an user 2017-06-10 12:56:31 +02:00
OliE
da60317da6 convert received bluetooth weight automatically to scale unit
avoid null pointer exception if selected subpage is not avaiable
2017-06-10 12:46:29 +02:00
OliE
d36cc0ed1b don't show the last day in the overview diagram to reduce space
calculate days between two dates with DAY_OF_YEAR function
2017-06-04 16:39:05 +02:00
OliE
88def160b7 set maximum y-axis label size to 5 2017-06-04 16:23:48 +02:00
OliE
4a34cdc6db change user order from old to new user 2017-06-04 16:17:38 +02:00
OliE
29e67659a5 added support for Medisana BS 444 Connect scale
set default device name on Bluetooth type change
2017-06-04 16:03:05 +02:00
OliE
6c6737f424 create local unique identifier for every mi scale user 2017-06-04 09:38:27 +02:00
OliE
354a76a978 update openScale to version 1.5.2 2017-05-23 18:19:17 +02:00
OliE
f02130a61e add database backup function 2017-05-23 18:06:09 +02:00
OliE
b03f58f66b fix that global rotating lock works 2017-05-21 17:46:17 +02:00
OliE
7d08b98c49 get only last measurements of the mi scale
use another up and down symbol to avoid using bitmaps in android version > 6.x
2017-05-21 17:30:51 +02:00
Jerome Flesch
b7bb08bc96 Sanitas SBF-70: The fat pourcentage appears to be in big endianness instead of little endianness
Signed-off-by: Jerome Flesch <jflesch@kwain.net>
2017-05-14 13:07:16 +02:00
OliE
185051da84 fix bug for android 4.4 (LinearLayout$LayoutParams cannot be cast to AbsListView$LayoutParams)
check if month and date is correct on the mi scale if not initialize mi scale again
2017-05-10 18:31:17 +02:00
OliE
937c22c096 don't abort build process if a translation is missing 2017-05-07 11:05:42 +02:00
OliE
8a874c9e41 increase version code to 14 and version name to 1.5.1 2017-05-07 10:59:27 +02:00
OliE
b08a07c19a fix various minor bugs 2017-05-07 10:56:43 +02:00
OliE
53492b2bc4 show Bluetooth information what is supported and what is not 2017-05-07 09:52:45 +02:00
OliE
8274cdc25c show soft keys if dialog input is starting. 2017-05-06 18:29:50 +02:00
OliE
31bf1d78b8 downgrade support lib version to 24.1.1 to fix random moving floating action button bug. 2017-05-05 21:13:29 +02:00
OliE
df711df7f3 - refactoring table fragment (using list view instead of table view)
- bug fix if no data is available
- move delete all button from table fragment to measurement settings
2017-05-05 15:33:09 +02:00
OliE
2dcf6931e8 move enable/disable month button to bottom right. 2017-05-04 17:18:06 +02:00
OliE
cf05fa30d5 Merge pull request #34 from jflesch/wip-reverse-year-month-graphs-2
Graphics: reverse top chart and bottom chart
2017-05-04 17:15:11 +02:00
OliE
75c6caa955 add subpages for the table fragment to increase performance
add gpl3 license notice for sanitas sbf 70 source code
fix yearly graph december bug
2017-05-04 16:49:29 +02:00
Jerome Flesch
89f23d3ad7 Graphics: reverse top chart and bottom chart. This way, from top to bottom, char are years->months->days instead of years->days->months
Signed-off-by: Jerome Flesch <jflesch@kwain.net>
2017-05-03 22:01:00 +02:00
OliE
4ca8934015 Merge pull request #33 from jflesch/wip-strip-zero
Graphs: Ignore 0 values
2017-05-03 17:23:08 +02:00
OliE
ae6e4addae Merge pull request #32 from jflesch/wip-sanitas
Add support for Sanitas SBF-70 scale
2017-05-03 17:20:44 +02:00
Jerome Flesch
94e4a47a45 Graphs: Ignore 0 values. They are meaningless and just indicate a lack of data
Signed-off-by: Jerome Flesch <jflesch@kwain.net>
2017-05-02 23:56:30 +02:00
Jerome Flesch
f131e703b8 Implement support for basic Sanitas SBF-70 scale
Signed-off-by: Jerome Flesch <jflesch@kwain.net>
2017-05-02 23:29:57 +02:00
OliE
074b1b7f10 refactored table fragment to dynamically load all measurements 2017-05-01 15:05:59 +02:00
OliE
b7befd8aa8 set maximum fat percentage to 80%
on edit mode show last value
2017-04-30 18:42:21 +02:00
Jerome Flesch
99b54d0da6 Settings: Add Sanitas SBF-70
Signed-off-by: Jerome Flesch <jflesch@kwain.net>
2017-04-30 16:56:59 +02:00
OliE
91abd9dcd0 increase performance while switching between data entries 2017-04-30 11:25:41 +02:00
OliE
4a839f56bb fix small bug 2017-04-29 13:27:50 +02:00
OliE
687c0b95ca bug fix calculate BMI always in kg
convert kg to st/lb and back on user selections
2017-04-29 13:01:07 +02:00
OliE
cc60815d75 show or hide a yearly diagram 2017-04-29 08:56:19 +02:00
OliE
bf3b5e4548 some small bug fixes
upgrade gradle build file to version 1.5
2017-04-11 19:22:43 +02:00
OliE
cf27af7b35 various minor layout improvements 2017-04-09 18:10:43 +02:00
OliE
a8d0bbf949 persisting state of toggle action buttons 2017-04-09 13:41:06 +02:00
OliE
df32f19319 show and hide individual diagram lines 2017-04-09 10:12:10 +02:00
OliE
934ae36e78 - use floating action buttons for deletion and edit mode
- add expand all button
2017-04-09 08:11:39 +02:00
OliE
a402f80dde add a scroll view for the statistics fragment 2017-04-08 20:14:33 +02:00