1. 8c375fe TIF: Use per-user ContentResolver in the TvInputManagerService by Jae Seo · 9 years ago
  2. 6e4cbfd TIF: Minor code improvement by Jae Seo · 9 years ago
  3. 93ff14b TIF: Use the right size for calls to toArray() instead of 0 by Jae Seo · 9 years ago
  4. 38b3257 TIF: Convert fields to local variables by Jae Seo · 9 years ago
  5. 76976fa TIF: Build the list of available TV inputs as the current user by Jae Seo · 9 years ago
  6. 4b34cc7 TIF: Pass the playback params as a whole by Jae Seo · 9 years ago
  7. 9e9e2e7 Pass charset to XmlPullParser.setInput instead of null by Wojciech Staszkiewicz · 9 years ago
  8. 58739e7 TIF: Add DVB device handling to TvInputManagerService by Jaesung Chung · 9 years ago
  9. a903383 TIF: Rename requestUnblockContent to unblockContent by Jae Seo · 9 years ago
  10. d69e4c1 Update use of procstate for services. by Dianne Hackborn · 9 years ago
  11. 82fce64 TIF: Fix incorrect uses of INPUT_STATE_XXX by Jae Seo · 9 years ago
  12. 31a8f84 TIF: Update the input list even when a single component in a package is updated. by Dongwon Kang · 9 years ago
  13. 465f0d6 TIF: Redefine time shift status and change callback and position APIs by Jae Seo · 9 years ago
  14. 6f0240c TIF: Add time shift APIs. by Dongwon Kang · 9 years ago
  15. ee5ad72 Audio: Remove the concept of master volume. by John Spurlock · 9 years ago
  16. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  17. ceb47aa Changing AudioManager.listAudioDevicePorts to take a ArrayList<AudioDevicePort> argument. by Paul McLean · 9 years ago
  18. 485e7e1 TIF: fix loud volume after input switch when volume is 0 by Wonsik Kim · 9 years ago
  19. b2b85f9 TIF: TvInputHardwareManager puts multiple sink ports into audio patch by Wonsik Kim · 10 years ago
  20. a617074 DO NOT MERGE TIF: change TvInputHal events to run on its own thread by Wonsik Kim · 10 years ago
  21. 017bb85 DO NOT MERGE TIF: Add a null checking in TvInputHardwareManager. by Dongwon Kang · 10 years ago
  22. 98d760e CEC: Let the caller check CEC device type by Jinsuk Kim · 10 years ago
  23. 49e5593 TIF: TvInputHardwareManager to listen to volume changes by Wonsik Kim · 10 years ago
  24. fdce9e5 TIF: handle a race condition when a session is crashed by Dongwon Kang · 10 years ago
  25. 993f81e TIF: fix a race condition when TvInputManager is initialized by Dongwon Kang · 10 years ago
  26. 7edaf55 Merge "TIF: fix setSurface() logic" into lmp-mr1-dev by Jae Seo · 10 years ago
  27. 59d3669 Merge "TIF: set audio gain properly" into lmp-mr1-dev by Wonsik Kim · 10 years ago
  28. 102670f TIF: fix setSurface() logic by Wonsik Kim · 10 years ago
  29. 71dfa96 TIF: set audio gain properly by Wonsik Kim · 10 years ago
  30. b683e6e TIF: fix NPE for TvInputHardwareManager by Wonsik Kim · 10 years ago
  31. 5b820a8 Fix build by Wonsik Kim · 10 years ago
  32. 470b77b Merge "TIF: change input state based on the number of available streams" into lmp-mr1-dev by Wonsik Kim · 10 years ago
  33. 8f24a8b TIF: fix wrong config comparison & confusing method name by Wonsik Kim · 10 years ago
  34. 9a10365 TIF: change input state based on the number of available streams by Wonsik Kim · 10 years ago
  35. 08f1ab0 CEC: Do not publish the service if native/HAL is not ready by Jinsuk Kim · 10 years ago
  36. 184a6d6 TIF: fix NPE at onHdmiDeviceUpdated() by Wonsik Kim · 10 years ago
  37. aa4b0d8 TIF: fix retrieving sinkConfig by Wonsik Kim · 10 years ago
  38. 9c6b5b7 TIF: Re-connect the session on package update. by Ji-Hwan Lee · 10 years ago
  39. ee2ec05 TIF: Turn debugging off by Jae Seo · 10 years ago
  40. 19ba61a Notify of the update of TvInputInfo by Chulwoo Lee · 10 years ago
  41. f271eac Bind hardware TIS at startup by Wonsik Kim · 10 years ago
  42. fd8aa02 TIF: cosmetic changes for consistency. by Dongwon Kang · 10 years ago
  43. 9c165d6 TIF: Enable applications to register custom content rating systems by Jae Seo · 10 years ago
  44. f7f49dd TIF: fix callback cleanup logic in removeSessionStateLocked(). by Dongwon Kang · 10 years ago
  45. 6c79454 Merge "TIF: Remove the registered callback when the client process has died" into lmp-dev by Jae Seo · 10 years ago
  46. fea8dd4 TIF: Remove the registered callback when the client process has died by Jae Seo · 10 years ago
  47. 70613db Merge "TIF: clean up pending createSession requests when a package is removed." into lmp-dev by Dongwon Kang · 10 years ago
  48. 426c9a4 TIF: clean up pending createSession requests when a package is removed. by Dongwon Kang · 10 years ago
  49. 5d0ec89 Merge "Revert "TIF: Temporarily disable permission check for parental controls"" into lmp-dev by Jae Seo · 10 years ago
  50. fc836f6 Revert "TIF: Temporarily disable permission check for parental controls" by Jae Seo · 10 years ago
  51. 44bb3a5 Add null-check for system audio mode change event. by Jungshik Jang · 10 years ago
  52. 1435595 API Review: android.media.tv by Jae Seo · 10 years ago
  53. cf44587 Use id to find proper HdmiDeviceInfo instead of ojbect itself. by Jungshik Jang · 10 years ago
  54. 15c56aa TIF: Call setMain(false) when session is released. by Ji-Hwan Lee · 10 years ago
  55. 0c3b4ad Merge "TIF: Remove session state when hardware wrapper input crashes" into lmp-dev by Ji-Hwan Lee · 10 years ago
  56. 4835497 TIF: Remove session state when hardware wrapper input crashes by Ji-Hwan Lee · 10 years ago
  57. c22d0c0 TIF: Make passthrough related method names consistent by Jae Seo · 10 years ago
  58. 5b1caaf TIF: Fix some comment warnings by Jae Seo · 10 years ago
  59. 3d34b54 Merge "Fix ConcurrentModificationException in PersistentDataStore" into lmp-dev by Chulwoo Lee · 10 years ago
  60. 404bef8 Fix ConcurrentModificationException in PersistentDataStore by Chulwoo Lee · 10 years ago
  61. 98f4c16 Merge "CEC: Replace the usage of logical address with id for HdmiDeviceInfo" into lmp-dev by Jinsuk Kim · 10 years ago
  62. 8960d1b CEC: Replace the usage of logical address with id for HdmiDeviceInfo by Jinsuk Kim · 10 years ago
  63. 550c4b0 TIF: Temporarily disable permission check for parental controls by Jae Seo · 10 years ago
  64. 8211dda TIF: Change the directory of the state file by Jae Seo · 10 years ago
  65. 7ed8901 TIF: fix IOException at PersistentDataStore.save() by Wonsik Kim · 10 years ago
  66. 592ddc3 Merge "TIF: handle HDMI CEC power status change" into lmp-dev by Wonsik Kim · 10 years ago
  67. e92f857 TIF: handle HDMI CEC power status change by Wonsik Kim · 10 years ago
  68. 9cc28e5 TIF: Create TvInputState only once per each input by Jae Seo · 10 years ago
  69. 0c38fc7 TIF: Fix release logic for hardware wrapper input by Ji-Hwan Lee · 10 years ago
  70. dd8e48f Merge "TIF: fix parental control data inconsistency" into lmp-dev by Wonsik Kim · 10 years ago
  71. 276ec84 TIF: fix parental control data inconsistency by Wonsik Kim · 10 years ago
  72. 7587d29 TIF: small refactoring around audio configuration update by Wonsik Kim · 10 years ago
  73. d38bf47 Move input change event handling out of TVInputManager by Jinsuk Kim · 10 years ago
  74. 1f819bb Add IHdmiSystemAudioModeChangeListner to TvInputHardwareManager. by Jungshik Jang · 10 years ago
  75. 61daf6b Hook up device power status change to TIF by Jungshik Jang · 10 years ago
  76. 7eb75df TIF: Move watch history logging to TvProvider by Jae Seo · 10 years ago
  77. 8d4ded0 TIF: Fix a bug of incorrect watch history by Chulwoo Lee · 10 years ago
  78. 546c635 TIF: Change CEC specific names to more general ones by Jae Seo · 10 years ago
  79. 579befe TIF: Do not log non-searchable channel watch history by Jae Seo · 10 years ago
  80. 956afc2 TIF: Handle setMainSession for TV input wrapper services by Ji-Hwan Lee · 10 years ago
  81. df9f0a3 TIF: Add system API 'isSingleSessionActive()' by Terry Heo · 10 years ago
  82. 61f4fbd Rename HdmiCecDeviceInfo into HdmiDeviceInfo. by Jungshik Jang · 10 years ago
  83. ff04ae7 Add a method in TIS to relayout SurfaceView by Youngsang Cho · 10 years ago
  84. 06c41a3 TIF: TvInputHardwareManager to listen to audio port changes by Wonsik Kim · 10 years ago
  85. e377ea5 Merge "TIF: Rearchitecting TvInputPassthroughWrapperService." into lmp-dev by Dongwon Kang · 10 years ago
  86. dfab517 Merge "TIF: Make selected tracks identifiable" into lmp-dev by Jae Seo · 10 years ago
  87. 10d285a TIF: Make selected tracks identifiable by Jae Seo · 10 years ago
  88. 58500f4 CEC: Make deviceSelect to active device a no-op by Jinsuk Kim · 10 years ago
  89. 8e45a33 TIF: implement setVolume for hardware inputs by Wonsik Kim · 10 years ago
  90. bd2fa2c TIF: Rearchitecting TvInputPassthroughWrapperService. by Dongwon Kang · 10 years ago
  91. ca17a90 TIF: allow TIS to override default sink from audio policy by Wonsik Kim · 10 years ago
  92. 2d99826 Merge "TIF: Use XML file for representing TvContentRating" into lmp-dev by Sungsoo Lim · 10 years ago
  93. 5c5b83f TIF: Use XML file for representing TvContentRating by Sungsoo Lim · 10 years ago
  94. 1a6b25e TIF: Add a parameter (Bundle params) of tune method by Sungsoo Lim · 10 years ago
  95. d5ce975 TIF: Make TvTrackInfo methods more explicit. by Jae Seo · 10 years ago
  96. 21aa346 TIF: fix TvInputHal bug for multiple devices by Wonsik Kim · 10 years ago
  97. 783645e TIF: Merge TvParentalControlManager into TvInputManager by Jae Seo · 10 years ago
  98. d922a54 TIF: ensure hardware / CEC event calling sequence by Wonsik Kim · 10 years ago
  99. b2b3151 Send TV app the intent for the new active source by Jinsuk Kim · 10 years ago
  100. c88f191 TIF: Fix invalid use of serviceStateMap.get() by Ji-Hwan Lee · 10 years ago