Skip to content

Circle CI: only build master branch#665

Merged
mmathieum merged 1 commit intomasterfrom
mm/circle_ci_master_only
Apr 14, 2026
Merged

Circle CI: only build master branch#665
mmathieum merged 1 commit intomasterfrom
mm/circle_ci_master_only

Conversation

@mmathieum
Copy link
Copy Markdown
Member

Comment out the filter for branches starting with 'mm/' in CircleCI config.

Comment out the filter for branches starting with 'mm/' in CircleCI config.
@mmathieum mmathieum self-assigned this Apr 14, 2026
Copy link
Copy Markdown
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 modifies the CircleCI configuration to restrict builds exclusively to the master branch. Feedback indicates that this change inadvertently disables data parsing and validation logic, which is currently skipped for the master branch in the build script. It is recommended to either update the build script to include master or restore branch patterns to ensure CI coverage, and to remove commented-out lines for better code cleanliness.

Comment thread shared-overwrite/.circleci/config.yml
@mmathieum mmathieum merged commit eb1096b into master Apr 14, 2026
4 checks passed
@mmathieum mmathieum deleted the mm/circle_ci_master_only branch April 14, 2026 15:05
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Apr 14, 2026
montransit added a commit to mtransitapps/ca-halifax-transit-bus-android that referenced this pull request Apr 14, 2026
mmathieum added a commit to mtransitapps/ca-barrie-transit-bus-android that referenced this pull request Apr 14, 2026
mmathieum added a commit to mtransitapps/ca-halifax-transit-ferry-android that referenced this pull request Apr 15, 2026
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
mmathieum added a commit to mtransitapps/ca-via-rail-train-android that referenced this pull request Apr 15, 2026
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
montransit added a commit to mtransitapps/ca-montreal-stm-bus-android that referenced this pull request Apr 15, 2026
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-laval-stl-bus-android that referenced this pull request Apr 15, 2026
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-montreal-rem-light-rail-android that referenced this pull request Apr 15, 2026
…parser':

- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons: Modify timeout settings for apt dependencies installation mtransitapps/commons#662
- commons: Input URLs > fallback to source URL if missing mtransitapps/commons#661
- commons: Support missing `config/input_url` file mtransitapps/commons#660
- commons: Trigger mt-sync-code-data.yml on new data download, not just outdated data mtransitapps/commons#657
- commons: Modify mt-download-data.yml to skip data download
- commons-android: GTFS-RT > static<>real-time matching (out-of-sync `trip_id`...) & tests mtransitapps/commons-android#117
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-montreal-rem-light-rail-android that referenced this pull request Apr 15, 2026
…parser':

- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons: Modify timeout settings for apt dependencies installation mtransitapps/commons#662
- commons: Input URLs > fallback to source URL if missing mtransitapps/commons#661
- commons: Support missing `config/input_url` file mtransitapps/commons#660
- commons: Trigger mt-sync-code-data.yml on new data download, not just outdated data mtransitapps/commons#657
- commons: Modify mt-download-data.yml to skip data download
- commons-android: GTFS-RT > static<>real-time matching (out-of-sync `trip_id`...) & tests mtransitapps/commons-android#117
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-montreal-rem-light-rail-android that referenced this pull request Apr 15, 2026
…parser':

- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons: Modify timeout settings for apt dependencies installation mtransitapps/commons#662
- commons: Input URLs > fallback to source URL if missing mtransitapps/commons#661
- commons: Support missing `config/input_url` file mtransitapps/commons#660
- commons: Trigger mt-sync-code-data.yml on new data download, not just outdated data mtransitapps/commons#657
- commons: Modify mt-download-data.yml to skip data download
- commons-android: GTFS-RT > static<>real-time matching (out-of-sync `trip_id`...) & tests mtransitapps/commons-android#117
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
mmathieum added a commit to mtransitapps/ca-williams-lake-transit-bus-android that referenced this pull request Apr 15, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
mmathieum added a commit to mtransitapps/ca-dawson-creek-transit-system-bus-android that referenced this pull request Apr 16, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-cranbrook-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-fraser-valley-express-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-comox-valley-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-nanaimo-rdn-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-milton-transit-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-chambly-richelieu-carignan-citcrc-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-squamish-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-vernon-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-prince-george-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-banff-roam-transit-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-quebec-orleans-express-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-saint-john-transit-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-central-fraser-valley-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-fort-st-john-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-victoria-regional-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-cornwall-transit-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-gta-up-express-train-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-powell-river-regional-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-sunshine-coast-regional-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-fredericton-transit-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-campbell-river-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-cowichan-valley-transit-system-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-gatineau-sto-bus-android that referenced this pull request Apr 17, 2026
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
mmathieum added a commit to mtransitapps/ca-richelieu-citvr-bus-android that referenced this pull request Apr 20, 2026
…er':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-vancouver-mobi-bike-android that referenced this pull request Apr 21, 2026
- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
montransit added a commit to mtransitapps/ca-quebec-a-velo-bike-android that referenced this pull request Apr 21, 2026
- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
montransit added a commit to mtransitapps/ca-west-coast-express-train-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-vancouver-translink-train-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-grand-river-transit-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-train-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-st-albert-transit-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-vancouver-translink-ferry-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-kingston-transit-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/us-juneau-capital-transit-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons: Modify timeout settings for apt dependencies installation mtransitapps/commons#662
- commons: Input URLs > fallback to source URL if missing mtransitapps/commons#661
- commons: Support missing `config/input_url` file mtransitapps/commons#660
- commons: Trigger mt-sync-code-data.yml on new data download, not just outdated data mtransitapps/commons#657
- commons: Modify mt-download-data.yml to skip data download
- commons: CI: Pre-install apt dependencies in setup action to prevent hangs mtransitapps/commons#655
- commons: Module generated files improvements mtransitapps/commons#653
- commons: Module Store listing gen > add `config/agency_type` mtransitapps/commons#652
- commons: Build(deps): Bump com.google.android.libraries.places:places from 5.1.1 to 5.2.0 mtransitapps/commons#651
- commons: Build(deps): Bump androidx.annotation:annotation from 1.9.1 to 1.10.0 in the androidx group mtransitapps/commons#650
- commons: SH > download() > compat w/ "dh key too small"... #GRT
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-android: GTFS-RT > static<>real-time matching (out-of-sync `trip_id`...) & tests mtransitapps/commons-android#117
- commons-android: GTFS-RT > trip IDs oudated -> require direction match mtransitapps/commons-android#115
- commons-android: CA Sudbury Transit MyBus API status provider > Deprecated (HTTP 500)
- commons-android: cleanup
- commons-android: GTFS-RT > vehicle trip IDs mistmatch fallback fix mtransitapps/commons-android#113
- commons-android: GTFS-RT > cleanup logs
- commons-android: CA STM.info service updates provider > cleanup mtransitapps/commons-android#112
- commons-android: GTFS-RT cleanup mtransitapps/commons-android#111
- commons-android: GTFS-RT > handle outdated/missing trip ID for Alerts/Vehicles mtransitapps/commons-android#110
- commons-android: GTFS RT Trip Updates provider > keep feed in memory mtransitapps/commons-android#109
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- commons-java: Strings cleaner > remove Station from light rail as well
- commons-java: Sources > black list > "web[app[s]]"
- commons-java: String cleaner > clean "/" for trip head-signs
- commons-java: Strings cleaner > FR > compat w/ remove VIA
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
- parser: cleanup
- parser: JSON config > + `original_route_type_id` & `route_long_name` route def mtransitapps/parser#59
- parser: Route color fix remove agency color
- parser: Fix stop head-sign clean after merge
- parser: Route > merge different `route_sort_order` mtransitapps/parser#58
montransit added a commit to mtransitapps/ca-edmonton-ets-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-moncton-codiac-transpo-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-calgary-transit-train-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-shawinigan-rtcs-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/us-everett-transit-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons: Modify timeout settings for apt dependencies installation mtransitapps/commons#662
- commons: Input URLs > fallback to source URL if missing mtransitapps/commons#661
- commons: Support missing `config/input_url` file mtransitapps/commons#660
- commons: Trigger mt-sync-code-data.yml on new data download, not just outdated data mtransitapps/commons#657
- commons: Modify mt-download-data.yml to skip data download
- commons: CI: Pre-install apt dependencies in setup action to prevent hangs mtransitapps/commons#655
- commons: Module generated files improvements mtransitapps/commons#653
- commons: Module Store listing gen > add `config/agency_type` mtransitapps/commons#652
- commons: Build(deps): Bump com.google.android.libraries.places:places from 5.1.1 to 5.2.0 mtransitapps/commons#651
- commons: Build(deps): Bump androidx.annotation:annotation from 1.9.1 to 1.10.0 in the androidx group mtransitapps/commons#650
- commons: SH > download() > compat w/ "dh key too small"... #GRT
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-android: GTFS-RT > static<>real-time matching (out-of-sync `trip_id`...) & tests mtransitapps/commons-android#117
- commons-android: GTFS-RT > trip IDs oudated -> require direction match mtransitapps/commons-android#115
- commons-android: CA Sudbury Transit MyBus API status provider > Deprecated (HTTP 500)
- commons-android: cleanup
- commons-android: GTFS-RT > vehicle trip IDs mistmatch fallback fix mtransitapps/commons-android#113
- commons-android: GTFS-RT > cleanup logs
- commons-android: CA STM.info service updates provider > cleanup mtransitapps/commons-android#112
- commons-android: GTFS-RT cleanup mtransitapps/commons-android#111
- commons-android: GTFS-RT > handle outdated/missing trip ID for Alerts/Vehicles mtransitapps/commons-android#110
- commons-android: GTFS RT Trip Updates provider > keep feed in memory mtransitapps/commons-android#109
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- commons-java: Strings cleaner > remove Station from light rail as well
- commons-java: Sources > black list > "web[app[s]]"
- commons-java: String cleaner > clean "/" for trip head-signs
- commons-java: Strings cleaner > FR > compat w/ remove VIA
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
- parser: cleanup
- parser: JSON config > + `original_route_type_id` & `route_long_name` route def mtransitapps/parser#59
- parser: Route color fix remove agency color
- parser: Fix stop head-sign clean after merge
- parser: Route > merge different `route_sort_order` mtransitapps/parser#58
montransit added a commit to mtransitapps/ca-toronto-share-bike-android that referenced this pull request Apr 21, 2026
- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
montransit added a commit to mtransitapps/ca-vancouver-translink-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-calgary-transit-bus-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
montransit added a commit to mtransitapps/ca-edmonton-ets-train-android that referenced this pull request Apr 21, 2026
…parser':

