OSDN Git Service

android-x86/packages-apps-Settings.git
14 years agoam a383452a: Merge change 25125 into eclair
Jaikumar Ganesh [Tue, 15 Sep 2009 21:40:32 +0000 (14:40 -0700)]
am a383452a: Merge change 25125 into eclair

Merge commit 'a383452afd6576da5a56c8b1ef73750892e43636' into eclair-plus-aosp

* commit 'a383452afd6576da5a56c8b1ef73750892e43636':
  Show name for incoming pairing requests.

14 years agoMerge change 25125 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 21:36:52 +0000 (17:36 -0400)]
Merge change 25125 into eclair

* changes:
  Show name for incoming pairing requests.

14 years agoShow name for incoming pairing requests.
Jaikumar Ganesh [Tue, 15 Sep 2009 21:07:22 +0000 (14:07 -0700)]
Show name for incoming pairing requests.

Settings apps invalidates its cache whenever a new scan is started.
When there is a new incoming pairing request, we will not get a DeviceFound
signal, because its not due to a inquiry scan. Thus when the pairing request
is displayed, the settings app doesn't have it in cache and hence will
just display the address. Make it query the framework when it doesn't have the name.

14 years agoam cd03f532: Move backlight brightness from HardwareService to PowerManager
Mike Lockwood [Tue, 15 Sep 2009 20:46:37 +0000 (13:46 -0700)]
am cd03f532: Move backlight brightness from HardwareService to PowerManager

Merge commit 'cd03f5320d42290b1619933954a344b59dc55f4f' into eclair-plus-aosp

* commit 'cd03f5320d42290b1619933954a344b59dc55f4f':
  Move backlight brightness from HardwareService to PowerManager

14 years agoMove backlight brightness from HardwareService to PowerManager
Mike Lockwood [Tue, 15 Sep 2009 18:39:47 +0000 (14:39 -0400)]
Move backlight brightness from HardwareService to PowerManager

to prevent apps from changing the hardware behind its back.
Fixes b/2041941 Lock screen flashes the screen very bright before dimming

Change-Id: Ic4faa008357fd3d74225ba90f05801c5127fd8c0
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoam a096888f: apps/settings: Add auto/manual brightness control to Brightness settings
Dan Murphy [Tue, 15 Sep 2009 14:33:14 +0000 (07:33 -0700)]
am a096888f: apps/settings: Add auto/manual brightness control to Brightness settings

Merge commit 'a096888f3c7e14723168c323f0ffdb2473adf5d3' into eclair-plus-aosp

* commit 'a096888f3c7e14723168c323f0ffdb2473adf5d3':
  apps/settings: Add auto/manual brightness control to Brightness settings

14 years agoapps/settings: Add auto/manual brightness control to Brightness settings
Dan Murphy [Thu, 27 Aug 2009 20:05:23 +0000 (15:05 -0500)]
apps/settings: Add auto/manual brightness control to Brightness settings

Add changes to have the ability to turn on and off the
automatic light sensing for the device.  This is fully configurable
and is by default not  present.  Vendors should override the ALS setting
to enable the automatic lighting controls.

These changes will add a check box to the Brightness settings menu to give control
to the user to allow the device's display lighting to be controlled via the slide bar
or the auto lighting system.

If the user selects auto then the slide bar will become invisible.  Manual mode
will present the slide bar to the user.

Change-Id: I512c9d5dd72ddd831b33eb8fcd4680e2fc7f786e
Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoam a3aaf19e: Fix setting passwd string and vpn checkbox titles.
Hung-ying Tyan [Mon, 14 Sep 2009 06:08:01 +0000 (23:08 -0700)]
am a3aaf19e: Fix setting passwd string and vpn checkbox titles.

Merge commit 'a3aaf19e09806f7e56c59621fc6c17e4429b2e6d' into eclair-plus-aosp

* commit 'a3aaf19e09806f7e56c59621fc6c17e4429b2e6d':
  Fix setting passwd string and vpn checkbox titles.

14 years agoam 5f23cb39: Modify settings for 2.1
Jaikumar Ganesh [Mon, 14 Sep 2009 06:07:55 +0000 (23:07 -0700)]
am 5f23cb39: Modify settings for 2.1

Merge commit '5f23cb39a1bd9c319383108c209fca7f0256894b' into eclair-plus-aosp

