Skip to content
1 change: 1 addition & 0 deletions docs/around_me/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs

# Around Me Android Changelogs

* [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
2 changes: 1 addition & 1 deletion docs/around_me/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:aroundme:2.12.1")
implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.0")
}
```

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

# Around Me Android 2.13.0 Changelog

<h2>🗓 02 Dec 2024</h2>

#### 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`
12 changes: 7 additions & 5 deletions docs/assets/file/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,8 @@
{
"type_id": "",
"provider_id": "",
"icon_res": ""
"icon_res": "",
"name_res": ""
}
],
"networks_resources": [
Expand Down Expand Up @@ -625,9 +626,10 @@
"booking": true,
"bookmark_mode": {
"enabled": true,
"display" : {
"bss": true,
"journeys" : true
"display": {
"bss": true,
"journeys": true,
"stations": true
}
},
"default_location": {
Expand Down Expand Up @@ -658,7 +660,7 @@
"park_availability": {
"frequency": 30
},
"see_all_schedules": true,
"schedule_mode": true,
"tabs": {
"transports": true,
"journeys": true,
Expand Down
1 change: 1 addition & 0 deletions docs/bookmark/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs

# Bookmark Android Changelogs

* [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
2 changes: 1 addition & 1 deletion docs/bookmark/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:bookmark:1.8.0")
implementation("com.kisio.navitia.sdk.ui:bookmark:1.9.1")
}
```

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

# Bookmark Android 1.9.1 Changelog

<h2>🗓 02 Dec 2024</h2>

#### 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`
10 changes: 6 additions & 4 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,9 @@ The following are the possible configuration parameters:

| Name | Required | Description | Type | Example |
| --- |:---:| --- | :---: | :---: |
| `bss` | :material-close: | Display/hide favorite bss on bottomSheet tabs | `Boolean` | `true` |
| `journeys` | :material-close: | Display/hide favorite journeys on BottomSheet tabs | `Boolean` | `true` |
| `bss` | :material-close: | Display/hide favorite bss tab | `Boolean` | `true` |
| `journeys` | :material-close: | Display/hide favorite journeys tab | `Boolean` | `true` |
| `stations` | :material-close: | Display/hide favorite stations tab | `Boolean` | `true` |

##### Default location

Expand All @@ -372,7 +373,7 @@ The following are the possible configuration parameters:
| `go_from_go_to` | :material-close: | Show/hide the go from/go to buttons | `Boolean` | `true` |
| `next_departures` | :material-close: | Show/hide the next departures | [`Next departures`](#next-departures) | - |
| `park_availability`| :material-close: | Show/hide the bss and car parking availability | [`Park Availability`](#park-availability) |
| `see_all_schedules` | :material-close: | Show/hide the "See all schedules" | `Boolean` | `true` |
| `schedule_mode` | :material-close: | Show/hide the "See all schedules" button | `Boolean` | `true` |
| `tabs` | :material-close: | Enable/disable tabs | [`Bookmark tabs`](#bookmark-tabs) | - |

##### Bookmark tabs
Expand Down Expand Up @@ -560,9 +561,10 @@ The following are the possible configuration parameters:

| Name | Required | Description | Type | Example |
| --- |:---:| --- | :---: | :---: |
| `type_id` | :material-check: | Navitia provider type id | `String` | `SCOOTER` |
| `type_id` | :material-check: | Navitia provider type id | `String` | `provider:ridesharing:lime` |
| `provider_id` | :material-check: | Navitia provider id | `String` | `ridesharing_provider` |
| `icon_res` | :material-check: | Provider icon resource id | `String` | `ic_lime` |
| `name_res` | :material-check: | Localized network name resource id | `String` | `lime` |

### Network resource

Expand Down
1 change: 1 addition & 0 deletions docs/journey/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Journey Android - Changelogs - Navitia SDK Docs

# Journey Android Changelogs

* [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
2 changes: 1 addition & 1 deletion docs/journey/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:journey:5.16.1")
implementation("com.kisio.navitia.sdk.ui:journey:5.17.0")
}
```

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

# Journey Android 5.17.0 Changelog

<h2>🗓 02 Dec 2024</h2>

#### Features
- New ridesharing offer UI in the list of offers and in the roadmap
- 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
Loading