| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-28 | feat: Refactor NavBar and Planner components; update geocoding services | Ariel Costas Guerrero | |
| - Removed unused Navigation2 icon from NavBar. - Updated usePlanner hook to manage route history and improve local storage handling. - Enhanced PlannerApi with new fare properties and improved itinerary handling. - Added recent routes feature in StopList with navigation to planner. - Implemented NominatimGeocodingService for autocomplete and reverse geocoding. - Updated UI components for better user experience and accessibility. - Added translations for recent routes in multiple languages. - Improved CSS styles for map controls and overall layout. | |||
| 2025-12-28 | Basic fare calculations for Galicia (Xunta) | Ariel Costas Guerrero | |
| 2025-12-27 | IDEK | Ariel Costas Guerrero | |
| 2025-12-27 | Refactor route planner to use new GraphQL backend | Ariel Costas Guerrero | |
| 2025-12-26 | Move OpenTripPlanner source to separate package | Ariel Costas Guerrero | |
| 2025-12-25 | Remove hard-coded URL for OTP | Ariel Costas Guerrero | |
| 2025-12-25 | Implement selecting stop layers to display | Ariel Costas Guerrero | |
| 2025-12-25 | Update icons again | Ariel Costas Guerrero | |
| 2025-12-24 | Refactor map components and improve modal functionality | Ariel Costas Guerrero | |
| 2025-12-23 | Full real-time page, coruña real time | Ariel Costas Guerrero | |
| 2025-12-23 | Reimplement real time for Vitrasa | Ariel Costas Guerrero | |
| 2025-12-22 | Refactor arrivals handling and improve type definitions; reorganise components | Ariel Costas Guerrero | |
| 2025-12-22 | Implement retrieving next arrivals for a stop (scheduled only) | Ariel Costas Guerrero | |
| 2025-12-22 | Implement fetching scheduled arrivals for stop | Ariel Costas Guerrero | |
| 2025-12-19 | Implement loading stops as tiles from OTP | Ariel Costas Guerrero | |
| 2025-12-18 | Fix extra dollar sign in label | Ariel Costas Guerrero | |
| 2025-12-14 | Fix build error | Ariel Costas Guerrero | |
| 2025-12-12 | feat: implement favourites management, add recent places functionality, and ↵ | Ariel Costas Guerrero | |
| enhance planner features | |||
| 2025-12-12 | feat: add comfort parameters to AppConfiguration and update OTP service for ↵ | Ariel Costas Guerrero | |
| Madrid timezone handling | |||
| 2025-12-12 | feat: enhance OTP service logic, improve planner overlay, and update NavBar ↵ | Ariel Costas Guerrero | |
| styles | |||
| 2025-12-12 | Fix formatting and errors | Ariel Costas Guerrero | |
| 2025-12-12 | Improved version of the planner feature | Ariel Costas Guerrero | |
| 2025-12-12 | Taht shouldn't be there | Ariel Costas Guerrero | |
| 2025-12-12 | fix: enhance route matching logic and improve CSS layout for consolidated ↵ | Ariel Costas Guerrero | |
| circulation card | |||
| 2025-12-12 | Initial ultra-ñapa implementation of OTP integration | Ariel Costas Guerrero | |
| 2025-12-08 | Update formatting | Ariel Costas Guerrero | |
| 2025-12-08 | Refactor code structure for improved readability and maintainability; ↵ | Ariel Costas Guerrero | |
| removed redundant code blocks and optimized functions. | |||
| 2025-12-08 | fix: filter out invalid routes and adjust time difference criteria in ↵ | Ariel Costas Guerrero | |
| VitrasaTransitProvider | |||
| 2025-12-07 | Implement Renfe data source | Ariel Costas Guerrero | |
| 2025-12-01 | Fix some terminus formatting, add marquee-d next streets | Ariel Costas Guerrero | |
| 2025-11-30 | Refactor StopMap and Settings components; replace region config usage with ↵ | Ariel Costas Guerrero | |
| REGION_DATA, update StopDataProvider calls, and improve UI elements. Remove unused timetable files and add Tailwind CSS support. | |||
| 2025-11-30 | Refactor street name processing and remove unused stop downloader script | Ariel Costas Guerrero | |
| - Updated `street_name.py` to simplify street name handling by removing the `re_remove_street_type` regex and exception streets list, replacing them with a dictionary for name replacements. - Deleted the `download-stops.py` script from the Santiago stop downloader, which was no longer needed. - Removed the empty `.gitkeep` file from the overrides directory. - Added a new `VigoController` class to handle stop estimates and timetables, including error handling for missing data. - Introduced `LineFormatterService` to format circulation routes based on specific line conditions. | |||
| 2025-11-30 | feat: add Tailwind CSS support and create ConsolidatedCirculationCard styles | Ariel Costas Guerrero | |
| - Added Tailwind CSS and its Vite plugin to the project dependencies. - Updated Vite configuration to include Tailwind CSS plugin. - Created a new CSS file for the Consolidated Circulation Card component with styles for various states and responsive design. | |||
| 2025-11-23 | refactor: Update date handling in VigoController and ScheduledStop for ↵ | Ariel Costas Guerrero | |
| improved accuracy | |||
| 2025-11-23 | Add debug line | Ariel Costas Guerrero | |
| 2025-11-22 | feat: Enhance bus position calculation to support previous trip shapes and ↵ | Ariel Costas Guerrero | |
| improve trip ID parsing for multiple formats | |||
| 2025-11-22 | Add previous_trip_shape_id field to protobuf and implement linking logic | copilot-swe-agent[bot] | |
| Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-22 | Link previous trip shapes for GPS positioning on circular routes (#111) | Copilot | |
| Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-21 | refactor: Clean up whitespace in FindClosestPointIndexAsync method | Ariel Costas Guerrero | |
| 2025-11-21 | feat: Enhance shape retrieval with bus and stop point indexing; update ↵ | Ariel Costas Guerrero | |
| related components | |||
| 2025-11-21 | Fix data consolidation | Ariel Costas Guerrero | |
| 2025-11-21 | Remove schedule delay limit from bus matching algorithm (#109) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-21 | Reject running services arriving >3min early in consolidation algorithm (#108) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-21 | Show path from bus position to terminus | Ariel Costas Guerrero | |
| 2025-11-21 | feat: Update ConsolidatedCirculationCard to support readonly mode; enhance ↵ | Ariel Costas Guerrero | |
| button behavior based on GPS availability | |||
| 2025-11-19 | feat: Implement StopMapModal component for displaying bus stop locations ↵ | Ariel Costas Guerrero | |
| with live tracking; enhance styles and add interaction features | |||
| 2025-11-18 | fix fetching traffic because of date parsing | Ariel Costas Guerrero | |
| 2025-11-18 | Handle GTFS times exceeding 24 hours for night services (#98) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev> | |||
| 2025-11-17 | Fix InvalidOperationException when stops have no real-time arrivals (#99) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-17 | Implement showing traffic density with municipal data | Ariel Costas Guerrero | |
