-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[22682] TripKitUI submodule and all modules inside refactoring #153
Open
MichaelReyes
wants to merge
6
commits into
develop
Choose a base branch
from
task/22682-tripkitui-refactor
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
- [TripKit] convert GCAppResultInterface.java to kotlin - [TripKit] convert GCBoundingBox.java to kotlin - [TripKit] convert GCBoundingBoxInterface.java to kotlin - [TripKit] convert GCFoursquareResultInterface.java to kotlin - [TripKit] convert GCGoogleResultInterface.java to kotlin - [TripKit] convert GCQueryInterface.java to kotlin - [TripKit] convert GCResult.java to kotlin - [TripKit] convert GCResultInterface.java to kotlin - [TripKit] convert GCSkedGoResultInterface.java to kotlin - [TripKit] convert GeocodeUtilities.java to kotlin - [TripKit] convert GroupScoringResult.java to kotlin - [TripKit] convert MGAResultInterface.java to kotlin - [TripKit] convert MultiSourceGeocodingAggregator.java to kotlin - [TripKit] convert ScoringResult.java to kotlin - [TripKitUI] convert AppResultLocationAdapter.java to kotlin - [TripKitUI] convert FoursquareResultLocationAdapter.java to kotlin - [TripKitUI] convert GoogleResultLocationAdapter.java to kotlin - [TripKitUI] convert SkedgoResultLocationAdapter.java to kotlin
- [TripKit] convert A2bRoutingApi.java to kotlin - [TripKit] convert FailoverA2bRoutingApi.java to kotlin - [TripKit] convert GCAppResult.java to kotlin - [TripKit] convert GCFoursquareResult.java to kotlin - [TripKit] convert GCGoogleResult.java to kotlin - [TripKit] convert GCQuery.java to kotlin - [TripKit] convert GCSkedgoResult.java to kotlin - [TripKit] convert LatLng.java to kotlin - [TripGov5] ODIN specific fixes for the updated TripGoActionButtonHandler class on other WL
sg-jsonjuliane
approved these changes
Nov 11, 2024
- [TripKit] convert ModeCombinationStrategy.java to kotlin - [TripKit] convert OnSubscribeLoadRegions.java to kotlin - [TripKit] convert OnSubscribeLoadTransportModes.java to kotlin - [TripKit] convert OnSubscribeSaveRegionsResponse.java to kotlin - [TripKit] convert OutOfRegionsException.java to kotlin - [TripKit] convert PeriodicRealTimeTripUpdateReceiver.java to kotlin - [TripKit] convert RealTimeTripUpdateReceiver.java to kotlin - [TripKit] convert ServiceExtras.java to kotlin - [TripKit] convert Tables.java to kotlin - [TripKit] convert TemporaryUrlApi.java to kotlin - [TripKit] convert TransitService.java to kotlin - [TripKit] convert TripKit.java to kotlin - [TripKit] convert TripKitConfigs.java to kotlin - [TripKit] convert TripPreferences.java to kotlin - [TripKit] convert Utils.java to kotlin - [TripKit] convert UuidProvider.java to kotlin - [TripKitUI] update affected classes
❌ Unit tests failed! @MichaelReyes, please review and fix the issues in the unit tests. Test results are available under the "Artifacts" section of this run in GitHub Actions. |
- [TripGov5] update Auth0AuthenticationService to fetch auth0 clientId from TripKitKeys - [TripGov5] update odin configs.xml to remove secret keys - [TripGov5] update UserItem and go_card_item_user_id.xml to include tripGoClientId parameter for loading image - [TripGov5] update OnePassApplication to fetch skedgo api key from TripKitKeys - [TripGov5] update settings_white_label.xml to change signout from Preference to CustomPreference - [TripKitUI] update trip_result_list_item.xml and trip_result_list_item_trip.xml to set scrollIndicators to none
❌ Unit tests failed! @MichaelReyes, please review and fix the issues in the unit tests. Test results are available under the "Artifacts" section of this run in GitHub Actions. |
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.