From 5ad3c0f8d50e2ceb2ace3319a74a95b679da95da Mon Sep 17 00:00:00 2001 From: Saksham Date: Mon, 2 Dec 2024 11:38:31 +0530 Subject: [PATCH] Update v1.4.2 --- README.md | 6 +++--- app/build.gradle | 2 +- docs/v1.0.2/GettingStarted.md | 2 +- docs/v1.0.2/README.md | 4 ++-- docs/v1.0.2/Version-History.md | 1 + gradlew | 7 +++++-- gradlew.bat | 22 ++++++++++++---------- 7 files changed, 25 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index e7b2ffa..ce82c61 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Already have an application? Give it a boost with the powerful features of InTou | Version | Supported SDK Version | | ---- | ---- | -| [v1.0.2](docs/v1.0.2/README.md) | - Mappls Intouch SDK v1.4.1 | +| [v1.0.2](docs/v1.0.2/README.md) | - Mappls Intouch SDK v1.4.2 | | [v1.0.1](docs/v1.0.1/README.md) | - Mappls Intouch SDK v1.3.1 | | [v1.0.0](docs/v1.0.0/README.md) | - Mappls Intouch SDK v1.2.2 | @@ -30,13 +30,13 @@ For more details of previous documentation versions , [click here](docs/v1.0.2/D | Version | Last Updated | Author | Release Note| | ---- | ---- | ---- | ---- | +| v1.4.2 | 28 November 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes | | v1.4.1 | 18 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes | | v1.4.0 | 01 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Road Details Callback on Every location Change | | v1.3.1 | 19 July 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes| | v1.3.0 | 14 June 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Android 14 support
- Added feature to open app on click of Notification
- Significant Improvement| -| v1.2.2 | 13 September 2023 | Mappls API Team ([MA](https://github.com/mdakram)) ([DK](https://github.com/katariadeepak86)) | - Bug Fixes| -For more details of previous versions , [click here](./Version-History.md). +For more details of previous versions , [click here](docs/v1.0.2/Version-History.md). ## [Table Of Content](#Table-Of-Content) diff --git a/app/build.gradle b/app/build.gradle index 51c64ab..eeb71b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation "com.google.android.material:material:1.4.1" implementation 'com.afollestad.material-dialogs:core:0.9.6.0' - implementation 'com.mappls.sdk:intouch-sdk:1.4.0' + implementation 'com.mappls.sdk:intouch-sdk:1.4.2' implementation 'com.android.support:multidex:1.0.3' // implementation 'com.mappls.sdk:ble-plugin:1.0.0' diff --git a/docs/v1.0.2/GettingStarted.md b/docs/v1.0.2/GettingStarted.md index b89813e..1812ba8 100644 --- a/docs/v1.0.2/GettingStarted.md +++ b/docs/v1.0.2/GettingStarted.md @@ -88,7 +88,7 @@ allprojects { - Add below dependency in your app-level `build.gradle` ```java -implementation 'com.mappls.sdk:intouch-sdk:1.4.1' +implementation 'com.mappls.sdk:intouch-sdk:1.4.2' ``` ### Add Java 8 Support to the project diff --git a/docs/v1.0.2/README.md b/docs/v1.0.2/README.md index 8230621..a597791 100644 --- a/docs/v1.0.2/README.md +++ b/docs/v1.0.2/README.md @@ -20,7 +20,7 @@ Already have an application? Give it a boost with the powerful features of InTou | Version | Supported SDK Version | | ---- | ---- | -| [v1.0.2](docs/v1.0.2/README.md) | - Mappls Intouch SDK v1.4.1 | +| [v1.0.2](docs/v1.0.2/README.md) | - Mappls Intouch SDK v1.4.2 | | [v1.0.1](docs/v1.0.1/README.md) | - Mappls Intouch SDK v1.3.1 | | [v1.0.0](docs/v1.0.0/README.md) | - Mappls Intouch SDK v1.2.2 | @@ -30,11 +30,11 @@ For more details of previous documentation versions , [click here](./Documentati | Version | Last Updated | Author | Release Note| | ---- | ---- | ---- | ---- | +| v1.4.2 | 28 November 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes | | v1.4.1 | 18 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes | | v1.4.0 | 01 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Road Details Callback on Every location Change | | v1.3.1 | 19 July 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes| | v1.3.0 | 14 June 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Android 14 support
- Added feature to open app on click of Notification
- Significant Improvement| -| v1.2.2 | 13 September 2023 | Mappls API Team ([MA](https://github.com/mdakram)) ([DK](https://github.com/katariadeepak86)) | - Bug Fixes| For more details of previous versions , [click here](./Version-History.md). diff --git a/docs/v1.0.2/Version-History.md b/docs/v1.0.2/Version-History.md index 84e73b6..218e28f 100644 --- a/docs/v1.0.2/Version-History.md +++ b/docs/v1.0.2/Version-History.md @@ -4,6 +4,7 @@ | Version | Last Updated | Author | Release Note| | ---- | ---- | ---- | ---- | +| v1.4.2 | 28 November 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes | | v1.4.1 | 18 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes | | v1.4.0 | 01 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Road Details Callback on Every location Change | | v1.3.1 | 19 July 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes| diff --git a/gradlew b/gradlew index 1aa94a4..f5feea6 100755 --- a/gradlew +++ b/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -55,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -84,7 +86,8 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/gradlew.bat b/gradlew.bat index 93e3f59..9d21a21 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## @@ -43,11 +45,11 @@ set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -57,11 +59,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail