Skip to content

CI > Enable/disable Store channels#573

Merged
mmathieum merged 13 commits intomasterfrom
mm/ci_store_channels
Feb 17, 2026
Merged

CI > Enable/disable Store channels#573
mmathieum merged 13 commits intomasterfrom
mm/ci_store_channels

Conversation

@mmathieum
Copy link
Member

No description provided.

@mmathieum mmathieum self-assigned this Feb 16, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @mmathieum, 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 a new GitHub Actions workflow designed to streamline the management of release channels for the MT Store. It provides a manual interface for developers to enable or disable specific channels (Alpha, Beta Private, Production), automating the underlying configuration changes and subsequent Git operations, including committing, pushing, and optionally creating a pull request.

Highlights

  • New GitHub Actions Workflow: Introduced mt-store-channels.yml, a new GitHub Actions workflow for managing store release channels.
  • Manual Channel Control: The workflow is triggered manually via workflow_dispatch and provides inputs to enable or disable Alpha, Beta Private, and Production channels.
  • Configuration Management: Channel status is managed by creating or removing corresponding files (e.g., config/store/alpha) within the repository.
  • Automated Git Operations: The workflow automatically commits and pushes changes to the config/store/ directory, and can create a new pull request if changes are detected.
Changelog
  • shared-overwrite/.github/workflows/mt-store-channels.yml
    • Added a new GitHub Actions workflow for managing store release channels.
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 GitHub Actions workflow for enabling and disabling store channels. The overall logic is sound, but there are significant issues in the git commands used to commit changes and create a pull request, which could lead to workflow failures or incorrect behavior. The provided suggestions aim to improve the robustness of these steps, which is acceptable given that GitHub Actions workflows can push commits to PR branches for generated files.

This comment was marked as outdated.

Copilot AI and others added 6 commits February 16, 2026 14:39
- [x] Understand current workflow structure with boolean inputs
- [x] Replace 6 boolean inputs (alpha-enable/disable,
beta-private-enable/disable, production-enable/disable) with 3 choice
inputs (alpha, beta-private, production)
- [x] Each choice input has options: ignore, enable, disable (with
ignore as default)
- [x] Update workflow steps to use the new choice inputs instead of
boolean checks
- [x] Update example command in comments
- [x] Validate YAML syntax
- [x] Run code review (no issues found)
- [x] Run security check (no issues found)
- [x] Reply to comment with changes

<!-- START COPILOT CODING AGENT TIPS -->
---

💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).

---------

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 February 16, 2026 20:43
@mmathieum mmathieum requested a review from Copilot February 16, 2026 20:44
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new manually-triggered GitHub Actions workflow to toggle Play Store channel configuration files in config/store/ and automatically open/update a PR with the resulting changes.

Changes:

  • Introduces mt-store-channels.yml workflow with tri-state inputs (ignore/enable/disable) for alpha, beta-private, and production.
  • Implements channel toggling by creating/removing marker files under config/store/.
  • Commits changes to a dedicated branch and creates/updates a PR via gh.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mmathieum
Copy link
Member Author

/gemini review

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 GitHub Actions workflow to enable or disable store channels (alpha, beta, production) via manual trigger. My review focuses on improving the workflow's maintainability, correctness, and clarity. All original comments are valid and align with the provided rules, offering opportunities to refactor for simplicity, remove unused code, and correct critical issues. Key suggestions include consolidating repetitive steps, removing unused environment variables, de-duplicating commands, and correcting an invalid action version.

@mmathieum mmathieum merged commit a847ea6 into master Feb 17, 2026
4 checks passed
@mmathieum mmathieum deleted the mm/ci_store_channels branch February 17, 2026 18:43
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Feb 17, 2026
mmathieum added a commit to mtransitapps/ca-montreal-stm-bus-android that referenced this pull request Feb 17, 2026
…er':

- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
mmathieum added a commit to mtransitapps/ca-montreal-amt-train-android that referenced this pull request Feb 17, 2026
…er':

- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-burlington-transit-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-whistler-transit-system-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-vancouver-translink-ferry-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-fort-st-john-transit-system-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-barrie-transit-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-thunder-bay-transit-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-dawson-creek-transit-system-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-cornwall-transit-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-victoria-regional-transit-system-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-halifax-transit-ferry-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-sunshine-coast-regional-transit-system-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-powell-river-regional-transit-system-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-fredericton-transit-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-campbell-river-transit-system-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-halifax-transit-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-train-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-cowichan-valley-transit-system-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-quebec-rtc-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-gatineau-sto-bus-android that referenced this pull request Feb 20, 2026
…parser':

- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
mmathieum added a commit to mtransitapps/ca-montreal-bixi-bike-android that referenced this pull request Feb 20, 2026
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
mmathieum added a commit to mtransitapps/ca-toronto-ttc-bus-android that referenced this pull request Feb 20, 2026
…er':

- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
mmathieum added a commit to mtransitapps/ca-edmonton-ets-bus-android that referenced this pull request Feb 20, 2026
…er':

- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-quebec-a-velo-bike-android that referenced this pull request Feb 24, 2026
- commons: CI > screenshots > fix no module APK when built
- commons: CI > screenshots > fix no module APK log
- commons: CI > screenshots > fix no module APK
- commons: Add build-from-source fallback for screenshot workflow when no release exists mtransitapps/commons#588
- commons: Add workflow for recording Android screenshots with hardware-accelerated emulator mtransitapps/commons#578
- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
montransit added a commit to mtransitapps/ca-niagara-falls-wego-bus-android that referenced this pull request Feb 24, 2026
…parser':

