From 6cd9f86a21d32b40345baef224acd9dc0ac4d276 Mon Sep 17 00:00:00 2001 From: Ravishankar Bhagavandas Date: Thu, 13 Feb 2020 15:38:13 -0800 Subject: [PATCH] Change name from Amazon FreeRTOS to FreeRTOS (#10) * change name from Amazon FreeRTOS to FreeRTOS * Version update in gradle --- CHANGELOG.md | 7 +++++-- NOTICE | 2 +- README.md | 12 ++++++------ amazonfreertossdk/gradle.properties | 6 +++--- app/README.md | 6 +++--- app/src/main/res/values/strings.xml | 4 ++-- 6 files changed, 20 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4eab2..d1c65d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# Release notes for Amazon FreeRTOS BLE Mobile SDK for Android +# Release notes for FreeRTOS BLE Mobile SDK for Android + + ## v1.1.0 2/11/2019 + Name change from Amazon FreeRTOS to FreeRTOS ## v1.0.0 6/17/2019 Amazon FreeRTOS BLE Mobile SDK for Android 1.0.0 release. @@ -9,4 +12,4 @@ 3. Proxy MQTT messages between AmazonFreeRTOS device and AWS IoT ## v0.9.0 11/26/2018 - Amazon FreeRTOS BLE Mobile SDK for Android beta release. \ No newline at end of file + Amazon FreeRTOS BLE Mobile SDK for Android beta release. diff --git a/NOTICE b/NOTICE index 8d39082..89b1fd2 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Android SDK for Amazon FreeRTOS Bluetooth Devices +Android SDK for FreeRTOS Bluetooth Devices Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License Version 2.0 diff --git a/README.md b/README.md index aaf0e5e..b89d9f8 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Amazon FreeRTOS BLE Mobile SDK for Android +# FreeRTOS BLE Mobile SDK for Android [![Maven Central](https://maven-badges.herokuapp.com/maven-central/software.amazon.freertos/amazonfreertossdk/badge.svg?cacheSeconds=10)](https://maven-badges.herokuapp.com/maven-central/software.amazon.freertos/amazonfreertossdk/) ## Introduction -Using the Android SDK for Amazon FreeRTOS Bluetooth Devices, you can create mobile applications that do the following: +Using the Android SDK for FreeRTOS Bluetooth Devices, you can create mobile applications that do the following: -- Scan for and connect to nearby BLE devices running Amazon FreeRTOS +- Scan for and connect to nearby BLE devices running FreeRTOS -- Act as a proxy for transmitting MQTT messages between a device running Amazon FreeRTOS and the AWS IoT cloud +- Act as a proxy for transmitting MQTT messages between a device running FreeRTOS and the AWS IoT cloud ## System requirements @@ -54,7 +54,7 @@ In project's `settings.gradle` file, add ':amazonfreertossdk' ### BLE Helper Functions -The SDK includes some functions that help you perform BLE operations with Amazon FreeRTOS devices: +The SDK includes some functions that help you perform BLE operations with FreeRTOS devices: ``` startScanDevices @@ -68,7 +68,7 @@ use this object to do WiFi provisioning or Mqtt proxy. ### WiFi Provisioning Service -Provision the WiFi credential on the Amazon FreeRTOS device through the app. It provides 4 functions: +Provision the WiFi credential on the FreeRTOS device through the app. It provides 4 functions: ``` ListNetwork diff --git a/amazonfreertossdk/gradle.properties b/amazonfreertossdk/gradle.properties index 6f13096..f9c8f56 100644 --- a/amazonfreertossdk/gradle.properties +++ b/amazonfreertossdk/gradle.properties @@ -1,12 +1,12 @@ publishedGroupId=software.amazon.freertos artifact=amazonfreertossdk -versionNumber=1.0.0 +versionNumber=1.1.0 libraryName=amazonfreertossdk -libraryDescription=Android SDK for Amazon FreeRTOS. +libraryDescription=Android SDK for FreeRTOS. siteUrl=https://github.com/aws/amazon-freertos-ble-android-sdk licenseName=The Apache Software License, Version 2.0 licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt developerId=amazon freertos developerName=Amazon FreeRTOS developerEmail=aws-iot-device-ble@amazon.com -gitUrl=https://github.com/aws/amazon-freertos-ble-android-sdk.git \ No newline at end of file +gitUrl=https://github.com/aws/amazon-freertos-ble-android-sdk.git diff --git a/app/README.md b/app/README.md index 2aad201..cb6bc0e 100644 --- a/app/README.md +++ b/app/README.md @@ -1,10 +1,10 @@ -# Amazon FreeRTOS BLE Mobile SDK for Android: Demo Application +# FreeRTOS BLE Mobile SDK for Android: Demo Application ## Introduction -This demo application demonstrates some of the features of the Android SDK for Amazon FreeRTOS Bluetooth devices. +This demo application demonstrates some of the features of the Android SDK for FreeRTOS Bluetooth devices. -For information about configuring and using the demo application, see [Amazon FreeRTOS BLE Mobile SDK Demo Application](https://docs.aws.amazon.com/freertos/latest/userguide/ble-demo.html#ble-sdk-app) on docs.aws.amazon.com. +For information about configuring and using the demo application, see [FreeRTOS BLE Mobile SDK Demo Application](https://docs.aws.amazon.com/freertos/latest/userguide/ble-demo.html#ble-sdk-app) on docs.aws.amazon.com. ## Usage 0. If you don't need mqtt proxy feature, set boolean mqttOn to false in DeviceScanFragment.java, then skip to step 2. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5db48bd..5469fd1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ - AmazonFreeRTOS Demo - AmazonFreeRTOS demo app + FreeRTOS Demo + FreeRTOS demo app Scan for BLE devices Mqtt Proxy Sign Out