Commit Graph

328 Commits

Author SHA1 Message Date
Amith Yamasani
cd76b687ad Merge "Dismiss dialogs properly on closing." into ics-mr1 2011-11-15 10:12:32 -08:00
Amith Yamasani
c101d2d3ba Dismiss dialogs properly on closing.
Also make the invisible activity truly invisible (was
showing a blue line behind the dialog).

Bug: 5572140
Change-Id: I67b31f0682f189c7075011e0dd0660b0fbc543d9
2011-11-14 15:30:16 -08:00
Amith Yamasani
af9252849f Add compatibility aliases for shortcuts added to home screen in gingerbread.
Bug: 5016573
Change-Id: I1898b2f51216354829acca11e73186465f25ec32
2011-11-14 11:51:36 -08:00
Robert Greenwalt
322da59174 Merge "Wimax : 4G settings menu and 4G MAC address." into ics-mr1 2011-11-08 10:01:30 -08:00
tk.mun
7c5c16565e Wimax : 4G settings menu and 4G MAC address.
1. Show the 4G menu.
2. Show the 4G MAC address
3. Execute 4G setting apk.

Change-Id: I14adc4775d35afe3398ddba4fd91c739011a06fa
Signed-off-by: tk.mun <tk.mun@samsung.com>
bug:5486930
2011-11-07 17:16:18 -08:00
Narayan Kamath
8214d201db Merge "Fix two bug in the TTS settings." into ics-mr1 2011-11-07 02:26:29 -08:00
Narayan Kamath
fdd94d87de Fix two bug in the TTS settings.
(a) The TTS API doesn't mandate that unavailable voices should
be set and null, so deal with it correctly.

(b) The android manifest contained a reference to the old
TTS class.

bug:5525023
Change-Id: I1c16dbc75893288e5fa221c73a7284fca7ab25c5
2011-11-04 16:48:20 +00:00
Nick Pelly
e0eedf7157 Fix ACTION_NFCSHARING_SETTINGS. Add ACTION_NFC_SETTINGS.
ACTION_NFCSHARING_SETTINGS is a new ICS API that doesn't work until now.
It allows application to show UI to turn Android Beam on.

Add ACTION_NFC_SHARING - exposed in MR2.

Remove ANDROID_BEAM_SETTINGS, this was orphanned.

I wish we had renamed ACTION_NFCSHARING_SETTINGS to ACTION_NDEF_PUSH_SETTINGS,
but too late now. It's already released in SDK.

Bug: 5465097
Change-Id: I641b2efa39a3567cbd1c31587f3b67b1b0a0caa0

Signed-off-by: Nick Pelly <npelly@google.com>
2011-10-31 14:56:18 -07:00
Dianne Hackborn
140f6c6cf7 Fix issue #5460725: Crespo does not fully boot after a wipe
Add a hack to relaunch whatever was supposed to be launched
(presumably home) when CryptKeeper discovers it shouldn't be
running.

Change-Id: I1406b8d6e8d484ed1c169fa4908a9e05e8c7c2ad
2011-10-16 11:55:33 -07:00
Amith Yamasani
fbcad75a84 Merge "Introduce half-brightness icon in Power Control widget." 2011-10-04 14:03:47 -07:00
Amith Yamasani
a9125d4d59 Introduce half-brightness icon in Power Control widget.
Bug: 5358696
Change-Id: Iae484e786f4dd7a5e88078b69053f01425b79aef
2011-10-03 15:22:04 -07:00
Steven Ross
b7a9e9522c Excluding ChooseLockGeneric from recents
This excludes ChooseLockGeneric from the list of recent activities,
so that the backup lock doesn't show up there.
This should only impact ChooseLockGeneric.

Change-Id: If9b9d7b7287191cec1a7f41221b1f0451593a5e8
2011-10-03 10:06:44 -04:00
Amith Yamasani
990fb52ef7 Fixes to parent fragment names and other manifest issues.
Bug: 5324865

Also, when jumping into a second+ level setting, make sure the header list
item is scrolled into view.

Change-Id: I714c1f80c8b20e23208763f1c30449a49f2a4082
2011-09-25 14:49:49 -07:00
Jeff Hamilton
4cfe105506 am 0d299625: Merge "Bring back the Android Beam settings panel." into ics-factoryrom
* commit '0d299625ebadae3d8b0881979633680e16b07daa':
  Bring back the Android Beam settings panel.