* commit '5f23cb39a1bd9c319383108c209fca7f0256894b':
  Modify settings for 2.1

14 years agoFix setting passwd string and vpn checkbox titles.
Hung-ying Tyan [Fri, 11 Sep 2009 17:31:11 +0000 (01:31 +0800)]
Fix setting passwd string and vpn checkbox titles.

* Add min length requirement in setting passwd string.
* Do not change vpn checkbox title with state changes.

14 years agoam d6375e97: Merge change 24726 into eclair
Nick Pelly [Fri, 11 Sep 2009 19:01:07 +0000 (12:01 -0700)]
am d6375e97: Merge change 24726 into eclair

Merge commit 'd6375e975e74924082cbf3f9b4c6f2a67b1ee08d' into eclair-plus-aosp

* commit 'd6375e975e74924082cbf3f9b4c6f2a67b1ee08d':
  Update AndroidManifest.xml for new Intent locations.

14 years agoModify settings for 2.1
Jaikumar Ganesh [Fri, 11 Sep 2009 16:45:11 +0000 (09:45 -0700)]
Modify settings for 2.1

Add incoming pairing dialog
Add DisplayPasskey handling of pairing keyboards with 2.1 devices.
Modify code path to show errors when bonding request fails.
Misc fixes like string changes.

14 years agoMerge change 24726 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 18:55:44 +0000 (14:55 -0400)]
Merge change 24726 into eclair

* changes:
  Update AndroidManifest.xml for new Intent locations.

14 years agoUpdate AndroidManifest.xml for new Intent locations.
Nick Pelly [Fri, 11 Sep 2009 18:41:59 +0000 (11:41 -0700)]
Update AndroidManifest.xml for new Intent locations.

This will fix a regression since the recent BT API changes. The settings app
would have missed some Bluetooth events, especially pairing.

Change-Id: Ia5e6371279feb389578e798fe11f1c239a4aa17b

14 years agoam 88651a0b: Regenerate timezones.xml after adding Asia/Shanghai timezone for mainlan...
Xianzhu Wang [Fri, 11 Sep 2009 17:34:42 +0000 (10:34 -0700)]
am 88651a0b: Regenerate timezones.xml after adding Asia/Shanghai timezone for mainland China, using cldr 1.7.1 and merging translations for "Beijing".

Merge commit '88651a0b2a7a7038c8befb321100a64aec9933b8' into eclair-plus-aosp

* commit '88651a0b2a7a7038c8befb321100a64aec9933b8':
  Regenerate timezones.xml after adding Asia/Shanghai timezone for

14 years agoRegenerate timezones.xml after adding Asia/Shanghai timezone for
Xianzhu Wang [Fri, 11 Sep 2009 06:41:05 +0000 (14:41 +0800)]
Regenerate timezones.xml after adding Asia/Shanghai timezone for
mainland China, using cldr 1.7.1 and merging translations for "Beijing".

Remove unused localized timezone "xml-no/timezones.xml".
"nb" is now used instead of the deprecated "no".

14 years agoam 16cc8631: Update application for Bluetooth API changes.
Nick Pelly [Fri, 11 Sep 2009 02:01:20 +0000 (19:01 -0700)]
am 16cc8631: Update application for Bluetooth API changes.

Merge commit '16cc86315d7a8e1f6a0f3083d0a810a7cb097832' into eclair-plus-aosp

* commit '16cc86315d7a8e1f6a0f3083d0a810a7cb097832':
  Update application for Bluetooth API changes.

14 years agoUpdate application for Bluetooth API changes.
Nick Pelly [Thu, 10 Sep 2009 00:46:25 +0000 (17:46 -0700)]
Update application for Bluetooth API changes.

Change-Id: I8351611f0f0c5eda3e423dbe7e7b53e52d75ac36

14 years agoam cded8478: Merge change 24553 into eclair
Dianne Hackborn [Thu, 10 Sep 2009 20:05:53 +0000 (13:05 -0700)]
am cded8478: Merge change 24553 into eclair

Merge commit 'cded847838c726342bfe56e69d417d160c73f212' into eclair-plus-aosp

* commit 'cded847838c726342bfe56e69d417d160c73f212':
  Make running services show dependent processes.

14 years agoMerge change 24553 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 19:57:57 +0000 (15:57 -0400)]
Merge change 24553 into eclair

* changes:
  Make running services show dependent processes.

