Skip to content

Commit

Permalink
Merge pull request #258 from heremaps/esd/41510
Browse files Browse the repository at this point in the history
Update example apps for release 4.15.1.0
  • Loading branch information
maharudraabhishek authored Jul 26, 2023
2 parents 7d59658 + 561a42a commit 7d31648
Show file tree
Hide file tree
Showing 265 changed files with 8,629 additions and 726 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For an overview of the existing features, please check the _Developer's Guide_ f

> For now, the _Navigate Edition_ is only available upon request. Please contact your HERE representative to receive access including a set of evaluation credentials.
## List of Available Example Apps (Version 4.15.0.0)
## List of Available Example Apps (Version 4.15.1.0)

- **HelloMap**: Shows the classic 'Hello World'.
- **HelloMapKotlin**: Shows the classic 'Hello World' using Kotlin language (Android only).
Expand Down
2 changes: 1 addition & 1 deletion examples/latest/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This folder contains the HERE SDK examples apps for version: 4.15.0.0
This folder contains the HERE SDK examples apps for version: 4.15.1.0

- HERE SDK for Android ([Lite Edition](lite/android/), [Explore Edition](explore/android/), [Navigate Edition](navigate/android/))
- HERE SDK for iOS ([Lite Edition](lite/ios/), [Explore Edition](explore/ios/), [Navigate Edition](navigate/ios/))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/Theme.CameraKeyframeTracks">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
android:label="Camera"
android:icon="@mipmap/ic_launcher">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
android:label="Custom Map Styles"
android:icon="@mipmap/ic_launcher">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
android:label="Custom Raster Layers"
android:icon="@mipmap/ic_launcher">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
android:label="EV Routing"
android:icon="@mipmap/ic_launcher">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
android:label="Gestures"
android:icon="@mipmap/ic_launcher">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
android:label="Hello Map"
android:icon="@mipmap/ic_launcher">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
android:label="Map Items"
android:icon="@mipmap/ic_launcher">

<!-- Disable the InitProvider of the HERE SDK to prevent auto-initialization
until the InitProvider is removed with release 4.15.0. -->
<provider
android:name="com.here.sdk.engine.InitProvider"
android:authorities="com.here.sdk.engine.InitProvider"
android:exported="false"
tools:node="remove" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Loading

0 comments on commit 7d31648

Please sign in to comment.