2011-09-22 10:48:20 -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
3d670de5ce Bring back the Android Beam settings panel.
Bug: 5350022
Change-Id: I22d2c6f91f7ab86501021fe97a2d57b109ed10bf
2011-09-22 12:35:55 -05:00
Amith Yamasani
5faffefa63 Merge "Allow shortcuts to Tethering and Data usage screens." 2011-09-20 15:13:35 -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
Amith Yamasani
7836e4ad7b Allow shortcuts to Tethering and Data usage screens.
Bug: 5290301
Change-Id: Id271fd33a54adb38ce3312d4a03fd6f4a05394e8
2011-09-19 13:25:52 -07:00
Martijn Coenen
943af0bc69 Remove NFC sharing from Settings.
Bug: 5297151
Change-Id: I64304230296912519aa057a89f139a2242b557e3
2011-09-15 22:31:51 +02:00
Jaikumar Ganesh
e0b01ade75 Enforce permissions for connection dialog intents.
Change-Id: I93bcf676f4bd11737f22f0b89cfe49c978a42c8e
2011-09-07 17:19:19 -07:00
Amith Yamasani
33198c7ccb Merge "Avoid re-launching Keyguard warning dialog multiple times on orientation change." 2011-09-06 11:02:12 -07:00
Ben Komalo
9fcb6a7fac Misc fixes to CryptKeeper
- use standard IME, but force it into ASCII if it's the default IME
- provide an IME switcher if there are multiple IME's, in case the
ASCII-capable one is a different one
- make the IME shown by default

Bug: 5004456
Bug: 4698473
Change-Id: Id40a164cfe599bfdb67b81f60d4ab8a52208de88
2011-08-29 15:14:18 -07:00
Nick Pelly
0fb33abfb4 Rename {zeroclick, share_tap} -> ndef_push in code.
Not sure what the product name will be, but ndef push seems to be a
nice neutral name for the code.

Text strings are left as "Share Tap" for now.

Change-Id: I9dbf82eda2273220c23f443710a340c2c93e8291
2011-08-26 16:35:44 -07:00
Amith Yamasani
b9812022ea Avoid re-launching Keyguard warning dialog multiple times on orientation change.
Bug: 5211608
Change-Id: I13eb71fac954710bef8288294e96f9f60030ff6a
2011-08-26 15:51:29 -07:00
Nick Pelly
b28bb83f23 Fix first-share notification intent.
Change-Id: I9190e977bfd416b3292889abc86d78dc3816ede4
2011-08-18 11:49:56 -07:00
Freeman Ng
7e84e4682d remove obsolete background bitmaps
Change-Id: I5ca2b3eeda1f9d2e63c495e5f5b88e28592c5655
2011-08-17 16:58:56 -07:00
Amith Yamasani
f63942e686 Fix mute toggle behavior in Volume dialog.
Adjust some padding and alignment.

Bug: 5128528

Fix highlighted entry when using Battery shortcut.

Bug: 5099767
Change-Id: I830dbb40b0b8a6448d33b2be2c36b9b80ff14bc4
2011-08-10 17:10:04 -07:00
Jeff Sharkey
d39c6e4083 Data usage app icons and details, chart labels.
Add app icons into both summary list and details pane. Also show list
of all applications merged under a UID. Draw dates on chart axis, and
avoid flashing policy sweeps when switching networks in detail mode.

Bug: 5087283, 5038812
Change-Id: I1dcd03ca85b517f8726452af8a46b4be9b3d20f1
2011-08-04 21:20:03 -07:00
Irfan Sheriff
711bb40cc3 Merge "Fix package path for p2p settings" 2011-08-04 10:29:30 -07:00
Irfan Sheriff
9ef53578b8 Fix package path for p2p settings
Split p2p change to avoid eclipse errors on master

Bug: 5002384
Change-Id: I446d4524b823d42c79daa24d43aa24012743e734
2011-08-03 23:21:33 -07:00
Adam Powell
716b05b860 Give Settings back its split action bars
Change-Id: I0b8572fee84833a8495125643542380d7f90aa3e
2011-08-03 20:12:41 -07:00
Adam Powell
66546c7077 Follow framework API changes
Change-Id: Ieb06a35a65d70d7b65f801814a0a46c9acc80445
2011-08-02 16:54:20 -07:00
Amith Yamasani
a30fff0e87 Merge "Limit the list of settings that can have shortcuts on home." 2011-08-01 14:49:16 -07:00
Christopher Tate
4f33878f20 Add backup password setting UI
Bug 4901637

