Skip to content

Commit 440be65

Browse files
authored
Merge pull request #220 from hove-io/task/releases-09-11
Add latest releases for iOS and Android
2 parents 8c09930 + f851c8d commit 440be65

File tree

38 files changed

+333
-16
lines changed

38 files changed

+333
-16
lines changed

docs/around_me/android/changelogs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs
44

55
# Around Me Android Changelogs
66

7+
* [v2.17.0](releases/2.17.0/index.md) (_11 Sep 2025_)
78
* [v2.16.6](releases/2.16.6/index.md) (_11 Jun 2025_)
89
* [v2.16.5](releases/2.16.5/index.md) (_05 Jun 2025_)
910
* [v2.16.4](releases/2.16.4/index.md) (_15 May 2025_)

docs/around_me/android/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
1010

1111
```kotlin
1212
dependencies {
13-
implementation("com.kisio.navitia.sdk.ui:aroundme:2.16.6")
13+
implementation("com.kisio.navitia.sdk.ui:aroundme:2.17.0")
1414
}
1515
```
1616

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: AroundMe Android 2.17.0 - Changelog - Navitia SDK Docs
3+
---
4+
5+
# Around Me Android 2.17.0 Changelog
6+
7+
<h2>🗓 11 Sep 2025</h2>
8+
9+
#### Features
10+
- Default zoom level can now be configured
11+
- Added new zoom level for stop points
12+
- Empty states can now be configured
13+
- Added delete action in auto complete history items.
14+
15+
#### Fixes
16+
- Show poi marker when coming from autocompletion regardless of the quickfilters
17+
18+
#### Dependencies
19+
- `com.kisio.navitia.sdk.data:expert`> `3.7.2`
20+
- `com.kisio.navitia.sdk.engine:design`> `2.23.0`
21+
- `com.kisio.navitia.sdk.engine:router`> `2.6.6`
22+
- `com.kisio.navitia.sdk.engine:toolbox`> `1.22.0`

docs/around_me/ios/changelogs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Around Me iOS - Changelogs - Navitia SDK Docs
44

55
# Around Me iOS Changelogs
66

7+
* [v4.3.1](releases/4.3.1/index.md) (_15 Oct 2025_)
8+
* [v4.3.0](releases/4.3.0/index.md) (_11 Sep 2025_)
79
* [v4.2.3](releases/4.2.3/index.md) (_12 Aug 2025_)
810
* [v4.2.2](releases/4.2.2/index.md) (_18 Jun 2025_)
911
* [v4.2.1](releases/4.2.1/index.md) (_07 May 2025_)

docs/around_me/ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
1313
source 'https://github.com/hove-io/Podspecs.git' # Around Me podspec URL
1414

1515
target 'YOUR_PROJECT_SCHEME' do
16-
pod 'AroundMeSDK', '4.2.3' # Around Me Pod definition
16+
pod 'AroundMeSDK', '4.3.1' # Around Me Pod definition
1717
end
1818

1919
# Required for XCFramework
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: AroundMe iOS 4.3.0 - Changelog - Navitia SDK Docs
3+
---
4+
5+
# AroundMe iOS 4.3.0 Changelog
6+
7+
<h2>🗓 11 Sep 2025</h2>
8+
9+
#### Features
10+
- Route favorite transport to see all schedules screen
11+
- Make favorite empty state texte configurable
12+
- Add delete feature to search history
13+
- Make default zoom level configurable
14+
15+
#### Tasks
16+
- Optimize bottom sheet behavior
17+
- Icon resources can now be optionally excluded from the configuration
18+
19+
#### Fixes
20+
- Improved map behavior when reselecting and deselecting an annotation
21+
22+
#### Compiler
23+
- Swift `6.1.2`
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: AroundMe iOS 4.3.1 - Changelog - Navitia SDK Docs
3+
---
4+
5+
# AroundMe iOS 4.3.1 Changelog
6+
7+
<h2>🗓 15 Oct 2025</h2>
8+
9+
#### Fixes
10+
- Fix tabbar colors on favorite bottom sheet
11+
- Fix quick filter behavior
12+
13+
#### Compiler
14+
- Swift `6.2.0``

docs/bookmark/android/changelogs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs
44

55
# Bookmark Android Changelogs
66

7+
* [v1.12.0](releases/1.12.0/index.md) (_11 Sep 2025_)
78
* [v1.11.3](releases/1.11.3/index.md) (_11 Jun 2025_)
89
* [v1.11.2](releases/1.11.2/index.md) (_05 Jun 2025_)
910
* [v1.11.1](releases/1.11.1/index.md) (_23 Apr 2025_)

docs/bookmark/android/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
1010

1111
```kotlin
1212
dependencies {
13-
implementation("com.kisio.navitia.sdk.ui:bookmark:1.11.3")
13+
implementation("com.kisio.navitia.sdk.ui:bookmark:1.12.0")
1414
}
1515
```
1616

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Bookmark Android 1.12.0 - Changelog - Navitia SDK Docs
3+
---
4+
5+
# Bookmark Android 1.12.0 Changelog
6+
7+
<h2>🗓 11 Sep 2025</h2>
8+
9+
#### Tasks
10+
- Removed condition on minimal walking duration display
11+
12+
#### Dependencies
13+
- `com.kisio.navitia.sdk.data:expert`> `3.7.2`
14+
- `com.kisio.navitia.sdk.engine:design`> `2.23.0`
15+
- `com.kisio.navitia.sdk.engine:router`> `2.6.6`
16+
- `com.kisio.navitia.sdk.engine:toolbox`> `1.22.0`

0 commit comments

Comments
 (0)