Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
Includes:
	-Android L compatibility fix - remove ANT and ANT_ADMIN permissions
	-new readme with changelog
  • Loading branch information
ANT-Shane committed Aug 25, 2014
1 parent a31e138 commit 5846d51
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 226 deletions.
8 changes: 0 additions & 8 deletions .cvsignore

This file was deleted.

2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dsi.ant.server"
android:versionName="3.2.0"
android:versionName="4.0.0"
android:versionCode="030200"
android:sharedUserId="android.uid.system">

Expand Down
5 changes: 0 additions & 5 deletions NOTICE

This file was deleted.

34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
Android_ANTHALService
=====================
# Android ANT HAL Service v.4.0.0 - 25 Aug 2014

The ANT HAL Service functions as a JNI wrapper for the ANT HAL.
The ANT Hal Service provides the messaging and state control interface
to the built-in adapter for the ANT Radio Service to interact with.


## License

Copyright 2009-2014 Dynastream Innovations

This product includes software developed at
Dynastream Innovations (http://www.dynastream.com/).

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


## Changelog

v4.0.0 - 25 Aug 2014 (changes since 3.2.0)
-------------------------------------------------------------
> * Remove ANT and ANT_ADMIN permission defines which conflict with ANT Radio Service defines with new Android L permission behaviour (INSTALL_FAILED_DUPLICATE_PERMISSIONS_ERROR)
210 changes: 0 additions & 210 deletions ReleaseNotes.txt

This file was deleted.

0 comments on commit 5846d51

Please sign in to comment.