Commit Graph

54699 Commits

Author SHA1 Message Date
Android (Google) Code Review
cded847838 Merge change 24553 into eclair
* changes:
  Make running services show dependent processes.
2009-09-10 15:57:57 -04:00
Marco Nelissen
7ae238f789 am 0da7d948: am e07eb497: Merge change 24555 into eclair
Merge commit '0da7d948df0ef30dffe4ae27388ef5c648425ea6'

* commit '0da7d948df0ef30dffe4ae27388ef5c648425ea6':
  Allow setting a silent ringtone (bug 1600056).
2009-09-10 12:42:06 -07:00
Marco Nelissen
0da7d948df am e07eb497: Merge change 24555 into eclair
Merge commit 'e07eb49793ef2d4fd494717159ebdd3aaef41e08' into eclair-plus-aosp

* commit 'e07eb49793ef2d4fd494717159ebdd3aaef41e08':
  Allow setting a silent ringtone (bug 1600056).
2009-09-10 12:38:23 -07:00
Android (Google) Code Review
e07eb49793 Merge change 24555 into eclair
* changes:
  Allow setting a silent ringtone (bug 1600056).
2009-09-10 15:33:55 -04:00
Marco Nelissen
0399617744 Allow setting a silent ringtone (bug 1600056). 2009-09-10 12:11:33 -07:00
Dianne Hackborn
85710167c6 Make running services show dependent processes.
And other various improvement and cleanup.

Change-Id: I0a33ab2876c8f409cd3cfecbbac574563ef1a162
2009-09-10 12:08:53 -07:00
Hung-ying Tyan
386d7a004f am 6cdd5e8b: am f71c8b40: Add install-cert-from-sdcard in Security settings
Merge commit '6cdd5e8bc41b92fc8b56f38332f2b8bd9ff2bb66'

* commit '6cdd5e8bc41b92fc8b56f38332f2b8bd9ff2bb66':
  Add install-cert-from-sdcard in Security settings
2009-09-10 09:23:24 -07:00
Hung-ying Tyan
6cdd5e8bc4 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
2009-09-10 02:06:34 -07:00
Hung-ying Tyan
f71c8b40b5 Add install-cert-from-sdcard in Security settings
Also:
* Resume keystore states in SecuritySettings.onResume().
* Use action strings defined in CertTool and Keystore.
2009-09-10 12:50:10 +08:00
Jean-Michel Trivi
2da4c0a6f6 am 23c24f87: am 18cd4093: Merge change 24440 into eclair
Merge commit '23c24f87914da3cc798e2fb3b2b08898d89acb49'

* commit '23c24f87914da3cc798e2fb3b2b08898d89acb49':
  Fix bug 2078454 where clicking on Settings in the Home menu would
2009-09-09 16:31:28 -07:00
Jaikumar Ganesh
5fb6c592de am c9311040: am 6ee7dd09: Merge change 24435 into eclair
Merge commit 'c93110409c05bef4be5428ef36099a586828cbb2'

* commit 'c93110409c05bef4be5428ef36099a586828cbb2':
  Fix display strings and enter passkey handling.
2009-09-09 16:31:11 -07:00
Nick Pelly
bbcf1a7812 am 8a6730df: am 843b4ee1: Merge change 24276 into eclair
Merge commit '8a6730df320b2fa10ac11ea1aad06d85bbed31e4'

* commit '8a6730df320b2fa10ac11ea1aad06d85bbed31e4':
  Update application for Bluetooth API change: deprecation of BluetoothError.
2009-09-09 16:28:37 -07:00
Nick Pelly
e8058e18ac am 3b83477f: am 1e451997: Merge change 24230 into eclair
Merge commit '3b83477fe391ea6b9eb6ff783283a3f3002e8e7a'

* commit '3b83477fe391ea6b9eb6ff783283a3f3002e8e7a':
  Update application for Bluetooth API change.
2009-09-09 16:28:20 -07:00
Marco Nelissen
cc233b22b5 am 8080d6a2: am 620e5f9c: Remove logging.
Merge commit '8080d6a2ceb10b1050fd5663ef0950be55ee8802'

* commit '8080d6a2ceb10b1050fd5663ef0950be55ee8802':
  Remove logging.
2009-09-09 16:27:55 -07:00
Jean-Michel Trivi
23c24f8791 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
2009-09-09 15:42:27 -07:00
Android (Google) Code Review
18cd409301 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().
2009-09-09 18:38:11 -04:00
Jean-Michel Trivi
58ea43acf9 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().
2009-09-09 15:20:56 -07:00
Jaikumar Ganesh
c93110409c am 6ee7dd09: Merge change 24435 into eclair
Merge commit '6ee7dd09138363737805ae1e6e93649959c6ab83' into eclair-plus-aosp

* commit '6ee7dd09138363737805ae1e6e93649959c6ab83':
  Fix display strings and enter passkey handling.
2009-09-09 15:14:00 -07:00
Android (Google) Code Review
6ee7dd0913 Merge change 24435 into eclair
* changes:
  Fix display strings and enter passkey handling.
2009-09-09 18:06:30 -04:00
Jaikumar Ganesh
67efa271bb Fix display strings and enter passkey handling. 2009-09-09 15:03:24 -07:00
Nick Pelly
8a6730df32 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.
2009-09-09 11:39:11 -07:00
Android (Google) Code Review
843b4ee178 Merge change 24276 into eclair
* changes:
  Update application for Bluetooth API change: deprecation of BluetoothError.
2009-09-09 14:34:52 -04:00
Nick Pelly
3b83477fe3 am 1e451997: Merge change 24230 into eclair
Merge commit '1e4519979b32957698a6825eb6eb61bd85dd7370' into eclair-plus-aosp

* commit '1e4519979b32957698a6825eb6eb61bd85dd7370':
  Update application for Bluetooth API change.
2009-09-09 11:34:26 -07:00
Android (Google) Code Review
1e4519979b Merge change 24230 into eclair
* changes:
  Update application for Bluetooth API change.
2009-09-09 14:30:26 -04:00
Marco Nelissen
8080d6a2ce am 620e5f9c: Remove logging.
Merge commit '620e5f9c05a3ef5d29d8bf6a220882c3ff32fb4e' into eclair-plus-aosp

* commit '620e5f9c05a3ef5d29d8bf6a220882c3ff32fb4e':
  Remove logging.
2009-09-09 10:59:53 -07:00
Eric Fischer
721a646013 am 76872f5a: (-s ours) am 140fb90a: Import revised translations. DO NOT MERGE
Merge commit '76872f5a12e3f697a90c08bc717918fa7469d265'

* commit '76872f5a12e3f697a90c08bc717918fa7469d265':
  Import revised translations.  DO NOT MERGE
2009-09-09 10:58:07 -07:00
Marco Nelissen
620e5f9c05 Remove logging. 2009-09-09 09:06:40 -07:00
Nick Pelly
f4779354b3 Update application for Bluetooth API change: deprecation of BluetoothError. 2009-09-08 17:49:57 -07:00
Eric Fischer
76872f5a12 am 140fb90a: Import revised translations. DO NOT MERGE
Merge commit '140fb90a5cfc6e146e006350edfb41a9978ad105' into eclair-plus-aosp

* commit '140fb90a5cfc6e146e006350edfb41a9978ad105':
  Import revised translations.  DO NOT MERGE
2009-09-08 17:09:19 -07:00
Eric Fischer
140fb90a5c Import revised translations. DO NOT MERGE 2009-09-08 16:55:50 -07:00
Nick Pelly
ca564d6bda Update application for Bluetooth API change. 2009-09-08 16:24:03 -07:00
Jean-Baptiste Queru
9966e02941 am 54fa2be7: merge from open-source master
Merge commit '54fa2be765f6ae4cdc26ea7542d69924f58c59c4'

* commit '54fa2be765f6ae4cdc26ea7542d69924f58c59c4':
2009-09-04 11:06:28 -07:00
Jean-Baptiste Queru
54fa2be765 merge from open-source master 2009-09-04 07:51:26 -07:00
Dianne Hackborn
b0c72700e0 am b7558f37: am 76315391: Improve running services to services managed by the system.
Merge commit 'b7558f3700c6588e323975af2c24cd7f18ba007a'

* commit 'b7558f3700c6588e323975af2c24cd7f18ba007a':
  Improve running services to services managed by the system.
2009-09-03 14:44:18 -07:00
Dianne Hackborn
b7558f3700 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.
2009-09-03 14:42:34 -07:00
Jean-Baptiste Queru
2044959bcf merge from donut 2009-09-03 14:13:16 -07:00
Dianne Hackborn
76315391f0 Improve running services to services managed by the system.
Also a little tweak to the animations preference.

Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202
2009-09-03 13:33:55 -07:00
Jean-Michel Trivi
c67b4db9ed am 089e08d8: am 5b41931e: Merge change 23701 into eclair
Merge commit '089e08d8c9b323064a75434a68dd76bbbcddbe9f'

* commit '089e08d8c9b323064a75434a68dd76bbbcddbe9f':
  Fix bug 2088099 where the TTS example doesn't play in the Settings app
2009-09-03 09:53:13 -07:00
Jean-Michel Trivi
089e08d8c9 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
2009-09-03 09:22:38 -07:00
Android (Google) Code Review
5b41931e1f 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).
2009-09-03 09:20:15 -07:00
Jean-Michel Trivi
e8e23db707 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).
2009-09-02 15:48:32 -07:00
Michael Chan
3f81e6579d am 476331d9: am 39ec5813: Merge change 23699 into eclair
Merge commit '476331d9ec0b0f700e79d04873c75d788a946cb8'

* commit '476331d9ec0b0f700e79d04873c75d788a946cb8':
  b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.
2009-09-02 15:39:00 -07:00
Michael Chan
476331d9ec 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.
2009-09-02 15:36:14 -07:00
Android (Google) Code Review
39ec58134d Merge change 23699 into eclair
* changes:
  b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.
2009-09-02 15:34:31 -07:00
Michael Chan
d3da3379a4 b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off. 2009-09-02 15:20:07 -07:00
Michael Chan
6a31073a39 am 054509a8: 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 '054509a8d420feac2b12c1aa46354dd6840505e1'

* commit '054509a8d420feac2b12c1aa46354dd6840505e1':
  b/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed.
2009-09-02 14:13:38 -07:00
Michael Chan
054509a8d4 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.
2009-09-02 14:11:57 -07:00
Michael Chan
77395cc39c 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)
2009-09-02 12:30:05 -07:00
Michael Chan
721022cf5d am ae651048: am 684736a9: b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
Merge commit 'ae651048122fa3bccabf2978851cf79ed0a77750'

* commit 'ae651048122fa3bccabf2978851cf79ed0a77750':
  b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
2009-09-01 19:11:51 -07:00
Michael Chan
ae65104812 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"
2009-09-01 19:09:28 -07:00