- commons: Protobuf Gradle plugin `0.10.0` and `android.newDsl=true` mtransitapps/commons#690
- commons: Keep PNGs in repo > follow-up to #680 mtransitapps/commons#689
- commons: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons#680
- commons: Migrate to GMA Next-Gen SDK mtransitapps/commons#589
- commons: mt-sync-code-data: propagate release store-skip inputs to mt-release trigger mtransitapps/commons#682
- commons: logs++
- commons: logs++
- commons: Revert "Add deleted file `.github/actions/setup/action.yml`" mtransitapps/commons#678
- commons: Add deleted file `.github/actions/setup/action.yml` mtransitapps/commons#676
- commons: Build(deps): Bump com.google.firebase.crashlytics from 3.0.6 to 3.0.7 mtransitapps/commons#671
- commons: Support `MT.DELETE.<filename>` marker files in `shared-overwrite` for file deletion mtransitapps/commons#675
- commons: Build(deps): Bump the gms group with 2 updates mtransitapps/commons#669
- commons: Build(deps): Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 mtransitapps/commons#672
- commons: Build(deps): Bump com.google.guava:guava from 33.5.0-android to 33.6.0-android mtransitapps/commons#673
- commons: Build(deps): Bump android-gradlePlugin from 9.1.0 to 9.1.1 mtransitapps/commons#670
- commons: Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.10.0 to 1.11.0 in the kotlin-ksp-compose group mtransitapps/commons#668
- commons: Replace local `setup` composite action by shared repo mtransitapps/commons#667
- commons: Rename `check_data_outdated.sh` → `check_data_not_outdated.sh`, keep wrapper for backward compat mtransitapps/commons#663
- commons: Circle CI: only build `master` branch mtransitapps/commons#665
- commons-android: Update SSL cert mtransitapps/commons-android#122
- commons-android: Fix `debug` build != debuggable builds mtransitapps/commons-android#121
- commons-android: Keep PNGs in repo to avoid running image gen during all CI mtransitapps/commons-android#119
- commons-android: clean
- commons-java: Add 'gtfs-prod' to the list of sources mtransitapps/commons-java#31
- parser: Fix route provide missing color Java<>JSON config mess mtransitapps/parser#60
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