Commit Graph

12916 Commits

Author SHA1 Message Date
Dianne Hackborn
55985d2cec Switch to new "cpu running" state for showing wake time in chart.
Change-Id: I69b27c506e057353d9ee32f5d80e3077c7eba207
2014-03-21 14:14:39 -07:00
Fabrice Di Meglio
5f3442af6f Use SearchIndexableData enable state for WiFi Settings
- same as for Bluetooth
- now the remembered WiFi networks names can be indexed when
WiFi is turned on

Change-Id: I904ce6a425c21ee07ce3ee8fdc0cd71ab5a18d12
2014-03-21 13:50:25 -07:00
Fabrice Di Meglio
51bfee595c Add dynamic Preferences indexing (part 2)
- change the Index SQL model. Add a new "enabled" column.
- use that column for issuing a more restrictive search query
- change the SearchIndexProvider API to pass the "enable" state
- apply it to Bluetooth settings
- refactor the list of indexable resources (SearchIndexableResources)

Change-Id: Ic900fb27cb12a285a80d953aa1aa88f0070cd986
2014-03-20 20:40:04 -07:00
Fabrice Di Meglio
30eb2d3dd1 Merge "Add indexing for cached Bluetooth (BT) paired devices" 2014-03-20 21:13:04 +00:00
Baligh Uddin
2ac2df25a7 am 3f114d6f: (-s ours) am 31a72b07: (-s ours) am e3a0b402: (-s ours) am 2e71c1df: (-s ours) am 947e8995: (-s ours) Import translations. DO NOT MERGE
* commit '3f114d6f06a8479d78ea1cf095bd3ef58fe430b1':
  Import translations. DO NOT MERGE
2014-03-20 21:05:47 +00:00
Fabrice Di Meglio
5135dce142 Add indexing for cached Bluetooth (BT) paired devices
- comply to the SEARCH_INDEX_DATA_PROVIDER
- add to the Index the name of previously paired BT devices
(this will work for now only and only if BT has been on during
the indexing)

Change-Id: I00065db0f4e9657cca3578a2fafa0ec39cfaa432
2014-03-20 14:02:42 -07:00
Wei Wang
b4f18b8d3b am 826eaa18: (-s ours) am a95228ff: am 41f5437d: DO NOT MERGE: Revert "BLE peripheral mode (4/4): Settings change for advertising preference."
* commit '826eaa18b2cd8a6c22f22037f43cd485a3df3794':
  DO NOT MERGE: Revert "BLE peripheral mode (4/4): Settings change for advertising preference."
2014-03-20 19:30:28 +00:00
Fabrice Di Meglio
5cb81614dd Merge "Fix bug #13563247 Settings crash on launch in secondary user" 2014-03-20 19:26:55 +00:00
Fabrice Di Meglio
485b1b828c Fix bug #13563247 Settings crash on launch in secondary user
- add missing permission android.permission.READ_SEARCH_INDEXABLES

Change-Id: I577f8bfebf5e29e7954ca36cf65e981464aa5924
2014-03-20 12:24:57 -07:00
Baligh Uddin
3f114d6f06 am 31a72b07: (-s ours) am e3a0b402: (-s ours) am 2e71c1df: (-s ours) am 947e8995: (-s ours) Import translations. DO NOT MERGE
* commit '31a72b0769d12cd07f453c7f50309d0729d7734e':
  Import translations. DO NOT MERGE
2014-03-20 19:12:59 +00:00
Baligh Uddin
31a72b0769 am e3a0b402: (-s ours) am 2e71c1df: (-s ours) am 947e8995: (-s ours) Import translations. DO NOT MERGE
* commit 'e3a0b402c3d9163b5dff884c44d3a5f2a86e80aa':
  Import translations. DO NOT MERGE
2014-03-20 19:09:05 +00:00
Baligh Uddin
e3a0b402c3 am 2e71c1df: (-s ours) am 947e8995: (-s ours) Import translations. DO NOT MERGE
* commit '2e71c1df7cc52badeab52053bfa4c7a7f5b83cc8':
  Import translations. DO NOT MERGE