- commons: CI > screenshots > fix no module APK when built
- commons: CI > screenshots > fix no module APK log
- commons: CI > screenshots > fix no module APK
- commons: Add build-from-source fallback for screenshot workflow when no release exists mtransitapps/commons#588
- commons: Add workflow for recording Android screenshots with hardware-accelerated emulator mtransitapps/commons#578
- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-red-deer-transit-bus-android that referenced this pull request Feb 24, 2026
…parser':

- commons: CI > screenshots > fix no module APK when built
- commons: CI > screenshots > fix no module APK log
- commons: CI > screenshots > fix no module APK
- commons: Add build-from-source fallback for screenshot workflow when no release exists mtransitapps/commons#588
- commons: Add workflow for recording Android screenshots with hardware-accelerated emulator mtransitapps/commons#578
- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-niagara-falls-transit-bus-android that referenced this pull request Feb 24, 2026
…parser':

- commons: CI > screenshots > fix no module APK when built
- commons: CI > screenshots > fix no module APK log
- commons: CI > screenshots > fix no module APK
- commons: Add build-from-source fallback for screenshot workflow when no release exists mtransitapps/commons#588
- commons: Add workflow for recording Android screenshots with hardware-accelerated emulator mtransitapps/commons#578
- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/us-clark-county-c-tran-bus-android that referenced this pull request Feb 24, 2026
…parser':

- commons: CI > screenshots > fix no module APK when built
- commons: CI > screenshots > fix no module APK log
- commons: CI > screenshots > fix no module APK
- commons: Add build-from-source fallback for screenshot workflow when no release exists mtransitapps/commons#588
- commons: Add workflow for recording Android screenshots with hardware-accelerated emulator mtransitapps/commons#578
- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-sherbrooke-sts-bus-android that referenced this pull request Feb 24, 2026
…parser':

- commons: CI > screenshots > fix no module APK when built
- commons: CI > screenshots > fix no module APK log
- commons: CI > screenshots > fix no module APK
- commons: Add build-from-source fallback for screenshot workflow when no release exists mtransitapps/commons#588
- commons: Add workflow for recording Android screenshots with hardware-accelerated emulator mtransitapps/commons#578
- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-chambly-richelieu-carignan-citcrc-bus-android that referenced this pull request Feb 24, 2026
…parser':

- commons: CI > screenshots > fix no module APK when built
- commons: CI > screenshots > fix no module APK log
- commons: CI > screenshots > fix no module APK
- commons: Add build-from-source fallback for screenshot workflow when no release exists mtransitapps/commons#588
- commons: Add workflow for recording Android screenshots with hardware-accelerated emulator mtransitapps/commons#578
- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
montransit added a commit to mtransitapps/ca-gta-up-express-train-android that referenced this pull request Feb 24, 2026
…parser':

- commons: CI > screenshots > fix no module APK when built
- commons: CI > screenshots > fix no module APK log
- commons: CI > screenshots > fix no module APK
- commons: Add build-from-source fallback for screenshot workflow when no release exists mtransitapps/commons#588
- commons: Add workflow for recording Android screenshots with hardware-accelerated emulator mtransitapps/commons#578
- commons: Add allowNonDefault input to mt-release workflow mtransitapps/commons#587
- commons: Add workflow inputs to skip store releases in mt-release.yml mtransitapps/commons#586
- commons: Build(deps): Bump com.google.android.gms:play-services-ads from 24.9.0 to 25.0.0 in the gms group mtransitapps/commons#580
- commons: Update script to skip publishing if no current users mtransitapps/commons#582
- commons: Build(deps): Bump android-gradlePlugin from 9.0.0 to 9.0.1 mtransitapps/commons#581
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.5 to 2.3.6 in the kotlin-ksp-compose group mtransitapps/commons#579
- commons: Address comment from mtransitapps/commons#576
- commons: CI > release workflow mtransitapps/commons#576
- commons: FF ON to export Vehicle Location providers in module apps mtransitapps/commons#556
- commons: CI > Enable/disable Store channels mtransitapps/commons#573
- commons-android: RSS news > use link (regex+format) to generate date (no `pubDate`) #BCTransit mtransitapps/commons-android#68
- commons-android: Modify network command broadcasts for demo
- commons-android: Update network command to hide WiFi and show 5G mtransitapps/commons-android#67
- commons-android: Adjust sleep duration based on CI environment mtransitapps/commons-android#66
- commons-android: Shell > generate all screenshots mtransitapps/commons-android#65
- commons-android: YouTube providers > clean severity&noteworthy defaults
- commons-android: Twitter/RSS providers > clean severity&noteworthy defaults
- commons-java: Strings cleaner > FR support
- parser: Migrate GTFS documentation links from developers.google.com to gtfs.org mtransitapps/parser#37
- parser: Set default value for routeId in RouteColor data class
- parser: JSON config > fail parsing if invalid (missing:OK), add "route_id_to_route_short_name_configs", "direction_splitter_enabled", "stop_headsign_cleanup_regex" ...
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.

3 participants