14 years agoam e07eb497: Merge change 24555 into eclair
Marco Nelissen [Thu, 10 Sep 2009 19:38:23 +0000 (12:38 -0700)]
am e07eb497: Merge change 24555 into eclair

Merge commit 'e07eb49793ef2d4fd494717159ebdd3aaef41e08' into eclair-plus-aosp

* commit 'e07eb49793ef2d4fd494717159ebdd3aaef41e08':
  Allow setting a silent ringtone (bug 1600056).

14 years agoMerge change 24555 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 19:33:55 +0000 (15:33 -0400)]
Merge change 24555 into eclair

* changes:
  Allow setting a silent ringtone (bug 1600056).

14 years agoAllow setting a silent ringtone (bug 1600056).
Marco Nelissen [Thu, 10 Sep 2009 19:11:33 +0000 (12:11 -0700)]
Allow setting a silent ringtone (bug 1600056).

14 years agoMake running services show dependent processes.
Dianne Hackborn [Thu, 10 Sep 2009 18:55:42 +0000 (11:55 -0700)]
Make running services show dependent processes.

And other various improvement and cleanup.

Change-Id: I0a33ab2876c8f409cd3cfecbbac574563ef1a162

14 years agoam f71c8b40: Add install-cert-from-sdcard in Security settings
Hung-ying Tyan [Thu, 10 Sep 2009 09:06:34 +0000 (02:06 -0700)]
am f71c8b40: Add install-cert-from-sdcard in Security settings

Merge commit 'f71c8b40b5a92e21d09dd75880e16aa857c1b6cb' into eclair-plus-aosp

* commit 'f71c8b40b5a92e21d09dd75880e16aa857c1b6cb':
  Add install-cert-from-sdcard in Security settings

14 years agoAdd install-cert-from-sdcard in Security settings
Hung-ying Tyan [Thu, 10 Sep 2009 04:43:40 +0000 (12:43 +0800)]
Add install-cert-from-sdcard in Security settings

Also:
* Resume keystore states in SecuritySettings.onResume().
* Use action strings defined in CertTool and Keystore.

14 years agoam 18cd4093: Merge change 24440 into eclair
Jean-Michel Trivi [Wed, 9 Sep 2009 22:42:27 +0000 (15:42 -0700)]
am 18cd4093: Merge change 24440 into eclair

Merge commit '18cd40930179a7c6ab30e4e5ce62919fde16ce6f' into eclair-plus-aosp

* commit '18cd40930179a7c6ab30e4e5ce62919fde16ce6f':
  Fix bug 2078454 where clicking on Settings in the Home menu would

14 years agoMerge change 24440 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 22:38:11 +0000 (18:38 -0400)]
Merge change 24440 into eclair

* changes:
  Fix bug 2078454 where clicking on Settings in the Home menu would take the user to Market after clicking on "Install Voice Data" in the TTS Settings page. Launching the Activity for the installation of the TTS data should be a distinct task, dissociated from the one associated with the Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return a result, so the activity should be started with startActivity() rather than startActivityForResult().

14 years agoFix bug 2078454 where clicking on Settings in the Home menu would
Jean-Michel Trivi [Wed, 9 Sep 2009 22:13:38 +0000 (15:13 -0700)]
Fix bug 2078454 where clicking on Settings in the Home menu would
take the user to Market after clicking on "Install Voice Data" in
the TTS Settings page.
Launching the Activity for the installation of the TTS data should
be a distinct task, dissociated from the one associated with the
Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return
a result, so the activity should be started with startActivity()
rather than startActivityForResult().

14 years agoam 6ee7dd09: Merge change 24435 into eclair
Jaikumar Ganesh [Wed, 9 Sep 2009 22:14:00 +0000 (15:14 -0700)]
am 6ee7dd09: Merge change 24435 into eclair

Merge commit '6ee7dd09138363737805ae1e6e93649959c6ab83' into eclair-plus-aosp

* commit '6ee7dd09138363737805ae1e6e93649959c6ab83':
  Fix display strings and enter passkey handling.

14 years agoMerge change 24435 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 22:06:30 +0000 (18:06 -0400)]
Merge change 24435 into eclair

* changes:
  Fix display strings and enter passkey handling.

14 years agoFix display strings and enter passkey handling.
Jaikumar Ganesh [Wed, 9 Sep 2009 21:57:19 +0000 (14:57 -0700)]
Fix display strings and enter passkey handling.

