aboutsummaryrefslogtreecommitdiff
path: root/car-lib/src/android/car/CarAppFocusManager.java
AgeCommit message (Collapse)Author
2016-10-07CarNotConnectedException cleanupKeun-young Park
- any action which can fail without car connection all throws CarNotConnectedException including methods which do not throw now. - drop exceptions from all tearing down methods like stop / release unregister / abandon. bug: 31930987 Change-Id: Ib63866488575def288e7af1c8350d92423262862
2016-10-06car api reviewKeun-young Park
- more RestrictTo - some interface to abstract class : CarNavigationStatusManager, CarAudioRecord - hide some utility APIs - more type annotation bug: 31930987 Change-Id: I60e230d8fce7258c8a533c45cf0820b01b29322b
2016-10-04Change CarAppFocusManager to be asynchronousVitalii Tomkiv
bug: 31867090 Test: run tests Change-Id: I5ea7719460ee29934efde8aa77c7a367bc86eb12
2016-10-03Many API council fixes.Jason Tholstrup
bug: 31913591 Change-Id: I3a0f9a57ecdccdae6c0b3b98b5bbf9b31733933b
2016-08-31api lint refactorings and renaming of listener add/remove methods.Jason Tholstrup
Change-Id: Id8eceac2322564da8a5fd3f882574041a0b97704
2016-07-12removing getActiveApps method. Unused and hard to implement without gmsJason Tholstrup
core changes. Change-Id: I023fda74ae70d48519f22746d8aa182f6e0ee624
2016-06-01Car api review: CarAppContextManager renaming to CarAppFocusManager.Vitalii Tomkiv
Changes include: - rename to CarAppFocusManager - allow multiple client listener for listening and setting. - change name for set / reset to requestAppFocus, abandonAppFocus - rename all APIs to use focus instead of context Bug: 28886557 Change-Id: I5e5285c104435dbd2eea43c4b0e43ae5ead81218