2014-03-20 19:02:30 +00:00
Baligh Uddin
2e71c1df7c am 947e8995: (-s ours) Import translations. DO NOT MERGE
* commit '947e8995856a66d05bfb614edf00dd5edfecc4ba':
  Import translations. DO NOT MERGE
2014-03-20 18:41:54 +00:00
Baligh Uddin
441d85e30a Merge "Import translations. DO NOT MERGE" 2014-03-20 18:38:24 +00:00
Dianne Hackborn
5c273582b3 Merge "Fix to show correct percentage in battery details." 2014-03-20 16:44:51 +00:00
Wei Wang
826eaa18b2 am a95228ff: am 41f5437d: DO NOT MERGE: Revert "BLE peripheral mode (4/4): Settings change for advertising preference."
* commit 'a95228ff5bca8620e5a866056e13c15d344c2a8c':
  DO NOT MERGE: Revert "BLE peripheral mode (4/4): Settings change for advertising preference."
2014-03-20 16:29:09 +00:00
Wei Wang
a95228ff5b am 41f5437d: DO NOT MERGE: Revert "BLE peripheral mode (4/4): Settings change for advertising preference."
* commit '41f5437def4b97581d67b5636ca2dba10f8eb385':
  DO NOT MERGE: Revert "BLE peripheral mode (4/4): Settings change for advertising preference."
2014-03-20 16:24:12 +00:00
Paul Lawrence
dafbc9b02d Merge "Handle pattern cooldown correctly" 2014-03-20 13:33:54 +00:00
Wei Wang
41f5437def DO NOT MERGE: Revert "BLE peripheral mode (4/4): Settings change for advertising preference."
This is cherry pick from master/klp-dev changes.
This reverts commit eb56b9ccb8.

Conflicts:
	src/com/android/settings/bluetooth/BluetoothDiscoverableEnabler.java
	src/com/android/settings/bluetooth/BluetoothSettings.java
	src/com/android/settings/bluetooth/LocalDeviceProfilesSettings.java

Change-Id: I2ce6b9eb0e335ba1b9aa4e1cb61a041f00d9aa87

Conflicts:
	src/com/android/settings/bluetooth/BluetoothAdvertisingEnabler.java
	src/com/android/settings/bluetooth/BluetoothDiscoverableEnabler.java
	src/com/android/settings/bluetooth/BluetoothSettings.java
	src/com/android/settings/bluetooth/LocalDeviceProfilesSettings.java
2014-03-19 22:37:27 -07:00
Fabrice Di Meglio
ba8c188bf0 Merge "Add external Preferences indexing" 2014-03-20 01:15:08 +00:00
Dianne Hackborn
1ca16bb65b Fix to show correct percentage in battery details.
Change-Id: I5745ca4dc6330b044e02e94630cf3d2c3e1266af
2014-03-19 17:13:43 -07:00
Fabrice Di Meglio
fa7dc240e9 Add external Preferences indexing
- define SettingsSearchIndexablesProvider as an internal
SearchIndexablesProvider
- protect access thru using android.permission.READ_SEARCH_INDEXABLES
- update WallpaperTypeSettings and WifiSettings for taking care of
the new model
- update the Dashboard for taking care about external Icons for the
search result
- update sqlite model/version for taking care about Intents
(enable launching external applications for showing the settings)