14 years agoam 843b4ee1: Merge change 24276 into eclair
Nick Pelly [Wed, 9 Sep 2009 18:39:11 +0000 (11:39 -0700)]
am 843b4ee1: Merge change 24276 into eclair

Merge commit '843b4ee178f6cfd7b965c8e2dea5296d1520894d' into eclair-plus-aosp

* commit '843b4ee178f6cfd7b965c8e2dea5296d1520894d':
  Update application for Bluetooth API change: deprecation of BluetoothError.

14 years agoMerge change 24276 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 18:34:52 +0000 (14:34 -0400)]
Merge change 24276 into eclair

* changes:
  Update application for Bluetooth API change: deprecation of BluetoothError.

14 years agoam 1e451997: Merge change 24230 into eclair
Nick Pelly [Wed, 9 Sep 2009 18:34:26 +0000 (11:34 -0700)]
am 1e451997: Merge change 24230 into eclair

Merge commit '1e4519979b32957698a6825eb6eb61bd85dd7370' into eclair-plus-aosp

* commit '1e4519979b32957698a6825eb6eb61bd85dd7370':
  Update application for Bluetooth API change.

14 years agoMerge change 24230 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 18:30:26 +0000 (14:30 -0400)]
Merge change 24230 into eclair

* changes:
  Update application for Bluetooth API change.

14 years agoam 620e5f9c: Remove logging.
Marco Nelissen [Wed, 9 Sep 2009 17:59:53 +0000 (10:59 -0700)]
am 620e5f9c: Remove logging.

Merge commit '620e5f9c05a3ef5d29d8bf6a220882c3ff32fb4e' into eclair-plus-aosp

* commit '620e5f9c05a3ef5d29d8bf6a220882c3ff32fb4e':
  Remove logging.

14 years agoRemove logging.
Marco Nelissen [Wed, 9 Sep 2009 16:06:40 +0000 (09:06 -0700)]
Remove logging.

14 years agoUpdate application for Bluetooth API change: deprecation of BluetoothError.
Nick Pelly [Wed, 9 Sep 2009 00:49:57 +0000 (17:49 -0700)]
Update application for Bluetooth API change: deprecation of BluetoothError.

14 years agoam 140fb90a: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Sep 2009 00:09:19 +0000 (17:09 -0700)]
am 140fb90a: Import revised translations.  DO NOT MERGE

Merge commit '140fb90a5cfc6e146e006350edfb41a9978ad105' into eclair-plus-aosp

* commit '140fb90a5cfc6e146e006350edfb41a9978ad105':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Sep 2009 23:30:51 +0000 (16:30 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoUpdate application for Bluetooth API change.
Nick Pelly [Tue, 8 Sep 2009 23:24:03 +0000 (16:24 -0700)]
Update application for Bluetooth API change.

14 years agomerge from open-source master
Jean-Baptiste Queru [Fri, 4 Sep 2009 14:51:26 +0000 (07:51 -0700)]
merge from open-source master

14 years agoam 76315391: Improve running services to services managed by the system.
Dianne Hackborn [Thu, 3 Sep 2009 21:42:34 +0000 (14:42 -0700)]
am 76315391: Improve running services to services managed by the system.

Merge commit '76315391f07d022e31c176633ae3aeaee5bb14ec' into eclair-plus-aosp

* commit '76315391f07d022e31c176633ae3aeaee5bb14ec':
  Improve running services to services managed by the system.

14 years agomerge from donut
Jean-Baptiste Queru [Thu, 3 Sep 2009 21:13:16 +0000 (14:13 -0700)]
merge from donut

14 years agoImprove running services to services managed by the system.
Dianne Hackborn [Thu, 3 Sep 2009 20:33:55 +0000 (13:33 -0700)]
Improve running services to services managed by the system.

Also a little tweak to the animations preference.

Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202

14 years agoam 5b41931e: Merge change 23701 into eclair
Jean-Michel Trivi [Thu, 3 Sep 2009 16:22:38 +0000 (09:22 -0700)]
am 5b41931e: Merge change 23701 into eclair

Merge commit '5b41931e1f94b2051b7c015081465f19a33096f9' into eclair-plus-aosp

* commit '5b41931e1f94b2051b7c015081465f19a33096f9':
  Fix bug 2088099 where the TTS example doesn't play in the Settings app

14 years agoMerge change 23701 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 16:20:15 +0000 (09:20 -0700)]
Merge change 23701 into eclair

