Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [TripGov5] update strings.xml to update TripGov5 app name to TripGo - [TripGov5] update TripGoApplication to set default modes - [TripKit] update RouteStore to add record counter - [TripKit] update WhereClauses to update return type to nullable - [TripGov5] update TripGoFavoritesSuggestionProvider and TripGoFixedSuggestionsProvider to add checking for Home and Work Favorites before adding them to the suggestions list - [TripKit] update MultiSourceGeocodingAggregator to update sorting by scoring - [TripKitUI] update CustomBinding.kt to add a custom binding adapter to set view's height - [TripKitUI] update FixedSuggestionsProvider to add passing favoriteRepository for home and work favorites checking - [TripKitUI] update GetRealtimeText to remove am/pm on 24hour time format - [TripKitUI] update LocationSearchViewModel to inject FavoritesRepository and pass it to fixedSuggestionsProvider - [TripKitUI] update trip_result_list_fragment.xml to bind TripResultListCustomRecyclerViewAdapter to routes recyclerview - [TripKitUI] update trip_result_list_item_trip.xml to adjust quickboocking action button binding - [TripKitUI] update TripKitDateTimePickerDialogFragment to reduce memory consumption by calling Garbage collector onResume and update how minutes picker is being formatted - [TripKitUI] update TripPreviewPagerViewModel and inject PrintTime and pass to generateTripPreviewHeader utility function - [TripKitUI] add TripResultListCustomRecyclerViewAdapter to handle me.tatarka.bindingcollectionadapter2.BindingRecyclerViewAdapter - [TripKitUI] update TripResultListFragment to clear disposable onResume - [TripKitUI] update TripResultViewModel to put all disposable into the CompositeDisposables. Update trips sorting strategy to use weightedScore field. Add temporary fix for badges handling by force refreshing the TripResultListCustomRecyclerViewAdapter when list is updated - [TripKitUI] update TripResultViewModel to handle badge setting and visibility by using livedata instead of Observable fields - [TripKitUI] update TripGroupRepositoryImpl to add function for deleting past routes with specific hours. And another function to clear all tripGroups, trips and segments
- Loading branch information