aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv
AgeCommit message (Collapse)Author
2014-07-22Add PassthroughTvActivityYoungsang Cho
Change-Id: Ib4e254b4c38dd69e5e9bcc4a34215827b1362a33
2014-07-23Merge "Show rating information in the channel banner" into lmp-devSungsoo Lim
2014-07-22Show rating information in the channel bannerSungsoo Lim
- Add rating information of LocalTvInputService. - Show rating information in the channel banner. Bug: 13172379 Change-Id: I95f393695c2225db0986187c3d44608d09d67ef0
2014-07-19Apply the change of renaming TIF APISungsoo Lim
Change-Id: I958773c6c2cc2db6a48de82d0b9cb664aaa3ca91
2014-07-22Add debug options menu.Christofer Åkersten
Bug: 15490500 Change-Id: I16c06d0d24990f7910c2d7448040476e8a025409
2014-07-17Merge "Apply name change in TvInputManager.TvInputCallback" into lmp-devYoungsang Cho
2014-07-18Fix NPE when there is no current channelChulwoo Lee
BUG: 16332689 Change-Id: I907c0fae81cf616317b4893aec44c4023251a217
2014-07-18Make ExternalFileTvInput work normallyChulwoo Lee
Couldn't select ExternalFileTvInput. Change-Id: I7db24e72301df04832eb4cabf2c342605982afec
2014-07-18Apply name change in TvInputManager.TvInputCallbackJaewan Kim
Bug: 16166859 Change-Id: I79c74833388ce983c6f8238258b553c08f3a5a7d
2014-07-17Merge "Use Context for TvInputInfo.loadLabel/Icon instead of PackageManager" ↵Youngsang Cho
into lmp-dev
2014-07-17Use Context for TvInputInfo.loadLabel/Icon instead of PackageManagerYoungsang Cho
Bug: 16166859 Change-Id: I16c996ad54e3089dc8bdeaa63f26d1f729dcc5b4
2014-07-16Apply the change of ID scheme of TvInputChulwoo Lee
BUG: 16138420 Change-Id: Ia1390187ed16120f94a7deefab34e31454f9067b
2014-07-15Adjust to availaibilty API changesWonsik Kim
Bug: 15838097 Change-Id: Ic0f24d253d03902ba85c748b1b111f170a955e64
2014-07-14Make "decodeSampledBitmap" work properly. do not merge.Chulwoo Lee
Until now, in the channel tile view, the original poster image was being displayed instead of sampled(resized) bitmap. Which may cause OOM. Bug: 16172764 Change-Id: I1eee4c55d2035933448d61349387e86625d85ca1 (cherry picked from commit aa24a5051d2f0eda5bfba245361cda2f9e91c35c)
2014-07-11Support multiple tracks in Sample TV app.Dongwon Kang
Bug:14073704, Bug:14121898 Change-Id: I67abb9567fdfc1af332c168b74bd619ea849dc61
2014-07-09Merge "Fix a bug regarding pip position"Youngsang Cho
2014-07-10Fix a bug regarding pip positionYoungsang Cho
Bug: 16142521 Change-Id: I40b71de041771ec7785579f332e0b37a2538cf2b
2014-07-09Merge "Modify to be able to select UnifiedTvInput"Chulwoo Lee
2014-07-09Modify to be able to select UnifiedTvInputChulwoo Lee
And closed opened input stream. BUG: 16143058 Change-Id: Ic1122df4ab5cbd62d95a979dd307aab7634aca12
2014-07-09Apply new APIs for shy modeYoungsang Cho
Change-Id: I82a2e0f4a6e9557f7ed6f03178576b849376c979
2014-07-08Implement onChannelRetuned callback in TIS and TV app.Dongwon Kang
Bug: 14126559 Change-Id: Ie74e620c9ec198388eda6ade24abdab4e86adea3
2014-07-07Handle '.' and ' ' as channel delimitersYoungsang Cho
Bug: 15919528 Change-Id: I841e448c7c59f7228134a1b66e19a3da13e21692
2014-07-07Handle onKeyLongPress from TvView.onUnhandledInputEventYoungsang Cho
Change-Id: I41aa8efb6b74f935115f56ce41b486222212b763
2014-07-01Merge "Dispatch input events only to the TV input with RECEIVE_INPUT_EVENT ↵Youngsang Cho
permission"
2014-07-02Do not update input pickerJaewan Kim
Bug: 15737480 Change-Id: I6bae09fe07ca5fd4886e9fc4f168d09a715d681b
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-07-01Fix NPE which happens when TV is launched for the first timeJaewan Kim
Bug: 16000857 Change-Id: I51b364dfa3d63c913ae6629d1dc960c73b6abfec
2014-07-01Change the title of pip location optionYoungsang Cho
Change-Id: Ia5d75bfbda858204780ad3f3c60d57dda669e956
2014-07-01Add an option to change PIP positionYoungsang Cho
TODO: redesign UI Bug: 15843702 Change-Id: Ia48579ba78809bcd5fdf4b2a29cf97a715bcc253
2014-06-26Merge "Show channels for the selected genre on the guide"Chulwoo Lee
2014-06-30Make RecentChannel rail show more than 7 min watched channelsSungsoo Lim
Bug: 15864547 Change-Id: I3b36a2a1825b28e1bd468224cbf2fb1ea7c5c02a
2014-06-26Merge "Implement channel tunning by channel number"Youngsang Cho
2014-06-27Implement channel tunning by channel numberYoungsang Cho
TODO: redesign UI Bug: 13424166 Change-Id: If10c51dd2afedf9f5606b7de7be30b436bdcfa83
2014-06-26Fix ANR on TV app when TIS massively adds programs in TvProvider.Dongwon Kang
Bug: 15873811 Change-Id: I445a40967215e29f0c29c29905b392eddfbc0df6
2014-06-25Show channels for the selected genre on the guideChulwoo Lee
BUG: 14069779 Change-Id: I8db6b4d3571a72ae972fd8ff5abcd8e37855402e
2014-06-19Merge "Decode sample bitmap"Chulwoo Lee
2014-06-23Decode sample bitmapChulwoo Lee
When the original size of poster art is too large, we don't need to load the full image. Now, for external TV input 3, the dimension ofr the poster art bitmap is 1920 x 1080 = 7.9M. But the card size in TV is 320 x 180 = 220K. BUG: 15737903 Change-Id: Ib509445d11e081f7762a1f3617935e0c48f0b4c3
2014-06-20Remove listener in onDestroyView in InputPickerFragmentJaewan Kim
Listener is registered in onCreateView and corresponding destroy phase is onDestroyView. Change-Id: I5e6e8af1974f0cdbb1901e89ff86cb9530ae2943
2014-06-20Update of the heuristic recommendationSungsoo Lim
- Change the name from WatchedProgramRecommender to RoutineWatchRecommender. - Remove calculateDayOfWeekMatchScore() which doesn't make sense globally. Bug: 15709478 Change-Id: Ie4bc701563f7c4055ed24e75035c9c9531cff8b8
2014-06-19Merge "Implement Display Mode"Youngsang Cho
2014-06-23Implement Display ModeYoungsang Cho
- TODO: support vendor specific display modes like a strech mode Bug: 15181710 Change-Id: I442401664a7962bbc44ed3022685bc19000d8eff
2014-06-18Update the TV input list before showing itJae Seo
Bug: 15065016 Change-Id: If73d065e5cdf7befc93e4fae37ce1865638bdce9
2014-06-17Merge "Implemet a heuristic recommender"Sungsoo Lim
2014-06-18Implemet a heuristic recommenderSungsoo Lim
Based on the watch history, WatchProgramRecommender will recommend channels that you watched before on the same time in one or several weeks ago. Bug: 15709478 Change-Id: I7d2f50f17114713c29fc68751dba7246a72d8412
2014-06-17Merge "Do not turn on volume until activity is resumed after losing audio focus"Jaekyun Seok
2014-06-18Do not turn on volume until activity is resumed after losing audio focusJaekyun Seok
Bug: 15711180 Change-Id: I59dbcaa679bb6a2844baece23c31df5a8e59441a
2014-06-18Close input streamChulwoo Lee
Change-Id: I96ade8e753ec3f2d45de493e8c18ba5ad1a32cfc
2014-06-17Reduce verbosity of logging related to channel logoJi-Hwan Lee
Especially, do not print stack trace when logo is not found. Change-Id: I41b911ac9ece5976b8531f24c931de446e73ebd2
2014-06-17Show menu if setup/settings activity is canceledJaekyun Seok
Bug: 15483596 Change-Id: I23f61d71c826c46f010720b56e6d6627373ab202
2014-06-17Do not have focus during fast fade-out hide animationJaekyun Seok
Bug: 15676001 Change-Id: I6c6e7e6dda52f72b4985948e60c1bbd062386954