* changes:
  Fix bug 2088099 where the TTS example doesn't play in the Settings app when the UI is in Japanese. Rewrite of the initialization of the default language in the TTS Settings. The previous implementation had the following issues: - the "Listen to an example" didn't use the default settings - the string used for the example didn't match the selected language  (this was in order to not imply that TTS is doing translation, but   that proved confusing to users). The language initialization is now implemented in initDefaultLang() and ensures that the default locale is one supported in the array of available locales. The speech rate is also initialized from the settings or the default rate (if no value was stored in the settings).

14 years agoFix bug 2088099 where the TTS example doesn't play in the Settings app
Jean-Michel Trivi [Wed, 2 Sep 2009 22:15:33 +0000 (15:15 -0700)]
Fix bug 2088099 where the TTS example doesn't play in the Settings app
when the UI is in Japanese.
Rewrite of the initialization of the default language in the TTS Settings.
The previous implementation had the following issues:
- the "Listen to an example" didn't use the default settings
- the string used for the example didn't match the selected language
 (this was in order to not imply that TTS is doing translation, but
  that proved confusing to users).
The language initialization is now implemented in initDefaultLang()
and ensures that the default locale is one supported in the array
of available locales.
The speech rate is also initialized from the settings or the
default rate (if no value was stored in the settings).

14 years agoam 39ec5813: Merge change 23699 into eclair
Michael Chan [Wed, 2 Sep 2009 22:36:14 +0000 (15:36 -0700)]
am 39ec5813: Merge change 23699 into eclair

Merge commit '39ec58134dcdfac4c8cbd102187da211f17aa8de' into eclair-plus-aosp

* commit '39ec58134dcdfac4c8cbd102187da211f17aa8de':
  b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.

14 years agoMerge change 23699 into eclair
Android (Google) Code Review [Wed, 2 Sep 2009 22:34:31 +0000 (15:34 -0700)]
Merge change 23699 into eclair

* changes:
  b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.

14 years agob/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airpl...
Michael Chan [Wed, 2 Sep 2009 22:20:07 +0000 (15:20 -0700)]
b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.

14 years agoam 77395cc3: b/2050798 Bluetooth Passkeys should always be 6 digits so show leading...
Michael Chan [Wed, 2 Sep 2009 21:11:57 +0000 (14:11 -0700)]
am 77395cc3: b/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed. Removed extra new lines in the passkey and pin dialogs because the string didn\'t fit in landscape mode. (scrollbars to appeared)

Merge commit '77395cc39c88af0bb20ea18af532c87e934fb187' into eclair-plus-aosp

* commit '77395cc39c88af0bb20ea18af532c87e934fb187':
  b/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed.

14 years agob/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed.
Michael Chan [Wed, 2 Sep 2009 19:30:05 +0000 (12:30 -0700)]
b/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed.
Removed extra new lines in the passkey and pin dialogs because the string didn't fit in landscape mode. (scrollbars to appeared)

14 years agoam 684736a9: b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in ...
Michael Chan [Wed, 2 Sep 2009 02:09:28 +0000 (19:09 -0700)]
am 684736a9: b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"

Merge commit '684736a9d4cc044c6970411485f4c22d5d7e3b74' into eclair-plus-aosp

* commit '684736a9d4cc044c6970411485f4c22d5d7e3b74':
  b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"

14 years agob/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
Michael Chan [Wed, 2 Sep 2009 01:51:04 +0000 (18:51 -0700)]
b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"

14 years agoam ab6552c3: Make sure the TTS example in the TTS Settings loads a supported language...
Jean-Michel Trivi [Tue, 1 Sep 2009 23:17:44 +0000 (16:17 -0700)]
am ab6552c3: Make sure the TTS example in the TTS Settings loads a supported language. This fixes the issue where the example wouldn\'t play when the UI is in Japanese in bug 2088099.

Merge commit 'ab6552c3f01f893ca927fc8ef0fec95a6c8f178f' into eclair-plus-aosp

* commit 'ab6552c3f01f893ca927fc8ef0fec95a6c8f178f':
  Make sure the TTS example in the TTS Settings loads a supported language.

