summaryrefslogtreecommitdiff
path: root/src/com/android/providers/tv/TvProvider.java
AgeCommit message (Expand)Author
2016-04-14Add Programs.COLUMN_RECORDING_PROHIBITEDnougat-devDongwon Kang
2016-04-12Merge "Set recorded_programs.channel_id as the foreign key of channels._id" i...Chulwoo Lee
2016-04-11Set recorded_programs.channel_id as the foreign key of channels._idChulwoo Lee
2016-04-08Do not close the singleton SQLiteOpenHelper for further useDongwon Kang
2016-04-06Not running upgrade logic when app startsDongwon Kang
2016-02-23TIF: Add COLUMN_SEASON_TITLE and COLUMN_(SEASON|EPISODE)_DISPLAY_NUMBERDongwon Kang
2016-02-17Add INPUT_ID field in RecordedPrograms tableYoungsang Cho
2016-02-12Add table name prefix for the join queryChulwoo Lee
2016-02-05Add RecordedPrograms.COLUMN_TITLE in the projection mapYoungsang Cho
2016-01-29Support channel param in recorded program UriDongwon Kang
2016-01-26Add recorded_programs tableDongwon Kang
2015-07-17TIF: do not throw exception for watchlog insertion with invalid channel idandroid-6.0.0_r26android-6.0.0_r25android-6.0.0_r24android-6.0.0_r23android-6.0.0_r13android-6.0.0_r12android-6.0.0_r11marshmallow-dr-releasemarshmallow-dr-devmarshmallow-devDongwon Kang
2015-06-23Consolidate access control for watched programsJae Seo
2015-06-23Consolidate permission checkingJae Seo
2015-06-22Reboot the EPG permissionsJae Seo
2015-06-21Enable read access to channel logosJae Seo
2015-06-21Minor code improvementJae Seo
2015-06-20Up the version to 26Jae Seo
2015-06-19Enable read access to EPG dataJae Seo
2015-06-01Fix lint warningsJae Seo
2015-04-17Allow 3rd-party apps to supply sort order.Dongwon Kang
2015-04-14Drop the default sort order for Channels table.Dongwon Kang
2015-03-23Add Programs.COLUMN_INTERNAL_PROVIDER_FLAGX in TvProvider.Dongwon Kang
2015-03-18Add COLUMN_INTERNAL_PROVIDER_FLAGX in TvProvider.Dongwon Kang
2014-11-14Throw FileNotFoundException when openLogoFile() failsandroid-wear-5.1.1_r1android-wear-5.1.0_r1android-m-preview-2android-m-preview-1android-m-previewandroid-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1master-soonglollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaseTerry Heo
2014-10-28Merge "Remove the UNIQUE constraint on channels table to reflect the real bro...Dongwon Kang
2014-10-28Remove the UNIQUE constraint on channels table to reflect the real broadcast ...Dongwon Kang
2014-10-27Add genre for BrazilChulwoo Lee
2014-10-23Delete the channel logo when deletion is requested for logo URIDongwon Kang
2014-10-21Improve the channel deletion performance of TvProviderDongwon Kang
2014-10-17Merge "Improve the query performance of programs table" into lmp-mr1-devDongwon Kang
2014-10-16Improve the query performance of programs tableDongwon Kang
2014-10-16Merge "Enhance the performance of bulkInsert()" into lmp-mr1-devChulwoo Lee
2014-10-15Fix the type of COLUMN_TYPE and COLUMN_SERVICE_TYPE.android-wear-5.0.0_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-devlollipop-cts-releaseDongwon Kang
2014-10-15Enhance the performance of bulkInsert()Chulwoo Lee
2014-10-15Revert "Enhance the performance of bulkInsert()"Chulwoo Lee
2014-10-14Enhance the performance of bulkInsert()Chulwoo Lee
2014-09-15Protect watched programs data with ACCESS_WATCHED_PROGRAMS permissionJae Seo
2014-09-07Add BROWSABLE to deleted_channels tableWonsik Kim
2014-09-04Store locked channels separately when deletedWonsik Kim
2014-09-03Add unique constraint to channels tableChulwoo Lee
2014-08-28Change the default value of Channels.COLUMN_BROWSABLE to 0Jae Seo
2014-08-27Merge "Revert "Temporarily disable parental controls permission check"" into ...Jae Seo
2014-08-27Revert "Temporarily disable parental controls permission check"Jae Seo
2014-08-20Map ISDB genres to canonical genresChulwoo Lee
2014-08-15Temporarily disable parental controls permission checkJae Seo
2014-08-14Notify the insertion of watched programs when they are consolidatedSungsoo Lim
2014-08-13Require MODIFY_PARENTAL_CONTROLS permission to update COLUMN_LOCKEDJae Seo
2014-08-12Fix the permission name for accessing all EPG dataJae Seo
2014-08-11Correct the permission namesJae Seo