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

RMET-3051 H&F Plugin - Prepare to release version 2.0.0 #131

Merged
merged 44 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0b3fac8
chore: Add Unreleased Tag to CHANGELOG
OS-ricardomoreirasilva Nov 9, 2022
0796245
feat: iOS Workouts (#88)
OS-ricardomoreirasilva Jan 6, 2023
d691e84
chore: Set Release Tag
OS-ricardomoreirasilva Jan 10, 2023
367c167
RMET-2036 :: Replaced jcenter by mavenCentral (#87)
alexgerardojacinto Dec 19, 2022
ba296b8
chore(release): raise to version 1.2.12
alexgerardojacinto Dec 19, 2022
91682ca
chore: Set Release Tag
OS-ricardomoreirasilva Jan 10, 2023
891c1d1
chore: Update iOS Library (#90)
OS-ricardomoreirasilva Jul 31, 2023
0736ce8
chore: Update iOS Library (#91)
OS-ricardomoreirasilva Aug 1, 2023
c9286f3
RMET-2723 Health & Fitness Plugin - Disconnect from google fit (#92)
alexgerardojacinto Aug 25, 2023
0311bcf
chore: update library version
alexgerardojacinto Aug 25, 2023
8107fb4
chore: Update iOS xcframework (#94)
OS-ricardomoreirasilva Aug 28, 2023
18124cb
Prepare Release 1.3.0 (#89)
OS-ricardomoreirasilva Jan 10, 2023
d5a2476
chore(release): raise to version 1.4.0
alexgerardojacinto Aug 28, 2023
a9decc1
RMET-3046 H&F Cordova Plugin - Migrate RequestPermissions to HealthCo…
alexgerardojacinto Feb 2, 2024
259865d
RMET-3049 OSHealthFitnessLib-Android - Migrate WriteProfileData featu…
alexgerardojacinto Feb 6, 2024
ba8ff7a
RMET-3048 :: Migrate GetLastRecord to HealthConnect (#98)
alexgerardojacinto Feb 8, 2024
79b8e90
RMET-3069 H&F Plugin - Migrate ListBackgroundJobs feature (#99)
alexgerardojacinto Feb 12, 2024
4dd510e
RMET-3050 H&F Plugin - Migrate set background job (#101)
alexgerardojacinto Feb 20, 2024
80fbe75
RMET-3047 Android Advance Query (#100)
hectorjdgdev Feb 21, 2024
adb8e9c
RMET-3067 H&F Plugin - Migrate updateBackgroundJob (#103)
alexgerardojacinto Feb 22, 2024
8338a31
RMET-3068 ::: Android ::: Migrate Delete Background Jobs (#104)
OS-ricardomoreirasilva Feb 23, 2024
270597f
RMET-3145:::Show app's privacy policy dialog (#105)
hectorjdgdev Feb 27, 2024
5211a78
RMET-3158 H&F Plugin - Open Health Connect App (#107)
alexgerardojacinto Feb 29, 2024
8f24133
RMET- 3142 H&F Plugin - Hook for permissions (#106)
alexgerardojacinto Feb 29, 2024
e14d50b
RMET-3070 H&F Plugin - Implement disableHealthConnect feature and Dep…
ItsChaceD Mar 11, 2024
cab570b
RMET-3190 OSHealthFintessLib-Android - Fix library build (#108)
alexgerardojacinto Mar 11, 2024
64c0cfc
RMET-3190 H&F Plugin - Use exact alarms for background jobs (#109)
alexgerardojacinto Mar 15, 2024
d4df368
RMET-3191 H&F Plugin - Use sensors for background jobs (Activity Reco…
alexgerardojacinto Mar 20, 2024
4431361
chore: update dependency to H&F Android library (#112)
alexgerardojacinto Mar 21, 2024
c2b2182
RMET-3246 H&F Plugin - Fix hook for ODC (#113)
alexgerardojacinto Mar 22, 2024
91e2492
RMET-3134 H&F Plugin - Remove old code (#114)
alexgerardojacinto Apr 1, 2024
4c6ddc5
RMET-3134 H&F Plugin - Minor fix for background jobs feature (#115)
alexgerardojacinto Apr 3, 2024
f262aff
RMET-3134 H&F Plugin - Apply fix background job (#116)
alexgerardojacinto Apr 3, 2024
be2817d
chore: remove unused stuff (#117)
alexgerardojacinto Apr 3, 2024
f084e3e
refactor: update gson lib version (#119)
alexgerardojacinto Apr 4, 2024
8c4d950
RMET-3134 H&F Plugin - Fix privacy policy opening for Android <= 13 (…
alexgerardojacinto Apr 5, 2024
2a34f20
RMET-3280 ::: iOS ::: Add Privacy Manifest (#118)
OS-ricardomoreirasilva Apr 8, 2024
632c9a1
chore: update H&F Android library version (#121)
alexgerardojacinto Apr 8, 2024
e5e82c7
RMET-3051 H&F - Prepare release of version 2.0.0 (#123)
alexgerardojacinto Apr 9, 2024
d3857b2
Solve conflicts (#125)
OS-ricardomoreirasilva Apr 9, 2024
19552fd
Final try (#127)
OS-ricardomoreirasilva Apr 9, 2024
af010f0
chore: update changelog
alexgerardojacinto Apr 9, 2024
ec9b6c9
Merge branch 'main' into development
alexgerardojacinto Apr 9, 2024
e9ed2a1
chore(release): raise to version 2.0.0 (#130)
alexgerardojacinto Apr 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

The changes documented here do not include those from the original repository.

## [2.0.0]

### 2024-04-05
- Fix privacy policy opening for Android <= 13 (https://outsystemsrd.atlassian.net/browse/RMET-3134).

### 2024-04-04
- Update the iOS framework. This adds the Privacy Manifest file (https://outsystemsrd.atlassian.net/browse/RMET-3280).
- Update GSON version to remove vulnerability (https://outsystemsrd.atlassian.net/browse/RMET-3134).

### 2024-04-01
- Remove old code and re-arrange file structure (https://outsystemsrd.atlassian.net/browse/RMET-3134).

### 2024-03-22
- Fixed hook for ODC (https://outsystemsrd.atlassian.net/browse/RMET-3191).

### 2024-03-18
- Implemented the usage of the Activity Transition Recognition API for background jobs (https://outsystemsrd.atlassian.net/browse/RMET-3246).

### 2024-03-14
- Implemented the usage of exact alarms for background jobs (https://outsystemsrd.atlassian.net/browse/RMET-3190).

### 2024-02-28
- Implemented `Open Health Connect App` (https://outsystemsrd.atlassian.net/browse/RMET-3158).

### 2024-02-27
- Implemented hook for permissions (https://outsystemsrd.atlassian.net/browse/RMET-3142).

### 2024-02-26
- Implemented `Show app's privacy policy dialog` (https://outsystemsrd.atlassian.net/browse/RMET-3145).

### 2024-02-23
- Re-implement `DeleteBackgroundJob` feature (https://outsystemsrd.atlassian.net/browse/RMET-3068).

### 2024-02-20
- Deprecated `DisableGoogleFit` feature and implemented `DisableHealthConnect` feature (https://outsystemsrd.atlassian.net/browse/RMET-3070).
- Re-implemented UpdateBackgroundJob feature (https://outsystemsrd.atlassian.net/browse/RMET-3067).
- Re-implemented SetBackgroundJob feature (https://outsystemsrd.atlassian.net/browse/RMET-3050).

### 2024-02-09
- Re-implemented AdvanceQuery feature (https://outsystemsrd.atlassian.net/browse/RMET-3047).

### 2024-02-09
- Re-implemented ListBackgroundJobs feature (https://outsystemsrd.atlassian.net/browse/RMET-3069).

### 2024-02-08
- Re-implement `GetLastRecord` feature:
- GetFitnessData (https://outsystemsrd.atlassian.net/browse/RMET-3048)
- GetHealthData (https://outsystemsrd.atlassian.net/browse/RMET-3065)
- GetProfileData (https://outsystemsrd.atlassian.net/browse/RMET-3066)

### 2024-02-05
- Re-implemented WriteProfieleData feature (https://outsystemsrd.atlassian.net/browse/RMET-3049).

### 2024-02-01
- Re-implemented RequestPermissions feature (https://outsystemsrd.atlassian.net/browse/RMET-3046).

## [Version 1.4.0]

## 2023-08-25
Expand All @@ -18,6 +74,8 @@ The changes documented here do not include those from the original repository.

### 16-12-2022
- Replaced jcenter with more up to date mavenCentral [RMET-2036](https://outsystemsrd.atlassian.net/browse/RMET-2036)
## [Version 1.3.0]
- Feat: [iOS] Add a method to retrieve workouts raw data from HealthKit (https://outsystemsrd.atlassian.net/browse/RMET-2128).

## [Version 1.2.11]
- Fix: [iOS] Replace the old `OSCore` framework for the new `OSCommonPluginLib` pod.
Expand Down
Loading