14 years agoMake sure the TTS example in the TTS Settings loads a supported language.
Jean-Michel Trivi [Tue, 1 Sep 2009 20:36:45 +0000 (13:36 -0700)]
Make sure the TTS example in the TTS Settings loads a supported language.
This fixes the issue where the example wouldn't play when the UI is in
Japanese in bug 2088099.

14 years agoam c58c549c: New UI for viewing and stopping currently running services.
Dianne Hackborn [Tue, 1 Sep 2009 19:34:33 +0000 (12:34 -0700)]
am c58c549c: New UI for viewing and stopping currently running services.

Merge commit 'c58c549cc963bd8946d332a0f9945d9a1ed19e99' into eclair-plus-aosp

* commit 'c58c549cc963bd8946d332a0f9945d9a1ed19e99':
  New UI for viewing and stopping currently running services.

14 years agoNew UI for viewing and stopping currently running services.
Dianne Hackborn [Tue, 1 Sep 2009 04:33:17 +0000 (21:33 -0700)]
New UI for viewing and stopping currently running services.

Change-Id: I86012262635c911be23513aa0b027174b490374d

14 years agomerge from open-source master
Jean-Baptiste Queru [Tue, 1 Sep 2009 15:28:18 +0000 (08:28 -0700)]
merge from open-source master

14 years agoMerge change 23372 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 00:39:34 +0000 (17:39 -0700)]
Merge change 23372 into eclair

* changes:
  Show the Use location prompt only once if user agrees. Bug #1910370

14 years agoShow the Use location prompt only once if user agrees. Bug #1910370
Amith Yamasani [Tue, 1 Sep 2009 00:27:53 +0000 (17:27 -0700)]
Show the Use location prompt only once if user agrees. Bug #1910370

14 years agoAirplane Mode in Emergency Callback Mode (ECM)
Chouting Zhang [Fri, 28 Aug 2009 19:36:35 +0000 (14:36 -0500)]
Airplane Mode in Emergency Callback Mode (ECM)

When user tries to change Airplane Mode between ON & OFF
in ECM mode, a notice should be shown to indicate it's in ECM mode,
and ask if user wants to exit ECM, if yes, then the Airplane Mode
is changed after ECM mode exit. If not, Airplane Mode should not be
changed.

14 years agoMissing images from change-id I2b9fd2d739085a297ec81ae73eebd60fed4c6896.
Daniel Sandler [Mon, 31 Aug 2009 14:00:50 +0000 (10:00 -0400)]
Missing images from change-id I2b9fd2d739085a297ec81ae73eebd60fed4c6896.

14 years agoAdd missing hdpi frames of the unlock pattern animation.
Daniel Sandler [Mon, 31 Aug 2009 13:29:16 +0000 (09:29 -0400)]
Add missing hdpi frames of the unlock pattern animation.

14 years agoFix for 1785342: The old PIN is required after entering New PIN
Amith Yamasani [Fri, 28 Aug 2009 22:36:52 +0000 (15:36 -0700)]
Fix for 1785342: The old PIN is required after entering New PIN

State of dialogs was not properly maintained across pause/resume.

14 years agoMerge change 23149 into eclair
Android (Google) Code Review [Fri, 28 Aug 2009 20:16:27 +0000 (13:16 -0700)]
Merge change 23149 into eclair

* changes:
  High-resolution (hdpi) artwork from TAT for Settings.

14 years agoArmor string format tokens with translation placeholders.
Eric Fischer [Fri, 28 Aug 2009 20:02:24 +0000 (13:02 -0700)]
Armor string format tokens with translation placeholders.

Change-Id: I17df22448834b6d8b35f1d9a803fb4d36dfbb1f2

14 years agoHigh-resolution (hdpi) artwork from TAT for Settings.
Daniel Sandler [Fri, 28 Aug 2009 18:51:57 +0000 (14:51 -0400)]
High-resolution (hdpi) artwork from TAT for Settings.

14 years agoHandle two new err codes:
Hung-ying Tyan [Thu, 27 Aug 2009 10:49:31 +0000 (18:49 +0800)]
Handle two new err codes:

REMOTE_PPP_HUNG_UP and PPP_NEGOTIATION_FAILED.
Also refactor the dialog creation code to directly use the err code as
the dialog id and make it easier to tell which type of dialog (reconnect
or edit) is invoked for which err code.

