Amith Yamasani
8cb751b05a
Tie the lockscreen sounds with the ringer volume.
...
Actual volume is a ratio of the ringer volume and drops along with
but slower than the ringer volume, so that at lowest ringer volume,
the lockscreen sounds are still somewhat audible.
Don't start the sounds if the ringer is muted.
Bug: 5394473
Change-Id: Ifcf242b3198b4ec8f12334e26ec23ebf05a96b83
2011-09-30 17:14:18 -07:00
Chia-chi Yeh
9f3bd386aa
Merge "SipService: handle connectivity changes correctly."
2011-09-30 17:12:49 -07:00
Russell Brenner
b76b3b1c81
Center box text vertically
...
Apply Gravity.CENTER_VERTICAL for single-line editable text
Bug: 5267547
Change-Id: Ie81354214e6eb97554d1f9e8e47377a2b0e73df6
2011-09-30 17:03:32 -07:00
Teng-Hui Zhu
bcb14ce1fc
Compiling issue fix since SurfTex header changed.
...
Change-Id: I7790626d287d4b44cd9d9fc9f902237b6d059678
2011-09-30 16:59:19 -07:00
Chia-chi Yeh
ee59e6a9fc
SipService: handle connectivity changes correctly.
...
This patch assumes that for the same network type,
there MUST be a DISCONNECTED between two CONNECTEDs.
Also removes the Wi-Fi scanning since the framework
already handles this when a WifiLock is held.
Bug: 4283795
Change-Id: I08481e70c651cffcbb516c8cc6584c919078fa4f
2011-09-30 16:46:30 -07:00
Michael Jurka
7daf95d552
Fixing accessibility support in Recent Apps
...
- also switching "Recent applications" to "Recent apps" as per our new language guidelines
Change-Id: Ib625429ad22ce75ede782d59c0f45894d00c8502
2011-09-30 16:44:01 -07:00
Eric Fischer
6b804a9dd0
Merge "Import revised translations."
2011-09-30 16:38:53 -07:00
Eric Fischer
d3530ac774
Import revised translations.
...
Change-Id: Ic8e228878fde375b90797c6e344fcb3114180f1d
2011-09-30 16:32:04 -07:00
Adrian Ludwig
3fd8275c0a
Merge "Update existing security FAQ and Developer Overview"
2011-09-30 15:46:41 -07:00
Jamie Gennis
94309e3fc7
Merge "SurfaceTexture: parameterize the texture target"
2011-09-30 15:28:46 -07:00
Scott Main
44c7968acd
docs: fix wacky markup bug caused by lack of sentence terminator
...
Change-Id: Ibb8b57c176f026bb1ea573a545036d2bc91955e4
2011-09-30 15:25:14 -07:00
Jamie Gennis
8606fefa21
SurfaceTexture: parameterize the texture target
...
This change adds a hack to allow Android Browser to use a SurfaceTexture
to stream RGBA images to a GL_TEXTURE_2D texture object.
Change-Id: Idb90064d5d4b920959ef3be7451362ac5012460e
2011-09-30 14:19:41 -07:00
Fabrice Di Meglio
717060b076
Improve TextLayoutCache performances a bit
...
- the gain is about 5% and the timing is more stable
- use compare_type() and strictly_order_type()
Change-Id: Iab81869a8ba461ce786a468b6c59b8f34e8db838
2011-09-30 14:08:25 -07:00
The Android Open Source Project
c8f68e5c7f
Reconcile with ics-factoryrom-release
...
Change-Id: I0b476b0f30ab6e5747e67ab667fef7231b171787
2011-09-30 13:24:24 -07:00
The Android Automerger
f630839d34
merge in ics-factoryrom-release history after reset to ics-factoryrom
2011-09-30 13:12:46 -07:00
Steven Ross
97758c48cd
Merge "Moving fallback check code to Settings"
2011-09-30 13:08:29 -07:00
Ying Wang
f260103fbf
Merge "Correction the use of SMALLER_FONT_FOOTPRINT"
2011-09-30 13:02:55 -07:00
Steven Ross
3553c296c0
Moving fallback check code to Settings
...
Change-Id: Ife924771d7bfedc6eccc6817172a699569560025
2011-09-30 15:48:40 -04:00
Gilles Debunne
845d9c7f7e
Bug 5327547: re-check word after it (may) have been added to user dictionary.
...
Change-Id: Id4f32477c3368a140883dd34c97578aab46b04db
2011-09-30 11:24:53 -07:00
Gilles Debunne
176cd0d3b4
Bug 5384674: When only one suggestion is returned, it is displayed twice
...
Two separate issues here:
- The results of the spell checker may be identical to the one set by the IME. Since
we merge the spans, the entries are duplicated. Filter spell checker results to avoid
these duplicates.
- When the text is saved on rotation, the spans are saved and restored. Since we start
a new spell check when the window is attached, it also doubles the size.
Change-Id: I21e1a5ae1b264bc97f44d762e4589bf520c6c19c
2011-09-30 11:19:02 -07:00
Marco Nelissen
ce0a7ade96
Merge "Remove Ringtone.setWakeMode, it's not needed."
2011-09-30 11:13:39 -07:00
Andreas Huber
cb52d012e9
Merge "Gracefuly return on detecting wrong AAC format from corrupted files"
2011-09-30 11:13:21 -07:00
Steven Ross
d42825f40e
Merge "calling back SetupFaceLock to clean up temporary gallery"
2011-09-30 11:08:47 -07:00
Gilles Debunne
eba3d92341
Merge "Bug 5384675: Color in add to dictionary"
2011-09-30 10:58:30 -07:00
Gilles Debunne
9fb46925d3
Merge "Bug 5384535: Underline for typo even if there are no suggestions"
2011-09-30 10:58:10 -07:00
Gilles Debunne
5b92a451c0
Merge "Bug 5254884: suggestions are no logner copied in the clipboard"
2011-09-30 10:58:01 -07:00
Gilles Debunne
67ed574cdb
Merge "Bug 5250788: EditText gets slower has the entered text gets longer"
2011-09-30 10:57:51 -07:00
Gilles-Arnaud Bleu-Laine
9a6ed36ba5
Gracefuly return on detecting wrong AAC format from corrupted files
...
Return BAD_VALUE error upon detection of wrongly formatted files.
The client should abort the initialization upon error detection.
The current CHECK() interrupts the configurecodec() preventing a graceful
exit.
Change-Id: Ic79313fa76a63284897df5d91635de87d06f3100
Signed-off-by: Gilles-Arnaud Bleu-Laine <gilles@ti.com>
2011-09-30 10:46:12 -07:00
Gilles Debunne
c2deadc9f3
New underline color for the Voice recognized suggestions
...
Change-Id: Icb863942e7c11caca7384deca5c59866d4668256
2011-09-30 10:43:43 -07:00
repo sync
df4a97ede4
am 8b42fcef: Fix wifi data activity icons
...
* commit '8b42fcef5ac33d94b76e3002861d4ea4081a6a4f':
Fix wifi data activity icons
2011-09-30 10:21:53 -07:00
Gloria Wang
289d93ab3f
Merge "Wait for some time before stopping the media recorder. Fix for bug 5239001."
2011-09-30 10:17:37 -07:00
repo sync
8b42fcef5a
Fix wifi data activity icons
...
Bug: 5393252
Change-Id: I6ca650b4f722b2c8cc4d17b1bc6ec2f2c0b7e10d
2011-09-30 10:14:38 -07:00
Gloria Wang
627f445a23
Wait for some time before stopping the media recorder.
...
Fix for bug 5239001.
Change-Id: Ifa18a404e8568cced88a93b8d1a7125875aadb15
2011-09-30 10:05:33 -07:00
repo sync
df73a55870
Merge "Fix wifi data activity icons"
2011-09-30 09:57:51 -07:00
repo sync
82afa6e61e
Merge "Fix IPv6 on wifi"
2011-09-30 09:57:36 -07:00
Mark Wagner
ff1ea0dc53
Merge "bugfix 5381702 MMS app puts temporary files on sdcard in wrong location"
2011-09-30 09:55:10 -07:00
Daniel Sandler
bcf6ef0b82
Fix contentDescriptions in status bar.
...
- Strings for signal strength
- Strings for the clear-all-notifications button
- Adjust phrasing for the clear-one-notification button
- Adjust phrasing for the settings button
Bug: 5285136
Bug: 5325056
Change-Id: I489e49f3b3d88a6b599ababe68d0535302eb0ae2
2011-09-30 12:48:35 -04:00
Xavier Ducrohet
58b9157549
Merge "LayoutLib: Fix native delegate for Display."
2011-09-30 09:41:35 -07:00
Wei Huang
51e6e3f2ef
Merge "Convert content type "image/jpg" to "image/jpeg"."
2011-09-30 09:23:03 -07:00
Kenny Root
83a5926ee3
Merge "Add DUMP permission checks to services"
2011-09-30 08:57:43 -07:00
repo sync
ecc430e9f5
Fix wifi data activity icons
...
Bug: 5393252
Change-Id: I6ca650b4f722b2c8cc4d17b1bc6ec2f2c0b7e10d
2011-09-30 07:57:50 -07:00
Daniel Sandler
1402bb1901
Merge "Add carrier info back to notification drawer."
2011-09-30 07:48:51 -07:00
Daniel Sandler
d88110d27e
Merge "Bring back nyandroid ADB icon."
2011-09-30 07:48:43 -07:00
The Android Open Source Project
0d3451261d
Reconcile with ics-factoryrom-release
...
Change-Id: Ia9dffe4458e064a55878e989ba73763158e008fe
2011-09-30 07:09:59 -07:00
satok
3e21c99f10
Merge "Fix a logic to recconect IME in InputMethodManagerService"
2011-09-30 03:31:35 -07:00
satok
59b424c3b6
Fix a logic to recconect IME in InputMethodManagerService
...
Bug: 5380216
Change-Id: I7af67265eebbd28f002210d7ac90dd18f1858f66
2011-09-30 19:26:01 +09:00
satok
594cb47654
Merge "Use user's settings for the spell check language instead of the system locale"
2011-09-30 01:52:40 -07:00
satok
70deff4c10
Use user's settings for the spell check language instead of the system locale
...
Bug: 5390462
Change-Id: Ia2a3981cb93f451646debe5ee6b037313825cf9f
2011-09-30 17:49:40 +09:00
Luca Zanolin
af43add388
Merge "The x and y position of the pop-up where not calculated correctly when the text view had internal scrolling."
2011-09-30 01:01:35 -07:00
Owen Lin
e29288629d
Convert content type "image/jpg" to "image/jpeg".
...
"image/jpg" is not a valid mimetype while "image/jpeg" is.
So change it to "image/jpeg" to increase the compatibillity with other
Apps in android. (e.g., Gallery)
bug: 5342561
Change-Id: Ia37433e35482492b7226c87a670bef3399ac4bb6
2011-09-30 15:26:34 +08:00