- 31 Aug, 2012 2 commits
-
-
Jan Bjernler authored
Make DRM-protected files transferred over MTP be detected. Previously it was inserted into the database as MEDIA_TYPE_NONE, the result of this was that the file was not detected properly. With this fix the file is scanned from the beginning. Change-Id: Idf17d39e3d529394cd4a03d71fb250e69b395533
-
Wink Saville authored
-
- 30 Aug, 2012 5 commits
-
-
Dianne Hackborn authored
-
Jean-Baptiste Queru authored
-
John Reck authored
-
rikard dahlman authored
If the watchdog detects a problem the system server process is killed, that is followed by a crash. Because the crash is done after the system server process is killed, the crash don't contain info about the system server. This improvement will make sure that the system is crashed before the system server process is killed. Behavior is only changed for eng and userdebug builds. Change-Id: I9f1c8fd8b03d0114032ed44fb582705ad0b49733
-
Johan Redestig authored
The AlertDialog creates in onSavePassword method leaks if WebViewClassic is destroyed when the dialog is shown. Change-Id: I81f20e1dd138467a6413766c0a081b389b334ae0
-
- 29 Aug, 2012 8 commits
-
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Irfan Sheriff authored
-
Irfan Sheriff authored
Bug: 7072467 Change-Id: I8aafd5cee1055463aeda26ad313071cfe4e335c6
-
Michal Stawinski authored
In some cases bitmap's pixels where freed during encoding, which caused a null pointer dereference. This fix makes sure that underlaying buffer is locked for the whole process of compression. Change-Id: I0ac56821f5d333072271dc2670fa30f1562adfa3
-
Erik Ljungberg authored
Creates a defult.xml setting for WiFi sleep policy. It is now possible, through device overlays, to change the default sleep policy to e.g. never in order to improve user experience of WiFi. Change-Id: Ie459b8e70fdbc7c605452fe0692d7bc26460e939
-
Johan Redestig authored
Using regular string concatenation to avoid unexpected results in some locales. Change-Id: I47dd5e174c4a2e88dc18e014002820cdbf63fcad
-
- 28 Aug, 2012 4 commits
-
-
Daniel Sandler authored
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
Merge "[Audio]Press camera button during Http live Audio playing, then return Browser, DUT display abnormal."
-
Irfan Sheriff authored
-
- 27 Aug, 2012 6 commits
-
-
Dianne Hackborn authored
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Yoshihiko Ikenaga authored
Provide a new feature to use persistent group at default. In the normal connect sequence, if the persistent profile has been stored, try to use it. Otherwise, a new persistent group is created. If the persistent profiles are stored over 32, an old profile is deleted automatically. Change-Id: Iccb9fa044f1907f0818cd259275e1675f4c3e222 Signed-off-by:
Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
-
Johan Redestig authored
Dont use the default String.format in setCaptureRate as it is both locale unsafe and less efficient than regular string concatenation in this case. Change-Id: I29418ec0352ef8c79967592b6eb8ff66cc9c99f0
-
Steve Pomeroy authored
All variations of getRelativeTimeSpanString() now properly handle dates that are in the future. Prior, the version used by getRelativeDateTimeString() would occasionally show the time instead of a date when the future date was the same weekday as the current weekday. This resulted in the time output being duplicated, eg.: "11:23, 11:23" Change-Id: If20972a6942cce792fa233437f94dedfb71379f3 Signed-off-by:
Steve Pomeroy <steve@staticfree.info>
-
- 23 Aug, 2012 8 commits
-
-
Wink Saville authored
-
Dianne Hackborn authored
-
Alex Yakavenka authored
Change-Id: I1a666973dd23f510a0cce60ef7db462728717fc0
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Johan Rosengren authored
When handling MotionEvents, the method findPointerIndex can return -1 if the current pointer id can't be translated to a pointer index. Some views are not handling this, which will lead to an out-of- index crash. In 2585e9bd there were checks added, this change adds some more. Change-Id: I93ce2420afd83a06b689a1ed35ead7d170cd68f1
-
Masanori Ogino authored
The tokenOffsets is the offset from trimed contentLine. But it is used in substring as the offset from un-trimed contentLine. How to reproduce bug (ICS and before): 1. Add a contact record with name and a phone number (ex. 090-1111-2222) 2. Search by "0" in Contacts app 3. Contacts shows a wrong number something like "0900111102222" Change-Id: I1e1cb2f3bd135d98e1573a50aa6ddc021af35b9f
-
- 22 Aug, 2012 6 commits
-
-
Arik Nemtsov authored
Disregard auth failure events during WPS connection. The EAP sequence is retried several times, and there might be failures (especially for wps pin). We will get a WPS_XXX event at the end of the sequence anyway. Without this change, the SupplicantStateTracker class will disable the WPS network we are connecting to after 2 failed authentication events. Then, even if WPS succeeds, we will never connect to the selected network. Change-Id: I57c8e508bfd738405b7f2c2c2325df7838e1b4af Signed-off-by:
Arik Nemtsov <arik@wizery.com> Signed-off-by:
Vishal Mahaveer <vishalm@ti.com>
-
Stephen Hines authored
-
Irfan Sheriff authored
-
Irfan Sheriff authored
-
Jean-Baptiste Queru authored
-
Chih-Wei Huang authored
It's possible that the mac address is null (getMacAddress() of WifiNative.java). In this case system_server will crash like: E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: WifiWatchdogStateMachine E AndroidRuntime: java.lang.NullPointerException E AndroidRuntime: at android.net.arp.ArpPeer.<init>(ArpPeer.java:57) E AndroidRuntime: at android.net.wifi.WifiWatchdogStateMachine.doArpTest(WifiWatchdogStateMachine.java:866) Check the mac address before parsing to avoid crashing. Change-Id: I5d4205c04d479a3a2837172c6382816ea4bf74d6
-
- 21 Aug, 2012 1 commit
-
-
Dianne Hackborn authored
-