Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
a0e2a76
Merge pull request #178 from hove-io/hotfix/bookmark-1.9.1
RachikAbidi Dec 9, 2024
845bbaf
Merge pull request #180 from hove-io/task/font
EvenModiguy Dec 18, 2024
5378539
Merge pull request #183 from hove-io/hotfix/android/24-12-24
EvenModiguy Dec 24, 2024
ae9cc95
Merge pull request #184 from hove-io/hotfix/aroundme-android-2.13.2
RachikAbidi Dec 26, 2024
f164fb0
update config
Jan 7, 2025
5089314
Merge pull request #186 from hove-io/hotfix/bookmark/1.9.3
EvenModiguy Jan 8, 2025
14d9063
Merge pull request #188 from hove-io/hotfix/journey-5.17.1-ios
RachikAbidi Jan 8, 2025
b85532a
Merge pull request #190 from hove-io/hotfix/journey-5.17.1-ios
RachikAbidi Jan 8, 2025
2bb21c2
Merge pull request #192 from hove-io/hotfix/journey-5.17.2-android
RachikAbidi Jan 8, 2025
819056d
Merge pull request #195 from hove-io/hotfix/aroundme/2.13.3
EvenModiguy Jan 9, 2025
319ad8a
Merge pull request #196 from hove-io/hotfix/journey-5.17.2-ios
RachikAbidi Jan 27, 2025
77360ca
Merge pull request #198 from hove-io/hotfix/04-02-2025
RachikAbidi Feb 5, 2025
5d91e11
Merge pull request #200 from hove-io/hotfix/12-02-2025-ios
RachikAbidi Feb 13, 2025
1bfe457
Merge pull request #202 from hove-io/sprint/s51-s52-s1-s2
EvenModiguy Feb 13, 2025
d8270d0
update doc for release 1
Feb 13, 2025
62c7e6e
update expert api and models
Feb 13, 2025
5a62006
clean file
Feb 13, 2025
e0cd207
Add new config object line_name
MikePetitfils Feb 26, 2025
029b842
Traffic feature config changed
hirsch-adeline Feb 26, 2025
3ef545f
update after fixes
Feb 26, 2025
963f779
remove new feature
Feb 26, 2025
77eea68
update file example
Feb 26, 2025
da43f96
Update config.json file
hirsch-adeline Feb 26, 2025
f1d9e8f
Update docs/assets/file/config.json
hirsch-adeline Feb 26, 2025
b0266a3
update configuration
Feb 27, 2025
fdbd515
update config for around me
Feb 27, 2025
2212a02
fix config.json
Feb 27, 2025
7406ce3
Update for iOS changes since release of 24 february
hirsch-adeline Feb 28, 2025
7c0b819
Merge pull request #203 from hove-io/feature/SDK-2974
MikePetitfils Mar 4, 2025
673ede0
add schedule android 2.9.5
Mar 5, 2025
5bb15c0
Merge pull request #206 from hove-io/feature/sdk-2977-2803
EvenModiguy Mar 10, 2025
134f208
Add park mode
hirsch-adeline Mar 17, 2025
9e246ac
Merge pull request #205 from hove-io/feature/SDK-2700
hirsch-adeline Mar 24, 2025
830d6ad
Update docs/getting_started.md
hirsch-adeline Mar 24, 2025
ac7cfa5
Add park_mode in config json file
hirsch-adeline Mar 24, 2025
dc5cc7c
Merge pull request #209 from hove-io/feature/SDK-2787
hirsch-adeline Mar 24, 2025
f6fc719
Update config
hirsch-adeline Mar 25, 2025
e605a21
Merge branch 'release/13-02-25' into some_updates
hirsch-adeline Mar 25, 2025
e6a297d
PR changes
hirsch-adeline Mar 25, 2025
17ac03a
Merge pull request #210 from hove-io/some_updates
hirsch-adeline Mar 25, 2025
a9610fe
Merge branch 'develop' into release/13-02-25
hirsch-adeline Mar 25, 2025
15e00a3
Update iOS changelogs
hirsch-adeline Mar 25, 2025
09447ad
add android changelogs
Mar 25, 2025
bd18a9f
Update iOS pod version
hirsch-adeline Mar 25, 2025
7aebb1d
Apply some PR changes
RachikAbidi Mar 28, 2025
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: 2 additions & 0 deletions docs/around_me/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Around Me Android - Changelogs - Navitia SDK Docs

# Around Me Android Changelogs

