Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/around_me/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs

# Around Me Android Changelogs

* [v2.13.0](releases/2.13.0/index.md) (_xx xxx 2024_)
* [v2.13.0](releases/2.13.0/index.md) (_02 Dec 2024_)
* [v2.12.1](releases/2.12.1/index.md) (_19 Nov 2024_)
* [v2.12.0](releases/2.12.0/index.md) (_31 Oct 2024_)
* [v2.11.0](releases/2.11.0/index.md) (_15 Oct 2024_)
Expand Down
17 changes: 15 additions & 2 deletions docs/around_me/android/releases/2.13.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@ title: AroundMe Android 2.13.0 - Changelog - Navitia SDK Docs

# Around Me Android 2.13.0 Changelog

<h2>🗓 xx xxx 2024</h2>
<h2>🗓 02 Dec 2024</h2>

#### Feature
#### Features
- Add `stations` for `bookmark_mode.display` in the configuration

#### Tasks
- Use a new icon for parking and BSS parking places

#### Dependencies
- `kotlin` > `1.9.25`
- `com.android.tools.build:gradle` > `8.7.2`
- `compileSdk` > `35`
- `androidx.constraintlayout:constraintlayout` > `2.2.0`
- `androidx.core:core-ktx` > `1.15.0`
- `androidx.fragment:fragment-ktx` > `1.8.5`
- `androidx.lifecycle:lifecycle-viewmodel-ktx` > `2.8.7`
- `com.kisio.navitia.sdk.data:expert` > `3.5.2`
- `com.kisio.navitia.sdk.engine:design` > `2.19.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.2`
- `com.kisio.navitia.sdk.engine:toolbox` > `1.19.0`
1 change: 1 addition & 0 deletions docs/around_me/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Around Me iOS - Changelogs - Navitia SDK Docs

# Around Me iOS Changelogs

