Skip to content

Enable mt-sync-code-data workflow on PRs with automatic skip of data download and app release#539

Merged
mmathieum merged 7 commits intomasterfrom
copilot/update-mt-sync-workflow
Jan 30, 2026
Merged

Enable mt-sync-code-data workflow on PRs with automatic skip of data download and app release#539
mmathieum merged 7 commits intomasterfrom
copilot/update-mt-sync-workflow

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

Enables the workflow to run on pull requests while automatically skipping expensive operations (data downloads and app releases) that are unnecessary for PR validation.

Changes

  • Added pull_request trigger to workflow
  • Modified 5 step conditionals to prepend github.event_name != 'pull_request':
    • MT download data (& archive) - skips data download on PRs
    • MT set app release required (or not) - skips release logic on PRs
    • MT assemble release (APK & ABB) - skips app assembly on PRs
    • MT artifact > app-android > APK & ABB - skips artifact upload on PRs
    • MT Publish release (?) - skips app publishing on PRs

PR runs perform code sync and validation (parse current/next, list changes) without downloading fresh data or building releases.

# Before
if: ${{ github.event.inputs.skip-download-data == 'false' }}

# After
if: ${{ github.event_name != 'pull_request' && github.event.inputs.skip-download-data == 'false' }}
Original prompt

This section details on the original issue you should resolve

<issue_title>mt-sync-code-data.yml should also run on pulls request but automatically skip downloading new data and app release</issue_title>
<issue_description>Change shared-overwrite/.github/workflows/mt-sync-code-data.yml
Add trigger for pull requests changes.
All steps requiring github.event.inputs.skip-download-data == 'false' should be skipped if pull request
All steps requiring github.event.inputs.skip-app-release != 'true' should be skipped if pull request.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

… skip for data download and app release

Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com>
Copilot AI changed the title [WIP] Update mt-sync-code-data.yml to skip data downloads on PRs Enable mt-sync-code-data workflow on PRs with automatic skip of data download and app release Jan 30, 2026
mmathieum added a commit to mtransitapps/fr-perpignan-sankeo-bus-android that referenced this pull request Jan 30, 2026
@mmathieum
Copy link
Member

@mmathieum mmathieum marked this pull request as ready for review January 30, 2026 16:24
@mmathieum
Copy link
Member

mmathieum commented Jan 30, 2026

mmathieum added a commit to mtransitapps/mtransit-for-android that referenced this pull request Jan 30, 2026
mmathieum added a commit to mtransitapps/commons-java that referenced this pull request Jan 30, 2026
@mmathieum mmathieum changed the title Enable mt-sync-code-data workflow on PRs with automatic skip of data download and app release Enable mt-sync-code-data workflow on PRs with automatic skip of data download and app release Jan 30, 2026
@mmathieum
Copy link
Member

/gemini review

Copy link
Contributor

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

Choose a reason for hiding this comment

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

Code Review

This pull request successfully enables the mt-sync-code-data workflow to run on pull requests, correctly skipping expensive operations like data downloads and app releases. The introduction of a composite action actions/setup is a great improvement for modularity and maintainability. I've found one issue with the logic for scheduled runs which could prevent data from being downloaded. My review includes a suggestion to fix this.

@mmathieum
Copy link
Member

mmathieum commented Jan 30, 2026

Cannot test Build fails because of:

uses: mtransitapps/mtransit-for-android/.github/workflows/mt-build.yml@master

Itself calling ./.github/actions/setup composite action which is modified by this PR... 🤯

actions/runner#2816

