57319 Commits

Author SHA1 Message Date
Gilles Debunne
87a4d87ecf Merge "Bug 5218421. Spell check crash with Japanese characters" 2011-08-26 13:28:28 -07:00
Scott Main
9fe4459797 docs: fix vendor ids
Change-Id: I8f1d4c657fb974b87b56dd859aac8b5312025160
2011-08-26 12:42:49 -07:00
Jake Hamby
463f221145 Add ISIM application support for LTE devices.
- Add methods to TelephonyManager to provide access to IMS records on
  the ISIM application of the UICC, as well as access to the ISIM
  AKA authentication algorithm.

- Add support for the new IMS methods to CDMALTEPhone, using the helper class
  ImsUiccRecords to load the IMS records from the ISIM. The same approach
  can be used to implement IMS support for UMTS/LTE devices.

- There is a new RIL request, RIL_REQUEST_ISIM_AUTHENTICATION, which is
  used to perform IMS AKA authentication using the algorithm on the ISIM
  application of the UICC. The challenge nonce and response are both encoded
  as Base64 strings.

Change-Id: I73367c7d9bc573d0d883d68adf09891de1319129
2011-08-26 12:33:11 -07:00
Daniel Sandler
829559d284 Merge "Stop spamming the user with unchanged tickers." 2011-08-26 12:11:32 -07:00
Jean-Michel Trivi
6e679d5a53 Don't try to rescale when no bitmap in RemoteControlClient
If a RemoteControlClient has a null artwork, do no attempt to
 rescale the bitmap, it's ok to send a null bitmap to the
 IRemoteControlDisplay.

Change-Id: I8332ccfcf18107ea0b41d4e7fa232d7f68798efc
2011-08-26 11:57:42 -07:00
Scott Main
9ebea5bd41 Merge "docs: update device doc with missing changes from hc mr2" 2011-08-26 11:56:54 -07:00
Isaac Levy
8136de08ff Fixed WifiWatchdog notification bugs
- Space was truncated on 'disabled' notification
- Disable reason was getting wiped out on subsequent disabled
- disable reason was not propogating to WifiSettings

Change-Id: I2e57ee33d285aad39aabe1b048e7436d364b02f3
2011-08-26 11:55:33 -07:00
Scott Main
692249286b docs: update device doc with missing changes from hc mr2
Change-Id: I655897d8a7780e4ecf400d5dc9156539133b542e
2011-08-26 11:55:23 -07:00
Andreas Huber
b59997f7ce Merge "Properly reset the number of frames we think we've written to the audio sink" 2011-08-26 11:35:33 -07:00
Scott Main
093d0f0190 Merge "docs: typo" 2011-08-26 11:32:02 -07:00
Scott Main
a84b5cdf00 Merge "docs: add pegatron vendor ID and driver download link" 2011-08-26 11:31:43 -07:00
Scott Main
f0dd587170 docs: typo
Change-Id: Icf9c9ae5a97a36cf6fb2d0c648576c4a730b7c36
2011-08-26 11:30:56 -07:00
Andreas Huber
9ba16f6c54 Properly reset the number of frames we think we've written to the audio sink
in order to compute the final delay before posting end-of-stream correctly.

Change-Id: I4ff6d7142fdf1ea2d19d12ec78c1e84322d22e5f
related-to-bug: 5216930
2011-08-26 11:26:25 -07:00
John Reck
f4565a91a5 Merge "After calling loadData invalidate the content" 2011-08-26 11:15:29 -07:00
Robert Ly
e6dd9eec8c cherrypick from hc-mr2 Change-Id: Iab16cc2be71d6f19569c3c2ea716121922ec8325
Change-Id: I31afca60ef35c8334f61ae407eb32f9c74b78a5b
2011-08-26 11:05:44 -07:00
Wink Saville
d0b6ad9ec9 Merge "Allow 15 strings in RIL_REQUEST_VOICE_REGISTRATION_STATE response" 2011-08-26 10:33:15 -07:00
Naveen Kalla
f976cf25f9 Add timezone to the terminal response for provide local information command
If timezone is sent in the NITZ message it needs to be part of the
terminal response sent to the provide local information command for
Date and time Setting. This is as per TS 31.111 section 6.4.15/ETSI TS 102 223
and 3GPP spec 22.042.

