History log of /packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ba5845f23b8fbc985890f892961abc8b39886611 26-Feb-2016 Nick Chalko <nchalko@google.com> Sync to ub-tv-interns at cc7c29d2a24a1343498f6d95ca5a79e003e6aefe

Change-Id: I580da190231e47c65b69f425b30ec4685eb50ce4
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
7d67089aa1e9aa2123c3cd2f386d7019a1544db1 05-Nov-2015 Nick Chalko <nchalko@google.com> Sync to ub-tv-glee at 1.07.007

hash dce17da9f45fc4304787b1898d9915511b1df954

Change-Id: I08ac6fc0123a6653644281155e35c11b71bc5fa0
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
07b043dc3db83d6d20f0e8513b946830ab00e37b 01-Sep-2015 Nick Chalko <nchalko@google.com> Sync to ub-tv-friends at 1.06.202

git hash 3c1965f5dcc60243f1fe600cb35f19bd5f01fc27

Change-Id: I90b77790f9074677ecef72a23235d2b33eacb76a
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
816a4be1a0f34f6a48877c8afd3dbbca19eac435 04-Aug-2015 Nick Chalko <nchalko@google.com> Migrate Live Channels App Src to AOSP branch

Bug: 21625152
Change-Id: I07e2830b27440556dc757e6340b4f77d1c0cbc66
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
8294723aefc8341646c66f378a02098db95716de 09-Jun-2014 Chulwoo Lee <chulwoo@google.com> Filter out unsearchable channels

Non-searchable and non-browsable channels cannot be a result of
on-device search. In addition, the programs which are not being on the
air need to be excluded from the search.

BUG: 15500276, BUG: 15492103
Change-Id: Ic23c8d049a7b1be77505c1d86f3a5bf0e19d4a8f
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
a4e80f54bf945b6601982ee2a74f44fa3f132889 07-Jun-2014 Chulwoo Lee <chulwoo@google.com> Apply query limit in local search

Change-Id: I71e5a53462aa27fe1d9f996f4b5d1bf0d9bfab31
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
220df134c97999638f550ef935671726809695c9 03-Jun-2014 Jae Seo <jaeseo@google.com> Use the new column names and mime type

Change-Id: I1416a1588d7bf54597e56c3ff478c5f0bbe5514d
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
9035590d94d136a020e499ce720b9d2cf1f6f45c 31-May-2014 Jae Seo <jaeseo@google.com> Use the new android.media.tv.* classes

Change-Id: I346daaf19b009096131f02307ea4c4b277aa85d1
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
10e4bd79f61c624b451a4f01fc1a9ea7c16168db 14-May-2014 Jae Seo <jaeseo@google.com> Change the column names of the TvContract tables

Change-Id: Ieb2f645e7fb084bfbe85c78eb7fa1288c5aa5045
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java
63f6ab4e8240eef8b078651f2e7b3c92ff5f196b 07-May-2014 Chulwoo Lee <chulwoo@google.com> Implement local channel & program search

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
/packages/apps/TV/src/com/android/tv/search/TvProviderSearch.java