14 years agoFix strings whose apostrophes were eaten because of the lack of a backslash.
Eric Fischer [Thu, 27 Aug 2009 20:52:31 +0000 (13:52 -0700)]
Fix strings whose apostrophes were eaten because of the lack of a backslash.

Change-Id: I11619ef7bdd0d418e701930ae46b2b9c93ca07ac

14 years agoFix the state machine for CONNECTING/DISCONNECTING states.
Hung-ying Tyan [Thu, 27 Aug 2009 03:03:46 +0000 (11:03 +0800)]
Fix the state machine for CONNECTING/DISCONNECTING states.

14 years agoMerge change 22611 into eclair
Android (Google) Code Review [Tue, 25 Aug 2009 18:55:20 +0000 (11:55 -0700)]
Merge change 22611 into eclair

* changes:
  Hide the "Enable Assisted GPS" checkbox in security & location settings.

14 years agoHide the "Enable Assisted GPS" checkbox in security & location settings.
Mike Lockwood [Tue, 25 Aug 2009 18:34:56 +0000 (11:34 -0700)]
Hide the "Enable Assisted GPS" checkbox in security & location settings.

Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoRemember dialog state for notification volume.
Amith Yamasani [Tue, 25 Aug 2009 00:55:56 +0000 (17:55 -0700)]
Remember dialog state for notification volume.

Restore the original volume if user hasn't okayed the new volume.

14 years agoFix grammar in unknown sources dialog. issue 1938
Joe LaPenna [Fri, 24 Jul 2009 01:46:47 +0000 (18:46 -0700)]
Fix grammar in unknown sources dialog. issue 1938

14 years agoRemove summaries from top-level of settings.
Amith Yamasani [Mon, 24 Aug 2009 19:52:42 +0000 (12:52 -0700)]
Remove summaries from top-level of settings.

14 years agoMerge change 22303 into eclair
Android (Google) Code Review [Mon, 24 Aug 2009 17:53:27 +0000 (10:53 -0700)]
Merge change 22303 into eclair

* changes:
  Show error messages when Authentication fails.

14 years agoSupport WPA2-EAP configuration.
Chung-yih Wang [Fri, 14 Aug 2009 07:20:44 +0000 (15:20 +0800)]
Support WPA2-EAP configuration.

Add the support for configuring WPA2-EAP APs by grouping them as the WPA-EAP in security mode.

14 years agoMerge change 22339 into eclair
Android (Google) Code Review [Fri, 21 Aug 2009 22:22:51 +0000 (15:22 -0700)]
Merge change 22339 into eclair

* changes:
  Fixing bug 2064923. This is a fix to make sure that the accessibility manager does not start any of the accessibility services when it is disabled.

14 years agoFixing bug 2064923.
Charles Chen [Fri, 21 Aug 2009 22:14:25 +0000 (15:14 -0700)]
Fixing bug 2064923.
This is a fix to make sure that the accessibility manager does not start
any of the accessibility services when it is disabled.

14 years agoMerge change 22324 into eclair
Android (Google) Code Review [Fri, 21 Aug 2009 21:17:53 +0000 (14:17 -0700)]
Merge change 22324 into eclair

* changes:
  Cap the length of dictionary words to keep TextView from exploding.

14 years agoShow error messages when Authentication fails.
Jaikumar Ganesh [Fri, 21 Aug 2009 18:53:05 +0000 (11:53 -0700)]
Show error messages when Authentication fails.

Call Canceled when user presses "Don't Pair".
Thus for Authentication Failed cases we can show the message to the
user.

14 years agoMerge change 22064 into eclair
Android (Google) Code Review [Fri, 21 Aug 2009 18:48:50 +0000 (11:48 -0700)]
Merge change 22064 into eclair

* changes:
  Add type to filter option to list view Make ListAdapter implement Filterable. Add new implementation for Filter to search based on prefixes. When creating the list include the filter option to create actual list entries. Since Filter.performFiltering is done on a work thread, introduce a new lock and a HashMap of packages matching a prefix which is then used to create a filtered list of applications. Also separte out modifying mAppLocalList which is the basis for list and the dependent mFilterMap used by Filter.performFiltering method to Locked methods for clarity. Note that mAppLocalList is manipulated on main UI thread everywhere but mFilterMap is not.