Change-Id: I3516911223bd5655dbe8189bba307f0765c63fa1
2011-08-26 10:14:11 -07:00
Gilles Debunne
d6e3494421 Bug 5218421. Spell check crash with Japanese characters
The word iterator returns no word in that case, and this is not
supported by TextInfo.

Change-Id: Iaf31c58638c02d3cdc7b88bc0d1201e793e84f17
2011-08-26 10:13:18 -07:00
Daniel Sandler
2a58af3756 Stop spamming the user with unchanged tickers.
Bug: 5217613
Change-Id: I63e9a9853803ff770155f1c69e09e5d3e57f2abf
2011-08-26 09:39:13 -07:00
Justin Ho
fdfbbf62e6 New alarm clock for Phone stat_sys area
Change-Id: I7eae1f87afdd92f7979ab03db9f96273edaf7a72
2011-08-26 08:51:27 -07:00
Narayan Kamath
2a0518cd1d Don't allow TTS engines to synthesize too for ahead.
For each synthesis request, we inspect the number of
bytes of audio that have not been written to the mixer yet
and if that is above a certain threshold (currently 500ms),
we block the synthesis thread.

bug:5214603
Change-Id: I24c64c48466bdb96ce47b34cee7da2523ee5f0eb
2011-08-26 15:40:11 +01:00
Daniel Sandler
298d975049 Merge "Righting a wrong." 2011-08-26 07:16:06 -07:00
satok
7926f62a07 Fix newSpellCheckerSession
Change-Id: Ia862dba70666c69b81d18836561b7e9a1c2d81b3
2011-08-26 21:13:35 +09:00
satok
f39daef102 Reset subtype when the current spell checker was changed.
Change-Id: I79099695337dbc5577871458b24c6710fc0ecca7
2011-08-26 19:54:27 +09:00
satok
ca6d29da77 Merge "Support system locale as the locale of the spell checkers" 2011-08-26 02:55:06 -07:00
satok
b387954a92 Support system locale as the locale of the spell checkers
Bug: 5212035

Change-Id: I18d27e54b936cc7f4d6cc3c7100bce57f77f8f9f
2011-08-26 18:35:58 +09:00
satok
bc81b692d5 Do not show auxiliary subtypes on the lock screen
Change-Id: Id7cf5d122968790ba6d75d3b047d45ea99e4d0f6
2011-08-26 16:22:22 +09:00
satok
fbedf1a397 Fix NPE in setCurrentSpellCheckerSubtype
Change-Id: I9fce999f91dcccd2f877a0326c4f2e3ac9024f85
2011-08-26 16:00:23 +09:00
Daniel Sandler
5a4d75208e Righting a wrong.
Change-Id: I4265624b664813b912d463787db2c6ecd92b81fe
2011-08-25 23:42:58 -07:00
satok
2388a7ba62 Add getServiceInfo to SpellCheckerInfo
Change-Id: I11634b88cf65182465869b131cfdcc8815e74965
2011-08-26 14:35:09 +09:00
satok
c714531952 Add getDisplayName to SpellCheckerSubtype
Change-Id: Ic4d1f494a1fb67eda73ffc8e3be1caf690a602ce
2011-08-26 14:04:46 +09:00
Jesse Wilson
10975366be Merge "Fix preloaded classes for the emulator." 2011-08-25 21:38:12 -07:00
satok
4bc554b371 Merge "Fix setCurrentSpellCheckerSubtype" 2011-08-25 21:34:44 -07:00
Jesse Wilson
62c670fad7 Fix preloaded classes for the emulator.
Bug: http://b/5216395