* [v2.15.0](releases/2.15.0/index.md) (_24 Mar 2025_)
* [v2.14.0](releases/2.14.0/index.md) (_25 Feb 2025_)
* [v2.13.4](releases/2.13.4/index.md) (_03 Feb 2025_)
* [v2.13.3](releases/2.13.3/index.md) (_09 Jan 2025_)
* [v2.13.2](releases/2.13.2/index.md) (_26 Dec 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.13.4")
implementation("com.kisio.navitia.sdk.ui:aroundme:2.15.0")
}
```

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

# Around Me Android 2.14.0 Changelog

<h2>🗓 25 Feb 2025</h2>

#### Features
- Display of reduce mobility parking places for a parking POI is now configurable

#### Fixes
- No longer show POIs when selecting a transport category in the quick filters

#### Dependencies
- `gradle` > `8.10.2`
- `kotlinVersion` > `2.1.0`
- `com.android.tools.build:gradle` > `8.8.0`
- `compileSdk` > `35`
- `buildToolsVersion` > `35.0.0`
- `daggerVersion` > `2.55`
- `fragmentVersion` > `1.8.5`
- `lifecycleVersion` > `2.8.7`
- `androidx.constraintlayout:constraintlayout` > `2.2.0`
- `androidx.core:core-ktx` > `1.15.0`
- `androidx.recyclerview:recyclerview` > `1.4.0`
- `com.kisio.navitia.sdk.engine:design` > `2.20.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.4`
- `com.kisio.navitia.sdk.engine:toolbox` > `1.20.0`
- `org.jetbrains.kotlinx:kotlinx-serialization-json` > `1.6.3`
16 changes: 16 additions & 0 deletions docs/around_me/android/releases/2.15.0 /index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: AroundMe Android 2.15.0 - Changelog - Navitia SDK Docs
---

# Around Me Android 2.15.0 Changelog

<h2>🗓 24 Mar 2025</h2>

#### Features
- Tab titles for stations, routes, and self-service bike stations are configurable

#### Dependencies
- `fragmentVersion` > `1.8.6`
- `androidx.constraintlayout:constraintlayout` > `2.2.1`
- `com.kisio.navitia.sdk.data:expert` > `3.7.0`
- `com.kisio.navitia.sdk.engine:design` > `2.21.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

* [v4.1.0](releases/4.1.0/index.md) (_24 Mar 2025_)
* [v4.0.0](releases/4.0.0/index.md) (_24 Feb 2025_)
* [v3.10.2](releases/3.10.2/index.md) (_12 Feb 2025_)
* [v3.10.1](releases/3.10.1/index.md) (_04 Feb 2025_)
* [v3.10.0](releases/3.10.0/index.md) (_02 Dec 2024_)
Expand Down
28 changes: 21 additions & 7 deletions 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.10.2' # Around Me Pod definition
pod 'AroundMeSDK', '4.1.0' # Around Me Pod definition
end

