Support for agency_owner file and improve fr files#594
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 enhances the dynamic content generation for Android app listings by adding support for an 'agency_owner' file, allowing for more customized descriptions. It also improves the robustness and accuracy of French language content generation by updating language detection logic and refining specific localized phrases and formatting. Highlights
Changelog
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.
Pull request overview
This PR adds support for an optional agency_owner configuration file and improves French localization scripts. The changes restructure French language support checks across multiple scripts and add the new agency owner information to the "NOT_RELATED_WITH" disclaimers in app descriptions.
Changes:
- Added support for optional
config/agency_ownerfile to include agency owner names in app descriptions - Refactored French language support checks to occur after directory variable definitions
- Changed French location label format from "au" to parentheses format: "City (State, Country)"
- Updated French "bus" translation to "autobus" in type labels
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| shared-modules/app-android/src/main/res/values-fr/MTstrings.xml.MT.sh | Moved French language check after directory definitions; contains syntax errors |
| shared-modules/app-android/src/main/res/values-fr/MTbike_station_strings.xml.MT.sh | Moved French language check after directory definitions; contains syntax errors |
| shared-modules/app-android/src/main/play/listings/fr-FR/MTtitle.txt.MT.sh | Moved French language check after directory definitions; contains syntax errors |
| shared-modules/app-android/src/main/play/listings/fr-FR/MTshort-description.txt.MT.sh | Moved French language check after directory definitions; contains syntax errors |
| shared-modules/app-android/src/main/play/listings/fr-FR/MTfull-description.txt.MT.sh | Added agency_owner support, reordered NOT_RELATED_WITH entries, improved French formatting; contains syntax errors |
| shared-modules/app-android/src/main/play/listings/en-US/MTfull-description.txt.MT.sh | Added agency_owner support and reordered NOT_RELATED_WITH entries to prioritize source/owner over agency names |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
shared-modules/app-android/src/main/res/values-fr/MTstrings.xml.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/res/values-fr/MTbike_station_strings.xml.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/res/values-fr/MTbike_station_strings.xml.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/fr-FR/MTtitle.txt.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/fr-FR/MTtitle.txt.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/fr-FR/MTshort-description.txt.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/fr-FR/MTfull-description.txt.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/fr-FR/MTshort-description.txt.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/res/values-fr/MTstrings.xml.MT.sh
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Code Review
This pull request introduces support for an optional agency_owner file and refines the generation of French (fr-FR) listing files. The changes include adding the agency_owner information to the full description and updating the logic for skipping French file generation. There are still some areas for improvement regarding code duplication and correctness of file system checks.
shared-modules/app-android/src/main/play/listings/fr-FR/MTfull-description.txt.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/fr-FR/MTshort-description.txt.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/fr-FR/MTtitle.txt.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/res/values-fr/MTbike_station_strings.xml.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/res/values-fr/MTstrings.xml.MT.sh
Outdated
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/en-US/MTfull-description.txt.MT.sh
Show resolved
Hide resolved
shared-modules/app-android/src/main/play/listings/fr-FR/MTfull-description.txt.MT.sh
Show resolved
Hide resolved
shared-modules/app-android/src/main/res/values-fr/MTstrings.xml.MT.sh
Outdated
Show resolved
Hide resolved
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces support for an optional 'agency owner' field in the generated full descriptions for both English and French app listings. This involves reading the agency owner's name from a configuration file and incorporating it into the 'not related with' phrase, adjusting the order of elements in this phrase. Additionally, several French-specific generation scripts (MTfull-description.txt.MT.sh, MTshort-description.txt.MT.sh, MTtitle.txt.MT.sh, MTbike_station_strings.xml.MT.sh, MTstrings.xml.MT.sh) have been refactored to move and enhance the language support check, now also verifying the existence of the output directory. The French full description script also updates the formatting of the 'LOCATION_LABEL' and changes the translation for 'bus' to 'autobus'.
- commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41
- commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
- commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
- commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
…parser': - commons: Support for `agency_owner` file and improve `fr` files mtransitapps/commons#594 - commons: Build(deps): Bump the di group with 2 updates mtransitapps/commons#592 - commons: Build(deps): Bump hilt from 2.59.1 to 2.59.2 mtransitapps/commons#593 - commons: Build(deps): Bump com.google.maps.android:android-maps-utils from 4.0.0 to 4.1.0 in the maps group mtransitapps/commons#591 - commons: Build(deps): Bump actions/upload-artifact from 4 to 6 in /shared-overwrite/.github/workflows in the gh-actions group across 1 directory mtransitapps/commons#590 - commons: fix commit message - commons: Fix local code change not commited if no submodule change - commons: download.sh > print git status (debug) - commons: Fix condition for MT download data step - commons-android: Vehicle location report timestamp instant / countdown duration mtransitapps/commons-android#69 - commons-android: Update SSL cert mtransitapps/commons-android#74 - commons-android: CI > update SSL cert frequently mtransitapps/commons-android#71 - commons-android: Network security > add Mozilla CAs to increase compat w/ old Android versions - commons-android: NextBus/GTFS-RT > SSL issue > better logs and store last try to avoid consecutives failures - commons-android: Security provider > logs++ - commons-android: Security provider > logs++ - commons-android: GTFS RT Vehicle location > can target agency only #TransitWindsor mtransitapps/commons-android#70 - commons-java: Clean utils > LC UP strings > use ignored words - commons-java: Strings cleaner improvements - parser: JSON config > add `use_route_long_name_for_route_short_name` - parser: Route config > add `route_id_(previous|next)_char_configs`, `use_stop_id_hash_code` & `route_long_name_remove_route_id` mtransitapps/parser#41 - parser: Config > + `stop_code_prepend_if_missing`, `direction_types`, `direction_headsign_remove_route_[short_name/desc]` mtransitapps/parser#40 - parser: Allow ignore invalid times mtransitapps/parser#39 - parser: GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource mtransitapps/parser#38
No description provided.