1. ef1659f TIF: Add support for more linux dvb device path. by Jiabin · 8 years ago
  2. 9d0e0f1 Allow system settings to update TvInputInfo by Dongwon Kang · 8 years ago
  3. 5e0f4e2 Merge "TIF: Release an existing audio patch before creating a new one" into nyc-dev by Jae Seo · 8 years ago
  4. ee32ede TIF: Release an existing audio patch before creating a new one by Jae Seo · 8 years ago
  5. 3488ed7 Merge "TIF: Throw a more appropriate runtime exception when building TvInputInfo" into nyc-dev by Jae Seo · 8 years ago
  6. 18c0cfb TIF: Throw a more appropriate runtime exception when building TvInputInfo by Jae Seo · 8 years ago
  7. 4f8aef3 Merge "TIF: Update TvInputInfo when the input is reinstalled." into nyc-dev by Shubang · 8 years ago
  8. 2263fb0 TIF: Update TvInputInfo when the input is reinstalled. by Shubang · 8 years ago
  9. dc9f24f Merge "TIF: Keep recording sessions while changing user" into nyc-dev by shubang · 8 years ago
  10. 2bea394 Merge "TIF: Keep recording sessions while changing user" into nyc-dev by Shubang Lu · 8 years ago
  11. 195e07f Merge "TIF: build TvInput list at onUnlockUser" into nyc-dev am: 00f8ee2851 by Youngsang Cho · 8 years ago
  12. 8049f20 TIF: Keep recording sessions while changing user by shubang · 8 years ago
  13. 19c47d7 TIF: build TvInput list at onUnlockUser by Youngsang Cho · 8 years ago
  14. e530644 Merge "Revert "TIF: add signal detection feature for HW inputs"" into nyc-dev by Dongwon Kang · 8 years ago
  15. 4a3a601 Revert "TIF: add signal detection feature for HW inputs" by Dongwon Kang · 8 years ago
  16. f9b3a02 Merge "TIF: Be consistent with argument name for startRecording" into nyc-dev by Dongwon Kang · 8 years ago
  17. 0751a83 Merge "TIF: Be consistent with argument name for startRecording" into nyc-dev by Dongwon Kang · 8 years ago
  18. 0cb5244 TIF: Be consistent with argument name for startRecording by Dongwon Kang · 8 years ago
  19. b0800dc Avoid instantiations of Boolean that are immediately unboxed. by Tobias Thierer · 8 years ago
  20. b5b86c1 Unbundle RemoteService on TV - part 3 by Sujith Ramakrishnan · 8 years ago
  21. a897e5f TIF: Do not build input list for background user by Dongwon Kang · 8 years ago
  22. e12d810 TIF: Unhide TvView.setZOrderMediaOverlay/setZOrderOnTop/tune/unblockContent by Dongwon Kang · 8 years ago
  23. b55c751 TIF: Address API review comments by Dongwon Kang · 8 years ago
  24. 8d718e1 TIF: Add information of TvInputHardwareManager to dumpsys by yangren · 8 years ago
  25. aa5605f TIF: Rename setTvInputInfo to updateTvInputInfo by Jae Seo · 8 years ago
  26. c980f43d TIF: Clean the hardware input list when the input service is reconnected by Jae Seo · 8 years ago
  27. e3c11e8 TIF: Rename connect()/disconnect() and remove unnecessary methods by Jae Seo · 8 years ago
  28. 4eee6a7 TIF: Allow the application to indicate a TV program to record by Jae Seo · 8 years ago
  29. abda420 TIF: Update the internal input list with new TvInputInfo by Jae Seo · 8 years ago
  30. 2cdb05e TIF: Replace TvInputInfo in SessionState with ID and component name by Jae Seo · 8 years ago
  31. 1abbbcd TIF: Add Hardware prefix to method/member names for better readability by Jae Seo · 8 years ago
  32. c2a8951 TIF: Notify of a change to TvInputInfo regardless of service connection by Jae Seo · 8 years ago
  33. c03671f TIF: Add Builder to TvInputInfo and deprecate createTvInputInfo methods by Jae Seo · 8 years ago
  34. a826d01 TIF: Recording API by Jae Seo · 8 years ago
  35. 1365602 Merge "TIF: Fix typos" by Jae Seo · 9 years ago
  36. 2a2b299 TIF: Fix typos by Jae Seo · 9 years ago
  37. 4df9801 Merge "Exclude input devices when finding sinks from audio policy." by Takayuki Hoshi · 9 years ago
  38. 102d0b7 TIF: add signal detection feature for HW inputs by Wonsik Kim · 9 years ago
  39. ad36f647 Exclude input devices when finding sinks from audio policy. by Wally Yau · 9 years ago
  40. 81e3c3e TIF: Unbind the service only when it is bound by Dongwon Kang · 9 years ago
  41. 233d94c clean up UserHandle.USER_OWNER reference by Xiaohui Chen · 9 years ago
  42. 4f1a6d4 TIF: Get or create the user state when failed to find existing one by Jae Seo · 9 years ago
  43. 8c375fe TIF: Use per-user ContentResolver in the TvInputManagerService by Jae Seo · 9 years ago
  44. 6e4cbfd TIF: Minor code improvement by Jae Seo · 9 years ago
  45. 93ff14b TIF: Use the right size for calls to toArray() instead of 0 by Jae Seo · 9 years ago
  46. 38b3257 TIF: Convert fields to local variables by Jae Seo · 9 years ago
  47. 76976fa TIF: Build the list of available TV inputs as the current user by Jae Seo · 9 years ago
  48. 4b34cc7 TIF: Pass the playback params as a whole by Jae Seo · 9 years ago
  49. 9e9e2e7 Pass charset to XmlPullParser.setInput instead of null by Wojciech Staszkiewicz · 9 years ago
  50. 58739e7 TIF: Add DVB device handling to TvInputManagerService by Jaesung Chung · 9 years ago
  51. a903383 TIF: Rename requestUnblockContent to unblockContent by Jae Seo · 9 years ago
  52. d69e4c1 Update use of procstate for services. by Dianne Hackborn · 9 years ago
  53. 82fce64 TIF: Fix incorrect uses of INPUT_STATE_XXX by Jae Seo · 9 years ago
  54. 31a8f84 TIF: Update the input list even when a single component in a package is updated. by Dongwon Kang · 9 years ago
  55. 465f0d6 TIF: Redefine time shift status and change callback and position APIs by Jae Seo · 9 years ago
  56. 6f0240c TIF: Add time shift APIs. by Dongwon Kang · 9 years ago
  57. ee5ad72 Audio: Remove the concept of master volume. by John Spurlock · 9 years ago
  58. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  59. ceb47aa Changing AudioManager.listAudioDevicePorts to take a ArrayList<AudioDevicePort> argument. by Paul McLean · 9 years ago
  60. 485e7e1 TIF: fix loud volume after input switch when volume is 0 by Wonsik Kim · 9 years ago
  61. b2b85f9 TIF: TvInputHardwareManager puts multiple sink ports into audio patch by Wonsik Kim · 9 years ago
  62. a617074 DO NOT MERGE TIF: change TvInputHal events to run on its own thread by Wonsik Kim · 10 years ago
  63. 017bb85 DO NOT MERGE TIF: Add a null checking in TvInputHardwareManager. by Dongwon Kang · 10 years ago
  64. 98d760e CEC: Let the caller check CEC device type by Jinsuk Kim · 10 years ago
  65. 49e5593 TIF: TvInputHardwareManager to listen to volume changes by Wonsik Kim · 10 years ago
  66. fdce9e5 TIF: handle a race condition when a session is crashed by Dongwon Kang · 10 years ago
  67. 993f81e TIF: fix a race condition when TvInputManager is initialized by Dongwon Kang · 10 years ago
  68. 7edaf55 Merge "TIF: fix setSurface() logic" into lmp-mr1-dev by Jae Seo · 10 years ago
  69. 59d3669 Merge "TIF: set audio gain properly" into lmp-mr1-dev by Wonsik Kim · 10 years ago
  70. 102670f TIF: fix setSurface() logic by Wonsik Kim · 10 years ago
  71. 71dfa96 TIF: set audio gain properly by Wonsik Kim · 10 years ago
  72. b683e6e TIF: fix NPE for TvInputHardwareManager by Wonsik Kim · 10 years ago
  73. 5b820a8 Fix build by Wonsik Kim · 10 years ago
  74. 470b77b Merge "TIF: change input state based on the number of available streams" into lmp-mr1-dev by Wonsik Kim · 10 years ago
  75. 8f24a8b TIF: fix wrong config comparison & confusing method name by Wonsik Kim · 10 years ago
  76. 9a10365 TIF: change input state based on the number of available streams by Wonsik Kim · 10 years ago
  77. 08f1ab0 CEC: Do not publish the service if native/HAL is not ready by Jinsuk Kim · 10 years ago
  78. 184a6d6 TIF: fix NPE at onHdmiDeviceUpdated() by Wonsik Kim · 10 years ago
  79. aa4b0d8 TIF: fix retrieving sinkConfig by Wonsik Kim · 10 years ago
  80. 9c6b5b7 TIF: Re-connect the session on package update. by Ji-Hwan Lee · 10 years ago
  81. ee2ec05 TIF: Turn debugging off by Jae Seo · 10 years ago
  82. 19ba61a Notify of the update of TvInputInfo by Chulwoo Lee · 10 years ago
  83. f271eac Bind hardware TIS at startup by Wonsik Kim · 10 years ago
  84. fd8aa02 TIF: cosmetic changes for consistency. by Dongwon Kang · 10 years ago
  85. 9c165d6 TIF: Enable applications to register custom content rating systems by Jae Seo · 10 years ago
  86. f7f49dd TIF: fix callback cleanup logic in removeSessionStateLocked(). by Dongwon Kang · 10 years ago
  87. 6c79454 Merge "TIF: Remove the registered callback when the client process has died" into lmp-dev by Jae Seo · 10 years ago
  88. fea8dd4 TIF: Remove the registered callback when the client process has died by Jae Seo · 10 years ago
  89. 70613db Merge "TIF: clean up pending createSession requests when a package is removed." into lmp-dev by Dongwon Kang · 10 years ago
  90. 426c9a4 TIF: clean up pending createSession requests when a package is removed. by Dongwon Kang · 10 years ago
  91. 5d0ec89 Merge "Revert "TIF: Temporarily disable permission check for parental controls"" into lmp-dev by Jae Seo · 10 years ago
  92. fc836f6 Revert "TIF: Temporarily disable permission check for parental controls" by Jae Seo · 10 years ago
  93. 44bb3a5 Add null-check for system audio mode change event. by Jungshik Jang · 10 years ago
  94. 1435595 API Review: android.media.tv by Jae Seo · 10 years ago
  95. cf44587 Use id to find proper HdmiDeviceInfo instead of ojbect itself. by Jungshik Jang · 10 years ago
  96. 15c56aa TIF: Call setMain(false) when session is released. by Ji-Hwan Lee · 10 years ago
  97. 0c3b4ad Merge "TIF: Remove session state when hardware wrapper input crashes" into lmp-dev by Ji-Hwan Lee · 10 years ago
  98. 4835497 TIF: Remove session state when hardware wrapper input crashes by Ji-Hwan Lee · 10 years ago
  99. c22d0c0 TIF: Make passthrough related method names consistent by Jae Seo · 10 years ago
  100. 5b1caaf TIF: Fix some comment warnings by Jae Seo · 10 years ago