Change-Id: I36f406e97d45bc4d50a4fd1ebeb880cf0eead7f2
2011-08-25 23:51:56 -04:00
satok
3cb5b39a0e Fix setCurrentSpellCheckerSubtype
Change-Id: Ib42a3b4377b8700ceaf4b7e13150848464d073c1
2011-08-26 12:39:42 +09:00
Fabrice Di Meglio
7810b5f8cf Fix bug #5199577 TextView with android:password="true" is showing the "dots" on the left even if the password chars are RTL
- force TextView to LOCALE text heuristic when in "password" mode
- remove TEXT_LAYOUT_DIRECTION_UNKNOWN_DO_NOT_USE
- LocaleUtils.getLayoutDirectionFromLocale() returns "LTR" is locale is NULL or ROOT

Change-Id: I182c46aaf2d73c8b18967fffa230bfabec91ed06
2011-08-25 18:43:37 -07:00
Mathias Agopian
3efc794f85 Merge "fix logging of eglMakeCurrent() errors" 2011-08-25 18:40:31 -07:00
Mathias Agopian
ca07e34f13 fix logging of eglMakeCurrent() errors
Change-Id: Ie22cabff822a8fb3186f082491234b9503b431c3
2011-08-25 18:38:24 -07:00
Jean-Michel Trivi
2daf331e68 Merge "Bug 4364249 Play position is 0 after flushing AudioTrack" 2011-08-25 17:41:46 -07:00
Jean-Michel Trivi
22cb204cbb Bug 4364249 Play position is 0 after flushing AudioTrack
AudioTrack::stop() is not synchronous, so a stop() followed
 by flush(), which is synchronous, will not always report
 a playhead position of 0 after being called.
This CL adds a flag to mark a track as flushed, and report the
 correct playhead position in this state.
Bug 5217011 has been created to address the real issue in the
 future, where flush could be made synchronous, to properly
 address bug 4364249.

Change-Id: Icf989d41a6bcd5985bb87764c287f3edb7e26d12
2011-08-25 17:33:49 -07:00
Fred Quintana
d912ec64d2 Merge "add a way for the sync adapter to specify the activity that should be invoked to reach a settings screen for that sync adapter" 2011-08-25 17:30:03 -07:00
Fred Quintana
e6d60ecdf6 add a way for the sync adapter to specify the activity that should
be invoked to reach a settings screen for that sync adapter

Bug: 5204776
Change-Id: I4641067c1f0710c51f2633241a8c87bc4d568af2
2011-08-25 17:23:42 -07:00
Mathias Agopian
97c46181c7 Merge "put the watchdog values back to what they should be" 2011-08-25 17:13:59 -07:00
Mathias Agopian
cf2317ef13 put the watchdog values back to what they should be
Change-Id: I4f394248c2f4c514f74b66fde3cb69bbed9ec796
2011-08-25 17:12:37 -07:00
Paul Westbrook
6683eb2d8d Merge "Use ELAPSE_REALTIME alarm for tick event" 2011-08-25 17:07:06 -07:00
Mathias Agopian
8228e68bec Merge changes I083c4133,If904634e
* changes:
  make sure to re-initialize SurfaceTexture to its default state on disconnect
  Fix screenshots
2011-08-25 17:05:33 -07:00
Mathias Agopian
2370d0a14f make sure to re-initialize SurfaceTexture to its default state on disconnect
this caused problems where the NavigationBar would disapear or be
drawn in the wrong orientation.

Change-Id: I083c41338db83a4afd14f427caec2f31c180d734
2011-08-25 17:03:30 -07:00
Romain Guy
359ef79853 Merge "Fix crash with OpenGL wallpaper Bug #5216751" 2011-08-25 17:01:24 -07:00
Romain Guy
f929629e74 Fix crash with OpenGL wallpaper
Bug #5216751

Change-Id: Ieb2c0e3b29a0673a5127692c9740ba59c879a3c2
2011-08-25 17:00:39 -07:00
Daniel Sandler
bf446c2a2b Merge "Windowshade visual cleanups." 2011-08-25 16:54:25 -07:00