aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv
AgeCommit message (Collapse)Author
2014-05-26DO NOT MERGE. Initial implementation of TvRecommendation.Sungsoo Lim
getRecommendedChannelList(n) will return the top n recommendation results, and currently it returns the recent watched channels. Change-Id: I84aa8e17856891064c84c0fbb7732e5cbc7b3b07 (cherry picked from commit 4b82d059851710ad9003cfbfcea068508a0fd29a)
2014-05-23Check if the view is this when visibility is changedJaekyun Seok
Bug: 15172135 Change-Id: Ia71be25331953efc1a802a3185bf2b74fbdb1043
2014-05-22Temporarily remove the toast message to guide long press backYoungsang Cho
Bug: 15150046 Change-Id: Ibdbb697791d4136d97ee3c0612a58ace67dd2cfc
2014-05-22Update the bottom menu when a tv input name is editedJaekyun Seok
Bug: 15144214 Change-Id: I116fb66fe83e2488a1895539672e7414384bfd37
2014-05-22Merge "Show only enabled channels"Jaekyun Seok
2014-05-22Show only enabled channelsJaekyun Seok
And codes are refactored so that any adapter can be added flexibly. Bug: 15123495 Change-Id: Id5dca36e0e00fb123cb059b9cb40e58f8b2487e1
2014-05-21Exit the app on KEYCODE_BACK long pressJae Seo
Provided a new way to quit the app using KEYCODE_BACK since the normal press now leads to a different behavior. Change-Id: Ie0fe46877f2d0cbce90f67074000fe3b117d8484
2014-05-21Merge "Add a global key receiver to handle KEYCODE_TV"Jae Seo
2014-05-21Merge "Always show TV at the background from the Launcher"Jaewan Kim
2014-05-21Merge "Fix NPE in TvActivity"Youngsang Cho
2014-05-21Fix NPE in TvActivityYoungsang Cho
Plus, removed a variable for the selected TV input in TvActivity. Bug: 14733930 Change-Id: I8a504cd7f566240c4f3818403c0266e22259f7f5
2014-05-21Always show TV at the background from the LauncherJaewan Kim
This will prevent TV from exiting even if an user presses back key. Change-Id: I3b81096edfb67db1b5e17a20f4c3a0d141b189f7
2014-05-21Keep the target alpha after the animation is finished.Jaekyun Seok
Bug: 15119046 Change-Id: If404bfcf1c8fc894199619ead0e42a659ad7f39b
2014-05-20Add a global key receiver to handle KEYCODE_TVJae Seo
Bug: 15081439 Change-Id: Ie56cf1a526f2185cc35c7371b68d697839e31664
2014-05-20Merge "Fix a bug for PIP"Youngsang Cho
2014-05-20Parameterize the subclasses of a generic classChulwoo Lee
Change-Id: I689ceb72253f42dcb49e1c6c094f3f4e0955678c
2014-05-20Rearrange the filesChulwoo Lee
+ removed warnings Change-Id: I00fa510872d885cfb5482fc72886134e7462f7d0
2014-05-20Fix a bug for PIPYoungsang Cho
Change-Id: I646e25dc822568799dd0cadb4f827ec3d3242f70
2014-05-20Add TvInput abstract classYoungsang Cho
- Added TisTvInput and UnifiedTvInput - Removed dirty codes regarding the unified TV input - Fixed some bugs Bug: 15093821, Bug: 15093812, Bug: 15081877 Change-Id: I4030b994634c6d57d484dcf85194b9c948f4db24
2014-05-20Merge "Relayout after binding a view"Jaekyun Seok
2014-05-20Relayout after binding a viewJaekyun Seok
Sometimes children of an item of HorizontalGridView have wrong layout. So we need to relayout forcedly after binding it. Bug: 15090052 Change-Id: I86170ded151ba404516bfaa4f388cf0c82eb0ba6
2014-05-19Handle the TV specific key press passed with an IntentJae Seo
Defined an extra to specify the keycode that can be passed with an Intent to invoke the TV app. All key codes that are currently handled by the TV app will be handled in the same way. Bug: 15081439 Change-Id: I5eee04dadded6dadc3674b06738a323e4b86c865
2014-05-19Merge "Add a customized TvView"Youngsang Cho
2014-05-19Add a customized TvViewYoungsang Cho
- Move session-related works from TvActivity to TvView Change-Id: I96dd7cb49e26298d6530bbf9566c39a5ad07774e
2014-05-19Fix a bug mis-counting the browsable channel countChulwoo Lee
BUG: 15001199 Change-Id: I0b879f7c6e2e35b2748251a1b416191ffb0dcba4
2014-05-16Add missing copyrightJae Seo
Also automatically corrected import order, made some variables final, etc. Change-Id: I053caacd51a6580eafd6eb2a3ff6fca5b5bc15fd
2014-05-16Update channel bannerJaekyun Seok
And the main menu was resized a little. Bug: 15002639 Change-Id: I92007b7a5aa5c5e6b8b286553c8e9a08c20a1ba4
2014-05-16Clean up a unused file and fix minor stylesYoungsang Cho
Removed MenuDialogFragment Change-Id: I9a4c901968a5bcd5c9a89409151be597ae8a3154
2014-05-16Merge "Apply Pano UI for menu and channel navigation"Jaekyun Seok
2014-05-16Apply Pano UI for menu and channel navigationJaekyun Seok
Bug: 14904403 Change-Id: I10cdec2d07085a93279ecd91ac386e3e8b1f425a
2014-05-16Implement onSessionReleased for TV app.Sungsoo Lim
- This was reverted by I0e7fd5424045bb462a099c5ecf14e05574b0bc20 since it made a regression on audio focus, and - This CL will not make the regression. Bug: 14980154 Change-Id: If6fea11e80269eac4628a23f95b34850f1bc9b1a
2014-05-15Merge "Revert "Implement onSessionReleased for TV app.""Jae Seo
2014-05-15Revert "Implement onSessionReleased for TV app."Jae Seo
This reverts commit 0e07d843bb926566de2e846cc70179caf17427b3. Bug: 14993044 Change-Id: I0e7fd5424045bb462a099c5ecf14e05574b0bc20
2014-05-15Merge "Release a session and a channel map before startSession"Youngsang Cho
2014-05-15Release a session and a channel map before startSessionYoungsang Cho
Change-Id: I96d00f9b5cb9a1aa3320e5aa17f082b363a07c4c
2014-05-15Merge "Handle the case that the last selected TV input is uninstalled"Youngsang Cho
2014-05-15Handle the case that the last selected TV input is uninstalledYoungsang Cho
Bug: 14974586 Change-Id: Ie7c1ef30461e7ffb4998f4333e92d4c8e2c19920
2014-05-15Merge "Fix a bug in EditInputDialogFragment"Youngsang Cho
2014-05-15Merge "Fix a bug to get displayName"Youngsang Cho
2014-05-15Fix a bug to get displayNameYoungsang Cho
Bug: 14854359 Change-Id: Id5f2084184cb25fa714deadaccd4cddbcccc36c6
2014-05-15Fix a bug in EditInputDialogFragmentYoungsang Cho
Bug: 14980179 Change-Id: Ic7e4ad825185867fd6f6f45b6bbeb37eae41dae1
2014-05-15Implement onSessionReleased for TV app.Sungsoo Lim
Bug: 14980154 Change-Id: I4edf8a322fbb87e69e550f2a06c3bda5fc0f1041
2014-05-15Clean up debug log messages of TvActivity.Sungsoo Lim
Change-Id: Ia011a58e293d607e03a318f50e008f73153c84a3
2014-05-14Change the column names of the TvContract tablesJae Seo
Change-Id: Ieb2f645e7fb084bfbe85c78eb7fa1288c5aa5045
2014-05-14Make a common method to start auto-scaning channelsYoungsang Cho
Plus, it includes minor refactoring. Bug: 14728142 Change-Id: Ia68f4df92990c300e675b06448cfd7927d6c2d65
2014-05-14Merge "Show message when all the channels are unchecked."Chulwoo Lee
2014-05-13Check TV input when displaying EditChannelsDialogChulwoo Lee
BUG: 14857709 Change-Id: I31e44add4e46256241c7526ac728b470249cdc3a
2014-05-13Show message when all the channels are unchecked.Chulwoo Lee
BUG: 14841190 Change-Id: I805e71e948e5c311898b281413ebf64b9847848a
2014-05-13Merge "Fix a bug on EditChannelsDialogFragment"Youngsang Cho
2014-05-13Fix a bug in InputPickerDialogChulwoo Lee
Fixed a bug that the unified input is grayed in InputPickerDialog when there is one another enabled input and it is selected. BUG: 14873602 Change-Id: Ifa23b8be29598153205ebd1f6d27e19b2cf55098