@mmathieum mmathieum closed this Jan 30, 2026
@mmathieum mmathieum reopened this Jan 30, 2026
@mmathieum mmathieum marked this pull request as draft January 30, 2026 19:19
@mmathieum mmathieum marked this pull request as ready for review January 30, 2026 19:20
@mmathieum mmathieum merged commit bbf8e79 into master Jan 30, 2026
4 of 8 checks passed
montransit added a commit to mtransitapps/ca-les-moulins-mrclm-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-grand-river-transit-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-whistler-transit-system-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-sorel-varennes-citsv-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-richelieu-citvr-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-durham-region-transit-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-vernon-transit-system-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/us-snohomish-county-community-transit-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-st-albert-transit-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-toronto-share-bike-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-train-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-via-rail-train-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-vancouver-translink-ferry-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-banff-roam-transit-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-brandon-transit-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-grande-prairie-transit-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-ste-julie-omitsju-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/us-juneau-capital-transit-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-vancouver-translink-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-brampton-transit-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-fort-st-john-transit-system-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-longueuil-rtl-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-kingston-transit-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-gtha-go-transit-train-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-montreal-amt-train-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
montransit added a commit to mtransitapps/ca-fredericton-transit-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-levis-stl-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
montransit added a commit to mtransitapps/ca-oakville-transit-bus-android that referenced this pull request Feb 3, 2026
…parser':

- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons: Convert PR references to full URLs in submodule sync commits mtransitapps/commons#533
- commons: Fix archive.sh: remove old archives when current archive exists mtransitapps/commons#536
- commons: prepare_only.sh (archive_selection.sh & unzip_gtfs.sh) > remove old gtfs next data if URL not availabla anymore
- commons: Build(deps): Bump the maps group with 3 updates mtransitapps/commons#530
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.0 to 7.6.3.1 in the ads group mtransitapps/commons#529
- commons: Build(deps): Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 in the kotlin-ksp-compose group mtransitapps/commons#528
- commons: Compat w/ Winnipeg transit provider
- commons: Compat w/ Greater Sudbury MyBus API
- commons: Compat w/ Regina Transit provider
- commons: Compat w/ QuebecRTC provider
- commons: Compat w/ STM.info providers
- commons: Compat w/ network security config
- commons: Compat w/ GRT provider
- commons: Compat w/ CaEdmontonProvider
- commons: Compat w/ Strategic Mapping provider
- commons: AndroidManifest.xml gen > EXPORT_VEHICLE_LOCATION_PROVIDER FF (OFF)
- commons: AndroidManifest.xml gen > compat w/ NextBus #VehicleLocationProvider
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-android: Change DEBUG constant to use environment variable mtransitapps/commons-android#52
- commons-java: cleanup
- commons-java: Change DEBUG constant to use environment variable mtransitapps/commons-java#15
- parser: Reader > fix trip_ids file name
- parser: Revert "MSchedule > clear head-sign instead of setting empty string"
- parser: MSchedule > clear head-sign instead of setting empty string
- parser: Current schedule > only look backward for single-day service if already present in current schedule...
- parser: Change DEBUG constant to use environment variable mtransitapps/parser#29
- parser: Avoid data change > reading service dates > compat w/ flatten FF
- parser: Export trip IDs [ints], service IDs, [schedule] strings FFs > delete old files if FF is ON->OFF
- parser: Better clean mergedIds (+trip Ids)
montransit added a commit to mtransitapps/ca-gatineau-sto-bus-android that referenced this pull request Feb 3, 2026
- commons: Enable `mt-sync-code-data` workflow on PRs with automatic skip of data download and app release mtransitapps/commons#539
- commons: app_reinstall_downgrade_debug_latest.sh ignore
- commons: Remove `setGitBranch` from `code_setup.sh` and `set_app_release_required.sh` mtransitapps/commons#542
- commons: Add script for reinstalling debug APK with version downgrade support mtransitapps/commons#526
- commons: Fix PR reference in commits do not support markdown links, just use URL mtransitapps/commons#541
- commons-android: BUG > map marker icons are greens (more visible w/ low DPIs) mtransitapps/commons-android#53
- commons-android: cleanup
- commons-java: cleanup
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.

mt-sync-code-data.yml should also run on pulls request but automatically skip downloading new data and app release

2 participants