Skip to content

Service update (alert/info) > add NO_SERVICE effect#92

Merged
mmathieum merged 5 commits intomasterfrom
mm/service_alert_effect_no_service
Mar 19, 2026
Merged

Service update (alert/info) > add NO_SERVICE effect#92
mmathieum merged 5 commits intomasterfrom
mm/service_alert_effect_no_service

Conversation

@mmathieum
Copy link
Member

@mmathieum mmathieum self-assigned this Mar 18, 2026
@mmathieum mmathieum linked an issue Mar 18, 2026 that may be closed by this pull request
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request enhances the application's ability to communicate service disruptions by introducing a dedicated 'no service' flag for service updates. This improvement is particularly beneficial for processing real-time data from GTFS-Realtime feeds, ensuring that users receive precise information about service availability. Alongside this, extensive debugging utilities for GTFS-Realtime data structures were refactored and expanded, which will aid in future development and maintenance.

Highlights

  • New 'No Service' Indicator: Introduced a noService boolean field within the ServiceUpdate data class to explicitly mark service updates indicating a complete lack of service, enhancing clarity for users.
  • GTFS-Realtime Integration: Integrated the NO_SERVICE effect from GTFS-Realtime alerts into the ServiceUpdate model, allowing real-time data feeds to accurately convey service disruptions.
  • Enhanced Debugging for GTFS-Realtime: Significantly improved the toStringExt utility functions for various GTFS-Realtime objects (FeedMessage, Alert, TripUpdate, VehiclePosition, etc.) in Kotlin, providing more detailed and readable debug logs for easier troubleshooting and development.
  • Provider Updates: Updated several transit providers (NextBus, OCTranspo, RTCQuebec, StmInfoApi, StmInfoSubway) to accommodate the new noService parameter in the ServiceUpdate constructor, ensuring compatibility across different data sources.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request introduces a noService boolean field to the ServiceUpdate class, including its constructor and a getter, to support GTFS-RealTime alerts indicating service disruptions. This new field is integrated into the ServiceUpdate's toString() method for better debugging. Corresponding updates were made across various data providers to correctly handle this new parameter, passing null where not applicable, and deriving it from GTFS-RT alerts. Additionally, the GtfsRealtimeExt.kt file underwent significant refactoring to standardize debug logging for GTFS-RT protobuf objects, introducing new toStringExt functions, optional field accessors, and custom string joining utilities (joinToStringList, joinToStringOption) to improve readability and consistency of log output. Review comments suggest improving log formatting in GTFSRealTimeProvider.java by using '|' as a separator instead of '-' for consistency and to prevent conflicts, explicitly naming the noService parameter in the ServiceUpdate constructor call for readability, and utilizing the new joinToStringOption() extension function in GtfsRealtimeExt.kt for consistent string formatting.

This comment was marked as resolved.

This comment was marked as resolved.