Change-Id: I2e38599327e6480f1754f52666becce0884cee9d
2014-03-19 14:56:09 -07:00
Baligh Uddin
105f270068 Import translations. DO NOT MERGE
Change-Id: I798e5e572d16aef5e4940923b74bdc25d2ef99b1
Auto-generated-cl: translation import
2014-03-19 13:17:30 -07:00
Baligh Uddin
947e899585 Import translations. DO NOT MERGE
Change-Id: I4fe915d0452b637fc646265dca39732877a12444
Auto-generated-cl: translation import
2014-03-19 13:10:41 -07:00
Amith Yamasani
3929cdcfca Merge "Allow spell checking in owner info field" 2014-03-19 19:47:33 +00:00
Amith Yamasani
07e52cf615 Allow spell checking in owner info field
Bug: 10231042
Change-Id: Ifbf8aa92de9fd92a16e3b292169b1cf7b4d1eb4f
2014-03-19 12:32:54 -07:00
Tom O'Neill
a7f399123f Injected settings start new task
- Bug: 13534214

Change-Id: I10b47f58651166a58a86efe8da2979e8f9a2a5cb
2014-03-19 10:38:05 -07:00
Russell Brenner
1b35e479e6 Merge "Improve support for default theme of WifiSetupActivity" 2014-03-19 15:57:43 +00:00
Russell Brenner
7552ff38b1 Improve support for default theme of WifiSetupActivity
Default theme can be either dark or light, depending on the app theme
in the manifest. When processing extras, the default was always
assumed to be dark.

Change-Id: I4598ad25ffa69b63fa91cab8b07931ba37ba7676
2014-03-18 15:48:58 -07:00
Geoff Mendal
72c6f3f9b8 am 97bce9d0: (-s ours) am 26fa5188: (-s ours) am 27259b53: (-s ours) am c8131cb9: (-s ours) am e8de72e5: (-s ours) Import translations. DO NOT MERGE
* commit '97bce9d08711dc30857dc63c8cf2269c13e17bb8':
  Import translations. DO NOT MERGE
2014-03-17 23:32:49 +00:00
Geoff Mendal
97bce9d087 am 26fa5188: (-s ours) am 27259b53: (-s ours) am c8131cb9: (-s ours) am e8de72e5: (-s ours) Import translations. DO NOT MERGE
* commit '26fa5188c79836a328b28bdeac65cd7fa8894bd4':
  Import translations. DO NOT MERGE
2014-03-17 20:55:49 +00:00
Geoff Mendal
26fa5188c7 am 27259b53: (-s ours) am c8131cb9: (-s ours) am e8de72e5: (-s ours) Import translations. DO NOT MERGE
* commit '27259b53e6db8781ef7aea614298d50bf26d30e4':
  Import translations. DO NOT MERGE
2014-03-17 20:52:13 +00:00
Geoff Mendal
27259b53e6 am c8131cb9: (-s ours) am e8de72e5: (-s ours) Import translations. DO NOT MERGE
* commit 'c8131cb90e92b08cbfdc99690a5b5fa6a5e9cc48':
  Import translations. DO NOT MERGE
2014-03-17 20:46:32 +00:00
Geoff Mendal
c8131cb90e am e8de72e5: (-s ours) Import translations. DO NOT MERGE
* commit 'e8de72e53ae22a9e373b8c65c8f57c14bf4a81eb':
  Import translations. DO NOT MERGE
2014-03-17 20:34:20 +00:00
Geoff Mendal
1c71b8e308 Import translations. DO NOT MERGE
Change-Id: I31c08213e25b11114c2ec5d4689815f83ce26270
Auto-generated-cl: translation import
2014-03-17 12:48:05 -07:00
Geoff Mendal
e8de72e53a Import translations. DO NOT MERGE
Change-Id: I85a8b58b4ced6be66f751e4315f5b039e0378355
Auto-generated-cl: translation import
2014-03-17 12:42:54 -07:00
Felipe Leme
bc64d5030e Merge "Displays frequency on connected WiFi network info. Bug: 12767819" 2014-03-14 22:42:05 +00:00
David Braun
99fb0e9e59 am 177c876f: am ca95017f: am c0737638: am 63ac6a06: am edcb923d: Add string parameter order to default SMS dialog text
* commit '177c876fed5511dadc02544040dcdfa24435d1b6':
  Add string parameter order to default SMS dialog text
