summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove SSLContextImpl.engineInit(..) that takes persistent cache argumentsBrian Carlstrom2010-09-144-13/+20
| | | | | | Bug: 2672817 Change-Id: If5f10fa16eaf5676a0c1540463759cd4e0e837de
* Merge "Fix potential crash in sync." into gingerbreadDianne Hackborn2010-09-131-1/+2
|\
| * Fix potential crash in sync.Dianne Hackborn2010-09-131-1/+2
| | | | | | | | Change-Id: I523d8faa24b7ba57dcc09cbe91b5cb91d9f6f262
* | Merge "Work on issue #2991868: A toast pops up informing users..." into ↵Dianne Hackborn2010-09-131-1/+1
|\ \ | | | | | | | | | gingerbread
| * | Work on issue #2991868: A toast pops up informing users...Dianne Hackborn2010-09-131-1/+1
| |/ | | | | | | | | | | | | | | | | ...that Market took over the screen after signing into a Google account Don't warn the user about a new activity coming up on an activity that is finishing. Change-Id: I573073139d42a485473d0c8a7df450c1a23c35c3
* | Merge "DO NOT MERGE Fix bug 2995887 - overscroll effect initialization ↵Adam Powell2010-09-131-1/+2
|\ \ | | | | | | | | | issue" into gingerbread
| * | DO NOT MERGE Fix bug 2995887 - overscroll effect initialization issueAdam Powell2010-09-131-1/+2
| |/ | | | | | | Change-Id: I03cc18616dec05eb9e0383dc02371366c70cc12b
* | Merge "Fix statusbar display of wifi signalstrength" into gingerbreadIrfan Sheriff2010-09-131-2/+1
|\ \ | |/ |/|
| * Fix statusbar display of wifi signalstrengthRobert Greenwalt2010-09-131-2/+1
| | | | | | | | | | | | | | When turning a 1d array into a 2d, be sure and adjust length-checks. bug:2995809 Change-Id: I9ff53f75958ea7808eb9f44bc05497e86f1807a2
* | Track client requests through location manager.Dianne Hackborn2010-09-1327-94/+970
|/ | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a problem where applications could ask the location manager to do very heavy-weight things (like... say... update location every minute), which would get accounted against the system instead of the application because ultimately it is the system making the heavy calls (wake locks, etc). To solve this, we introduce a new class WorkSource representing the source of some work. Wake locks and Wifi locks allow you to set the source to use (but only if you are system code and thus can get the permission to do so), which is what will be reported to the battery stats until the actual caller. For the initial implementation, the location manager keeps track of all clients requesting periodic updates, and tells its providers about them as a WorkSource param when setting their min update time. The network location provider uses this to set the source on the wake and wifi locks it acquires, when doing work because of the update period. This should also be used elsewhere, such as in the GPS provider, but this is a good start. Change-Id: I2b6ffafad9e90ecf15d7c502e2db675fd52ae3cf
* Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-137-4/+381
| | | | Change-Id: I54ded27ab85d46eef3d2cca84f2394b1ffe88ced
* Merge "DO NOT MERGE" into gingerbreadShimeng (Simon) Wang2010-09-132-11/+15
|\
| * DO NOT MERGEShimeng (Simon) Wang2010-09-132-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | Use a static variable and methods for the current WebView. sJavaBridge may not exist by the time onWindowFocusChanged is called. To avoid an NPE, just static methods that modify a global field. JWebCoreJavaBridge is a global object anyway so using a static field will be fine. To avoid any garbage collection issues, store the WebView in a WeakReference. Bug: 2908023 Change-Id: I05e9261f2c3d13c10c73c9b34f3aeea1d12a08a6
* | Merge "Fix volume problems with insert revert" into gingerbreadEric Laurent2010-09-134-57/+152
|\ \ | |/ |/|
| * Fix volume problems with insert revertEric Laurent2010-09-134-57/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use a constant input level to the reverb engine and implement volume control in the insert reverb. This avoids the volume spikes when an effect that was inserted after the reverb is disabled or removed. - Fix clicks (one silent buffer) at the end of the reverb disable period. - Modified volume management in audioflinger so that the volume ramp is also done by the insert effect if present when the track is paused (avoids clicks). - Increased room level for all presets. Also fixed problems with output stage session (-1): - effect bundle wrapper was not designed to support session -1 - the permission check in audioflinger for using session -1 failed due to a wrong usage of getCallingPid() Change-Id: Id1ff51327263364bf71d3f2668fa5cde4311d84f
* | SIP: enhance timeout and registration status feedback.Hung-ying Tyan2010-09-135-105/+156
| | | | | | | | | | | | | | http://b/issue?id=2984419 http://b/issue?id=2991065 Change-Id: I2d3b1dd3a70079ff347f7256f4684aea07847f4e
* | SIP: remove dependency on javax.sip.SipException.Hung-ying Tyan2010-09-136-10/+41
| | | | | | | | Change-Id: I77d289bef1b5e7f1ec0c0408d0bbf96c21085cd7
* | Merge "Fix PointerLocationView when pointer ids are not zero-based." into ↵Jeff Brown2010-09-121-8/+21
|\ \ | | | | | | | | | gingerbread
| * | Fix PointerLocationView when pointer ids are not zero-based.Jeff Brown2010-09-121-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | Since we support using driver-provided pointer ids (ABS_MT_TRACKING_ID) there is no guarantee that pointer ids will necessarily start from 0 or be contiguous. Change-Id: I9609b7a3bb238d7edbcbd68cc839dd6d14baf9df
* | | Make nativeLibraryDir visible in the APIKenny Root2010-09-122-2/+10
| | | | | | | | | | | | Change-Id: Ic88e76a85b0041e97b4c29c42dfa09db0356391c
* | | Support UI visibility and restarting in download manager.Steve Howard2010-09-123-2/+83
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, this change adds a column to the downloads table specifying whether a download should be displayed in the system downloads UI. It adds a public method to set this parameter when requesting a download, and a hidden method to filter queries based on this paramter (such filtering could be made public later, but it's not strictly necessary right now). Second, this change adds support for restarting a completed/failed download as a hidden method on DownloadManager. Currently it only works from the download manager's process - it'll be used by the new download manager UI. Change-Id: I15eda1a6e3717d1ce947a810b25ad3540cce809e
* | Merge "Don't play a sound if a volume key press is canceled." into gingerbreadJeff Brown2010-09-121-12/+14
|\ \
| * | Don't play a sound if a volume key press is canceled.Jeff Brown2010-09-121-12/+14
| | | | | | | | | | | | Change-Id: I8e45af20ec83a81565e10be3648b95686fa897af
* | | Merge "Undo API patch due to field pulled up to superclass." into gingerbreadJeff Brown2010-09-121-10/+0
|\ \ \
| * | | Undo API patch due to field pulled up to superclass.Jeff Brown2010-09-121-10/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Earlier we extracted a common superclass InputEvent from KeyEvent and MotionEvent. During this process, getDeviceId() and mDeviceId were moved to the superclass. The API change tracking was unable to automatically figure out that the method had just been moved up to the superclass (still binary compatible) so we patched up 9.xml manually to fool it. Unfortunately mDeviceId slipped in there when it should not have since it should have been marked with @hide. This change just removes mDeviceId. Change-Id: I5fca14c8dc6f98952b8afbdb6e034824a22bdb1d
* | | Merge changes Ie3648509,I53db73c3 into gingerbreadKenny Root2010-09-122-68/+77
|\ \ \ | |/ / |/| | | | | | | | | | | * changes: Move native library removal function to helper Initialize native library path in PackageSetting
| * | Move native library removal function to helperKenny Root2010-09-122-37/+33
| | | | | | | | | | | | | | | | | | | | | | | | Moves the remoteNativeLibrariesLI call to NativeLibraryHelper to prepare for being able to symlink the /data/data/<package>/lib dir to the ASEC container. Change-Id: Ie3648509c6b6293a8d9bdd815610ab408df5047f
| * | Initialize native library path in PackageSettingKenny Root2010-09-121-31/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During boot-up we weren't paying attention to the nativeLibraryPath that was read from the package settings XML file which reset the path to the default /data/data/<package>/lib directory. This adds nativeLibraryPath as an argument to the PackageSettings constructor and related functions that will pull that value in from the settings file. It also removes the call to nativeLibraryDir.mkdir() which installd does by itself. Change-Id: I53db73c3b1bc90997a4a73f7f2fbaee125e6f67e
* | | Fix some API discrepancies in InputEvent.Jeff Brown2010-09-122-22/+4
| | | | | | | | | | | | Change-Id: I8e33e125e10075d6f256a1eb3dd46990f35074d6
* | | Input dispatcher ANR handling enhancements.Jeff Brown2010-09-1215-1936/+2547
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is essentially a rewrite of the main input dispatcher loop with the target identification folded in. Since the input dispatcher now has all of the window state, it can make better decisions about when to ANR. Added a .5 second deadline for processing app switch keys. This behavior predates Gingerbread but had not previously been ported. Fixed some timing inaccuracies in the ANR accounting that could cause applications to ANR sooner than they should have. Added a mechanism for tracking key and motion events that have been dispatched to a window so that appropriate cancelation events can be synthesized when recovering from ANR. This change helps to keep applications in sync so they don't end up with stuck buttons upon recovery from ANRs. Added more comments to describe the tricky parts of PollLoop. Change-Id: I13dffca27acb436fc383980db536abc4d8b9e6f1
* | | Add faster TextUtil function for searching delimited lists.Brad Fitzpatrick2010-09-123-8/+51
| | | | | | | | | | | | | | | | | | The previous version in Settings allocated memory. Change-Id: I0f821112dc8f830689489f201ce268195f9e6cbd
* | | Merge "Allow two finger pan and scale on touchscreens with ↵Adam Powell2010-09-121-13/+28
|\ \ \ | |_|/ |/| | | | | FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT." into gingerbread
| * | Allow two finger pan and scale on touchscreens withAdam Powell2010-09-091-13/+28
| | | | | | | | | | | | | | | | | | FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT. Change-Id: Ia5a1655d3bd9bf13cc8d84a1f7ee2bc9dca8ac49
* | | Merge "Register ServiceStateChanged to CallManager." into gingerbreadJaikumar Ganesh2010-09-101-5/+14
|\ \ \
| * | | Register ServiceStateChanged to CallManager.John Wang2010-09-101-5/+14
| |/ / | | | | | | | | | Change-Id: I216bac222e1bfd93ad36c0aeafa85c232dd60abe
* | | Merge "Changed menu and expandedMenu background color to dark." into gingerbreadGilles Debunne2010-09-106-8/+9
|\ \ \
| * | | Changed menu and expandedMenu background color to dark.Gilles Debunne2010-09-106-8/+9
| | | | | | | | | | | | | | | | Change-Id: I662e635c49a4a80295a2f11ccd9406301ffd831d
* | | | Merge "Enable strictmode logging in system_server & add a lock." into ↵Brad Fitzpatrick2010-09-103-7/+26
|\ \ \ \ | | | | | | | | | | | | | | | gingerbread
| * | | | Enable strictmode logging in system_server & add a lock.Brad Fitzpatrick2010-09-103-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We weren't logging strictmode violation in the system_server process in non-user builds (only system apps), even though the rest of the strictmode logging supports it. Also add a missing lock in ActivityManagerService. Change-Id: If2af96a7e4fdde604a647b836097f0029ef1334b
* | | | | Merge "Delete AWT from frameworks/base." into gingerbreadJesse Wilson2010-09-100-0/+0
|\ \ \ \ \
| * | | | | Delete AWT from frameworks/base.Jesse Wilson2010-08-19435-115289/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code was never released and doesn't compile. Note that java.awt.font is a published API that we're stuck with; that code is in libcore. http://b/issue?id=2732079 Change-Id: If9516b63be8cdffc959b540df18615b159361892
* | | | | | This was already deprecated, but not picked up by the tool DO NOT MERGEJoe Onorato2010-09-101-1/+1
| |_|/ / / |/| | | | | | | | | | | | | | Change-Id: I4740a37039d0817a7f433f169ac2afc074101533
* | | | | Merge "Import revised translations. DO NOT MERGE" into gingerbreadEric Fischer2010-09-1020-94/+134
|\ \ \ \ \
| * | | | | Import revised translations. DO NOT MERGEEric Fischer2010-09-1020-94/+134
| | |_|_|/ | |/| | | | | | | | | | | | | Change-Id: Ia93fc0d7ab89ff0ccf09f183ae0c9366ce72f9d0
* | | | | Merge "Make @deprecated without a comment an error DO NOT MERGE" into ↵Joe Onorato2010-09-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | gingerbread
| * | | | | Make @deprecated without a comment an error DO NOT MERGEJoe Onorato2010-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (do not merge because in master, this error has a different code 114 instead of 14) Change-Id: Iffc58423a8e972f3f59edfe6668beac4b65182e0
* | | | | | Merge "Fix the last remaining @deprecated tag without comment warning." into ↵Joe Onorato2010-09-101-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | gingerbread
| * | | | | Fix the last remaining @deprecated tag without comment warning.Joe Onorato2010-09-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id4c50dee743fa781ca3f470f97ed76d1501f7222
* | | | | | am 51c18989: docs: update platform dashboardScott Main2010-09-101-19/+19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '51c18989cf44d14a7ff82c45d9886b7ea55bd068' into gingerbread * commit '51c18989cf44d14a7ff82c45d9886b7ea55bd068': docs: update platform dashboard
| * | | | | docs: update platform dashboardScott Main2010-09-101-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id4acf3ca425b278e534f83511fb10dfdbdceb03b