Skip to content

Commit 7aebb1d

Browse files
committed
Apply some PR changes
1 parent bd18a9f commit 7aebb1d

File tree

15 files changed

+33
-29
lines changed

15 files changed

+33
-29
lines changed

docs/around_me/ios/releases/3.4.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ title: AroundMe iOS 3.4.0 - Changelog - Navitia SDK Docs
1919
#### Fixes
2020
- Do not display `Favorite stations` if no station is added to favorites
2121
- Fix stations sort in the bottom sheet
22-
- Fix bicycle parking displayed as P+R
22+
- Fix bike parking displayed as P+R
2323
- Fix sections order in autocompletion
2424
- Fix home and work bookmark buttons not clickable
2525
- Fix Line icon position in the bottom sheet

docs/around_me/ios/releases/4.0.0/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ title: AroundMe iOS 4.0.0 - Changelog - Navitia SDK Docs
77
<h2>🗓 24 Feb 2025</h2>
88

99
#### Feature
10-
- Show/hide PMR availability based on configuration
10+
- Show/hide PRM availability based on configuration
1111

1212
#### Tasks
13-
- Change configuration
13+
- Extract module configuration from unified configuration
14+
- Add unified colors configuration
1415
- Update minimum iOS deployment to 16
1516
- Show places list in fullscreen
1617

1718
#### Fixes
1819
- Remove navigation bar in home screen
1920
- Fix map filtering
20-
- Add missing poiCategories in init
21+
- Add missing poi categories in init
2122

2223
#### Dependencies
2324
- `NavitiaSDK` -> `2.8.0`

docs/around_me/ios/releases/4.1.0/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ title: AroundMe iOS 4.1.0 - Changelog - Navitia SDK Docs
77
<h2>🗓 24 Mar 2025</h2>
88

99
#### Tasks
10-
- Handle favorite journeys with park mode sections to hide it on the freeze
11-
- Handle autocompletion behavior to be the same than the Android version
10+
- Hide parking section that was displayed inside favorite journey freeze
11+
- Show searched places addresses
12+
- Make searched poi icons customizable
1213
- Add config params to override favorite tabs title
1314
- Display POI icons if available
14-
- Display line details for every level of zoom
15+
- Display line details for every zoom level
1516

1617
#### Fixes
1718
- Fix transport line text color icon in map annotation
18-
- Fix back button action: previous state is shown when show back
19-
- Fix geojson's mapping to build polylines
19+
- Fix back button not returning the view back to its previous state
20+
- Fix line path not properly displayed on the map
2021

2122
#### Dependencies
2223
- `NavitiaSDK` -> `2.9.0`

docs/bookmark/ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can also call the `initialize()` method with the global JSON configuration f
9595
try Bookmark.shared.initialize(
9696
coverage: "fr-idf",
9797
token: "your_token",
98-
timeZone: "your_contry",
98+
timeZone: "your_country",
9999
env: "PROD",
100100
colors: bookmarkColorsConfiguration,
101101
unifiedColors: unifiedColorsConfiguration

docs/bookmark/ios/releases/2.0.0/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ title: Bookmark iOS 2.0.0 - Changelog - Navitia SDK Docs
77
<h2>🗓 24 Feb 2025</h2>
88

99
#### Features
10-
- Show/hide PMR availability based on configuration
10+
- Show/hide PRM availability based on configuration
1111

1212
#### Tasks
13-
- Change configuration
13+
- Extract module configuration from unified configuration
14+
- Add unified colors configuration
1415
- Update minimum iOS deployment to 16
1516

1617
#### Dependencies

docs/bookmark/ios/releases/2.1.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Bookmark iOS 2.1.0 - Changelog - Navitia SDK Docs
1010
- Add config params to override section's title in tabs
1111

1212
#### Tasks
13-
- Handle favorite journeys with park mode sections to hide it on the freeze
13+
- Hide parking section that was displayed inside favorite journey freeze
1414
- Display POI icon if available
1515

1616
#### Dependencies

docs/expert/ios/releases/2.9.0/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ title: Expert iOS 2.9.0 - Changelog - Navitia SDK Docs
66

77
<h2>🗓 24 Mar 2025</h2>
88

9-
#### Features
10-
- Add park mode in journey API
9+
#### Based on Navitia
10+
https://github.com/hove-io/navitia/releases/tag/v15.82.1

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ The following are the possible configuration parameters:
490490

491491
| Name | Required | Description | Type | Example |
492492
| --- |:---:| --- | :---: | :---: |
493-
| `allowed_commerical_modes` | :material-close: | Define the list of commercial mode id allowed to show their name | `String[]` | `["commercial_mode:Train"]` |
493+
| `allowed_commercial_modes` | :material-close: | Define the list of commercial mode id allowed to show their name | `String[]` | `["commercial_mode:Train"]` |
494494

495495
#### Traffic features
496496

@@ -500,7 +500,7 @@ The following are the possible configuration parameters:
500500
| `application_periods` | :material-close: | Show/hide the disruption application date | `Boolean` |
501501
| `disruption_contributors` | :material-close: | Define the list of disruption contributors id | `String[]` | `["shortterm.tr_idfm"]` |
502502
| `filters` | :material-close: | Show/hide the filters selector | `Boolean` |
503-
| `forbidden_networks` | :material-close: | Define the list of forbidden networkds | `String[]` | `["network:ABCD"]` |
503+
| `forbidden_networks` | :material-close: | Define the list of forbidden network ids | `String[]` | `["network:ABCD"]` |
504504
| `transport_networks` | :material-close: | Enable/disable showing network on lines | `Boolean` | - |
505505

506506
##### Alert subscription

docs/journey/android/releases/5.18.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Journey Android 5.18.0 - Changelog - Navitia SDK Docs
99
#### Features
1010
- Bike journeys are now sorted into four possible categories: _Bike Rental_, _Bike Rental + Public Transport_, _Personal Bike + Public Transport_ and _Personal Bike_
1111
- Display of reduce mobility parking places for a parking POI is now configurable
12-
- Selection of an next departure for the first public transport section in the roadmap
12+
- Selection of a next departure for the first public transport section in the roadmap
1313

1414
#### Fixes
1515
- Fix the order of lines for a station in autocomplete

docs/journey/ios/releases/6.0.0/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ title: Journey iOS 6.0.0 - Changelog - Navitia SDK Docs
88

99
#### Features
1010
- Enable next departure selection in the roadmap screen
11-
- Show/hide PMR availability based on configuration
11+
- Show/hide PRM availability based on configuration
1212
- Change bike journeys section order
1313

1414
#### Tasks
15-
- Change configuration
15+
- Extract module configuration from unified configuration
16+
- Add unified colors configuration
1617
- Update minimum iOS deployment to 16
1718

1819
#### Fixes

0 commit comments

Comments
 (0)