Generated XML file > ignore TypographyDashes#35
Conversation
Summary of ChangesHello @mmathieum, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses minor code quality improvements by updating the XML generation logic to ignore Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
The pull request effectively addresses the TypographyDashes lint warning in the generated XML resource file by adding it to the tools:ignore attribute. Additionally, it cleans up a redundant //noinspection comment, which is a good practice. Both changes are clear and contribute to code quality and maintainability.
There was a problem hiding this comment.
Pull request overview
Updates the Android resources XML generated by MGenerator to suppress TypographyDashes lint warnings, and simplifies a local suppression comment.
Changes:
- Extend
tools:ignorein generated<resources>to includeTypographyDashes. - Remove an unnecessary
IfStatementWithIdenticalBranchesinspection suppression.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- commons: More working default values for XML files mtransitapps/commons#571 - commons-android: More working default values for XML files mtransitapps/commons-android#62 - parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
- commons: app-android/build.gradle > generated resource values (skip non-news for main app) - commons: More working default values for XML files mtransitapps/commons#571 - commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570 - commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566 - commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567 - commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568 - commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569 - commons: New repo creation > code gen++ mtransitapps/commons#557 - commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564 - commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563 - commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560 - commons: Agency parser > archive selection mtransitapps/commons#561 - commons: Play Store > full description generation > remove " " mtransitapps/commons#562 - commons-android: More working default values for XML files mtransitapps/commons-android#62 - commons-android: New repo creation > code gen++ mtransitapps/commons-android#57 - commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61 - commons-android: Clean locale utils - parser: Route JSON config > add `route_colors_ignored` list - parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35 - parser: Generate brand new store release notes when missing. mtransitapps/parser#34
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…parser': - commons: app-android/build.gradle > generated resource values (skip non-news for main app) - commons: More working default values for XML files mtransitapps/commons#571 - commons: Update xerial-SQLiteJDBC version to 3.51.2.0 mtransitapps/commons#570 - commons: Build(deps): Bump androidx.activity:activity from 1.12.3 to 1.12.4 in the androidx group mtransitapps/commons#566 - commons: Build(deps): Bump com.google.firebase:firebase-bom from 34.8.0 to 34.9.0 in the gms group mtransitapps/commons#567 - commons: Build(deps): Bump com.google.ads.mediation:vungle from 7.6.3.1 to 7.7.0.1 in the ads group mtransitapps/commons#568 - commons: Build(deps): Bump kotlin from 2.3.0 to 2.3.10 mtransitapps/commons#569 - commons: New repo creation > code gen++ mtransitapps/commons#557 - commons: Vehicle location feature in generated Play Store listing. mtransitapps/commons#564 - commons: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons#563 - commons: Agency parser > download > do not commit if other files staged mtransitapps/commons#560 - commons: Agency parser > archive selection mtransitapps/commons#561 - commons: Play Store > full description generation > remove " " mtransitapps/commons#562 - commons: Play store listing pull > ignore release notes (& subs & in-app products) - commons: CI: allow `Sync Code & Data` on PRs mtransitapps/commons#559 - commons-android: More working default values for XML files mtransitapps/commons-android#62 - commons-android: New repo creation > code gen++ mtransitapps/commons-android#57 - commons-android: Use `xmllint` for XML parsing in Shell scripts mtransitapps/commons-android#61 - commons-android: Clean locale utils - commons-android: CA Edmonton ETS provider > deprecation... mtransitapps/commons-android#60 - commons-android: Fix assertions in unquoteUnescapeStringOrNull tests - commons-java: Fix SQL utils unquotes removing too many "'" #TTC #TriggerDataChanges - parser: Route JSON config > add `route_colors_ignored` list - parser: Generated XML file > ignore `TypographyDashes` mtransitapps/parser#35 - parser: Generate brand new store release notes when missing. mtransitapps/parser#34 - parser: Minor > logs++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
…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++
No description provided.