- 12 Sep, 2012 2 commits
-
-
Jean-Baptiste Queru authored
* commit '5c09d605': Fix CacheBitmap crash issue when using H/W UI rendering
-
Jean-Baptiste Queru authored
-
- 11 Sep, 2012 6 commits
-
-
Robert Greenwalt authored
* commit '2415841c': EthernetDataTracker: indicate link up based on flags
-
Robert Greenwalt authored
-
Vishal Mahaveer authored
Indicate link up state based on flags/interface up, and not on IP address. This is for ethernet interfaces that already exists. Change-Id: Ib342d519c483bbb2dfa08cfac2c0c1a288cee7c0 Signed-off-by:
Vishal Mahaveer <vishalm@ti.com>
-
Wink Saville authored
* commit 'ba3cf72a': Telephony: Clarify IccCardConstants.State enum
-
Wink Saville authored
-
Jun Tian authored
Avoid to access invalid index in CacheBitmap. That will cause the android SDK image cannot be booted up with H/W GL enabling. This patch is required by both ARM and x86 SDK system image. Change-Id: I705b7f06915a2338a2f94509486344bfd92b4bfb Signed-off-by:
Jun Tian <jun.j.tian@intel.com> Signed-off-by:
Jackie Wu <jackie.wu@intel.com> Signed-off-by:
Liang Chen <liang.l.chen@intel.com> Signed-off-by:
Panfeng Chang <panfengx.chang@intel.com>
-
- 09 Sep, 2012 3 commits
-
-
Elliott Hughes authored
* commit 'bfe1ab82': Fix aapt to get expat header files from the approved location.
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Ic7c796e048cfe98ee355c18b3708fee5ea716e2e
-
- 06 Sep, 2012 4 commits
-
-
Jean-Baptiste Queru authored
* commit 'bf3e62b8': Make SimpleSessionDescription locale safe
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
* commit 'bb60bc26': Musicplayer application can not display DRM files of internal storage.
-
Jean-Baptiste Queru authored
-
- 05 Sep, 2012 7 commits
-
-
Jean-Baptiste Queru authored
* commit '380a8e3d': Am: Clean mLaunchingProviders of all providers started by the client
-
Jean-Baptiste Queru authored
* commit '1ca2fee9': Make default value of auto-sync in SyncStorageEngine configurable
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
* commit '42a58ecd': Revert "Watchdog: Improvement of debuggability"
-
Jean-Baptiste Queru authored
-
Alex Yakavenka authored
Change-Id: I57c6704dbefbcca5d1c6b28e72f0fb80bdbea7fc
-
- 04 Sep, 2012 4 commits
-
-
Jean-Baptiste Queru authored
This reverts commit 9211b13c.
-
Jean-Baptiste Queru authored
* commit 'b307ceb4': SearchWidget: passing APP_DATA to voice intent
-
Jean-Baptiste Queru authored
-
Vairavan Srinivasan authored
Launching providers is removed from mLaunchingProviders when the client process dies and works as long as the client process had requested just one provider and not otherwise. Fix is to make sure mLaunchingProviders is updated to remove all providers launched by the client process. Change-Id: Ib4b8b44b6a102762a6558f65fb2e6dbf11d725ea
-
- 03 Sep, 2012 1 commit
-
-
Yameng Huang authored
This will make the default value of the automatic synchronization in the SyncStorageEngine configurable with overlays for use by vendors who want or have legal requirements to have the synchronization off by default. Change-Id: Iabdb355c4a1169fe8e254e91c43e162c5913d5e0
-
- 02 Sep, 2012 1 commit
-
-
Jorge Ruesga authored
SearchView uses SearchManager.APP_DATA to pass data between the origin activity and the search activity. This works for text searches (keyboard), but it's not implemented by voice recognition searches. The method createVoiceAppSearchIntent initializes a empty bundle that is filled with the QUERY parameter. This patch adds the SearchManager.APP_DATA parameter if is present, let the search activity access to the data passed by the origin activity Patch 2: Fix code style Change-Id: I52dce34e1efd07a30ad74d52bfc60fbae1c4310b
-
- 31 Aug, 2012 3 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
* commit '0dab1a19': Fix code problem in writePidDns
-
Wink Saville authored
-
- 30 Aug, 2012 8 commits
-
-
Dianne Hackborn authored
* commit '4b60a8d1': Added check of ActivityInfo launch mode when starting activity.
-
Dianne Hackborn authored
-
Jean-Baptiste Queru authored
* commit '60d1e1a0': Watchdog: Improvement of debuggability
-
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 1 commit
-
-
Jean-Baptiste Queru authored
* commit '7fecf5f4': Make addAddress locale safe
-