2014-03-14 17:54:13 +00:00
Baligh Uddin
04400ea211 am c48923ed: (-s ours) am c5ff40fe: (-s ours) am 1badeea1: (-s ours) am 25503480: (-s ours) am 7c35c10e: (-s ours) Import translations. DO NOT MERGE
* commit 'c48923edb575e99f5d0d853939d6680a03221ce9':
  Import translations. DO NOT MERGE
2014-03-14 17:54:13 +00:00
David Braun
177c876fed am ca95017f: am c0737638: am 63ac6a06: am edcb923d: Add string parameter order to default SMS dialog text
* commit 'ca95017fa315f6ed9ad2c41adc38145a4f4f88b8':
  Add string parameter order to default SMS dialog text
2014-03-14 16:36:28 +00:00
Baligh Uddin
c48923edb5 am c5ff40fe: (-s ours) am 1badeea1: (-s ours) am 25503480: (-s ours) am 7c35c10e: (-s ours) Import translations. DO NOT MERGE
* commit 'c5ff40fea65cb2618ef7449136a14e291f2a6ee7':
  Import translations. DO NOT MERGE
2014-03-14 16:36:28 +00:00
David Braun
ca95017fa3 am c0737638: am 63ac6a06: am edcb923d: Add string parameter order to default SMS dialog text
* commit 'c07376380f566e241dd4ba85a23ff791bdea1524':
  Add string parameter order to default SMS dialog text
2014-03-14 16:32:41 +00:00
Baligh Uddin
c5ff40fea6 am 1badeea1: (-s ours) am 25503480: (-s ours) am 7c35c10e: (-s ours) Import translations. DO NOT MERGE
* commit '1badeea19584849f4e324d658a0ce160e6707388':
  Import translations. DO NOT MERGE
2014-03-14 16:32:40 +00:00
David Braun
c07376380f am 63ac6a06: am edcb923d: Add string parameter order to default SMS dialog text
* commit '63ac6a06efd39078b3fc066896fc7ea003ab34ce':
  Add string parameter order to default SMS dialog text
2014-03-14 16:28:00 +00:00
Baligh Uddin
1badeea195 am 25503480: (-s ours) am 7c35c10e: (-s ours) Import translations. DO NOT MERGE
* commit '255034803c3301cbf93ce64a2740af2abe8dc1f9':
  Import translations. DO NOT MERGE
2014-03-14 16:27:48 +00:00
Paul Lawrence
2daf2641d3 Handle pattern cooldown correctly
We need to disable pattern control when in cooldown. We also need
to hide the back button completely in pattern mode.

Bug: 13329798
Change-Id: Idefea60d95db1810d340c69cc730a286011363db
2014-03-14 09:20:24 -07:00
Paul Lawrence
9cb1e968da Merge "Don't show IME on pattern" 2014-03-14 14:38:53 +00:00
Baligh Uddin
ecc47ce16f am 4323f74a: (-s ours) am 5969801c: (-s ours) am a60df014: (-s ours) am 846f036e: (-s ours) am 14b82fd7: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '4323f74aa197701b7b1ea8c45993f57563208810':
  Import translations. DO NOT MERGE
2014-03-14 10:02:46 +00:00
Alan Viverette
c4fa3a727b am 0fa90474: (-s ours) am 3782a3a6: am 42972075: am 0100a310: am 8840aa4c: Merge "DO NOT MERGE Add preference for caption text opacity" into klp-dev
* commit '0fa90474e0ee085051d9ba155705b7f5d3bc7bfa':
  DO NOT MERGE Add preference for caption text opacity
2014-03-14 10:02:45 +00:00
Alan Viverette
7e71c1ea12 am 305013b1: (-s ours) am b4a50745: am c736f794: am a74da813: am d43d5bec: Merge "DO NOT MERGE Remove extra fragment in captioning preferences" into klp-dev
* commit '305013b1638e72712464f122435ff350aef5a6be':
  DO NOT MERGE Remove extra fragment in captioning preferences
2014-03-14 10:02:44 +00:00