Skip to content

Commit

Permalink
Merge branch 'master' into feature/insulin-delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
António Valente committed Jul 10, 2024
2 parents e090610 + 1a09f17 commit 9fe4160
Show file tree
Hide file tree
Showing 22 changed files with 6,654 additions and 3,509 deletions.
264 changes: 145 additions & 119 deletions packages/health/CHANGELOG.md

Large diffs are not rendered by default.

238 changes: 128 additions & 110 deletions packages/health/README.md

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions packages/health/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options

include: package:flutter_lints/flutter.yaml

analyzer:
exclude: [build/**]
language:
strict-casts: true
strict-inference: true
strict-raw-types: true

linter:
rules:
cancel_subscriptions: true
constant_identifier_names: false
depend_on_referenced_packages: true
avoid_print: true
use_string_in_part_of_directives: true
2 changes: 1 addition & 1 deletion packages/health/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation("com.google.android.gms:play-services-auth:20.2.0")

// The new health connect api
implementation("androidx.health.connect:connect-client:1.1.0-alpha06")
implementation("androidx.health.connect:connect-client:1.1.0-alpha07")
def fragment_version = "1.6.2"
implementation "androidx.fragment:fragment-ktx:$fragment_version"

Expand Down
6,157 changes: 3,874 additions & 2,283 deletions packages/health/android/src/main/kotlin/cachet/plugins/health/HealthPlugin.kt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/health/example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "The Chromium Authors";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Loading

0 comments on commit 9fe4160

Please sign in to comment.