diff --git a/.travis.yml b/.travis.yml index adfd4679..38510da5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,4 +70,5 @@ deploy: overwrite: true target_commitish: $TRAVIS_COMMIT on: + all_branches: true tags: false diff --git a/README.md b/README.md index a1ac2e43..726abf76 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Install [openScale-dev-build.apk](https://github.com/oliexdev/openScale/releases - Import or export your data from/into a CSV file - Estimates body metrics (body fat, body water and lean body mass) based on scientic publications - Support for multiple users -- Partially or full support for custom made Bluetooth scale, Xiaomi Mi scale v1/v2, Sanitas SBF70, Medisana BS444/BS440, Digoo DG-S038H, Yunmai Mini, Excelvan CF369BLE/CF366BLE, Yunmai SE, MGB, Exingtech Y1, Beurer BF700/BF710/BF800, Silvercrest SBF75, Runtastic Libra, Hesley (Yunchen), iHealth HS3, Easy Home 64050, Accuway (see [openScale wiki](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) for details) +- Partial or full support for custom made Bluetooth scale, Xiaomi Mi scale v1/v2, Sanitas SBF70, Medisana BS444/BS440, Digoo DG-S038H, Yunmai Mini, Excelvan CF369BLE/CF366BLE, Yunmai SE, MGB, Exingtech Y1, Beurer BF700/BF710/BF800, Silvercrest SBF75, Runtastic Libra, Hesley (Yunchen), iHealth HS3, Easy Home 64050, Accuway, Trisa Body Analyze 4.0 (see [openScale wiki](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) for details) - Partially or full translated into Brazilian Portuguese, Catalan, Chinese (traditional), Croatian, Czech, Danish, Dutch, English, French, Galician, German, Greek, Hebrew, Italian, Japanese, Norwegian Bokmål, Polish, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish - No advertising and for free - All data belongs to you (no cloud service) diff --git a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java index a08aa082..ccff9009 100644 --- a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java +++ b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java @@ -19,12 +19,8 @@ import android.support.annotation.Nullable; import com.health.openscale.core.datatypes.ScaleMeasurement; -import java.time.Clock; import java.util.Date; -import static java.util.concurrent.TimeUnit.MILLISECONDS; -import static java.util.concurrent.TimeUnit.SECONDS; - /** * Class with static helper methods. This is a separate class for testing purposes. * diff --git a/android_app/app/src/main/res/values-iw/strings.xml b/android_app/app/src/main/res/values-iw/strings.xml index 91ab6045..c5855980 100644 --- a/android_app/app/src/main/res/values-iw/strings.xml +++ b/android_app/app/src/main/res/values-iw/strings.xml @@ -248,4 +248,11 @@ גבוהה קיצונית גישה ליישומון צד שלישי - +המשקל טרם עבר צימוד! +\n +\nיש להחזיק את הכפתור בתחתית המשקל כדי להפעיל אותו במצב צימוד ואז להתחבר מחדש כדי לקבל את הססמה של המכשיר. + הצימוד הצליח! +\n +\nיש להתחבר מחדש כדי לקבל את נתוני המדידות. + + diff --git a/android_app/app/src/main/res/values-nb/strings.xml b/android_app/app/src/main/res/values-nb/strings.xml index f8127bc9..87f32c0f 100644 --- a/android_app/app/src/main/res/values-nb/strings.xml +++ b/android_app/app/src/main/res/values-nb/strings.xml @@ -246,4 +246,11 @@ les openScale-data, inkludert brukerinfo, og alle lagrede målinger Les openScale-data Tilgang for tredjepartsprogrammer - +Denne vekten har ikke blitt parret. +\n +\nHold knappen på bunnen av vekten for å sette den i paringsmodus, koble deretter til den igjen for å hente enhetens passord. + Paring utført. +\n +\nKoble til igjen for å hente målingsdata. + + diff --git a/doc/scales/trisa_body_analyze.jpg b/doc/scales/trisa_body_analyze.jpg new file mode 100644 index 00000000..e9c8acb9 Binary files /dev/null and b/doc/scales/trisa_body_analyze.jpg differ