aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
AgeCommit message (Collapse)Author
2016-05-09DO NOT MERGE Sync to joey ub-tv-dev at e7fbaa585b1eb7afec05f05032d2e8d99fb595d4Youngsang Cho
Bug: 28469968 Change-Id: Ie0d3c74af84777dd8f2e2a79aa0454c7e6a7f0d8
2016-02-26Sync to ub-tv-interns at cc7c29d2a24a1343498f6d95ca5a79e003e6aefeNick Chalko
Change-Id: I580da190231e47c65b69f425b30ec4685eb50ce4
2015-12-11Sync to ub-tv-heroes at 1.08.301Nick Chalko
source change id If9b64d7bbc6e8f77b360e502d34e5452775c0402 Change-Id: I4ffe87911cb85e54880d1d918d1b8fb7bb8cfb7d
2015-11-10Sync to ub-tv-glee at 1.07.007Nick Chalko
hash dce17da9f45fc4304787b1898d9915511b1df954 Change-Id: I08ac6fc0123a6653644281155e35c11b71bc5fa0
2015-09-16Sync to ub-tv-friends at 1.06.202Nick Chalko
git hash 3c1965f5dcc60243f1fe600cb35f19bd5f01fc27 Change-Id: I90b77790f9074677ecef72a23235d2b33eacb76a
2015-08-03Migrate Live Channels App Src to AOSP branchNick Chalko
Bug: 21625152 Change-Id: I07e2830b27440556dc757e6340b4f77d1c0cbc66
2014-07-31Enable TvRecommendation with RandomRecommenderSungsoo Lim
Bug: 14068131 Change-Id: I262c6a6007de5b6fb27db1769e4aca70cb536af5
2014-07-22Add PassthroughTvActivityYoungsang Cho
Change-Id: Ib4e254b4c38dd69e5e9bcc4a34215827b1362a33
2014-07-02Dispatch input events only to the TV input with RECEIVE_INPUT_EVENT permissionYoungsang Cho
- Added the permission android.permission.RECEIVE_INPUT_EVENT - Added a test key 'U' to toggle UI of LocalTvInputService Bug: 15174809 Change-Id: I5653d873e1239d297a64d8ebfd2f9f0b47c83c1d
2014-06-12Disable TV recommendationSungsoo Lim
Bug: 15485368 Change-Id: I472eadb656ecd7c026628a8de78bdad185949dc3
2014-06-09Enable TV recommendation at home launcherSungsoo Lim
- Recommend the last watched channel when the poster art is available to display. - Show a TV recommendation card when boot completed. - Hide the TV recommendation card when TV app Started. - Show again when the TV app stopped. - Update the recommendation card when the program is changed. Bug: 15473740 Change-Id: I261bc0590d71a4943589d60bc62566efc6639acb
2014-06-09Change the color of radio buttonsYoungsang Cho
Bug: 15363643 Change-Id: Ib1f76dcd6bdab8b3a9c83646b6ed77ddb537d7b3
2014-06-08Apply material theme to the applicationChulwoo Lee
BUG: 15363643 Change-Id: I790d431077f6de6dc58760c2282f18193d007dd0
2014-06-08Disable recommendation notificationJi-Hwan Lee
Bug: 15485368 Change-Id: I1009fc806d3867e59de1c780880297448525a22e
2014-06-07Add new icon and bannerJi-Hwan Lee
Bug: 15467174 Change-Id: Ifd2c72c53a542bc1c6fb518bfa040469d67338c6
2014-06-06Show top 2 results of the TV recommendation in LeanbackLauncherSungsoo Lim
Bug: 15415303 Change-Id: If90e1d13895fcf905bc1b4e2d2c33463c3883170
2014-06-02Use the new column names and mime typeJae Seo
Change-Id: I1416a1588d7bf54597e56c3ff478c5f0bbe5514d
2014-06-02Use the new android.media.tv.* classesJae Seo
Change-Id: I346daaf19b009096131f02307ea4c4b277aa85d1
2014-05-28Change availability of TvActivity according to existence of TvInputJaekyun Seok
Bug: 15292551 Change-Id: I2cd04164d45e1f22096c77779ca177610da01aba
2014-05-20Add a global key receiver to handle KEYCODE_TVJae Seo
Bug: 15081439 Change-Id: Ie56cf1a526f2185cc35c7371b68d697839e31664
2014-05-14Modify TV activity not to be relaunchedChulwoo Lee
When the USB dongle is mounted or unmounted, the configuration is changed in Android and ActivityManager relaunches the TvActivity. In this CL, I changed the TV activity not to be relaunched when the keyboard configuration is changed. BUG: 14853428 Change-Id: I619b099db8e4cdb168839c061b0a1edf9a7c524f
2014-05-13Clean up a display input name when the tv input is uninstalledJaekyun Seok
And reset button is added to restore the original name. Bug: 13535773 Change-Id: I34645da65754d5204b2976801b8e39fdcfd5e7f5
2014-05-08Implement local channel & program searchChulwoo Lee
Search for channels and programs can be performed from Quick Search Box and the search results are shown in the 'TV' category. Search is done for the four columns with LIKE query: - Channels.DISPLAY_NAME - Channels.DESCRIPTION - Programs.TITLE - Programs.DESCRIPTION If the result item is clicked, the related channel is aired on the TV app. Change-Id: I1d567489210f69eb0b2bec7a023e6a0566147a57
2014-04-22Initial check-in of TV appYoungsang Cho
TV is an app playing TV based on TV input framework. The app has basic TV features : Channel up/down, input change, input name configuration, and so on. Change-Id: If9a3bf1d5535ab6c649ce44b71d3665d8ba4b03f