Skip to content

Compat w/ trip updates (status/schedule)#604

Merged
mmathieum merged 2 commits intomasterfrom
mm/gtfs_rt_trip_updates
Mar 11, 2026
Merged

Compat w/ trip updates (status/schedule)#604
mmathieum merged 2 commits intomasterfrom
mm/gtfs_rt_trip_updates

Conversation

@mmathieum
Copy link
Member

@mmathieum mmathieum commented Mar 11, 2026

@mmathieum mmathieum self-assigned this Mar 11, 2026
@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 introduces the foundational elements for supporting GTFS Realtime trip updates within the application. It adds a new feature flag to control the activation of this functionality and updates the Android manifest generation script to conditionally include necessary metadata when the trip updates provider is enabled. This prepares the application for future integration of real-time schedule and status information.

Highlights

  • New Feature Flag for GTFS-RT Trip Updates: Introduced F_EXPORT_GTFS_RT_TRIP_UPDATES_PROVIDER in feature_flags.sh to control the export of GTFS Realtime trip update providers, initially set to false.
  • Conditional Android Manifest Configuration: Modified MTAndroidManifest.xml.MT.sh to conditionally inject meta-data entries into the Android Manifest for GTFS Realtime trip updates, dependent on the new feature flag.
Changelog
  • feature_flags.sh
    • Added F_EXPORT_GTFS_RT_TRIP_UPDATES_PROVIDER feature flag, defaulting to false.
  • shared-modules/app-android/src/main/MTAndroidManifest.xml.MT.sh
    • Implemented conditional logic to add meta-data for status_provider and status_provider_target to the Android Manifest if gtfs_real_time_agency_trip_updates_url is present and F_EXPORT_GTFS_RT_TRIP_UPDATES_PROVIDER is true.
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

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

This pull request introduces a new feature flag, F_EXPORT_GTFS_RT_TRIP_UPDATES_PROVIDER, to manage compatibility with GTFS-RT trip updates. The flag is used in the MTAndroidManifest.xml.MT.sh script to conditionally add <meta-data> for the status provider. The implementation is consistent with the existing codebase. I've provided one suggestion to improve code conciseness by combining nested conditional statements.

@mmathieum mmathieum marked this pull request as ready for review March 11, 2026 15:57
@mmathieum mmathieum merged commit ea80d71 into master Mar 11, 2026
4 checks passed
@mmathieum mmathieum deleted the mm/gtfs_rt_trip_updates branch March 11, 2026 15:58
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Mar 11, 2026
montransit added a commit to mtransitapps/ca-cranbrook-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-fraser-valley-express-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-comox-valley-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-nanaimo-rdn-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-milton-transit-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- 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 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-vernon-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-prince-george-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-laval-stl-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-banff-roam-transit-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-central-fraser-valley-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-williams-lake-transit-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-kamloops-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-south-okanagan-similkameen-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- 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 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-longueuil-rtl-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-chilliwack-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-toronto-ttc-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-london-transit-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-west-kootenay-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-train-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-cowichan-valley-transit-system-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-gatineau-sto-bus-android that referenced this pull request Mar 13, 2026
- 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: Twitter/X news provider > fix cache validity... mtransitapps/commons-android#86
- commons-android: Same change to allow main repo PR merge
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-vancouver-mobi-bike-android that referenced this pull request Mar 17, 2026
- 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: 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
montransit added a commit to mtransitapps/ca-quebec-a-velo-bike-android that referenced this pull request Mar 17, 2026
- 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: 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
montransit added a commit to mtransitapps/ca-red-deer-transit-bus-android that referenced this pull request Mar 17, 2026
- 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-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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-niagara-falls-wego-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-niagara-falls-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-west-coast-express-train-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-vancouver-translink-train-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-st-catharines-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-st-albert-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-kingston-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-vancouver-translink-ferry-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-toronto-share-bike-android that referenced this pull request Mar 17, 2026
- 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: 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
montransit added a commit to mtransitapps/ca-vancouver-translink-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-lethbridge-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-niagara-region-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-montreal-rem-light-rail-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-welland-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-edmonton-ets-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-calgary-transit-train-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/us-anchorage-people-mover-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-strathcona-county-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-la-presqu-ile-citpi-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-airdrie-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-whitehorse-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-saint-john-transit-bus-android that referenced this pull request Mar 17, 2026
- 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: 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
- 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 17, 2026
- 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: 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
- parser: DB version > always bump on CI mtransitapps/parser#53
montransit added a commit to mtransitapps/ca-edmonton-ets-train-android that referenced this pull request Mar 17, 2026
- 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: 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
- 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.

1 participant