Fabrice Di Meglio
e241ad1867
Merge "Add Indexable.SearchIndexProvider.getNonIndexableKeys(Context)"
2014-04-11 18:18:09 +00:00
Fabrice Di Meglio
45f754e506
Add Indexable.SearchIndexProvider.getNonIndexableKeys(Context)
...
- getNonIndexableKeys(Context) allow a SearchIndexProvider to tell which data
he does not want to index by providing a list of the data keys
- use this new API for SoundSettings and removing KEY_EMERGENCY_TONE related
settings if the device is not CDMA
- add a BaseSearchIndexProvider for code simplification
Change-Id: I23633ace1d7e390ee05fac0a5458a33e04e72d8d
2014-04-11 11:16:33 -07:00
Fabrice Di Meglio
2f1b4e2fd9
Merge "Some code refactoring"
2014-04-11 01:00:52 +00:00
Fabrice Di Meglio
a9d37050cb
Some code refactoring
...
- use SearchIndexableResources.NO_DATA_RES_ID
- extract code for getting a SearchIndexProvider
Change-Id: I3d31cc58f70b9b0abfa6684d9d20b19534ec5e45
2014-04-10 17:58:27 -07:00
Fabrice Di Meglio
2631b8c245
Merge "Fix bug #13962001 Search - need to finish indexing "Data usage" Settings"
2014-04-10 21:46:25 +00:00
Fabrice Di Meglio
758c3ff8e9
Fix bug #13962001 Search - need to finish indexing "Data usage" Settings
...
- index missing strings
Change-Id: I015452b58bf7dc576bce8fee03b55b38c0094097
2014-04-10 14:45:18 -07:00
Baligh Uddin
05e7e84f4c
am e38487bf
: (-s ours) am b6b3172c
: (-s ours) am 915ef6e3
: (-s ours) am 52e3681f
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'e38487bf720f729056a2281377dabda86dc46d56':
Import translations. DO NOT MERGE
2014-04-10 16:09:59 +00:00
Baligh Uddin
e38487bf72
am b6b3172c
: (-s ours) am 915ef6e3
: (-s ours) am 52e3681f
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'b6b3172c35646a6292ae312fb23795afafb4c96b':
Import translations. DO NOT MERGE
2014-04-10 16:06:37 +00:00
Baligh Uddin
2723e5fcfe
am 119758c9
: (-s ours) am 2632b25f
: (-s ours) am fba8cd35
: (-s ours) Import translations. DO NOT MERGE
...
* commit '119758c972e786a538f5db6510b3e6ec3a2ea36c':
Import translations. DO NOT MERGE
2014-04-10 16:06:25 +00:00
Baligh Uddin
119758c972
am 2632b25f
: (-s ours) am fba8cd35
: (-s ours) Import translations. DO NOT MERGE
...
* commit '2632b25fae55411ff4974d510d599af75d35045a':
Import translations. DO NOT MERGE
2014-04-10 16:03:05 +00:00
Baligh Uddin
03c33fdd05
am bb58405f
: (-s ours) am 8bec9dba
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'bb58405fee2366802ad9f6cefec7808af1e36ebc':
Import translations. DO NOT MERGE
2014-04-10 16:02:54 +00:00
Baligh Uddin
b6b3172c35
am 915ef6e3
: (-s ours) am 52e3681f
: (-s ours) Import translations. DO NOT MERGE
...
* commit '915ef6e3127b34c73d43e86149b9aabc23216e72':
Import translations. DO NOT MERGE
2014-04-10 16:02:35 +00:00
Baligh Uddin
915ef6e312
am 52e3681f
: (-s ours) Import translations. DO NOT MERGE
...
* commit '52e3681feb64afaefd5cffa5a9e88a97bca4d48d':
Import translations. DO NOT MERGE
2014-04-10 16:00:02 +00:00
Baligh Uddin
bb58405fee
am 8bec9dba
: (-s ours) Import translations. DO NOT MERGE
...
* commit '8bec9dba479ba901c913f59c7585369af1bf639d':
Import translations. DO NOT MERGE
2014-04-10 15:59:28 +00:00
Baligh Uddin
2632b25fae
am fba8cd35
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'fba8cd35b71853118508eab15a3cbef96a539dec':
Import translations. DO NOT MERGE
2014-04-10 15:57:44 +00:00
Baligh Uddin
0e7c992e4e
Merge "Import translations. DO NOT MERGE"
2014-04-10 15:54:28 +00:00
Paul Lawrence
1231a89e5e
Merge "Allow encryption when keyguard is set to pattern or no protection"
2014-04-10 14:31:03 +00:00
Fabrice Di Meglio
981efd1778
Code cleaning for the SettingsSearchIndexablesProvider
...
- use the real constants SearchIndexablesContract.COLUMN_INDEX_XML_RES_XXX
for the colum names
Change-Id: I820ce9d3b048345365639fe049aedccaf3f203d8
2014-04-09 19:33:47 -07:00
Fabrice Di Meglio
063e7cfd78
Code cleaning for DataUsageSummary
...
- remove unused import
- remove dead code
Change-Id: I4e8f24e57fc4ca6d731e68da93ac7f748e709c26
2014-04-09 19:02:54 -07:00
Fabrice Di Meglio
b1648e6c54
Fix bug3 13933442 Search - for security reasons only index data...
...
...from wellknown SearchIndexablesProvider
Check if the SearchIndexablesProvider is:
- having the correct android.permission.READ_SEARCH_INDEXABLES
read/write permissions
- a privileged one (like Settings App, Phone App)
Change-Id: I5fd1fef46716cca0e439196e24b607ff5506495c
2014-04-09 16:24:10 -07:00
Fabrice Di Meglio
f79af8b26e
Fix bug #13915380 Inconsistency in showing the action bar of Bluetooth settings.
...
- remove those "splitActionBarWhenNarrow" in the AndroidManifest for all
the activities so that the ActionBar behavior is always consistent and
does not split.
Change-Id: I54cb10528ba3a751a7d2843cc9e9c518a5f3531a
2014-04-09 13:57:09 -07:00
Fabrice Di Meglio
b914322590
Code cleaning for Search Remote Provider queries
...
- use colums indices that are now defined into SearchIndexablesContract
- ... and at the same time fix an issue with some wrong column indices
that were used
Change-Id: If72ddc7d7171329ca533cb2763431902099769b9
2014-04-09 13:30:50 -07:00
Baligh Uddin
d7a9d39e6c
Import translations. DO NOT MERGE
...
Change-Id: I6fd74caf628d760ffcf191733d47b86ffb453864
Auto-generated-cl: translation import
2014-04-09 12:51:17 -07:00
Baligh Uddin
fba8cd35b7
Import translations. DO NOT MERGE
...
Change-Id: Iff7d2cccff323a2cfb7193d399e8910f226304d7
Auto-generated-cl: translation import
2014-04-09 12:46:43 -07:00
Baligh Uddin
8bec9dba47
Import translations. DO NOT MERGE
...
Change-Id: I8cec72991260fa660991ca7423299bbf417df000
Auto-generated-cl: translation import
2014-04-09 12:43:07 -07:00
Baligh Uddin
52e3681feb
Import translations. DO NOT MERGE
...
Change-Id: I84d923dacf746299500503257fd925228b869e82
Auto-generated-cl: translation import
2014-04-09 12:41:44 -07:00
Fabrice Di Meglio
7d39310c8d
Fix bug #13928293 Search - remove "switchTextOn" / "switchTextOff" from indexing
...
- remove all related code
- update the Index database schema and its version
Change-Id: Iaa5219b77efe5db3a404708663fdf82f10d043d3
2014-04-09 12:09:42 -07:00
Fabrice Di Meglio
82de8707af
Fix Switch button creation for PrintService
...
- setup the ActionBar switch in the onStart()
Change-Id: I92d8bb34dd7925da79a10fe01790131d22f7d0d8
2014-04-08 18:58:33 -07:00
Fabrice Di Meglio
3b22695670
Fix issue about at which time Bluetooth devices name are indexed
...
- remembered devices name were only indexed when BT was turned on/off
- allow the same when they are paired
- remove device name from the Index if it is un-paired
Change-Id: I1206a591b0132789c3b003e52c7ffac630e80758
2014-04-08 17:49:01 -07:00
Fabrice Di Meglio
e2b9e07e5f
Fix bug #13880310 Toggle On/Off buttons disappear on hitting Search...
...
... and back button in sub-settings
- move code managing the Switch from onCreate(...) to onStart()
Change-Id: I747180bea3880e84635134373bf4c681378f3ec8
2014-04-08 14:27:08 -07:00
Fabrice Di Meglio
821a0729ad
Fix bug #13883976 Settings crash on long-tapping and swiping in Language & Input screen
...
- fix potential NPE
Change-Id: I12045f420d5b2a4f349e59a04141153cd2e46378
2014-04-08 13:56:06 -07:00
Fabrice Di Meglio
e5687b1b32
Fix bug #13744434 Stability: ISE in Settings: Can't switch to header...
...
..that has no Fragment nor Intent at SettingsActivity.onHeaderClick(SettingsActivity.java:654)
- satisfy the Monkeys has they were able to click on "WIRELESS &
NETWORK" header which is a Category and normally non clickable...
(so probably a race condition)
Change-Id: Ia33d2b6e55e910409a566e5f05c1e3bae8008807
2014-04-08 13:35:06 -07:00
Fabrice Di Meglio
c1457323d2
Add support for saving and using the Preference's key value
...
- modify the SQlite data model
- update Index code for managing the key value
- pass the key when launching a Fragment or and Activity
- implement a small animation for highlighting the Preference
from a Search result
Change-Id: I617643a4e5e3b752ece8f45ce7d5429037e479da
2014-04-08 13:08:44 -07:00
Baligh Uddin
3586acab85
am c5c89671
: (-s ours) am ffa6f523
: (-s ours) am f56d838a
: (-s ours) am 2319553c
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'c5c896719998d30e29657a74372beb9c7bce9888':
Import translations. DO NOT MERGE
2014-04-08 02:46:14 +00:00
Baligh Uddin
48c814d91d
am 4193b7d1
: (-s ours) am b282957b
: (-s ours) am 0f2228a5
: (-s ours) Import translations. DO NOT MERGE
...
* commit '4193b7d18cafa1571b3b153deec29be287c8650c':
Import translations. DO NOT MERGE
2014-04-08 02:39:06 +00:00
Baligh Uddin
c5c8967199
am ffa6f523
: (-s ours) am f56d838a
: (-s ours) am 2319553c
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'ffa6f52358f0f732d83decbfa6be558207969654':
Import translations. DO NOT MERGE
2014-04-08 02:39:05 +00:00
Baligh Uddin
ffa6f52358
am f56d838a
: (-s ours) am 2319553c
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'f56d838afe7f813fb2ed761d3ebeb79b79d910a0':
Import translations. DO NOT MERGE
2014-04-08 02:31:59 +00:00
Baligh Uddin
4193b7d18c
am b282957b
: (-s ours) am 0f2228a5
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'b282957b48df3ede7a0628e2ef6a2ad5dbe73179':
Import translations. DO NOT MERGE
2014-04-08 02:31:50 +00:00
Baligh Uddin
b17fffe847
am 6163642d
: (-s ours) am b9abc323
: (-s ours) Import translations. DO NOT MERGE
...
* commit '6163642daf60c92aa793c4af77bcb9b3cff18a81':
Import translations. DO NOT MERGE
2014-04-08 02:31:46 +00:00
Baligh Uddin
b282957b48
am 0f2228a5
: (-s ours) Import translations. DO NOT MERGE
...
* commit '0f2228a5480759551b1faf93d510fc9c1c16ea06':
Import translations. DO NOT MERGE
2014-04-08 02:24:46 +00:00
Baligh Uddin
f56d838afe
am 2319553c
: (-s ours) Import translations. DO NOT MERGE
...
* commit '2319553cdc644c4fae21ca3ad55564729f409cf4':
Import translations. DO NOT MERGE
2014-04-08 02:24:35 +00:00
Baligh Uddin
6163642daf
am b9abc323
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'b9abc323b95650e30589c957062fec790436ec0d':
Import translations. DO NOT MERGE
2014-04-08 02:24:35 +00:00
Baligh Uddin
229f6db705
Import translations. DO NOT MERGE
...
Change-Id: I3a6ce8a6f86819a4ab7bae336b299c640adf906d
Auto-generated-cl: translation import
2014-04-07 12:14:13 -07:00
Baligh Uddin
0f2228a548
Import translations. DO NOT MERGE
...
Change-Id: I9c4dadd6e7a78db976f67c0c494b06495a69e45b
Auto-generated-cl: translation import
2014-04-07 12:10:30 -07:00
Baligh Uddin
b9abc323b9
Import translations. DO NOT MERGE
...
Change-Id: I4c9953f71809e215404a0e150abbba7bb098504a
Auto-generated-cl: translation import
2014-04-07 12:07:10 -07:00
Baligh Uddin
2319553cdc
Import translations. DO NOT MERGE
...
Change-Id: I933f503cae1b0ae72af3c9f3513ff86355d8e095
Auto-generated-cl: translation import
2014-04-07 12:05:35 -07:00
Jaewan Kim
ac6a3c3cb3
Merge "Revert "Refactor IpConfiguration from WifiConfiguration""
2014-04-07 08:59:27 +00:00
Jaewan Kim
34dcbefe5c
Revert "Refactor IpConfiguration from WifiConfiguration"
...
This reverts commit 16ff27d3f7
.
Change-Id: Ide9c9af358f63a6e73bb2172111929c2022f862b
2014-04-07 08:55:02 +00:00
Jaewan Kim
1af4788f06
Merge "Refactor IpConfiguration from WifiConfiguration"
2014-04-07 04:40:47 +00:00
Fabrice Di Meglio
8477a30fc6
Merge "Change Search icon asset in the ActionBar"
2014-04-05 01:18:57 +00:00