Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release of version 1.4.0 #95

Merged
merged 12 commits into from
Aug 28, 2023
Merged

Prepare release of version 1.4.0 #95

merged 12 commits into from
Aug 28, 2023

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    823e22e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. feat: iOS Workouts (#88)

    Update Health and Fitness iOS library in order to include the new GetWorkoutsData feature.
    Add required code to bridge the feature between the callers (OutSystems) and iOS.
    OS-ricardomoreirasilva committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    a8590c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. chore: Set Release Tag

    Set release tag on the repo's CHANGELOG file.
    OS-ricardomoreirasilva committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d29faf3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into development

    # Conflicts:
    #	CHANGELOG.md
    OS-ricardomoreirasilva committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    cdcfd75 View commit details
    Browse the repository at this point in the history
  3. chore: Set Release Tag

    Set release tag on the repo's package.json and plugin.xml files.
    OS-ricardomoreirasilva committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    be73672 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. chore: Update iOS Library (#90)

    Update "OSHealthFitnessLib.xcframework" to the latest version to include the fix for the notification trigger (https://outsystemsrd.atlassian.net/browse/RMET-2689).
    OS-ricardomoreirasilva committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    874661b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore: Update iOS Library (#91)

    Update "OSHealthFitnessLib.xcframework" to the latest version to enable notification editing (https://outsystemsrd.atlassian.net/browse/RMET-2688).
    OS-ricardomoreirasilva committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e29a505 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. RMET-2723 Health & Fitness Plugin - Disconnect from google fit (#92)

    * feat: add disconnectFromGoogleFit method
    
    References: https://outsystemsrd.atlassian.net/browse/RMET-2723
    
    * chore: update library dependency
    
    References: https://outsystemsrd.atlassian.net/browse/RMET-2723
    
    * chore: update changelog
    
    References: https://outsystemsrd.atlassian.net/browse/RMET-2723
    
    * chore: update library version
    
    References: https://outsystemsrd.atlassian.net/browse/RMET-2723
    alexgerardojacinto committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    58952c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b8e45 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. chore: Update iOS xcframework (#94)

    Update to the 1.3.1 tag version.
    OS-ricardomoreirasilva committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d8d37a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into development

    # Conflicts:
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Info.plist
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftdoc
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftinterface
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/OSHealthFitnessLib
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Info.plist
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftdoc
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftinterface
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/OSHealthFitnessLib
    #	src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/_CodeSignature/CodeResources
    OS-ricardomoreirasilva committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a17a12c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e4a193 View commit details
    Browse the repository at this point in the history