aboutsummaryrefslogtreecommitdiff
path: root/car-cluster-logging-renderer/src
AgeCommit message (Collapse)Author
2017-07-07Allow to pass custom bundle in Car Nav ManagerPavel Maltsev
Fix: b/63148533 Test: added API test, verified bundle is received in logging renderer Change-Id: Ieb230c02a89251520fce058f082bc63cc522aad8
2016-10-06instument cluster api reviewKeun-young Park
- String to CharSequence for event name - @IntDef clean ups - void for set* APIs App will lose app focus and will know it anyway. bug: 31930987 Change-Id: Ic84c0a0bbe2980f51c3c260f5aa1181bf1b9bbe3
2016-08-03Clean-up Navigation APIPavel Maltsev
Removed isInstrumentClusterSupported method Modified onNextManeuverDistanceChanged method to include distance to display Refactored instrument cluster reference implementation to use new params Change-Id: I44cc436446eb510658306c8a118d455905efb1da Fix: b/30115757
2016-06-08Refactor Instrument Cluster APIPavel Maltsev
- separate Car Service and Inst Cluster Renderer proccesses - remove DemoInstrumentClusterRendering (we probably will make reference Renderer based on work we did for I/O) - deprecate instrument cluster listeners in CarNavigationManager Change-Id: Id24142b5811b22477177b2bbcb4cc0e463023b18 Bug:28719314
2016-04-10Create logging (dummy) instrument cluster rendererPavel Maltsev
- refactor instrument cluster to move all display vs meta-data to renderer making abstract InstrumentClusterRenderer agnostic to implementation; - fixed crash in KS when opened inst cluster fragment; - do not call renderer methods from main thread anymore, this doesn't make much sense for meta-data implementations; Change-Id: Id8b1f4b9a9e344aa5ee477516ad4dca6ad1f0acf Fix:27884323 (cherry picked from commit 07cdf56960c2b655f7feaf46836dc7b6ec8f355c)