| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| app-release-v2.1.0.apk | 2026-02-28 | 5.1 MB | |
| DZTrain 2.1.0 source code.tar.gz | 2026-02-28 | 4.7 MB | |
| DZTrain 2.1.0 source code.zip | 2026-02-28 | 4.7 MB | |
| README.md | 2026-02-28 | 1.3 kB | |
| Totals: 4 Items | 14.5 MB | 2 | |
Release v2.1.0
UI Improvements
- Result Cards: Updated layout to align line badges to the far right of the route title. Added constraints to prevent text overlap and ensure proper station name truncation.
- Dynamic Styling: Implemented color-coded branding for train lines using
ColorStateListfor a more intuitive interface. - Stops Popup: Redesigned the stop list using a monospaced font and dot-leaders to ensure station names and arrival times are perfectly justified.
- Header Redesign: Updated the popup title to a split-view format, placing the Train ID on the left and the itinerary direction on the right.
Functional Updates
- Live Refresh: Enhanced the "Show All Stops" toggle to update the UI content immediately without closing the dialog.
- Visual Identifiers: Integrated distinct symbols (●/○) to differentiate between stopping and passing stations.
Technical Fixes
- Resolved
ColorStateListandColor.parseColorunresolved reference errors in the Adapter. - Optimized layout padding and line spacing for better readability on various screen sizes.