You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
3.2 KiB
122 lines
3.2 KiB
v2.7.11 |
|
Add support for IC trains. |
|
Allow choosing displayed timezone. |
|
Show notes about wagon detachment, receival, or train number changes. |
|
Use system accent color if available. |
|
Use API v3. |
|
|
|
v2.7.10 |
|
Add about page to Fluent UI. |
|
Add settings page, allowing changing between UIs. |
|
Add touch scrolling on Linux. |
|
|
|
v2.7.9 |
|
Add Fluent UI for Windows and Linux. |
|
Add split view in landscape when viewing a train. |
|
Add error handling and auto refresh when viewing a station's arrivals/departures. |
|
General code fixes and migration (freezed, riverpod). |
|
|
|
v2.7.8 |
|
Added cancelled trains in departures/arrivals board. |
|
Selecting train in departures/arrivels board chooses appropriate departure date. |
|
Temporarily switched all platforms to Material. |
|
|
|
v2.7.7 |
|
Improved departures/arrivals page: |
|
- badge for platform (due to limitations in data, platform in only known when a train arrives/departs) |
|
- time deviations shown (delays or arriving early) |
|
Moved to API v3 for station data. |
|
|
|
v2.7.6 |
|
Transitioned to Material 3. |
|
Redesigned main page on Material. |
|
On Android (Material), tapping station card in train information screen opens departures/arrivals board. |
|
Added past tense to trains already arrived/departed. |
|
Fixed download button on Android. |
|
|
|
v2.7.5 |
|
Added about page and in-app changelog. |
|
On Android, added download buttons. |
|
|
|
v2.7.4 |
|
Addressed Android 12 component exporting rule. |
|
See: https://developer.android.com/about/versions/12/behavior-changes-12#exported |
|
|
|
v2.7.3 |
|
Added Android APK signing. |
|
|
|
v2.7.2 |
|
Fixed alignment of station names in train screen. |
|
|
|
v2.7.1 |
|
Switched train suggestions list from hardcoded data to server data. |
|
Added Linux build files. |
|
|
|
v2.7.0 |
|
Changed domain name for server providing the data. |
|
Changed bundle name accordingly. |
|
|
|
v2.6.0 |
|
Added ability to view yesterday data for trains that didn't depart yet today. |
|
Fixed iOS status bar color. |
|
|
|
v2.5.0 |
|
Initial arrivals/departures support |
|
|
|
v2.4.1 |
|
Fixed DateTime (UTC -> local) |
|
|
|
v2.4.0 |
|
Moved to api v2 |
|
Added support for any train number, including train numbers starting with 0 |
|
|
|
v2.3.1 |
|
Fixed badge background when arrival is known but not departure |
|
|
|
v2.3.0 |
|
Added pull to refresh |
|
|
|
v2.2.0 |
|
Added refresh button on error |
|
|
|
v2.1.1 |
|
Fixed Android build |
|
Switched versioning format |
|
|
|
v2.0.7 |
|
Switched from WebView to API |
|
Updated app to latest Flutter |
|
Tweaks |
|
|
|
v2.0.6 |
|
Brought feature parity with iOS _(except for v2.0.2, which is iOS specific)_. |
|
|
|
v2.0.5 |
|
- increased font weight on iOS |
|
- added support for system bolt font request on iOS |
|
|
|
v2.0.4 |
|
- added original time in case of delay for iOS |
|
+ will be for Android soon |
|
+ in case there is a delay, the original time will be shown with |
|
a stroke through it and the new time will be shown below |
|
|
|
v2.0.3 |
|
- added km badge colour for iOS |
|
+ will be added for Android soon |
|
+ green for being on time |
|
+ yellow for a non planned stop |
|
+ red for a delay |
|
|
|
v2.0.2 |
|
- added translucency to the navigation bar on iOS |
|
|
|
v2.0.1 |
|
- added a little separation between the arrows and the text in the stations list |
|
- fine tuned the positioning, centering items when they are supposed to be centered |
|
- changed text from "sosește" to "sosire", in order to match "plecare" |
|
|
|
v2.0.0 |
|
Rewritten! |
|
- separate UI for Android and iOS |
|
- uses WebView to get data on device instead of relying on server
|
|
|