[25993][26008] Target sdk version update and bug fixes - #537
Merged
Conversation
- update compileSdk and targetSdk to 36 across Android modules - upgrade AGP to 8.9.1 and Gradle to 8.11.1 - align nested and shared module SDK configurations - preserve legacy back navigation behavior for app and sample manifests
…ode request groups - updated `QueryGeneratorImpl` to add and deduplicate Park & Ride grouped requests - updated `InjectedTransportModes` to separate Park & Ride routing groups from normal backend modes - updated `TripResultListViewTransportModeFilter` to prevent Park & Ride from globally selecting Car - added `TripResultListViewTransportModeFilterTest` Park & Ride and Car selection regression coverage - updated `QueryGeneratorImplTest` grouped request separation and deduplication coverage
|
This pull request is stale because it has been open 5 days with no activity. |
- updated ServiceDetailViewModel to load complete stop lists, apply travelled-stop opacity, and use the region timezone - updated ServiceDetailViewModelTest with complete-service, timezone, and travelled-stop coverage - updated ServiceDetailRepository to support nullable start-stop codes - updated ServiceDetailRepositoryImpl to request services without a start-stop filter - updated app/build.gradle release signing, debugging, and Leicester/Waupaca versions
- updated GetTravelledLineForTrip to preserve segment ownership for travelled lines - updated GetNonTravelledLineForTrip to preserve segment ownership for non-travelled lines - updated SegmentsPolyLineOptions to retain the associated segment ID - updated TripLine to generate separately identifiable polylines for each trip segment - updated TripResultMapContributor to focus and highlight polylines using exact segment IDs - updated GetTripLineTest to verify adjacent segments sharing an endpoint remain independently mapped
|
✅ Unit tests passed successfully! Test results are available under the "Artifacts" section of this run in GitHub Actions. Please ensure the code is reviewed before proceeding with the merge. |
|
This pull request is stale because it has been open 5 days with no activity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request (PR) Checklist
Thank you for your contribution! Please confirm that you've checked all the boxes below before submitting your PR. Use
[x]to check a box, e.g.,[x], and make sure there's no space around the brackets.PR Context
Changes
Describe your changes in detail, highlighting the problem it solves or the feature it adds.
Checklist for Reviewers
Documentation and Code Quality
Testing and Reliability
Error Handling and Logging
Testing Procedure
If applicable, provide steps or commands for testing your changes. This can help reviewers and testers.
Work-in-Progress (WIP)
List any remaining work or areas that need additional focus. This section can be updated as the work progresses.
Remember to keep this template updated based on the feedback and evolving project standards.