Copilot AI and others added 3 commits March 19, 2026 08:16
…date (#94)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com>
@mmathieum mmathieum marked this pull request as ready for review March 19, 2026 14:30
@mmathieum mmathieum merged commit 238ab62 into master Mar 19, 2026
4 checks passed
@mmathieum mmathieum deleted the mm/service_alert_effect_no_service branch March 19, 2026 14:51
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Mar 19, 2026
montransit added a commit to mtransitapps/ca-cranbrook-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-la-presqu-ile-citpi-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-fraser-valley-express-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-comox-valley-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-nanaimo-rdn-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-milton-transit-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-sorel-varennes-citsv-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons: Build(deps): Bump the androidx group with 3 updates mtransitapps/commons#605
- commons: Build(deps): Bump the ads group with 2 updates mtransitapps/commons#606
- commons: Compat w/ trip updates (status/schedule) mtransitapps/commons#604
- commons: Archive selection > sort archive name A-Z
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-android: Compat w/ trip updates (status/schedule) mtransitapps/commons-android#81
- commons-android: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-squamish-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-vernon-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-st-john-s-metrobus-transit-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons: Build(deps): Bump the androidx group with 3 updates mtransitapps/commons#605
- commons: Build(deps): Bump the ads group with 2 updates mtransitapps/commons#606
- commons: Compat w/ trip updates (status/schedule) mtransitapps/commons#604
- commons: Archive selection > sort archive name A-Z
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-android: Compat w/ trip updates (status/schedule) mtransitapps/commons-android#81
- commons-android: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-quebec-orleans-express-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-laval-stl-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-central-fraser-valley-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/us-anchorage-people-mover-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-williams-lake-transit-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-kamloops-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-south-okanagan-similkameen-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/us-everett-transit-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons: Build(deps): Bump the androidx group with 3 updates mtransitapps/commons#605
- commons: Build(deps): Bump the ads group with 2 updates mtransitapps/commons#606
- commons: Compat w/ trip updates (status/schedule) mtransitapps/commons#604
- commons: Archive selection > sort archive name A-Z
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-android: Compat w/ trip updates (status/schedule) mtransitapps/commons-android#81
- commons-android: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/fr-perpignan-sankeo-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-chilliwack-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-laurentides-citla-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons: Build(deps): Bump the androidx group with 3 updates mtransitapps/commons#605
- commons: Build(deps): Bump the ads group with 2 updates mtransitapps/commons#606
- commons: Compat w/ trip updates (status/schedule) mtransitapps/commons#604
- commons: Archive selection > sort archive name A-Z
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-android: Compat w/ trip updates (status/schedule) mtransitapps/commons-android#81
- commons-android: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-quebec-rtc-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-west-kootenay-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-kelowna-regional-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-whistler-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-fort-st-john-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-via-rail-train-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons: Build(deps): Bump the androidx group with 3 updates mtransitapps/commons#605
- commons: Build(deps): Bump the ads group with 2 updates mtransitapps/commons#606
- commons: Compat w/ trip updates (status/schedule) mtransitapps/commons#604
- commons: Archive selection > sort archive name A-Z
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-android: Compat w/ trip updates (status/schedule) mtransitapps/commons-android#81
- commons-android: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-cornwall-transit-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-dawson-creek-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-victoria-regional-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-sunshine-coast-regional-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-fredericton-transit-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-powell-river-regional-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-campbell-river-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-train-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/ca-cowichan-valley-transit-system-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
montransit added a commit to mtransitapps/us-snohomish-county-community-transit-bus-android that referenced this pull request Mar 20, 2026
…parser':

- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons: Build(deps): Bump the androidx group with 3 updates mtransitapps/commons#605
- commons: Build(deps): Bump the ads group with 2 updates mtransitapps/commons#606
- commons: Compat w/ trip updates (status/schedule) mtransitapps/commons#604
- commons: Archive selection > sort archive name A-Z
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-android: Compat w/ trip updates (status/schedule) mtransitapps/commons-android#81
- commons-android: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
- parser: DB version > always bump on CI mtransitapps/parser#53
mmathieum added a commit to mtransitapps/ca-montreal-amt-train-android that referenced this pull request Mar 20, 2026
- commons: Enable GTFS RT Trip Updates FF mtransitapps/commons#615
- commons: CI > record screenshot > fix TZ/xmllint
- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons-android: STM.info > brand new API > bump DB version
- commons-android: logs++
- commons-android: needed
- commons-android: fix debug
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
mmathieum added a commit to mtransitapps/ca-richelieu-citvr-bus-android that referenced this pull request Mar 20, 2026
…er':

- commons: Enable GTFS RT Trip Updates FF mtransitapps/commons#615
- commons: CI > record screenshot > fix TZ/xmllint
- commons: Add workflow to push store listings to Play Console mtransitapps/commons#613
- commons: Add CI workflow to pull latest Play Store listings mtransitapps/commons#611
- commons: Build(deps): Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 in the test group mtransitapps/commons#619
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0 in the gms group mtransitapps/commons#617
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#618
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 mtransitapps/commons#620
- commons: Build(deps): Bump kotlin from 2.3.10 to 2.3.20 mtransitapps/commons#621
- commons: STM.info API > new service update endpoint mtransitapps/commons#614
- commons: Add timeout to MT Release job in workflow mtransitapps/commons#607
- commons: Build(deps): Bump the androidx group with 3 updates mtransitapps/commons#605
- commons: Build(deps): Bump the ads group with 2 updates mtransitapps/commons#606
- commons: Compat w/ trip updates (status/schedule) mtransitapps/commons#604
- commons: Archive selection > sort archive name A-Z
- commons-android: STM.info > brand new API > bump DB version
- commons-android: logs++
- commons-android: needed
- commons-android: fix debug
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: screenshot emulator time format
- commons-android: fix screenshot delay?
- commons-android: screenshot time format fix
- commons-android: screenshot emulator time format fix
- commons-android: screenshot -> time format needed
- commons-android: logs++
- commons-android: Service update (alert/info) > add `NO_SERVICE` effect mtransitapps/commons-android#92
- commons-android: STM.info API > new service update endpoint mtransitapps/commons-android#89
- commons-android: RT schedule UI improvements... mtransitapps/commons-android#88
- commons-android: Compat w/ trip updates (status/schedule) mtransitapps/commons-android#81
- commons-android: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- commons-java: Clean utils > lower upper case strings > trim to match (& unit tests)
- parser: JSON config > +`stop_original_id_to_stop_id_configs`
- parser: DB version > always bump on CI mtransitapps/parser#53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Service Updates > add NO_SERVICE effect

2 participants