File tree 34 files changed +231
-11
lines changed
34 files changed +231
-11
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs
4
4
5
5
# Around Me Android Changelogs
6
6
7
+ * [ v2.16.0] ( releases/2.16.0/index.md ) (_ 23 Apr 2025_ )
7
8
* [ v2.15.0] ( releases/2.15.0/index.md ) (_ 24 Mar 2025_ )
8
9
* [ v2.14.0] ( releases/2.14.0/index.md ) (_ 25 Feb 2025_ )
9
10
* [ v2.13.4] ( releases/2.13.4/index.md ) (_ 03 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
10
10
11
11
``` kotlin
12
12
dependencies {
13
- implementation(" com.kisio.navitia.sdk.ui:aroundme:2.15 .0" )
13
+ implementation(" com.kisio.navitia.sdk.ui:aroundme:2.16 .0" )
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : AroundMe Android 2.16.0 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Around Me Android 2.16.0 Changelog
6
+
7
+ <h2 >🗓 23 Apr 2025</h2 >
8
+
9
+ #### Features
10
+ - Added an alert on the map when an item selected in autocompletion is not included in the filters.
11
+
12
+ #### Tasks
13
+ - Optimized Map and BottomSheet behavior
14
+
15
+ #### Dependencies
16
+ - ` gradle ` > ` 8.11.1 `
17
+ - ` com.android.tools.build:gradle ` > ` 8.9.1 `
18
+ - ` com.kisio.navitia.sdk.data:expert ` > ` 3.7.1 `
19
+ - ` com.kisio.navitia.sdk.engine:design ` > ` 2.22.0 `
20
+ - ` com.kisio.navitia.sdk.engine:router ` > ` 2.6.5 `
21
+ - ` com.kisio.navitia.sdk.engine:toolbox ` > ` 1.21.0 `
22
+ - ` androidx.room:room-compiler ` > ` 2.7.0 `
23
+ - ` androidx.room:room-ktx ` > ` 2.7.0 `
24
+ - ` androidx.room:room-runtime ` > ` 2.7.0 `
25
+ - ` androidx.core:core-ktx ` > ` 1.16.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Around Me iOS - Changelogs - Navitia SDK Docs
4
4
5
5
# Around Me iOS Changelogs
6
6
7
+ * [ v4.2.0] ( releases/4.2.0/index.md ) (_ 22 Apr 2025_ )
7
8
* [ v4.1.0] ( releases/4.1.0/index.md ) (_ 24 Mar 2025_ )
8
9
* [ v4.0.0] ( releases/4.0.0/index.md ) (_ 24 Feb 2025_ )
9
10
* [ v3.10.2] ( releases/3.10.2/index.md ) (_ 12 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
13
13
source ' https://github.com/hove-io/Podspecs.git' # Around Me podspec URL
14
14
15
15
target ' YOUR_PROJECT_SCHEME' do
16
- pod ' AroundMeSDK' , ' 4.1 .0' # Around Me Pod definition
16
+ pod ' AroundMeSDK' , ' 4.2 .0' # Around Me Pod definition
17
17
end
18
18
19
19
# Required for XCFramework
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : AroundMe iOS 4.2.0 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # AroundMe iOS 4.2.0 Changelog
6
+
7
+ <h2 >🗓 22 Apr 2025</h2 >
8
+
9
+ #### Features
10
+ - Added an alert on the map when an item selected in autocompletion is not included in the filters.
11
+
12
+ #### Tasks
13
+ - Improved transitions between different states of the map and the bottom sheet.
14
+ - Added ` WrappedContentTableView ` view to UIKit for improved dynamic content handling
15
+
16
+ #### Fixes
17
+ - Fix address marker not showing everytime.
18
+
19
+ #### Dependencies
20
+ - ` DesignEngine ` -> ` 3.2.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs
4
4
5
5
# Bookmark Android Changelogs
6
6
7
+ * [ v1.11.1] ( releases/1.11.1/index.md ) (_ 23 Apr 2025_ )
7
8
* [ v1.11.0] ( releases/1.11.0/index.md ) (_ 24 Mar 2025_ )
8
9
* [ v1.10.0] ( releases/1.10.0/index.md ) (_ 13 Feb 2025_ )
9
10
* [ v1.9.4] ( releases/1.9.4/index.md ) (_ 03 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
10
10
11
11
``` kotlin
12
12
dependencies {
13
- implementation(" com.kisio.navitia.sdk.ui:bookmark:1.11.0 " )
13
+ implementation(" com.kisio.navitia.sdk.ui:bookmark:1.11.1 " )
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Bookmark Android 1.11.1 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Bookmark Android 1.11.1 Changelog
6
+
7
+ <h2 >🗓 23 Apr 2025</h2 >
8
+
9
+ #### Dependencies
10
+ - ` gradle ` > ` 8.11.1 `
11
+ - ` com.android.tools.build:gradle ` > ` 8.9.1 `
12
+ - ` com.kisio.navitia.sdk.data:expert ` > ` 3.7.1 `
13
+ - ` com.kisio.navitia.sdk.engine:design ` > ` 2.22.0 `
14
+ - ` com.kisio.navitia.sdk.engine:router ` > ` 2.6.5 `
15
+ - ` com.kisio.navitia.sdk.engine:toolbox ` > ` 1.21.0 `
16
+ - ` androidx.room:room-compiler ` > ` 2.7.0 `
17
+ - ` androidx.room:room-ktx ` > ` 2.7.0 `
18
+ - ` androidx.room:room-runtime ` > ` 2.7.0 `
19
+ - ` androidx.core:core-ktx ` > ` 1.16.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Bookmark iOS - Changelogs - Navitia SDK Docs
4
4
5
5
# Bookmark iOS Changelogs
6
6
7
+ * [ v4.2.0] ( releases/2.2.0/index.md ) (_ 22 Apr 2025_ )
7
8
* [ v2.1.0] ( releases/2.1.0/index.md ) (_ 24 Mar 2025_ )
8
9
* [ v2.0.0] ( releases/2.0.0/index.md ) (_ 24 Feb 2025_ )
9
10
* [ v1.9.3] ( releases/1.9.3/index.md ) (_ 12 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
13
13
source ' https://github.com/hove-io/Podspecs.git' # Bookmark podspec URL
14
14
15
15
target ' YOUR_PROJECT_SCHEME' do
16
- pod ' BookmarkSDK' , ' 2.1 .0' # Bookmark Pod definition
16
+ pod ' BookmarkSDK' , ' 2.2 .0' # Bookmark Pod definition
17
17
end
18
18
19
19
# Required for XCFramework
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Bookmark iOS 2.2.0 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Bookmark iOS 2.2.0 Changelog
6
+
7
+ <h2 >🗓 22 Apr 2025</h2 >
8
+
9
+ #### Fixes
10
+ - Rename configuration param seeAllSchedules to scheduleMode
11
+
12
+ #### Dependencies
13
+ - ` DesignEngine ` -> ` 3.2.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Expert Android - Changelogs - Navitia SDK Docs
4
4
5
5
# Expert Android Changelogs
6
6
7
+ * [ v3.7.1] ( releases/3.7.1/index.md ) (_ 23 Apr 2024_ )
7
8
* [ v3.7.0] ( releases/3.7.0/index.md ) (_ 24 Mar 2024_ )
8
9
* [ v3.6.0] ( releases/3.6.0/index.md ) (_ 13 Feb 2024_ )
9
10
* [ v3.5.2] ( releases/3.5.2/index.md ) (_ 02 Dec 2024_ )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following dependency in the `build.gradle` file of your application:
10
10
11
11
``` kotlin
12
12
dependencies {
13
- implementation(" com.kisio.navitia.sdk.data:expert:3.7.0 " )
13
+ implementation(" com.kisio.navitia.sdk.data:expert:3.7.1 " )
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Expert Android 3.7.1 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Expert Android 3.7.1 Changelog
6
+
7
+ <h2 >🗓 23 Apr 2025</h2 >
8
+
9
+ #### Dependencies
10
+ - ` gradle ` > ` 8.11.1 `
11
+ - ` com.android.tools.build:gradle ` > ` 8.9.1 `
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ title: Journey Android - Changelogs - Navitia SDK Docs
4
4
5
5
# Journey Android Changelogs
6
6
7
+ * [ v5.20.0] ( releases/5.20.0/index.md ) (_ 23 Apr 2025_ )
8
+ * [ v5.19.1] ( releases/5.19.1/index.md ) (_ 07 Apr 2025_ )
7
9
* [ v5.19.0] ( releases/5.19.0/index.md ) (_ 24 Mar 2025_ )
8
10
* [ v5.18.1] ( releases/5.18.1/index.md ) (_ 07 Mar 2025_ )
9
11
* [ v5.18.0] ( releases/5.18.0/index.md ) (_ 25 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
10
10
11
11
``` kotlin
12
12
dependencies {
13
- implementation(" com.kisio.navitia.sdk.ui:journey:5.19 .0" )
13
+ implementation(" com.kisio.navitia.sdk.ui:journey:5.20 .0" )
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Journey Android 5.19.1 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Journey Android 5.19.1 Changelog
6
+
7
+ <h2 >🗓 7 Apr 2025</h2 >
8
+
9
+ #### Fixes
10
+ - Fix the computed percentage of the bike section in a specific bike journey
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Journey Android 5.20.0 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Journey Android 5.20.0 Changelog
6
+
7
+ <h2 >🗓 23 Apr 2025</h2 >
8
+
9
+ #### Features
10
+ - Show notes of public transport sections in roadmap
11
+
12
+ #### Fixes
13
+ - Fixed truncated journey duration
14
+
15
+ #### Dependencies
16
+ - ` gradle ` > ` 8.11.1 `
17
+ - ` com.android.tools.build:gradle ` > ` 8.9.1 `
18
+ - ` com.kisio.navitia.sdk.data:expert ` > ` 3.7.1 `
19
+ - ` com.kisio.navitia.sdk.engine:design ` > ` 2.22.0 `
20
+ - ` com.kisio.navitia.sdk.engine:router ` > ` 2.6.5 `
21
+ - ` com.kisio.navitia.sdk.engine:toolbox ` > ` 1.21.0 `
22
+ - ` androidx.room:room-compiler ` > ` 2.7.0 `
23
+ - ` androidx.room:room-testing ` > ` 2.7.0 `
24
+ - ` androidx.room:room-ktx ` > ` 2.7.0 `
25
+ - ` androidx.room:room-runtime ` > ` 2.7.0 `
26
+ - ` androidx.core:core-ktx ` > ` 1.16.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Journey iOS - Changelogs - Navitia SDK Docs
4
4
5
5
# Journey iOS Changelogs
6
6
7
+ * [ v6.2.0] ( releases/6.2.0/index.md ) (_ 22 Apr 2025_ )
7
8
* [ v6.1.0] ( releases/6.1.0/index.md ) (_ 24 Mar 2025_ )
8
9
* [ v6.0.0] ( releases/6.0.0/index.md ) (_ 24 Feb 2025_ )
9
10
* [ v5.17.4] ( releases/5.17.4/index.md ) (_ 12 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
13
13
source ' https://github.com/hove-io/Podspecs.git' # Journey podspec URL
14
14
15
15
target ' YOUR_PROJECT_SCHEME' do
16
- pod ' JourneySDK' , ' 6.1 .0' # Journey Pod definition
16
+ pod ' JourneySDK' , ' 6.2 .0' # Journey Pod definition
17
17
end
18
18
19
19
# Required for XCFramework
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Journey iOS 6.2.0 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Journey iOS 6.2.0 Changelog
6
+
7
+ <h2 >🗓 22 Apr 2025</h2 >
8
+
9
+ #### Features
10
+ - Show notes of public transport sections in roadmap
11
+
12
+ #### Tasks
13
+ - Convert long walking duration in hours on freeze
14
+
15
+ #### Fixes
16
+ - Fix error message on bike journeys when PRM is enabled
17
+ - Fix request journeys when departure/arrival field is empty
18
+
19
+ #### Dependencies
20
+ - ` DesignEngine ` -> ` 3.2.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Schedule Android - Changelogs - Navitia SDK Docs
4
4
5
5
# Schedule Android Changelogs
6
6
7
+ * [ v2.9.7] ( releases/2.9.7/index.md ) (_ 23 Apr 2025_ )
7
8
* [ v2.9.6] ( releases/2.9.6/index.md ) (_ 24 Mar 2025_ )
8
9
* [ v2.9.5] ( releases/2.9.5/index.md ) (_ 05 Mar 2025_ )
9
10
* [ v2.9.4] ( releases/2.9.4/index.md ) (_ 25 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
10
10
11
11
``` kotlin
12
12
dependencies {
13
- implementation(" com.kisio.navitia.sdk.ui:schedule:2.9.6 " )
13
+ implementation(" com.kisio.navitia.sdk.ui:schedule:2.9.7 " )
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Schedule Android 2.9.7 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Schedule Android 2.9.7 Changelog
6
+
7
+ <h2 >🗓 23 Apr 2025</h2 >
8
+
9
+ #### Dependencies
10
+ - ` gradle ` > ` 8.11.1 `
11
+ - ` com.android.tools.build:gradle ` > ` 8.9.1 `
12
+ - ` com.kisio.navitia.sdk.data:expert ` > ` 3.7.1 `
13
+ - ` com.kisio.navitia.sdk.engine:design ` > ` 2.22.0 `
14
+ - ` com.kisio.navitia.sdk.engine:router ` > ` 2.6.5 `
15
+ - ` com.kisio.navitia.sdk.engine:toolbox ` > ` 1.21.0 `
16
+ - ` androidx.room:room-compiler ` > ` 2.7.0 `
17
+ - ` androidx.room:room-ktx ` > ` 2.7.0 `
18
+ - ` androidx.room:room-runtime ` > ` 2.7.0 `
19
+ - ` androidx.core:core-ktx ` > ` 1.16.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Schedule iOS - Changelogs - Navitia SDK Docs
4
4
5
5
# Schedule iOS Changelogs
6
6
7
+ * [ v4.1.1] ( releases/4.1.1/index.md ) (_ 22 Apr 2025_ )
7
8
* [ v4.1.0] ( releases/4.1.0/index.md ) (_ 24 Mar 2025_ )
8
9
* [ v4.0.0] ( releases/4.0.0/index.md ) (_ 24 Feb 2025_ )
9
10
* [ v3.10.2] ( releases/3.10.2/index.md ) (_ 12 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
13
13
source ' https://github.com/hove-io/Podspecs.git' # Schedule podspec URL
14
14
15
15
target ' YOUR_PROJECT_SCHEME' do
16
- pod ' ScheduleSDK' , ' 4.1 .0' # Schedule Pod definition
16
+ pod ' ScheduleSDK' , ' 4.2 .0' # Schedule Pod definition
17
17
end
18
18
19
19
# Required for XCFramework
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Schedule iOS 4.1.1 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Schedule iOS 4.1.1 Changelog
6
+
7
+ <h2 >🗓 22 Apr 2025</h2 >
8
+
9
+ #### Dependencies
10
+ - ` DesignEngine ` -> ` 3.2.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Traffic Android - Changelogs - Navitia SDK Docs
4
4
5
5
# Traffic Android Changelogs
6
6
7
+ * [ v3.1.1] ( releases/3.1.1/index.md ) (_ 23 Apr 2025_ )
7
8
* [ v3.1.0] ( releases/3.1.0/index.md ) (_ 24 Feb 2025_ )
8
9
* [ v3.0.0] ( releases/3.0.0/index.md ) (_ 25 Feb 2025_ )
9
10
* [ v2.7.2] ( releases/2.7.2/index.md ) (_ 03 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
10
10
11
11
``` kotlin
12
12
dependencies {
13
- implementation(" com.kisio.navitia.sdk.ui:traffic:3.1.0 " )
13
+ implementation(" com.kisio.navitia.sdk.ui:traffic:3.1.1 " )
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Traffic Android 3.1.1 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Traffic Android 3.1.1 Changelog
6
+
7
+ <h2 >🗓 23 Apr 2025</h2 >
8
+
9
+ #### Dependencies
10
+ - ` gradle ` > ` 8.11.1 `
11
+ - ` com.android.tools.build:gradle ` > ` 8.9.1 `
12
+ - ` com.kisio.navitia.sdk.data:expert ` > ` 3.7.1 `
13
+ - ` com.kisio.navitia.sdk.engine:design ` > ` 2.22.0 `
14
+ - ` com.kisio.navitia.sdk.engine:router ` > ` 2.6.5 `
15
+ - ` com.kisio.navitia.sdk.engine:toolbox ` > ` 1.21.0 `
16
+ - ` androidx.room:room-compiler ` > ` 2.7.0 `
17
+ - ` androidx.room:room-ktx ` > ` 2.7.0 `
18
+ - ` androidx.room:room-runtime ` > ` 2.7.0 `
19
+ - ` androidx.core:core-ktx ` > ` 1.16.0 `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Traffic iOS - Changelogs - Navitia SDK Docs
4
4
5
5
# Traffic iOS Changelogs
6
6
7
+ * [ v4.2.0] ( releases/4.2.0/index.md ) (_ 22 Apr 2025_ )
7
8
* [ v4.1.0] ( releases/4.1.0/index.md ) (_ 24 Mar 2025_ )
8
9
* [ v4.0.0] ( releases/4.0.0/index.md ) (_ 24 Feb 2025_ )
9
10
* [ v3.7.2] ( releases/3.7.2/index.md ) (_ 12 Feb 2025_ )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
13
13
source ' https://github.com/hove-io/Podspecs.git' # Traffic podspec URL
14
14
15
15
target ' YOUR_PROJECT_SCHEME' do
16
- pod ' TrafficSDK' , ' 4.1 .0' # Traffic Pod definition
16
+ pod ' TrafficSDK' , ' 4.2 .0' # Traffic Pod definition
17
17
end
18
18
19
19
# Required for XCFramework
You can’t perform that action at this time.
0 commit comments