* [v3.10.0](releases/3.10.0/index.md) (_02 Dec 2024_)
* [v3.9.2](releases/3.9.2/index.md) (_19 Nov 2024_)
* [v3.9.1](releases/3.9.1/index.md) (_07 Nov 2024_)
* [v3.9.0](releases/3.9.0/index.md) (_30 Oct 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/around_me/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Around Me podspec URL

target 'YOUR_PROJECT_SCHEME' do
pod 'AroundMeSDK', '3.9.2' # Around Me Pod definition
pod 'AroundMeSDK', '3.10.0' # Around Me Pod definition
end

# Required for XCFramework
Expand Down
22 changes: 22 additions & 0 deletions docs/around_me/ios/releases/3.10.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: AroundMe iOS 3.10.0 - Changelog - Navitia SDK Docs
---

# AroundMe iOS 3.10.0 Changelog

<h2>🗓 02 Dec 2024</h2>

#### Features
- Add `stations` for `bookmark_mode.display` in the configuration

#### Fix
- Fix map annotation filtering
- Fix station details list constraints

#### Tasks
- Use a new icon for parking and BSS parking places
- Use single color background for bottomsheet

#### Dependencies
- `DesignEngine` -> `2.18.0`
- `RouterEngine` -> `1.5.3`
2 changes: 1 addition & 1 deletion docs/bookmark/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs

# Bookmark Android Changelogs

* [v1.9.1](releases/1.9.1/index.md) (_xx xxx 2024_)
* [v1.9.1](releases/1.9.1/index.md) (_02 Dec 2024_)
* [v1.9.0](releases/1.9.0/index.md) (_31 Oct 2024_)
* [v1.8.0](releases/1.8.0/index.md) (_15 Oct 2024_)
* [v1.7.0](releases/1.7.0/index.md) (_09 Sep 2024_)
Expand Down
14 changes: 12 additions & 2 deletions docs/bookmark/android/releases/1.9.1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ title: Bookmark Android 1.9.1 - Changelog - Navitia SDK Docs

# Bookmark Android 1.9.1 Changelog

<h2>🗓 xx xxx 2024</h2>
<h2>🗓 02 Dec 2024</h2>

#### Task
#### Tasks
- Rename `see_all_schedules` to `schedule_mode` in configuration
- Use a new icon for parking and BSS parking places

#### Dependencies
- `kotlin` > `1.9.25`
- `com.android.tools.build:gradle` > `8.7.2`
- `compileSdk` > `35`
- `androidx.constraintlayout:constraintlayout` > `2.2.0`
- `androidx.core:core-ktx` > `1.15.0`
- `androidx.fragment:fragment-ktx` > `1.8.5`
- `com.kisio.navitia.sdk.data:expert` > `3.5.2`
- `com.kisio.navitia.sdk.engine:design` > `2.19.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.2`
- `com.kisio.navitia.sdk.engine:toolbox` > `1.19.0`
1 change: 1 addition & 0 deletions docs/bookmark/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Bookmark iOS - Changelogs - Navitia SDK Docs

# Bookmark iOS Changelogs

* [v1.9.0](releases/1.9.0/index.md) (_02 Dec 2024_)
* [v1.8.0](releases/1.8.0/index.md) (_30 Oct 2024_)
* [v1.7.0](releases/1.7.0/index.md) (_24 Sep 2024_)
* [v1.6.0](releases/1.6.0/index.md) (_24 Jul 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/bookmark/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Bookmark podspec URL

target 'YOUR_PROJECT_SCHEME' do
pod 'BookmarkSDK', '1.7.0' # Bookmark Pod definition
pod 'BookmarkSDK', '1.9.0' # Bookmark Pod definition
end

# Required for XCFramework
Expand Down
14 changes: 14 additions & 0 deletions docs/bookmark/ios/releases/1.9.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Bookmark iOS 1.9.0 - Changelog - Navitia SDK Docs
---

# Bookmark iOS 1.9.0 Changelog

<h2>🗓 02 Dec 2024</h2>

#### Tasks
- Use a new icon for parking and BSS parking places

#### Dependencies
- `DesignEngine` -> `2.18.0`
- `RouterEngine` -> `1.5.3`
1 change: 1 addition & 0 deletions docs/expert/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Expert Android - Changelogs - Navitia SDK Docs

# Expert Android Changelogs

* [v3.5.2](releases/3.5.2/index.md) (_02 Dec 2024_)
* [v3.5.1](releases/3.5.1/index.md) (_24 Jun 2024_)
* [v3.5.0](releases/3.5.0/index.md) (_30 Jan 2024_)
* [v3.4.1](releases/3.4.1/index.md) (_11 Jan 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/expert/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependency in the `build.gradle` file of your application:

```kotlin
dependencies {
implementation("com.kisio.navitia.sdk.data:expert:3.5.1")
implementation("com.kisio.navitia.sdk.data:expert:3.5.2")
}
```

Expand Down
14 changes: 14 additions & 0 deletions docs/expert/android/releases/3.5.2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Expert Android 3.5.2 - Changelog - Navitia SDK Docs
---

# Expert Android 3.5.2 Changelog

<h2>🗓 02 Dec 2024</h2>

#### Dependencies
- `kotlin` > `1.9.25`
- `com.android.tools.build:gradle` > `8.7.2`
- `compileSdk` > `35`
- `org.jetbrains.kotlinx:kotlinx-coroutines-android` > `1.7.3`
- `org.jetbrains.kotlinx:kotlinx-coroutines-core` > `1.7.3`
2 changes: 1 addition & 1 deletion docs/journey/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Journey Android - Changelogs - Navitia SDK Docs

# Journey Android Changelogs

* [v5.17.0](releases/5.17.0/index.md) (_xx xxx 2024_)
* [v5.17.0](releases/5.17.0/index.md) (_02 Dec 2024_)
* [v5.16.1](releases/5.16.1/index.md) (_19 Nov 2024_)
* [v5.16.0](releases/5.16.0/index.md) (_31 Oct 2024_)
* [v5.15.1](releases/5.15.1/index.md) (_11 Oct 2024_)
Expand Down
23 changes: 21 additions & 2 deletions docs/journey/android/releases/5.17.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,30 @@ title: Journey Android 5.17.0 - Changelog - Navitia SDK Docs

# Journey Android 5.17.0 Changelog

<h2>🗓 xx xxx 2024</h2>
<h2>🗓 02 Dec 2024</h2>

#### Features
- New ridesharing offer UI in the list of offers and in the roadmap
- Can now add a customizable name for a ridesharing in the configuration
- Enhance disruption UI in the roadmap and handle html titles
- Upcoming departures on the roadmap screen align with the route search date and time

#### Tasks
- Elevation graph for a bike section in the roadmap is collapsible
- Add `application_periods` in the configuration for toggling the display of disruptions
- Empty state is displayed when there is no history or favorite journeys on the home screen

#### Fixes
- Fix the journey request using `car_no_park`

#### Dependencies
- `kotlin` > `1.9.25`
- `com.android.tools.build:gradle` > `8.7.2`
- `compileSdk` > `35`
- `androidx.constraintlayout:constraintlayout` > `2.2.0`
- `androidx.core:core-ktx` > `1.15.0`
- `androidx.fragment:fragment-ktx` > `1.8.5`
- `androidx.lifecycle:lifecycle-viewmodel-ktx` > `2.8.7`
- `com.kisio.navitia.sdk.data:expert` > `3.5.2`
- `com.kisio.navitia.sdk.engine:design` > `2.19.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.2`
- `com.kisio.navitia.sdk.engine:toolbox` > `1.19.0`
1 change: 1 addition & 0 deletions docs/journey/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Journey iOS - Changelogs - Navitia SDK Docs

# Journey iOS Changelogs

* [v5.17.0](releases/5.17.0/index.md) (_02 Dec 2024_)
* [v5.16.2](releases/5.16.2/index.md) (_19 Nov 2024_)
* [v5.16.1](releases/5.16.1/index.md) (_07 Nov 2024_)
* [v5.16.0](releases/5.16.0/index.md) (_30 Oct 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/journey/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Journey podspec URL

target 'YOUR_PROJECT_SCHEME' do
pod 'JourneySDK', '5.16.2' # Journey Pod definition
pod 'JourneySDK', '5.17.0' # Journey Pod definition
end

# Required for XCFramework
Expand Down
26 changes: 26 additions & 0 deletions docs/journey/ios/releases/5.17.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Journey iOS 5.17.0 - Changelog - Navitia SDK Docs
---

# Journey iOS 5.17.0 Changelog

<h2>🗓 02 Dec 2024</h2>

#### Features
- New ridesharing offer UI in the list of offers and in the roadmap
- Upcoming departures on the roadmap screen align with the route search date and time

#### Tasks
- Show placeholder when favorites journeys or history are empty
- Make the elevation chart in bike roadmap foldable

#### Fix
- Fix car sections not showing in roadmap
- Fix configurable number of favorite elements in autocomplete
- Fix bottom sheet behavior in roadmap
- Fix margins, fonts and icons

#### Dependencies
- `DesignEngine` -> `v2.18.0`
- `RouterEngine` -> `v1.5.3`
- `GraphEngine` -> `v1.0.8`
1 change: 1 addition & 0 deletions docs/schedule/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Schedule Android - Changelogs - Navitia SDK Docs

# Schedule Android Changelogs

* [v2.9.1](releases/2.9.1/index.md) (_02 Dec 2024_)
* [v2.9.0](releases/2.9.0/index.md) (_31 Oct 2024_)
* [v2.8.1](releases/2.8.1/index.md) (_24 Sept 2024_)
* [v2.8.0](releases/2.8.0/index.md) (_09 Sept 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/schedule/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:

```kotlin
dependencies {
implementation("com.kisio.navitia.sdk.ui:schedule:2.8.1")
implementation("com.kisio.navitia.sdk.ui:schedule:2.9.1")
}
```

Expand Down
20 changes: 20 additions & 0 deletions docs/schedule/android/releases/2.9.1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Schedule Android 2.9.1 - Changelog - Navitia SDK Docs
---

# Schedule Android 2.9.1 Changelog

<h2>🗓 02 Dec 2024</h2>

#### Dependencies
- `kotlin` > `1.9.25`
- `com.android.tools.build:gradle` > `8.7.2`
- `compileSdk` > `35`
- `androidx.constraintlayout:constraintlayout` > `2.2.0`
- `androidx.core:core-ktx` > `1.15.0`
- `androidx.fragment:fragment-ktx` > `1.8.5`
- `androidx.lifecycle:lifecycle-viewmodel-ktx` > `2.8.7`
- `com.kisio.navitia.sdk.data:expert` > `3.5.2`
- `com.kisio.navitia.sdk.engine:design` > `2.19.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.2`
- `com.kisio.navitia.sdk.engine:toolbox` > `1.19.0`
1 change: 1 addition & 0 deletions docs/schedule/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Schedule iOS - Changelogs - Navitia SDK Docs

# Schedule iOS Changelogs

* [v3.10.0](releases/3.10.0/index.md) (_02 Dec 2024_)
* [v3.9.1](releases/3.9.1/index.md) (_07 Nov 2024_)
* [v3.9.0](releases/3.9.0/index.md) (_30 Oct 2024_)
* [v3.8.0](releases/3.8.0/index.md) (_24 Sep 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/schedule/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Schedule podspec URL

target 'YOUR_PROJECT_SCHEME' do
pod 'ScheduleSDK', '3.7.0' # Schedule Pod definition
pod 'ScheduleSDK', '3.10.0' # Schedule Pod definition
end

# Required for XCFramework
Expand Down
14 changes: 14 additions & 0 deletions docs/schedule/ios/releases/3.10.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Schedule iOS 3.10.0 - Changelog - Navitia SDK Docs
---

# Schedule iOS 3.10.0 Changelog

<h2>🗓 02 Dec 2024</h2>

#### Tasks
- Show/hide options in popup based on configuration

#### Dependencies
- `DesignEngine` -> `v2.18.0`
- `RouterEngine` -> `v1.5.3`
1 change: 1 addition & 0 deletions docs/traffic/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Traffic Android - Changelogs - Navitia SDK Docs

# Traffic Android Changelogs

* [v2.7.0](releases/2.7.0/index.md) (_02 Dec 2024_)
* [v2.6.1](releases/2.6.1/index.md) (_31 Oct 2024_)
* [v2.6.0](releases/2.6.0/index.md) (_15 Oct 2024_)
* [v2.5.6](releases/2.5.6/index.md) (_09 Sep 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/traffic/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:

```kotlin
dependencies {
implementation("com.kisio.navitia.sdk.ui:traffic:2.6.0")
implementation("com.kisio.navitia.sdk.ui:traffic:2.7.0")
}
```

Expand Down
27 changes: 27 additions & 0 deletions docs/traffic/android/releases/2.7.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Traffic Android 2.7.0 - Changelog - Navitia SDK Docs
---

# Traffic Android 2.7.0 Changelog

<h2>🗓 02 Dec 2024</h2>

#### Features
- Handle html titles for disruptions

#### Fixes
- Remove the display of disruptions not related to a line
- Fix the display of a long network disruption

#### Dependencies
- `kotlin` > `1.9.25`
- `com.android.tools.build:gradle` > `8.7.2`
- `compileSdk` > `35`
- `androidx.constraintlayout:constraintlayout` > `2.2.0`
- `androidx.core:core-ktx` > `1.15.0`
- `androidx.fragment:fragment-ktx` > `1.8.5`
- `androidx.lifecycle:lifecycle-viewmodel-ktx` > `2.8.7`
- `com.kisio.navitia.sdk.data:expert` > `3.5.2`
- `com.kisio.navitia.sdk.engine:design` > `2.19.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.2`
- `com.kisio.navitia.sdk.engine:toolbox` > `1.19.0`
1 change: 1 addition & 0 deletions docs/traffic/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Traffic iOS - Changelogs - Navitia SDK Docs

# Traffic iOS Changelogs

* [v3.7.0](releases/3.7.0/index.md) (_02 Dec 2024_)
* [v3.6.1](releases/3.6.1/index.md) (_30 Oct 2024_)
* [v3.6.0](releases/3.6.0/index.md) (_17 Oct 2024_)
* [v3.5.6](releases/3.5.6/index.md) (_24 Sep 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/traffic/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Traffic podspec URL

target 'YOUR_PROJECT_SCHEME' do
pod 'TrafficSDK', '3.5.6' # Traffic Pod definition
pod 'TrafficSDK', '3.7.0' # Traffic Pod definition
end

# Required for XCFramework
Expand Down
Loading