History log of /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8c8a0f6cb932e7f6f92df20d2b4f88c0f2c97b18 22-Jun-2017 Jack Yu <jackyu@google.com> Refactored area update info support

1. Refactored area update information support so it
is not limited to channel 50 and Brazil.
2. Added channel 60 for India.

Test: Manual
bug: 37746109
Change-Id: Ib4918471d2ce0d18502b82c8bde8beca4e4896be
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
13271b87034fa228ec0dc006b401d8bd89eac914 13-Jun-2017 Malcolm Chen <refuhoo@google.com> Make "Developer options" category in CellBroadcast not searchable.

Make "Developer options" category in CellBroadcastReceiver
as a NonIndexableKey so that it won't show up in search result.

Bug: 37664696
Test: manual
Change-Id: I1f636521606562d4230a43c16d554cb18a7fc0d3
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
67c76f156b706cc493e73c60534e96e2bdc11dc4 05-May-2017 Malcolm Chen <refuhoo@google.com> Clean up / refactor Cell Broadcast settings view.

Make CellBroadcast setting view's styles and themes match what
Settings app has. Icon space reserved, divider removed between
preferences.
Re-arranged categories and preferences.
Re-wrote some of texts: title, summary.
Added preference linked to alert history activity.

Fix: 37863851
Test: Manual test
Change-Id: I92a77468ba8551521d2f65bac966c1c313c62268
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
a42a6e9a8969798796027807417658db24cb4985 04-May-2016 Jack Yu <jackyu@google.com> Removed emergency tone duration configuration from the UI

Since CMAS uses fixed 10.5 seconds alert tone, and most of
the carriers using ETWS also have fixed length tones, the
tone duration configuration UI might confuse users. Since
this is just for testing purpose, which is only shown to
the user when developer option is turned on, we decided to
remove it.

bug: 28563429
Change-Id: I227fedb73816f7c8026238eee384b52a1d1e684f
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
f433c5369fd1a2e4635e05569325f1b690efd82d 25-Jan-2016 Shishir Agrawal <shishir@google.com> Unhiding MSIM APIs.

1. Unhide MSIM APIs in TelephonyManager that already have non-MSIM equivalent
APIs public.
2. Make MSIM API naming consistent (overloaded, no suffix).
3. Unhide APIs in SubscriptionManager that are necessary for MSIM.

Bug: 26772894
Change-Id: I6d148ea63c676ed5a254963c59fdfdc70930b1e1
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
d75a19d974be4399c7678f4f42b1f3ee99b15f0f 01-Dec-2015 Jack Yu <jackyu@google.com> Added a new broadcast receiver to handle Brzail channel 50 area info

Moved the area info handler from CellBroadcastReceiver to
CellBroadcastAreaInfoReceiver.

bug: 25628456
Change-Id: Ic3ccabd4801ddaf31b54d11f979d9c20f6259745
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
3cd541f9b99ec406ac51b74b4471301e1727bad8 15-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Search - update CellBroadcastSearchIndexableProvider

- use the queryNonIndexableKeys(...) API for returning the non
indexable Strings (thru their key)

Change-Id: I29623e039e1ceebe5d580bfe4e279aefe4eda855
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
352d68a1f9397795a9124d64bbbc3a9d3c22139f 12-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Update CellBroadcastSearchIndexableProvider for supporting queryNonIndexableKeys(...)

- add the new requested method "queryNonIndexableKeys" from the contract

Change-Id: Ieb5220cdbc7071f3ec932078049deba46008877a
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
2db64cf341fb8ffcce5c548bb62b6bda55baaf05 10-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix CellBroadcastSearchIndexableProvider log tag

- use the correct log tag

Change-Id: I19baa07f8ce7624f2436ae6684f7931cfc44392d
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java
eda3757c9a738533f9ee01d0d2a16eb3847d46b0 10-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Add "Cell broadcasts" settings indexing for Search in Settings

- make the apk a privileged one (required for Settings Search)
- add CellBroadcastSearchIndexableProvider which is a SearchIndexablesProvider
for providing the search data to index

Related to bug #13929390

Change-Id: Ia25f613a01623339fa78ddf10eb4f1c471fd833e
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/CellBroadcastSearchIndexableProvider.java