Skip to content

Commit

Permalink
Merge pull request #168 from hove-io/feature/SDK-2429-2467-2468
Browse files Browse the repository at this point in the history
Feature/sdk 2429 2467 2468
  • Loading branch information
hirsch-adeline authored Nov 12, 2024
2 parents 47cf2d5 + 550c861 commit 30f2990
Show file tree
Hide file tree
Showing 27 changed files with 408 additions and 69 deletions.
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.12.0](releases/2.12.0/index.md) (_31 Oct 2024_)
* [v2.11.0](releases/2.11.0/index.md) (_15 Oct 2024_)
* [v2.10.0](releases/2.10.0/index.md) (_09 Sep 2024_)
* [v2.9.1](releases/2.9.1/index.md) (_08 Aug 2024_)
Expand Down
20 changes: 20 additions & 0 deletions docs/around_me/android/releases/2.12.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: AroundMe Android 2.12.0 - Changelog - Navitia SDK Docs
---

# Around Me Android 2.12.0 Changelog

<h2>🗓 31 Oct 2024</h2>

#### Features
- Ability to add POIs to the quick filters

#### Tasks
- Add park availability configuration
- Enhance bookmark mode configuration

#### Dependencies
- `com.android.tools.build:gradle` > `8.7.1`
- `com.kisio.navitia.sdk.engine:design` > `2.18.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.1`
- `com.kisio.navitia.sdk.engine:toolbox` > `2.18.0`
2 changes: 2 additions & 0 deletions docs/around_me/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Around Me iOS - Changelogs - Navitia SDK Docs

# Around Me iOS Changelogs

* [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_)
* [v3.7.0](releases/3.7.0/index.md) (_24 July 2024_)
* [v3.6.2](releases/3.6.2/index.md) (_24 Jun 2024_)
Expand Down
20 changes: 20 additions & 0 deletions docs/around_me/ios/releases/3.9.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: AroundMe iOS 3.9.0 - Changelog - Navitia SDK Docs
---

# AroundMe iOS 3.9.0 Changelog

<h2>🗓 30 Oct 2024</h2>

#### Features
- Ability to add POIs to the quick filters

#### Task
- Enhance the bookmark feature with more possibilities of displaying

#### Dependencies
- RouterEngine `v1.5.2`
- DesignEngine `v2.17.0`

#### Compiler
- Swift `6.0`
10 changes: 10 additions & 0 deletions docs/around_me/ios/releases/3.9.1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: AroundMe iOS 3.9.1 - Changelog - Navitia SDK Docs
---

# AroundMe iOS 3.9.1 Changelog

<h2>🗓 07 Nov 2024</h2>

#### Fix
- Fix the activation and deactivation of the bookmark feature
59 changes: 38 additions & 21 deletions docs/assets/file/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,14 +573,10 @@
{
"icon_res": "",
"name_res": "",
"zoom_level": 16.5,
"selected": true,
"group": "STANDARD",
"types": [
{
"name_res": "",
"poi_type_id": ""
}
""
],
"booking": {
"title_res": ""
Expand Down Expand Up @@ -628,8 +624,11 @@
"aroundme": {
"booking": true,
"bookmark_mode": {
"journeys": true,
"bss": true
"enabled": true,
"display" : {
"bss": true,
"journeys" : true
}
},
"default_location": {
"lat": "48.846790",
Expand All @@ -641,6 +640,9 @@
"next_departures": {
"frequency": 30
},
"park_availability": {
"frequency": 30
},
"schedule_mode": true,
"stop_point_search": true,
"traffic_mode": true,
Expand All @@ -653,14 +655,24 @@
"next_departures": {
"frequency": 30
},
"park_availability": {
"frequency": 30
},
"see_all_schedules": true,
"tabs": {
"transports": true,
"journeys": true,
"addresses": true
}
},
"journey": {
"bookmark_mode": true,
"bookmark_mode": {
"enabled": true,
"display" : {
"home": true,
"autocompletion" : true
}
},
"calories": true,
"carbon": true,
"car_parking_highlight": true,
Expand All @@ -677,12 +689,21 @@
"max_favorite_pois": 10,
"max_history": 10,
"next_departures": {
"frequency": 30
"journeys": {
"frequency": 30
},
"roadmap": {
"frequency": 30
},
"guidance": {
"frequency": 30
}
},
"park_availability": {
"frequency": 30
},
"price": true,
"realtime_delays": true,
"ridesharing_price": true,
"search_only": false,
"step_by_step_guidance": true,
Expand All @@ -696,14 +717,20 @@
}
},
"schedule": {
"bookmark_mode": true,
"bookmark_mode": {
"enabled": true,
"display" : {
"home": true
}
},
"go_from_go_to": true,
"max_history": 10,
"networks_filter": true,
"next_departures": {
"frequency": 30
},
"station_map": true,
"traffic_mode": true,
"transport_networks": true,
"vehicle_positions": {
"frequency": 30
Expand All @@ -714,21 +741,11 @@
"env": "",
"timezone": ""
},
"application_periods": false,
"disruption_contributors": [
""
],
"networks_filter": true,
"severity": [
{
"icon_res": "",
"name_res": "",
"color": "",
"effects": [
""
],
"selected": true
}
],
"transport_networks": 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.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_)
* [v1.6.1](releases/1.6.1/index.md) (_08 Aug 2024_)
Expand Down
16 changes: 16 additions & 0 deletions docs/bookmark/android/releases/1.9.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Bookmark Android 1.9.0 - Changelog - Navitia SDK Docs
---

# Bookmark Android 1.9.0 Changelog

<h2>🗓 31 Oct 2024</h2>

#### Tasks
- Add park availability configuration

#### Dependencies
- `com.android.tools.build:gradle` > `8.7.1`
- `com.kisio.navitia.sdk.engine:design` > `2.18.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.1`
- `com.kisio.navitia.sdk.engine:toolbox` > `2.18.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.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_)
* [v1.5.2](releases/1.5.2/index.md) (_24 Jun 2024_)
Expand Down
18 changes: 18 additions & 0 deletions docs/bookmark/ios/releases/1.8.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Bookmark iOS 1.8.0 - Changelog - Navitia SDK Docs
---

# Bookmark iOS 1.8.0 Changelog

<h2>🗓 30 Oct 2024</h2>

#### Tasks
- Add park availability configuration
- Enhance next departures timers

#### Dependencies
- RouterEngine `v1.5.2`
- DesignEngine `v2.17.0`

#### Compiler
- Swift `6.0`
Loading

0 comments on commit 30f2990

Please sign in to comment.