Commit Graph

4855 Commits

Author SHA1 Message Date
Eric Fischer
86b49eea5e Import revised translations. DO NOT MERGE
Change-Id: Iebee5d29b6baa4e479a03ae7058e891f852968f6
2011-09-23 15:28:41 -07:00
Wink Saville
fbea38fd2b Merge "Add a button to enable/disable Mobile Terminated SMS over IMS" into ics-factoryrom 2011-09-22 15:29:19 -07:00
Wink Saville
382a75b105 Add a button to enable/disable Mobile Terminated SMS over IMS
This toggles persist.radio.imsallowmtsms between 0/1 which can
be used during testing and bring up of SMS over IMS.

Change-Id: I4581bca76899445e825260e8af6a39903d029c44
2011-09-22 15:17:00 -07:00
Jeff Hamilton
0d299625eb Merge "Bring back the Android Beam settings panel." into ics-factoryrom 2011-09-22 10:47:03 -07:00
Jeff Hamilton
4a2aabc4d7 Merge "Add strings for translation." into ics-factoryrom 2011-09-22 10:40:23 -07:00
Jeff Hamilton
3d670de5ce Bring back the Android Beam settings panel.
Bug: 5350022
Change-Id: I22d2c6f91f7ab86501021fe97a2d57b109ed10bf
2011-09-22 12:35:55 -05:00
Jeff Hamilton
7c430090c9 Add strings for translation. 2011-09-22 12:35:54 -05:00
Ben Komalo
9ee164f44e Properly initialize wakelock for cryptkeeper.
Bug: 3385856
Change-Id: I6dc39b02b81e290af0b47f6a6c9ba2da3e7c65c3
2011-09-21 10:40:50 -07:00
Svetoslav Ganov
89cd48cd8e Merge "Accessibility settings get into state not allowing to enable accessibility." into ics-factoryrom 2011-09-20 18:02:20 -07:00
Amith Yamasani
bce7b69a27 Merge "Move "Pulse notification light" to Display settings." into ics-factoryrom 2011-09-20 16:57:32 -07:00
Eric Fischer
f85b8b1a17 Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom 2011-09-20 15:37:04 -07:00
Freeman Ng
01b2009608 Merge "adjust char limit for translations" into ics-factoryrom 2011-09-20 15:34:30 -07:00
Eric Fischer
513fd05c38 Import revised translations. DO NOT MERGE
Change-Id: I9f4fbeded8f7d068d70fb1ed29b414d1cc9e4d11
2011-09-20 15:24:00 -07:00
Freeman Ng
f471c4ece8 adjust char limit for translations
bug: 5348039
Change-Id: I2c7153b3b8281398644a9a0ebdb1a4921af4f261
2011-09-20 15:18:05 -07:00
Amith Yamasani
883d850ede Move "Pulse notification light" to Display settings.
Bug: 5242350
Change-Id: I91cb23ca8f49c1c053710031b0316b10d55fbab4
2011-09-20 14:41:03 -07:00
Svetoslav Ganov
232d031a13 Accessibility settings get into state not allowing to enable accessibility.
If the setting for enabled accessibility serivces contains a service that
is not installed on the device the system gets into a state that does not
allow enabling accessibility. This state is not recoverable.

bug:5343351

Change-Id: I6127ae00f7a16b190cfe43b68b8e71d49b10911e
2011-09-20 12:16:13 -07:00
Ben Komalo
69dfd42520 Merge "Mark Settings as a "core" app." into ics-factoryrom 2011-09-19 16:52:32 -07:00
Ben Komalo
b08172eec6 Mark Settings as a "core" app.
This ensures settings is still loaded when the framework loads in a
minified state (e.g. while encrypting the device).

Bug: 5031399
Change-Id: I8c1c7331eb34c192abb18b9a77426f2e028baccb
2011-09-19 14:27:13 -07:00
Wink Saville
1e596f3035 Add Button to *#*#INFO#*#* for ims registration.
For testing add a button to toggle SystemProperty
persist.radio.imsregrequired

