aboutsummaryrefslogtreecommitdiff
path: root/car-lib/src/android/car/CarLibLog.java
AgeCommit message (Collapse)Author
2017-02-16Post-O. Move event handling in CarDiagnosticManager to be more similar to ↵Enrico Granata
CarSensorManager. Also, shuffle some common code around in the process. b/34281156 Test: build Change-Id: Ie028d23903bef6dc18af7a10bd30abf8bb37e8f3
2016-08-04Refactor CarInputService to allow customization of input buttonVitalii Tomkiv
handling. This CL adds ICarInput service, and overlay config to specify service that should handle inputs. If input is not handled it will fall back to default implementation. Change-Id: I71f1fbac780ab34901f6a3d0951e0a2efb02a61c
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-02-18add android.carKeun-young Park
- instead of using binder as compatibility layer, add android.car - apps using android.car should add it to LOCAL_JAVA_LIBRARIES unless doing include packages/services/Car/car-support-lib/car-support.mk - support lib renamed to android.support.car - UI stuffs only exist in android.support.car UI has dependency on androud support library and not added to android.car - permission only uses android.car namespace even for support.car - car-systemtest remains as static library. To use CarTestManager, test app should get CarTestManagerBinderWrapper then create CarTestManager. bug: 27199752 Change-Id: I3522e11e958dade404443fbe2d45f576c827fa7a