Skip to content

AGP 9.0 > fix compat with android.r8.optimizedResourceShrinking#558

Merged
mmathieum merged 1 commit intomasterfrom
mm/agp_90_optimizedResourceShrinking_compat
Feb 10, 2026
Merged

AGP 9.0 > fix compat with android.r8.optimizedResourceShrinking#558
mmathieum merged 1 commit intomasterfrom
mm/agp_90_optimizedResourceShrinking_compat

Conversation

@mmathieum
Copy link
Member

@mmathieum mmathieum commented Feb 10, 2026

@mmathieum mmathieum self-assigned this Feb 10, 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 resolves a compatibility issue with Android Gradle Plugin (AGP) 9.0 by adjusting build configuration settings. The changes ensure that resource shrinking and code minification are correctly enabled for release builds, which is crucial for optimizing application size and performance when using newer AGP versions.

Highlights

  • AGP 9.0 Compatibility Fix: Modified the release build type configuration in shared/app-android/build.gradle to set shrinkResources and minifyEnabled to true, addressing compatibility issues with Android Gradle Plugin 9.0 and the android.r8.optimizedResourceShrinking flag.
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.

@mmathieum mmathieum marked this pull request as ready for review February 10, 2026 15:29
Copy link
Contributor

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

Choose a reason for hiding this comment

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

Code Review

This pull request enables code and resource shrinking for release builds of non-main app modules by setting minifyEnabled and shrinkResources to true. This is a good practice for optimizing app size. The change is likely to address compatibility with AGP 9.0 as indicated by the title. I have one suggestion to make this change more robust and prevent potential runtime issues.

@mmathieum mmathieum added bug P1 ⏫ Priority 1: Highest labels Feb 10, 2026
@mmathieum mmathieum merged commit 7ed0d6f into master Feb 10, 2026
4 checks passed
@mmathieum mmathieum deleted the mm/agp_90_optimizedResourceShrinking_compat branch February 10, 2026 15:34
montransit added a commit to mtransitapps/mtransit-for-android that referenced this pull request Feb 10, 2026
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
montransit added a commit to mtransitapps/ca-montreal-stm-bus-android that referenced this pull request Feb 10, 2026
- commons: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons#558
- commons-android: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
montransit added a commit to mtransitapps/ca-toronto-ttc-bus-android that referenced this pull request Feb 10, 2026
- 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: AGP 9.0 > fix compat with `android.r8.optimizedResourceShrinking` mtransitapps/commons-android#58
mmathieum added a commit to mtransitapps/ca-edmonton-ets-train-android that referenced this pull request Feb 10, 2026
…er':

- 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: 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: Minor > logs++
montransit added a commit to mtransitapps/ca-edmonton-ets-bus-android that referenced this pull request Feb 10, 2026
…parser':

- 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: 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: Minor > logs++
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-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-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-gtha-go-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-gtha-go-transit-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-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-quebec-a-velo-bike-android that referenced this pull request Feb 17, 2026
- 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
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++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug P1 ⏫ Priority 1: Highest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant