1. 344b2d4 Throw FileNotFoundException when openLogoFile() fails by Terry Heo · 10 years ago
  2. 6331ea9 Merge "Remove the UNIQUE constraint on channels table to reflect the real broadcast data" into lmp-mr1-dev by Dongwon Kang · 10 years ago
  3. c2327ef Remove the UNIQUE constraint on channels table to reflect the real broadcast data by Dongwon Kang · 10 years ago
  4. eb0c198 Add genre for Brazil by Chulwoo Lee · 10 years ago
  5. 1b77bff Delete the channel logo when deletion is requested for logo URI by Dongwon Kang · 10 years ago
  6. 2bc4d93 Improve the channel deletion performance of TvProvider by Dongwon Kang · 10 years ago
  7. ae89c84 Merge "Improve the query performance of programs table" into lmp-mr1-dev by Dongwon Kang · 10 years ago
  8. 86c6896 Improve the query performance of programs table by Dongwon Kang · 10 years ago
  9. 7427c58 Merge "Enhance the performance of bulkInsert()" into lmp-mr1-dev by Chulwoo Lee · 10 years ago
  10. 5462b21 Fix the type of COLUMN_TYPE and COLUMN_SERVICE_TYPE. by Dongwon Kang · 10 years ago
  11. 323e13d Enhance the performance of bulkInsert() by Chulwoo Lee · 10 years ago
  12. e6f7403 Revert "Enhance the performance of bulkInsert()" by Chulwoo Lee · 10 years ago
  13. de479fb Enhance the performance of bulkInsert() by Chulwoo Lee · 10 years ago
  14. 4cf2b25 Protect watched programs data with ACCESS_WATCHED_PROGRAMS permission by Jae Seo · 10 years ago
  15. e7957cf Add BROWSABLE to deleted_channels table by Wonsik Kim · 10 years ago
  16. d79322c Store locked channels separately when deleted by Wonsik Kim · 10 years ago
  17. 628460f Add unique constraint to channels table by Chulwoo Lee · 10 years ago
  18. 6c03ca6 Change the default value of Channels.COLUMN_BROWSABLE to 0 by Jae Seo · 10 years ago
  19. 28f33ed Merge "Revert "Temporarily disable parental controls permission check"" into lmp-dev by Jae Seo · 10 years ago
  20. 99c1099 Revert "Temporarily disable parental controls permission check" by Jae Seo · 10 years ago
  21. 5d05aa7 Map ISDB genres to canonical genres by Chulwoo Lee · 10 years ago
  22. de09c10 Temporarily disable parental controls permission check by Jae Seo · 10 years ago
  23. 66deb42 Notify the insertion of watched programs when they are consolidated by Sungsoo Lim · 10 years ago
  24. 2f1a3b6 Require MODIFY_PARENTAL_CONTROLS permission to update COLUMN_LOCKED by Jae Seo · 10 years ago
  25. 55d1486 Fix the permission name for accessing all EPG data by Jae Seo · 10 years ago
  26. 13b32cf Correct the permission names by Jae Seo · 10 years ago
  27. c692956 Fix a bug that scheduleNext() is not called in some cases by Jae Seo · 10 years ago
  28. c172ef4 Merge "Put some delay before trying to consolidate watch logs" into lmp-dev by Jae Seo · 10 years ago
  29. f5ed20d Put some delay before trying to consolidate watch logs by Jae Seo · 10 years ago
  30. 0fd5313 Move watch history logging from the system service by Jae Seo · 10 years ago
  31. f0b8729 Add missing columns in TvContract by Ji-Hwan Lee · 10 years ago
  32. b8a3d10 Apply new TvContract URIs by Ji-Hwan Lee · 10 years ago
  33. d9f937e Refactor common URI processing for DB operations by Ji-Hwan Lee · 10 years ago
  34. 5cc3550 Merge "Do not allow inserting programs with invalid channel ID" into lmp-dev by Ji-Hwan Lee · 10 years ago
  35. 916624c Prevent inserting rows through URIs with ID by Ji-Hwan Lee · 10 years ago
  36. c9d7274 Do not allow inserting programs with invalid channel ID by Ji-Hwan Lee · 10 years ago
  37. f9c2dc2 Merge "Add Channels.COLUMN_SERVICE_ID to projection map" into lmp-dev by Wonsik Kim · 10 years ago
  38. 06379c1 Add Channels.COLUMN_SERVICE_ID to projection map by Wonsik Kim · 10 years ago
  39. 188cdb1 Merge "Fix IllegalArgumentException for genre query" into lmp-dev by Ji-Hwan Lee · 10 years ago
  40. 1f29945 Fix IllegalArgumentException for genre query by Ji-Hwan Lee · 10 years ago
  41. e1437ba Add COLUMN_TUNE_PARAMS in watched_program table by Sungsoo Lim · 10 years ago
  42. 443a7fe Map broadcast genre to canonical genre by Chulwoo Lee · 10 years ago
  43. 9dad758 Remove COLUMN_CONDITIONAL_ACCESS from TvProvider. by Dongwon Kang · 10 years ago
  44. 1604d0f Add season/episode related fields by Youngsang Cho · 10 years ago
  45. cf688af Add a channel URI pattern for passthough inputs by Youngsang Cho · 10 years ago
  46. 023be77 Introduce "input_id" column to the channels table by Chulwoo Lee · 10 years ago
  47. 0389724 Add a content rating column in programs table by Sungsoo Lim · 10 years ago
  48. ac117ad Clean up EPG data by Ji-Hwan Lee · 10 years ago
  49. aa098bd Disallow querying with sort order without permission by Ji-Hwan Lee · 10 years ago
  50. 8497462 Add COLUMN_CONDITIONAL_ACCESS in Channels table. by Dongwon Kang · 10 years ago
  51. d308c61 Handle query parameter "canonical_genre" by Chulwoo Lee · 10 years ago
  52. 711f02f Use blob, instead of file, for channel logo by Ji-Hwan Lee · 10 years ago
  53. 5f930eb Avoid foreign key constraint failure on DB upgrade by Ji-Hwan Lee · 10 years ago
  54. 2bcac69 Merge "Add the PACKAGE_NAME column to the WatchedPrograms table" by Jae Seo · 10 years ago
  55. fd946b6 Make batch operations atomic by Jae Seo · 10 years ago
  56. fa6697c Turn foreign key support on by Jae Seo · 10 years ago
  57. c3f5ab6 Check permission to read channel logo by Ji-Hwan Lee · 10 years ago
  58. 37f6485 Add the PACKAGE_NAME column to the WatchedPrograms table by Jae Seo · 10 years ago
  59. 9188900 Temporarily add a field for video resolution to the Programs table by Jae Seo · 10 years ago
  60. a859d25 Merge "Add poster art uri and thumbnail to program projection map" into lmp-preview-dev by Jaekyun Seok · 10 years ago
  61. 85a19bd Add poster art uri and thumbnail to program projection map by Jaekyun Seok · 10 years ago
  62. 042f955 Merge "Add "searchable" column to the database" into lmp-preview-dev by Chulwoo Lee · 10 years ago
  63. 992930b Add "searchable" column to the database by Chulwoo Lee · 10 years ago
  64. e29b8bc Delete programs for specified channel only by Ji-Hwan Lee · 10 years ago
  65. 8a196b5 Support channel logo and program thumbnail by Ji-Hwan Lee · 10 years ago
  66. 15201d2 Use the new column names and authorities by Jae Seo · 10 years ago
  67. 6456b82 Use the new contract class android.media.tv.TvContract by Jae Seo · 10 years ago
  68. bd5e96d Mistake while merging by Chulwoo Lee · 10 years ago
  69. 6b0092e Include start/end time for the selection of programs by Chulwoo Lee · 10 years ago
  70. 7cbf5db Change the column names of the TvContract tables by Jae Seo · 10 years ago
  71. fe690e3 Disable user-provided selection by Jae Seo · 10 years ago
  72. bbbbf73 Initial skeleton of TvProvider by Jae Seo · 10 years ago