Change-Id: I515f1475d3675285a830b4b5ddd1f011f1b56e3a
2011-07-28 14:22:29 -07:00
Amith Yamasani
c81c2573cd Limit the list of settings that can have shortcuts on home.
Updated some strings as well, to be shorter.

Bug: 5087499
Bug: 5082543
Change-Id: I1b38ceda377a6cf9fcb6cd000af2ec0c96b243bb
2011-07-28 12:25:58 -07:00
Martijn Coenen
3ae091433d Add NFC sharing intent filter.
Change-Id: I34d5525fd43bbf4933ab459f4f310ad16196710d
2011-07-28 12:26:42 -05:00
Jeff Sharkey
271ec8a8f8 Move data over-limit dialog, reset policy snooze.
Moved over-limit dialog to SystemUI, and followed Intent changes
to read full NetworkTemplate.  When mutating NetworkPolicy, always
reset any snooze.

Bug: 5057979, 4723336
Change-Id: I9a975eb4ced2f4020c2fe74af67625541cbfcd85
2011-07-27 09:31:51 -07:00
Alan Viverette
84c26a6b3d Fixed title bar bug for AccessibilityTutorial
Bug: 5080516
Change-Id: I2ef6dd4c96bef51e60a2ae9b081545219c821166
2011-07-26 12:06:51 -07:00
Costin Manolache
672b3c6576 Revamp of the accessibility settings.
1. Reimplemented accessibility settings accrding to UX design.

NOTE: The strings are not final, rather reasonable placeholders
   to avoid blocking on them. Will submit another CL with string
   updates and any necessary polishes.

bug:5065409

Change-Id: I3ba229a624298dbf238bc8562b42616b386f8c34
2011-07-25 12:17:01 -07:00
satok
37f326b10f Merge "[Step 1] Add preference activities for spell checkers" 2011-07-24 18:13:04 -07:00
satok
e077d2b607 [Step 1] Add preference activities for spell checkers
Bug: 5057977
Change-Id: I8f2f3d480325029c794c058beed2475033a617f9
2011-07-25 09:40:36 +09:00
repo sync
b98463f8b0 Updated: Wi-Fi p2p initial UI implementation
Change-Id: If60f42f76fa07a868d2e11b012b4697252c69f5f
2011-07-24 11:16:50 -07:00
satok
5e9c5e7bcf Allow applications to set the title of the subtype enabler
Bug: 5058105

Change-Id: Id5e4ccbdf4f830ce5c67232f530d73679d9e038f
2011-07-22 07:48:29 +09:00
Jake Hamby
ca9812a852 Upgrade Bluetooth pairing dialogs for ICS.
* Change Bluetooth pairing dialogs to match ICS wireframes.
* Default to numeric soft keyboard for PIN entry, and add checkbox
  to allow user to switch to alphanumeric keyboard if necessary.
* Move all Bluetooth advanced settings into action bar menu.
* Toggle visibility by touching "My device" entry in devices list.

Change-Id: Ic2377eb4364f41d215181cb1e3933997c9db9106
2011-07-15 15:39:53 -07:00
Gilles Debunne
3dba8d527f Merge "Fix for QUICK_LAUNCH_SETTINGS intent" 2011-07-15 11:04:08 -07:00
Alan Viverette
0a08e1fcbd Polishing accessibility tutorial UI.
Change-Id: I059f00e94cdc906935b2d42a505f31512dd99668
2011-07-15 10:45:16 -07:00
Gilles Debunne
201071cd37 Fix for QUICK_LAUNCH_SETTINGS intent
Added android.settings.QUICK_LAUNCH_SETTINGS as a new action name.
This is how it is referenced in public framework's Settings.
Kept the com.android version for backward compatibility.

Change-Id: I8ce2ff9de86ec20dbc1e9a89f971d2b2219a70f9
2011-07-14 18:03:07 -07:00
Alan Viverette
d21bfa1524 Added touch exploration tutorial to Accessibility settings.
Change-Id: Ic11f7c41e40de2b32f5815dbc3396a308c451c5b
2011-07-12 17:34:22 -07:00
satok
078b435743 Change IME picker dialog from Activity to Broadcast
Change-Id: I7bc3c3aa5544f3cb170703d6e71bad1bd54545b8
2011-07-12 10:39:37 +09:00