From 9f04c7be031cca2f627d081d1a97a160ea25a5fd Mon Sep 17 00:00:00 2001 From: Daniel Krook Date: Fri, 24 Oct 2025 10:42:14 -0400 Subject: [PATCH 1/2] Lint Signed-off-by: Daniel Krook --- CONTRIBUTING.md | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 4 ++-- node_modules/.yarn-integrity | 10 ++++++++++ yarn.lock | 4 ++++ 4 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 node_modules/.yarn-integrity create mode 100644 yarn.lock diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ec44f8..be4bdf1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,10 +10,10 @@ Please note we have a [Code of Conduct](#code-of-conduct), please follow it in a ## Pull Request Process 1. Fork the repository. -2. Commit your changes to your fork. -3. Submit a pull request. -4. Handle any feedback before the request is merged. -5. Accept our sincere Thank You! +1. Commit your changes to your fork. +1. Submit a pull request. +1. Handle any feedback before the request is merged. +1. Accept our sincere Thank You! ## Code of Conduct diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 826d018..4ec8cf4 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Feb 17 15:45:37 EST 2021 +#Tue Oct 21 16:26:10 EDT 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity new file mode 100644 index 0000000..ef91546 --- /dev/null +++ b/node_modules/.yarn-integrity @@ -0,0 +1,10 @@ +{ + "systemParams": "darwin-arm64-137", + "modulesFolders": [], + "flags": [], + "linkedModules": [], + "topLevelPatterns": [], + "lockfileEntries": {}, + "files": [], + "artifacts": {} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + From c07c36553e4c39b3723d64542ebdbcffbe18dbd3 Mon Sep 17 00:00:00 2001 From: Daniel Krook Date: Sun, 26 Oct 2025 09:18:50 -0400 Subject: [PATCH 2/2] Progressively modernize Signed-off-by: Daniel Krook --- README.md | 2 +- prometeo.properties.template | 2 +- pyrrha.properties.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d4739e..3871c44 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The application is built as a [Java Android Application](https://developer.samsu 1. Now that the project builds locally, you can run it on the simulator. If the app doesn't automatically launch, look for the Pyrrha app icon amongst the phone's apps. 1. When the project launches, you'll need to log into it using an account of a user you set up in App ID. -1. After logging in, the UI for scanning for Prometeo sensors will be shown. +1. After logging in, the UI for scanning for Prometeo devices will be shown. ## Running on a physical phone diff --git a/prometeo.properties.template b/prometeo.properties.template index 6f48a96..0a41557 100644 --- a/prometeo.properties.template +++ b/prometeo.properties.template @@ -9,6 +9,6 @@ FLAVOR_DEVICE_UUID_STATUS_CLOUD= FLAVOR_SENSORS_MEASUREMENT= FLAVOR_SENSORS_MEASUREMENT_LABEL=Pyrrha Device Service FLAVOR_DEVICE_SERVICE= -FLAVOR_DEVICE_SERVICE_LABEL=Pyrrha Sensors Measurement +FLAVOR_DEVICE_SERVICE_LABEL=Pyrrha Device Measurement FLAVOR_RULES_DECISION_SERVICE= FLAVOR_APP_ID_SERVICE_TENANT= \ No newline at end of file diff --git a/pyrrha.properties.template b/pyrrha.properties.template index 6f48a96..0a41557 100644 --- a/pyrrha.properties.template +++ b/pyrrha.properties.template @@ -9,6 +9,6 @@ FLAVOR_DEVICE_UUID_STATUS_CLOUD= FLAVOR_SENSORS_MEASUREMENT= FLAVOR_SENSORS_MEASUREMENT_LABEL=Pyrrha Device Service FLAVOR_DEVICE_SERVICE= -FLAVOR_DEVICE_SERVICE_LABEL=Pyrrha Sensors Measurement +FLAVOR_DEVICE_SERVICE_LABEL=Pyrrha Device Measurement FLAVOR_RULES_DECISION_SERVICE= FLAVOR_APP_ID_SERVICE_TENANT= \ No newline at end of file