# Required for XCFramework
Expand All @@ -39,15 +39,19 @@ This module is set up by calling `AroundMe.shared.initialize()` method which tak
| Name | Required | Description | Type | Example
| --- |:---:| --- | :---: | :---: |
| `coverage` | :material-check: | Navitia coverage | `String` | `fr-idf` |
| `token` | :material-check: | Navitia token | `String` | `ABCD-1234-...` |
| `timeZone` | :material-check: | Time zone | `String` | `Europe/Paris` |
| `env` | :material-check: | Navitia environment | `String` | `PROD` |
| `colors` | :material-check: | Define the custom colors | [`AroundMeColorsConfiguration`](../../getting_started/#around-me-color) | - |
| `unifiedColors` | :material-close: | Define the custom colors | [`UnifiedColorsConfiguration`](../../getting_started/#unified-colors) | - |
| `fonts` | :material-close: | Use custom fonts | [`AroundMeFontsConfiguration`](../../getting_started/#custom-font) | - |
| `lineResources` | :material-close: | List of transport lines resource IDs | [`[LineResource]`](../../getting_started/#line-resource) | - |
| `modeResources` | :material-close: | List of transport modes resource IDs | [`[ModeResource]`](../../getting_started/#mode-resource) | - |
| `transportCategories` | :material-check: | List of supported transport modes | [`[TransportCategory]`](../../getting_started/#transport-category) | - |
| `poiCategories` | :material-close: | List of available POIs | [`[PoiCategory]`](../../getting_started/#poi-category) | - |
| `providerResources` | :material-close: | Transport providers configuration | [`[ProviderResource]`](../../getting_started/#provider-resource) | - |
| `titleResources` | :material-close: | Screens titles customization | [`AroundMeTitlesResources`](../../getting_started/#around-me-title-resource) | - |
| `iconsResources` | :material-close: | List of icon resource names | [`AroundMeIconsResources`](../../getting_started/#icon-resource) | - |
| `transportCategories` | :material-close: | List of supported transport modes | [`[TransportCategory]`](../../getting_started/#transport-category) | - |
| `features` | :material-close: | Enable/disable some features | [`AroundMeFeaturesConfiguration`](../../getting_started/#around-me-features) | - |

You can also call the `initialize()` method with the global JSON configuration file added to your application bundle:
Expand Down Expand Up @@ -100,14 +104,24 @@ You can also call the `initialize()` method with the global JSON configuration f
primaryColor: "#88819f",
secondaryColor: "#8faa96"
)

let disruptionsColorsConfiguration = DisruptionsColorsConfiguration(
information: "#22a824",
nonBlocking: "#faa12d",
blocking: "#e62c29"
)
let unifiedColorsConfiguration = UnifiedColorsConfiguration(
disruptions: disruptionsColorsConfiguration
)

try AroundMe.shared.initialize(
coverage: "fr-idf",
token: "your_token",
timeZone: "your_contry",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
timeZone: "your_contry",
timeZone: "your_country",

env: "PROD",
colors: aroundmeColorsConfiguration,
transportCategories: transportCategories
)
unifiedColors: unifiedColorsConfiguration,
transportCategories: transportCategories,
)
} catch {
Logger.error("%@", String(
format: "Around Me SDK cannot be initialized! %@",
Expand Down Expand Up @@ -141,7 +155,7 @@ If you want to use the `rootViewController` as a `ChildViewController` of your `

```swift
navigationController?.pushViewController(
trafficViewController,
aroundMeViewController,
animated: false
)
```
Expand All @@ -150,7 +164,7 @@ If you want to use the `rootViewController` as a `ChildViewController` of your `

```swift
yourViewController.addChild(UINavigationController(
rootViewController: trafficViewController
rootViewController: aroundMeViewController
))
```

Expand Down
2 changes: 1 addition & 1 deletion docs/around_me/ios/releases/3.4.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title: AroundMe iOS 3.4.0 - Changelog - Navitia SDK Docs
#### Fixes
- Do not display `Favorite stations` if no station is added to favorites
- Fix stations sort in the bottom sheet
- Fix bicycle parking displayed as P+R
- Fix bike parking displayed as P+R
- Fix sections order in autocompletion
- Fix home and work bookmark buttons not clickable
- Fix Line icon position in the bottom sheet
Expand Down
26 changes: 26 additions & 0 deletions docs/around_me/ios/releases/4.0.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: AroundMe iOS 4.0.0 - Changelog - Navitia SDK Docs
---

# AroundMe iOS 4.0.0 Changelog

<h2>🗓 24 Feb 2025</h2>

#### Feature
- Show/hide PRM availability based on configuration

#### Tasks
- Extract module configuration from unified configuration
- Add unified colors configuration
- Update minimum iOS deployment to 16
- Show places list in fullscreen

#### Fixes
- Remove navigation bar in home screen
- Fix map filtering
- Add missing poi categories in init

#### Dependencies
- `NavitiaSDK` -> `2.8.0`
- `RouterEngine` -> `1.6.0`
- `DesignEngine` -> `3.0.0`
24 changes: 24 additions & 0 deletions docs/around_me/ios/releases/4.1.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: AroundMe iOS 4.1.0 - Changelog - Navitia SDK Docs
---

# AroundMe iOS 4.1.0 Changelog

<h2>🗓 24 Mar 2025</h2>

#### Tasks
- Hide parking section that was displayed inside favorite journey freeze
- Show searched places addresses
- Make searched poi icons customizable
- Add config params to override favorite tabs title
- Display POI icons if available
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where the icon is displayed?

- Display line details for every zoom level

#### Fixes
- Fix transport line text color icon in map annotation
- Fix back button not returning the view back to its previous state
- Fix line path not properly displayed on the map

#### Dependencies
- `NavitiaSDK` -> `2.9.0`
- `DesignEngine` -> `3.1.0`
65 changes: 52 additions & 13 deletions docs/assets/file/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@
"add_poi_infos": [
"bss_stands",
"car_park"
]
],
"park_mode": ""
}
],
"poi_categories": [
Expand Down Expand Up @@ -626,10 +627,19 @@
"booking": true,
"bookmark_mode": {
"enabled": true,
"display": {
"bss": true,
"journeys": true,
"stations": true
"tabs": {
"bss": {
"display": true,
"title_res": ""
},
"journeys": {
"display": true,
"title_res": ""
},
"stations": {
"display": true,
"title_res": ""
}
}
},
"default_location": {
Expand All @@ -643,7 +653,10 @@
"frequency": 30
},
"park_availability": {
"frequency": 30
"frequency": 30,
"display": {
"prm": true
}
},
"schedule_mode": true,
"stop_point_search": true,
Expand All @@ -658,13 +671,28 @@
"frequency": 30
},
"park_availability": {
"frequency": 30
"frequency": 30,
"display": {
"prm": true
}
},
"schedule_mode": true,
"tabs": {
"transports": true,
"transports": {
"enabled": true,
"sections": {
"stations_title_res": "",
"bss_stations_title_res": "",
"car_parking_title_res": ""
}
},
"journeys": true,
"addresses": true
"addresses": {
"enabled": true,
"sections": {
"places_title_res": ""
}
}
}
},
"journey": {
Expand Down Expand Up @@ -702,7 +730,10 @@
}
},
"park_availability": {
"frequency": 30
"frequency": 30,
"display": {
"prm": true
}
},
"price": true,
"realtime_delays": true,
Expand All @@ -726,6 +757,11 @@
}
},
"go_from_go_to": true,
"line_name": {
"allowed_commercial_modes": [
""
]
},
"max_history": 10,
"networks_filter": true,
"next_departures": {
Expand All @@ -747,8 +783,11 @@
"disruption_contributors": [
""
],
"networks_filter": true,
"transport_networks": true
"filters": true,
"transport_networks": true,
"forbidden_networks": [
""
]
}
}
}
}
Binary file modified docs/assets/img/traffic/ios/all_disruptions_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/traffic/ios/filters_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/traffic/ios/home_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/traffic/ios/subscriptions_list_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/bookmark/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs

# Bookmark Android Changelogs

* [v1.11.0](releases/1.11.0/index.md) (_24 Mar 2025_)
* [v1.10.0](releases/1.10.0/index.md) (_13 Feb 2025_)
* [v1.9.4](releases/1.9.4/index.md) (_03 Feb 2025_)
* [v1.9.3](releases/1.9.3/index.md) (_08 Jan 2025_)
* [v1.9.2](releases/1.9.2/index.md) (_24 Dec 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.9.4")
implementation("com.kisio.navitia.sdk.ui:bookmark:1.11.0")
}
```

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

# Bookmark Android 1.10.0 Changelog

<h2>🗓 13 Feb 2025</h2>

#### Features
- Display of reduce mobility parking places for a parking POI is now configurable

#### Tasks
- Rename `see_all_schedules` to `schedule_mode` in the configuration
- Replace the icon for self-service bike parking places

#### Dependencies
- `gradle` > `8.10.2`
- `kotlinVersion` > `2.1.0`
- `com.android.tools.build:gradle` > `8.8.0`
- `compileSdk` > `35`
- `buildToolsVersion` > `35.0.0`
- `daggerVersion` > `2.55`
- `fragmentVersion` > `1.8.5`
- `androidx.constraintlayout:constraintlayout` > `2.2.0`
- `androidx.core:core-ktx` > `1.15.0`
- `androidx.recyclerview:recyclerview` > `1.4.0`
- `com.kisio.navitia.sdk.engine:design` > `2.20.0`
- `com.kisio.navitia.sdk.engine:router` > `2.6.4`
- `com.kisio.navitia.sdk.engine:toolbox` > `1.20.0`
- `org.jetbrains.kotlinx:kotlinx-serialization-json` > `1.6.3`
16 changes: 16 additions & 0 deletions docs/bookmark/android/releases/1.11.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Bookmark Android 1.11.0 - Changelog - Navitia SDK Docs
---

# Bookmark Android 1.11.0 Changelog

<h2>🗓 24 Mar 2025</h2>

#### Features
- Section titles for stations, self-service bike stations, and parking in the transport tab are configurable

#### Dependencies
- `fragmentVersion` > `1.8.6`
- `androidx.constraintlayout:constraintlayout` > `2.2.1`
- `com.kisio.navitia.sdk.data:expert` > `3.7.0`
- `com.kisio.navitia.sdk.engine:design` > `2.21.0`
Loading