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
OliE
18a84570e4 refactoring existing Bluetooth classes for easy programming new Bluetooth classes. 2017-06-18 16:54:57 +02:00
OliE
490061f7b8 refactoring bluetooth communication class for more abstraction and to load dynamically all available devices. 2017-06-18 13:56:48 +02:00
oliexdev
0f687fbbbe openScale dev build 6 by Travis CI [skip ci] 2017-06-18 06:50:01 +00: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
5212578892 Merge branch 'master' of https://github.com/oliexdev/openScale 2017-06-15 18:20:32 +02:00
OliE
d8db822f2f add a sanitas sbf 70 image 2017-06-15 18:18:59 +02:00
OliE
b768e9d8fd Update README.md 2017-06-15 11:00:44 +02:00
OliE
394b343148 Merge branch 'master' of https://github.com/oliexdev/openScale 2017-06-15 09:27:54 +02:00
OliE
c08e3223bd add medisana bs444 documentation 2017-06-15 09:26:21 +02:00
oliexdev
43a652ace4 openScale dev build 6 by Travis CI [skip ci] 2017-06-10 17:14:25 +00:00
OliE
1615a17b17 Create README.md 2017-06-10 19:03:23 +02:00
oliexdev
bf60513de1 openScale dev build 5 by Travis CI [skip ci] 2017-06-10 16:56:08 +00:00
OliE
55ac184889 update apk path 2017-06-10 18:42:30 +02:00
OliE
b881237107 update upload_apk path 2017-06-10 18:29:25 +02:00
OliE
9cbc0c71a6 go into android_app subdirectory before executing gradlew 2017-06-10 18:15:25 +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 v1.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
OliE
10ced5bbc9 Merge pull request #38 from jflesch/wip-fix-sanitas-2
Sanitas SBF-70: Fix fat percentage
2017-05-15 17:18:53 +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 v1.5.1 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