Skip to content

Generated XML file > ignore TypographyDashes#35

Merged
mmathieum merged 1 commit intomasterfrom
mm/values_more_workling_default
Feb 12, 2026
Merged

Generated XML file > ignore TypographyDashes#35
mmathieum merged 1 commit intomasterfrom
mm/values_more_workling_default

Conversation

@mmathieum
Copy link
Member

No description provided.

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

Summary of Changes

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

This pull request addresses minor code quality improvements by updating the XML generation logic to ignore TypographyDashes lint warnings, ensuring cleaner generated resource files. Additionally, it refines the codebase by removing an unnecessary noinspection comment, contributing to better maintainability.

Highlights

  • XML Generation: The generated XML header now includes TypographyDashes in the tools:ignore attribute, preventing lint warnings related to typographic dashes in the generated resource files.
  • Code Cleanup: A redundant //noinspection IfStatementWithIdenticalBranches comment was removed, streamlining the code without altering its behavior.
Changelog
  • src/main/java/org/mtransit/parser/mt/MGenerator.java
    • Added TypographyDashes to the tools:ignore attribute in the RESOURCES_START constant.
    • Removed the IfStatementWithIdenticalBranches part from a //noinspection comment.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

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

Invoking Gemini

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

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

Customization

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

Limitations & Feedback

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

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

Footnotes

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

Copy link
Contributor

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

Choose a reason for hiding this comment

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

Code Review

The pull request effectively addresses the TypographyDashes lint warning in the generated XML resource file by adding it to the tools:ignore attribute. Additionally, it cleans up a redundant //noinspection comment, which is a good practice. Both changes are clear and contribute to code quality and maintainability.

@mmathieum mmathieum marked this pull request as ready for review February 12, 2026 20:19
@mmathieum mmathieum requested a review from Copilot February 12, 2026 20:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Android resources XML generated by MGenerator to suppress TypographyDashes lint warnings, and simplifies a local suppression comment.

Changes:

  • Extend tools:ignore in generated <resources> to include TypographyDashes.
  • Remove an unnecessary IfStatementWithIdenticalBranches inspection suppression.

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

@mmathieum mmathieum merged commit f638e9b into master Feb 12, 2026
7 of 8 checks passed
@mmathieum mmathieum deleted the mm/values_more_workling_default branch February 12, 2026 20:37
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Feb 12, 2026
- commons: More working default values for XML files mtransitapps/commons#571
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
montransit added a commit to mtransitapps/ca-fraser-valley-express-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-strathcona-county-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-la-presqu-ile-citpi-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-comox-valley-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-nanaimo-rdn-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-cranbrook-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-sorel-varennes-citsv-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-squamish-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-edmonton-ets-train-android that referenced this pull request Feb 13, 2026
- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
montransit added a commit to mtransitapps/ca-vancouver-translink-train-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-milton-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-grand-river-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-vernon-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-prince-george-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-montreal-stm-subway-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-banff-roam-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-montreal-stm-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-durham-region-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-quebec-orleans-express-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/us-clark-county-c-tran-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-chilliwack-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-quebec-rtc-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-st-albert-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-london-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-west-kootenay-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-kelowna-regional-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-vancouver-translink-ferry-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-whistler-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-fort-st-john-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-dawson-creek-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-toronto-ttc-light-rail-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-cornwall-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-victoria-regional-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-gta-up-express-train-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-sunshine-coast-regional-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-powell-river-regional-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-fredericton-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-campbell-river-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-kingston-transit-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-montreal-rem-light-rail-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-ottawa-oc-transpo-train-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-toronto-ttc-subway-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-cowichan-valley-transit-system-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-gatineau-sto-bus-android that referenced this pull request Feb 13, 2026
…parser':

- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-red-deer-transit-bus-android that referenced this pull request Feb 17, 2026
…parser':

- commons: Add script to update GitHub repository details mtransitapps/commons#572
- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: Cleanup current DB version
- commons-android: Time Utils > Kotlin Instant compat
- commons-android: Module screenshots improvement + allow to override 12/24 time format (& time) #DemoMode mtransitapps/commons-android#63
- commons-android: gtfs_real_time_agency_time_zone default value
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Comments
- parser: XML resources generated > ignore Typos...
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-niagara-falls-wego-bus-android that referenced this pull request Feb 17, 2026
…parser':

- commons: Add script to update GitHub repository details mtransitapps/commons#572
- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: Cleanup current DB version
- commons-android: Time Utils > Kotlin Instant compat
- commons-android: Module screenshots improvement + allow to override 12/24 time format (& time) #DemoMode mtransitapps/commons-android#63
- commons-android: gtfs_real_time_agency_time_zone default value
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Comments
- parser: XML resources generated > ignore Typos...
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-niagara-falls-transit-bus-android that referenced this pull request Feb 17, 2026
…parser':

- commons: Add script to update GitHub repository details mtransitapps/commons#572
- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: Cleanup current DB version
- commons-android: Time Utils > Kotlin Instant compat
- commons-android: Module screenshots improvement + allow to override 12/24 time format (& time) #DemoMode mtransitapps/commons-android#63
- commons-android: gtfs_real_time_agency_time_zone default value
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Comments
- parser: XML resources generated > ignore Typos...
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-sherbrooke-sts-bus-android that referenced this pull request Feb 17, 2026
…parser':

- commons: Add script to update GitHub repository details mtransitapps/commons#572
- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: Cleanup current DB version
- commons-android: Time Utils > Kotlin Instant compat
- commons-android: Module screenshots improvement + allow to override 12/24 time format (& time) #DemoMode mtransitapps/commons-android#63
- commons-android: gtfs_real_time_agency_time_zone default value
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Comments
- parser: XML resources generated > ignore Typos...
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
montransit added a commit to mtransitapps/ca-chambly-richelieu-carignan-citcrc-bus-android that referenced this pull request Feb 17, 2026
…parser':

- commons: Add script to update GitHub repository details mtransitapps/commons#572
- commons: app-android/build.gradle > generated resource values (skip non-news for main app)
- commons: More working default values for XML files mtransitapps/commons#571
- commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570
- commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566
- commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567
- commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568
- commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569
- commons: New repo creation > code gen++ mtransitapps/commons#557
- commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564
- commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563
- commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560
- commons: Agency parser > archive selection mtransitapps/commons#561
- commons: Play Store > full description generation > remove "  " mtransitapps/commons#562
- commons: Play store listing pull > ignore release notes (& subs & in-app products)
- commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons: HOTFIX: minification regression breaks app in PROD
- commons-android: Cleanup current DB version
- commons-android: Time Utils > Kotlin Instant compat
- commons-android: Module screenshots improvement + allow to override 12/24 time format (& time) #DemoMode mtransitapps/commons-android#63
- commons-android: gtfs_real_time_agency_time_zone default value
- commons-android: More working default values for XML files mtransitapps/commons-android#62
- commons-android: New repo creation > code gen++ mtransitapps/commons-android#57
- commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61
- commons-android: Clean locale utils
- commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60
- commons-android: Fix assertions in unquoteUnescapeStringOrNull tests
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
- commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges
- parser: Comments
- parser: XML resources generated > ignore Typos...
- parser: Route JSON config > add `route_colors_ignored` list
- parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
- parser: Generate brand new store release notes when missing. mtransitapps/parser#34
- parser: Minor > logs++
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.

2 participants