Bug: 5337311
Change-Id: Id2d8ffa4c67992245d80b0ccafb6ed719fa749cc
2011-09-19 14:24:39 -07:00
Jeff Sharkey
2ae885210e Merge "Surface tethering stats in data usage." into ics-factoryrom 2011-09-18 16:15:53 -07:00
Jeff Sharkey
a83a24f48a Surface tethering stats in data usage.
Bug: 5244846
Change-Id: Ib4ac03ab634278714576a66ef8d6fdbc6d15c82a
2011-09-16 18:28:39 -07:00
Eric Fischer
f4d6c87621 Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom 2011-09-16 16:25:25 -07:00
Eric Fischer
51a00cb38f Import revised translations. DO NOT MERGE
Change-Id: Ie7541f00b4b272d6ca840cde6286bcd5d6584ae4
2011-09-16 15:37:26 -07:00
Justin Ho
a9efa2c2ea Merge "Updated Settings Launcher icon Bug: 5286988" into ics-factoryrom 2011-09-16 11:16:41 -07:00
Justin Ho
f3fa276f66 Updated Settings Launcher icon
Bug: 5286988

Change-Id: I9e1a2cf0c00d8f82451aea2edc7d47e8ce49aaf9
2011-09-16 08:52:17 -07:00
Svetoslav Ganov
f506cb958d Merge "Enabled accessibility services settings may end with a separator." into ics-factoryrom 2011-09-15 18:48:55 -07:00
Svetoslav Ganov
efe27bfcdb Enabled accessibility services settings may end with a separator.
SetupWizard was adding a separator after the last service name while
building the enabled accessibility services string. This case was not
handled by the settings. Added code to handle that case since it is
possible to have not well-formed settings backed up.

bug:5098493

Change-Id: I8381872037611a7456ca31526c85effdb9949885
2011-09-15 15:26:58 -07:00
Robert Greenwalt
bf118ffba7 Merge "Modify ApnEditor app for new APN schema." into ics-factoryrom 2011-09-15 15:00:29 -07:00
sinikang
cd8b7c3d0b Modify ApnEditor app for new APN schema.
As the telephony db is changed, The ApnEditor app has to be changed also.
As your request, I changed the ListPreference object to read-only CheckBoxPreference object and "The Others" to "Unspecified".This is a pair set with below change-ids.
- https://partner.source.android.com/g/#/c/8515/
- https://partner.source.android.com/g/#/c/8517/
- https://partner.source.android.com/g/#/c/9048/

Change-Id: I2bdd4f3076adfbee0f277ddb59a150e51e45ac9b
bug:4991683
2011-09-15 14:39:25 -07:00
Martijn Coenen
943af0bc69 Remove NFC sharing from Settings.
Bug: 5297151
Change-Id: I64304230296912519aa057a89f139a2242b557e3
2011-09-15 22:31:51 +02:00
Freeman Ng
85eeb1c16a Merge "text changes requested by Legal" 2011-09-14 19:11:49 -07:00
Freeman Ng
2347fca3f0 text changes requested by Legal
Change-Id: I7a967c75a20ad58fb45773a08122eae06a8f43c4
2011-09-14 19:07:43 -07:00
Svetoslav Ganov
0be6d21248 Merge "Minor string change according to UX spec" 2011-09-14 16:44:55 -07:00
Gilles Debunne
a0585821c3 Merge "Bug 5092721: Accounts & sync settings, auto sync in overflow menu." 2011-09-14 16:44:10 -07:00
Svetoslav Ganov
eb9478c81f Minor string change according to UX spec
Change-Id: Ia5745deb8221a58386e7775151d4b0a5d74b0005
2011-09-14 16:33:26 -07:00
Danielle Millett
7af3479e0a Merge "Fix 5316440: Fix for facelock setup asking to confirm password twice" 2011-09-14 16:11:37 -07:00
Svetoslav Ganov
e05d63d771 Merge "Polish of the accessibility settings." 2011-09-14 13:35:39 -07:00
Svetoslav Ganov
9b539cc584 Polish of the accessibility settings.
1. Some string changes according to updated UX specs.

