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

479 Commits

Author SHA1 Message Date
Erik Johansson
e2b1f330c5 Include branch, commit and build time in release body 2018-01-02 00:15:50 +01:00
Erik Johansson
d257276f24 Don't build travis-dev-build tag 2018-01-02 00:15:12 +01:00
Erik Johansson
8c00e661fe Include commit in version when building on travis 2018-01-02 00:15:04 +01:00
Erik Johansson
1ccb717041 Create explicit tag before deploying to github
Also remove script and "rename" APK in before_deploy instead.
2018-01-02 00:12:32 +01:00
Erik Johansson
12563fa794 Update travis config to use android sdk 26 2018-01-01 18:58:21 +01:00
OliE
0f7ae23da4 added drawer header 2018-01-01 15:20:56 +01:00
OliE
b5fcb9525f added JUnit database test
set index and unique to datetime
2018-01-01 13:47:36 +01:00
OliE
bd187962d4 renamed ScaleData class to ScaleMeasurement class for consistent naming
saved generated Room database shema
2018-01-01 11:18:06 +01:00
OliE
1ec1ae577b replaced completely old scale database with Room database
included migrating method
2018-01-01 10:51:15 +01:00
OliE
03534a12d3 replaced insert / update operation of SQL scale database with Room library operations 2017-12-31 14:21:54 +01:00
OliE
dbd67c741b replace SQL scale user database with user DAO by Room library 2017-12-31 13:33:46 +01:00
OliE
525e6abe23 added maven repository 2017-12-31 12:50:23 +01:00
OliE
5f53e791ef made ScaleUser class variables private
initial define Room entities, DAO and database interface for ScaleUser and ScaleData
2017-12-31 12:48:16 +01:00
OliE
6cfdf72504 replaced deprecated ActionBarActivity with AppCompatAcitivity.
replaced tab navigation with navigation drawer
2017-12-30 20:40:27 +01:00
OliE
788abefd3a Merge branch 'erijo-days' 2017-12-30 10:14:45 +01:00
OliE
f3e5174fcc moved the junit test into an own package 2017-12-30 10:14:17 +01:00
OliE
c547cd5739 Merge branch 'days' of git://github.com/erijo/openScale into erijo-days 2017-12-30 09:31:32 +01:00
Erik Johansson
ef74c7acd6 Lower build verbosity on travis
while still showing failed tests.
2017-12-29 23:36:55 +01:00
Erik Johansson
37588de24b Move daysBetween to a separate class and add tests
Also change the behaviour to the previous one were the time is ignored
and only the date is used to calculate number of days between two dates.
2017-12-29 22:47:29 +01:00
Erik Johansson
90f4d9701b Add support for writing unit tests 2017-12-29 22:16:52 +01:00
OliE
d339eafd0f added Runtastic Libra name 2017-12-27 12:39:36 +01:00
OliE
f058b1fbe8
Merge pull request #117 from Dododappere/master
Added Runtastic Libra
2017-12-27 12:35:53 +01:00
OliE
1384210db7 Merge branch 'matushorvath-hfy_silvercrest' 2017-12-27 12:34:06 +01:00
OliE
b1f4b527ec corrected device check 2017-12-27 12:33:46 +01:00
Matus Horvath
48cd15a404 Add support for Silvercrest SBF75 scale (which seems to be a rebranded Sanitas SBF70). 2017-12-25 03:09:07 +01:00
Martijn van Welie
c3b9b02666 Added Runtastic Libra 2017-12-23 21:26:12 +01:00
OliE
7283bd1733 check if Beurer scales starts with Beurer BF700 or Beurer BF800 includes -B scales 2017-12-23 11:35:18 +01:00
Erik Johansson
658f60f5c9 Put more focus on normal span and add margin
Instead of having the low, normal and high span be equal, make the
normal span as big as low and high together.

Also add a small margin to avoid having the indicator at the far edge
of the low or high span.
2017-12-23 11:33:31 +01:00
Erik Johansson
2f53b72a76 Set date time header when adding first measurment as well 2017-12-23 11:33:16 +01:00
OliE
a4dde33de6 use isVisible method 2017-12-23 11:29:26 +01:00
Erik Johansson
e355ac845d Don't set measurement in edit mode for table fragment
Should be enough to have it in view mode (which is the default).
2017-12-23 11:25:38 +01:00
Erik Johansson
7ce5fd23a4 Show days since current date in overview
I find it more logical to see how long ago a measurement was done,
instead of how long ago since the last measurement was a measurement
done.

Fix a bug where the days since a measurement was calculated
incorrectly if the measurement was done in the previous year.

Convert the days label to plurals so that "day" is used when the
measurement was done yesterday.
2017-12-22 23:13:39 +01:00
OliE
214cd06498 set version name to 1.6.1 v1.6.1 2017-12-17 18:04:56 +01:00
OliE
5cb4024aaa show build code in about page 2017-12-17 17:59:45 +01:00
OliE
f465e4e8d9 fixed Beurer BF700/800 device name comparison
update internal openScale version code to 21
2017-12-17 17:52:42 +01:00
OliE
49b92c341b
Update README.md 2017-12-17 12:32:56 +01:00
OliE
d3837c9e6d
Update README.md 2017-12-17 12:29:40 +01:00
OliE
d2a208e63d update openScale version to 1.6.1 2017-12-17 12:14:11 +01:00
OliE
07d315d26b add an image of Beurer BF700 scale 2017-12-17 11:49:13 +01:00
OliE
06351607d9
Merge pull request #110 from erijo/languages
Add swedish and spanish to list of translations
2017-12-16 09:09:18 +01:00
OliE
ca05ae97e1 Merge branch 'linuxlurak-master' 2017-12-16 09:04:23 +01:00
OliE
4f7675e268 merge Beurer BF700 and BF800 to one file 2017-12-16 09:03:58 +01:00
OliE
209c04319f Merge branch 'master' of git://github.com/linuxlurak/openScale into linuxlurak-master 2017-12-16 08:56:15 +01:00
linuxlurak
8095d74e3e
Update BluetoothCommunication.java 2017-12-15 21:57:03 +01:00
linuxlurak
0fb7c4d059
openscale support for Beurer BF800 2017-12-15 21:41:09 +01:00
linuxlurak
092d918202
cleaned up code 2017-12-15 19:35:42 +01:00
linuxlurak
332d4a1974
Corrected device string ("BEURER BF700" not "BEURER BF 700") 2017-12-15 10:07:42 +01:00
linuxlurak
516b944648
inserted forgotten semicolon 2017-12-15 10:01:47 +01:00
linuxlurak
4b31eb4ae0
Updated code with correct starting byte xf7 2017-12-15 09:55:00 +01:00
OliE
e8170ac260 fix source code for Exingtech Y1 scale
add Exingtech Y1 photo
add translation for Turkish
2017-12-07 19:00:11 +01:00