Skip to content

Commit

Permalink
Merge pull request #158 from hove-io/releases/24-09-2024
Browse files Browse the repository at this point in the history
releases/24 09 2024
  • Loading branch information
RachikAbidi authored Oct 14, 2024
2 parents 20838d1 + 9f4eaaa commit 1e76ec2
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 6 deletions.
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.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_)
* [v3.6.1](releases/3.6.1/index.md) (_13 Jun 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.7.0' # Around Me Pod definition
pod 'AroundMeSDK', '3.8.0' # Around Me Pod definition
end

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

# AroundMe iOS 3.8.0 Changelog

<h2>🗓 24 Sep 2024</h2>

#### Features
- Add actions menu on favorite stations (go from, go to, show schedules, delete)

#### Tasks
- Use TerminusSchedule API to show next departures
- Display +1 on day +1 next departure

#### Compiler
- `Swift` -> `6.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.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_)
* [v1.5.1](releases/1.5.1/index.md) (_13 Jun 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.6.0' # Bookmark Pod definition
pod 'BookmarkSDK', '1.7.0' # Bookmark Pod definition
end

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

# Bookmark iOS 1.7.0 Changelog

<h2>🗓 24 Sep 2024</h2>

#### Features
- Display tomorrow indicator in next departures

#### Tasks
- Use TerminusSchedule API to show next departures
- Reset `func fetchFavoriteStations(encodedData: Data)`

#### Fixes
- Fix margins for favorite transport next departures card
- Fix favorite place cell label font
- Fix editing and saving addresses
- Fix blinking animation

#### Compiler
- `Swift` -> `6.0`
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ The following are the possible configuration parameters:
| `car_traffic_jam` | :material-close: | Show/hide the car traffic in the journey solution | `Boolean` | `true` |
| `disruption_contributors` | :material-close: | Define the list of disruption contributors id | `[String]` | `["shortterm.tr_idfm"]` |
| `external_navigation` | :material-close: | Enable/disable the navigation using external applications | `Boolean` | `true` |
| `max_favorite_addresses` | :material-close: | Define the max favorite addresses | `Int` | `10` |
| `max_favorite_addresses` | :material-close: | Define the max favorite addresses along with home and work addresses | `Int` | `10` |
| `max_favorite_pois` | :material-close: | Define the max favorite POIs | `Int` | `10` |
| `max_history` | :material-close: | Define the max history items | `Int` | `10` |
| `next_departures` | :material-close: | Show/hide the next departures | [`Next departures`](#next-departures) | - |
Expand Down
2 changes: 1 addition & 1 deletion docs/journey/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Journey iOS - Changelogs - Navitia SDK Docs
# Journey iOS Changelogs

* [v5.15.0](releases/5.15.0/index.md) (_09 Oct 2024_)
* [v5.14.0](releases/5.14.0/index.md) (_25 Sept 2024_)
* [v5.14.0](releases/5.14.0/index.md) (_24 Sep 2024_)
* [v5.13.0](releases/5.13.0/index.md) (_24 Jul 2024_)
* [v5.12.1](releases/5.12.1/index.md) (_24 Jun 2024_)
* [v5.12.0](releases/5.12.0/index.md) (_13 Jun 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/journey/ios/releases/5.14.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Journey iOS 5.14.0 - Changelog - Navitia SDK Docs

# Journey iOS 5.14.0 Changelog

<h2>🗓 25 Sept 2024</h2>
<h2>🗓 24 Sep 2024</h2>

#### Features
- Add configurable display of congestion for journeys including a car section
Expand Down
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.8.0](releases/3.8.0/index.md) (_24 Sep 2024_)
* [v3.7.0](releases/3.7.0/index.md) (_24 Jul 2024_)
* [v3.6.1](releases/3.6.1/index.md) (_27 Jun 2024_)
* [v3.6.0](releases/3.6.0/index.md) (_25 Jun 2024_)
Expand Down
23 changes: 23 additions & 0 deletions docs/schedule/ios/releases/3.8.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Schedule iOS 3.8.0 - Changelog - Navitia SDK Docs
---

# Schedule iOS 3.8.0 Changelog

<h2>🗓 24 Sep 2024</h2>

#### Features
- Add next departures screen entry point
- Add see all schedules button for favorite stations
- Display tomorrow indicator in next departures

#### Tasks
- Use TerminusSchedule API to show next departures
- Use direction name for next departures

#### Fixes
- Fix next departures empty state
- Fix blinking animation

#### Compiler
- `Swift` -> `6.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.5.6](releases/3.5.6/index.md) (_24 Sep 2024_)
* [v3.5.5](releases/3.5.5/index.md) (_24 Jul 2024_)
* [v3.5.3](releases/3.5.3/index.md) (_25 Jun 2024_)
* [v3.5.2](releases/3.5.2/index.md) (_13 Jun 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.5' # Traffic Pod definition
pod 'TrafficSDK', '3.5.6' # Traffic Pod definition
end

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

# Traffic iOS 3.5.6 Changelog

<h2>🗓 24 Sep 2024</h2>

#### Fixes
- Fix reversed disruption application periods
- Fix all time text misplaced

#### Compiler
- `Swift` -> `6.0`

0 comments on commit 1e76ec2

Please sign in to comment.