Skip to content

Commit

Permalink
Release ANT+ SDK v.P.B2 - 8 Aug 2014
Browse files Browse the repository at this point in the history
Update to Plugins Service, Lib, and Sampler v.3.1.0.
Update HeartRateGrapher to v.3.0.0
  • Loading branch information
ANT-Shane committed Aug 8, 2014
1 parent e0e9d06 commit 3e0db26
Show file tree
Hide file tree
Showing 38 changed files with 3,808 additions and 123 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed ANT+_Android_SDK/API/antpluginlib_3-0-0-RC1.jar
Binary file not shown.
Binary file added ANT+_Android_SDK/API/antpluginlib_3-1-0.jar
Binary file not shown.
Binary file not shown.
50 changes: 44 additions & 6 deletions ANT+_Android_SDK/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Android ANT+ SDK v.P.B1 RC1 - 20 June 2014
# Android ANT+ SDK v.P.B2 - 8 Aug 2014
This software development kit provides the resources needed to develop an Android application which uses the defined ANT+ profiles to communicate wirelessly with the millions of existing ANT+ devices. It includes instructions, API and documentation, and reference sample applications. The PDF _Creating ANT+ Android Applications_ explains how to get started.

If you are trying to develop an application to use ANT wireless technology freely outside of the defined ANT+ profiles, you must use the ANT Android SDK instead.
Expand Down Expand Up @@ -26,19 +26,57 @@ This SDK is available from:
## Contents
* Creating ANT+ Android Applications
* API
* PluginLib 3.0.0 RC1 (.jar and Javadoc)
* FIT 11.0.0 (.jar)
* PluginLib 3.1.0 (.jar and Javadoc)
* FIT 12.00 (.jar)
* Services
* ANT+ Plugins Service 3.0.0 RC1 (.apk)
* ANT+ Plugins Service 3.1.0 (.apk)
* Plugin Manager Launcher 1.1.0 (.apk)
* Sample Applications
* Plugin Sampler 3.0.0 RC1(.apk and source)
* Plugin Sampler 3.1.0(.apk and source)
* ANT+ Demo 3.1.0 (.apk)
* Heart Rate Grapher 2.1.0 (.apk)
* Heart Rate Grapher 3.0.0 (.apk)


## Changelog

<u>v.P.B2 - 8 Aug 2014</u>
---------------------------------------------
> Ant+ Plugins Service and ANT+ PluginLib Changelog - v.3.1.0
> -----------------------------------------------------------
> * Added Remote Control profile (Audio, Video, and Generic support)
> * Added support for requesting common data pages
> * Added support for supplementary software version on common manufacturer info page
> * Moved controllable device PCC to a different package to avoid confusion with the actual PCCs(Will require fixing imports and references in old projects)
> * Changed Bike Power and Trainer commands to send result failed response instead of throwing exception
> * Updated to FitLib 12.00
> * Updated to AntLib 4.7.0
> * Updated some Javadoc to be more clear
> * Removed blood pressure requestDownloadAllHistory (replaced by DownloadMeasurements)
> * Fixed weight scale crashing with certain brands of weight scale
> * Fixed a ConcurrentModificationException occurring when using multiple async scan controllers
> * Fixed a Bike Power divide-by-zero error
> * Fixed several causes of sending messages to dead handler logs
> * Fixed missing dependency info to be consistent and more user friendly
> * Fixed async scan controllers to not log known result codes as unknown
> * Fixed BikePower logging about subscribing and unsubscribing to events
> * Fixed Request Access UI Activity from displaying if the pcc release handle was already closed
>
>
> Plugin Sampler - v.3.1.0
> ------------------------------
> * Update to new pluginLib
> * Add Remote Control support
> * Fixed crash selecting watch list item after search is closed
> * Fixed async scan demo leaking a channel in some cases
>
>
> Heart Rate Grapher - v.3.0.0
> -----------------------------
> * New modern UI
> * Added keep-screen-on feature
> * Now detects HR strap connection issues

<u>v.P.B1 RC1 - 20 June 2014</u>
---------------------------------------------

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This software is subject to the license described in the License.txt file
included with this software distribution. You may not use this file except in compliance
with this license.
Copyright (c) Dynastream Innovations Inc. 2013
Copyright (c) Dynastream Innovations Inc. 2014
All rights reserved.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dsi.ant.antplus.pluginsampler"
android:versionCode="030000"
android:versionName="3.0.0.RC1d" >
android:versionCode="030100"
android:versionName="3.1.0" >

<uses-sdk
android:minSdkVersion="7"
Expand Down Expand Up @@ -67,20 +67,40 @@ All rights reserved.
android:screenOrientation="portrait"
android:configChanges="orientation"/>
<activity
android:name="com.dsi.ant.antplus.pluginsampler.Activity_AudioControllableDeviceSampler"
android:label="Audio Controllable Device Plugin Sampler"
android:screenOrientation="portrait"
android:configChanges="orientation"/>
android:name="com.dsi.ant.antplus.pluginsampler.controls.Activity_AudioControllableDeviceSampler"
android:configChanges="orientation"
android:label="Audio Controllable Device Plugin Sampler"
android:screenOrientation="portrait" />
<activity
android:name="com.dsi.ant.antplus.pluginsampler.Activity_VideoControllableDeviceSampler"
android:label="Video Controllable Device Plugin Sampler"
android:screenOrientation="portrait"
android:configChanges="orientation"/>
android:name="com.dsi.ant.antplus.pluginsampler.controls.Activity_AudioRemoteControlSampler"
android:configChanges="orientation"
android:label="Audio Remote Control Plugin Sampler"
android:screenOrientation="portrait" />
<activity
android:name="com.dsi.ant.antplus.pluginsampler.Activity_GenericControllableDeviceSampler"
android:label="Generic Controllable Device Plugin Sampler"
android:screenOrientation="portrait"
android:configChanges="orientation"/>
android:name="com.dsi.ant.antplus.pluginsampler.controls.Activity_VideoControllableDeviceSampler"
android:configChanges="orientation"
android:label="Video Controllable Device Plugin Sampler"
android:screenOrientation="portrait" />
<activity
android:name="com.dsi.ant.antplus.pluginsampler.controls.Activity_VideoRemoteControlSampler"
android:configChanges="orientation"
android:label="Video Remote Control Plugin Sampler"
android:screenOrientation="portrait" />
<activity
android:name="com.dsi.ant.antplus.pluginsampler.controls.Activity_GenericControllableDeviceSampler"
android:configChanges="orientation"
android:label="Generic Controllable Device Plugin Sampler"
android:screenOrientation="portrait" />
<activity
android:name="com.dsi.ant.antplus.pluginsampler.controls.Activity_GenericRemoteControlSampler"
android:configChanges="orientation"
android:label="Generic Remote Control Plugin Sampler"
android:screenOrientation="portrait" />
<activity
android:name="com.dsi.ant.antplus.pluginsampler.controls.Activity_MultiRemoteControlSampler"
android:configChanges="orientation"
android:label="Multi Remote Control Plugin Sampler"
android:screenOrientation="portrait" />
<activity
android:name="com.dsi.ant.antplus.pluginsampler.weightscale.Activity_WeightScaleSampler"
android:label="Weight Scale Plugin Sampler"
Expand Down
Loading

0 comments on commit 3e0db26

Please sign in to comment.