summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15am 5462b213: Fix the type of COLUMN_TYPE and COLUMN_SERVICE_TYPE.Dongwon Kang
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
2014-08-11Fix a bug that scheduleNext() is not called in some casesJae Seo
2014-08-10Merge "Put some delay before trying to consolidate watch logs" into lmp-devJae Seo
2014-08-10Put some delay before trying to consolidate watch logsJae Seo
2014-08-10Move watch history logging from the system serviceJae Seo
2014-08-09Add missing columns in TvContractJi-Hwan Lee
2014-08-08Apply new TvContract URIsJi-Hwan Lee
2014-08-08Refactor common URI processing for DB operationsJi-Hwan Lee
2014-08-07Merge "Do not allow inserting programs with invalid channel ID" into lmp-devJi-Hwan Lee
2014-08-08Prevent inserting rows through URIs with IDJi-Hwan Lee
2014-08-08Do not allow inserting programs with invalid channel IDJi-Hwan Lee
2014-08-07Merge "Add Channels.COLUMN_SERVICE_ID to projection map" into lmp-devWonsik Kim
2014-08-10Add Channels.COLUMN_SERVICE_ID to projection mapWonsik Kim
2014-08-07Merge "Fix IllegalArgumentException for genre query" into lmp-devJi-Hwan Lee
2014-08-10Fix IllegalArgumentException for genre queryJi-Hwan Lee
2014-08-01Add COLUMN_TUNE_PARAMS in watched_program tableSungsoo Lim
2014-07-31Map broadcast genre to canonical genreChulwoo Lee
2014-07-24Remove COLUMN_CONDITIONAL_ACCESS from TvProvider.Dongwon Kang
2014-07-21Add season/episode related fieldsYoungsang Cho
2014-07-18Add a channel URI pattern for passthough inputsYoungsang Cho
2014-07-17Introduce "input_id" column to the channels tableChulwoo Lee
2014-07-16Add a content rating column in programs tableSungsoo Lim
2014-07-01Clean up EPG dataJi-Hwan Lee
2014-07-01Disallow querying with sort order without permissionJi-Hwan Lee