Skip to content

Releases: kilohealth/rn-fitness-tracker

0.0.16

28 May 14:10
cde5117
Compare
Choose a tag to compare
  • [Android] Subscribe to Google Fit API for steps activity after Google auth. No need to have Google Fit app installed.

0.0.15

13 May 09:04
eeb175a
Compare
Choose a tag to compare
  • isStepTrackingAvailable and isStepTrackingAvailableAndroid now uses a new native method that doesn't request permission to track steps if it's not authorized, just returns the authorization status as the method name indicates.

0.0.14

20 Apr 08:35
a85991d
Compare
Choose a tag to compare
  • iOS: requiresMainQueueSetup = NO

0.0.13

19 Apr 11:32
5648cae
Compare
Choose a tag to compare
  • Returns shouldOpenAppSettings: true if authorization was denied on iOS

0.0.12

19 Apr 11:15
47d4958
Compare
Choose a tag to compare
  • Returns date in yyyy-MM-dd format instead of yyyy-MM-dd HH:mm:ss

0.0.11

17 Apr 09:25
3cd51d1
Compare
Choose a tag to compare
  • Return callback false in iOS code when user denies motion auth

0.0.10

14 Apr 09:07
a017c1d
Compare
Choose a tag to compare
  • Added checks module is run on DEV mode and in simulator, that way it returns true on auth calls.

0.0.9

23 Mar 10:54
49cf52b
Compare
Choose a tag to compare
  • Fitness tracker API written in TypeScript
  • Added method checking if step tracking is supported on iOS device
  • Added trackingNotSupported bool on setup step tracking
  • getSteps returns mock data if is called on iOS simulator
  • Added JSDocs
  • Added Prettier and Eslint configs
  • Added tools for TS support
  • Fixed iOS linking, removed .js files and clutter from pods

0.0.8

14 Feb 09:03
bb55c59
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
  • Fitness tracker API written in TypeScript
  • Added method checking if step tracking is supported on iOS device
  • Added trackingNotSupported bool on setup step tracking
  • getSteps returns mock data if is called on iOS simulator
  • Added JSDocs
  • Added Prettier and Eslint configs
  • Added tools for TS support

0.0.7

02 Oct 12:50
63ea9c2
Compare
Choose a tag to compare
  • Updated podspec to match react native 0.6x