2. Explore by touch now shown only if accessibility is on.

3. The one time dialog for installing TalkBack if no services
   are installed was not showing.

bug:5293099
bug:5286578

Change-Id: I633999f798b16e2910d95d541a7c33d1a4f296b9
2011-09-14 12:26:33 -07:00
Danielle Millett
c474a88c2d Fix 5316440: Fix for facelock setup asking to confirm password twice
Change-Id: I6df292b80349a9d20b470d9261ecdca960b5dea5
2011-09-14 14:45:47 -04:00
Amith Yamasani
10d68ff006 Merge "Reduce string length for battery level and charging status." 2011-09-14 11:16:09 -07:00
Amith Yamasani
b1800cad0a Merge "Limit choice of font sizes to Small, Normal, Large and Extra Large." 2011-09-14 11:15:02 -07:00
Gilles Debunne
b59e068d29 Bug 5092721: Accounts & sync settings, auto sync in overflow menu.
Was usually "Make auto-sync an on/off switch in the action bar"

Changed to a check box in the overflow menu as per the comment in the bug.

Change-Id: I5a722ec1c743232c019fe89144a0a9463431747a
2011-09-14 11:10:57 -07:00
The Android Open Source Project
0b316d1a2d Reconcile with gingerbread-mr4-release
Change-Id: Ib35a01f42fec2638707a34469b3a8187560a91f9
2011-09-14 07:23:03 -07:00
Jeff Sharkey
a53188fe5a Data usage: precise editing, restrict help, D-pad.
Introduce dialogs for precise editing of network policy warning/limit
values, triggered by click on sweep labels.  Show up to 999MB before
rounding to GB, and round to nearest 5MB value when dragging.  Partial
D-pad navigation around chart controls.  Fix jumping when relayout
during drag, and fix sweep overlap bug.

When restricting data without limited networks, show dialog help to
guide user towards network limit.  When reloading chart data, try
restoring to nearest cycle.

Bug: 5289641, 5111701, 5226078
Change-Id: Ic59dee6496c480a64dc56f8534acf4d81b50bca7
2011-09-13 20:24:14 -07:00
Irfan Sheriff
ec10578884 Update new API in debug settings
Bug: 5247957
Change-Id: I594e55a928a2870cb153b042df74a2b354bee073
2011-09-13 16:03:08 -07:00
Amith Yamasani
8bd3e09aac Limit choice of font sizes to Small, Normal, Large and Extra Large.
Bug: 5248351

Scales are 0.85x, 1.0x 1.15x and 1.3x

Change-Id: I784f64d7b0c52e1fd6b26ff4b4df7a9b23f23fe0
2011-09-13 14:49:49 -07:00
Amith Yamasani
ecd7b8a77e Reduce string length for battery level and charging status.
Bug: 5269660

Turn off suggestions and spell checking for Owner Info
Bug: 5281173

Change-Id: I7c4830e700bb52581504e222376cc912d2f345fc
2011-09-13 13:40:27 -07:00
Danielle Millett
b81ce47a2b Merge "Fixed bug where facelock wasn't set correctly for pattern tutorial" 2011-09-13 10:57:49 -07:00
Danielle Millett
b4b8ae7fe1 Fixed bug where facelock wasn't set correctly for pattern tutorial
Change-Id: Id3c47cd2985c8565aec1255c0d08451443f7540c
2011-09-13 13:41:26 -04:00
Narayan Kamath
52b2745e85 Remove some unnecessary setLanguage() calls.
This prevents QUEUE_FLUSH from working as intented since
there is a (blocking) setLanguage() call that waits for
the previous synthesis to complete before flushing the queue.

bug:5288327
Change-Id: I00467f0ac1584863ae27bfc076b8413e29e5379b
2011-09-13 14:38:20 +01:00