14 years agoAdd type to filter option to list view
Suchi Amalapurapu [Thu, 20 Aug 2009 08:27:19 +0000 (01:27 -0700)]
Add type to filter option to list view
Make ListAdapter implement Filterable. Add new implementation for Filter
to search based on prefixes.
When creating the list include the filter option to create actual list entries.
Since Filter.performFiltering is done on a work thread, introduce a new lock
and a HashMap of packages matching a prefix which is then used to create a filtered list of applications.
Also separte out modifying mAppLocalList which is the basis for list and
the dependent mFilterMap used by Filter.performFiltering method to Locked
methods for clarity. Note that mAppLocalList is manipulated on main UI thread everywhere but mFilterMap is not.

14 years agoCap the length of dictionary words to keep TextView from exploding.
Eric Fischer [Thu, 20 Aug 2009 17:17:28 +0000 (10:17 -0700)]
Cap the length of dictionary words to keep TextView from exploding.

Bug 1994172

14 years agoam 64b691a8: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 20 Aug 2009 23:00:51 +0000 (16:00 -0700)]
am 64b691a8: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '64b691a8abb2bbb2952cb44a7dc04f153d717bc3' into eclair

* commit '64b691a8abb2bbb2952cb44a7dc04f153d717bc3':
  Import revised translations.  DO NOT MERGE

14 years agoMerge change 22130 into eclair
Android (Google) Code Review [Thu, 20 Aug 2009 22:10:49 +0000 (15:10 -0700)]
Merge change 22130 into eclair

* changes:
  Call the correct function for canceling a pairing request.

14 years agoCall the correct function for canceling a pairing request.
Jaikumar Ganesh [Thu, 20 Aug 2009 22:02:41 +0000 (15:02 -0700)]
Call the correct function for canceling a pairing request.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 20 Aug 2009 21:08:19 +0000 (14:08 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoImplement Bluetooth device picker
Yue Lixin [Thu, 9 Jul 2009 08:48:52 +0000 (16:48 +0800)]
Implement Bluetooth device picker

Add Bluetooth device picker in Settings
- add resource to support device picker
- show different UI accroding to start Intent
- add OPP profile manager

14 years agoMerge change 21929 into eclair
Android (Google) Code Review [Wed, 19 Aug 2009 19:32:09 +0000 (12:32 -0700)]
Merge change 21929 into eclair

* changes:
  Fix device address check when profile state changes.

14 years agoFix device address check when profile state changes.
Jaikumar Ganesh [Wed, 19 Aug 2009 19:25:37 +0000 (12:25 -0700)]
Fix device address check when profile state changes.

14 years agoNew settings top-level icons.
Amith Yamasani [Wed, 19 Aug 2009 19:11:57 +0000 (12:11 -0700)]
New settings top-level icons.

14 years agoMerge change 21838 into eclair
Android (Google) Code Review [Wed, 19 Aug 2009 19:12:49 +0000 (12:12 -0700)]
Merge change 21838 into eclair

* changes:
  Fix RadioInfo for CDMA.

14 years agoam d2136f7e: Create a shared preference setting and use it before loading/unloading...
Suchi Amalapurapu [Wed, 19 Aug 2009 02:51:39 +0000 (19:51 -0700)]
am d2136f7e: Create a shared preference setting and use it before loading/unloading cache and disable cache if file operations failed in the last launch. A simple if check when reading buffer size from file

Merge commit 'd2136f7e5da6d36a685f5bed2727f0abdafb70bf' into eclair

* commit 'd2136f7e5da6d36a685f5bed2727f0abdafb70bf':
  Create a shared preference setting and use it before loading/unloading cache

14 years agoCreate a shared preference setting and use it before loading/unloading cache
Suchi Amalapurapu [Wed, 19 Aug 2009 02:32:06 +0000 (19:32 -0700)]
Create a shared preference setting and use it before loading/unloading cache
and disable cache if file operations failed in the last launch.
A simple if check when reading buffer size from file

14 years agoFix RadioInfo for CDMA.
jsh [Wed, 19 Aug 2009 01:00:15 +0000 (18:00 -0700)]
Fix RadioInfo for CDMA.

14 years agoam aafb491d: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Aug 2009 20:11:27 +0000 (13:11 -0700)]
am aafb491d: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'aafb491d35e2512c504356bc441ae48b48a9f5db' into eclair

* commit 'aafb491d35e2512c504356bc441ae48b48a9f5db':
  Import revised translations.  DO NOT MERGE