summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
...
* | | am e69335f8: Merge change 25931 into eclairDianne Hackborn2009-09-191-11/+10
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'e69335f8b4f4195e57613fe6b83e18e23e0c2760' into eclair-plus-aosp * commit 'e69335f8b4f4195e57613fe6b83e18e23e0c2760': Add better APIs for the battery status, and other cleanup.
| * | Add better APIs for the battery status, and other cleanup.Dianne Hackborn2009-09-191-11/+10
| | | | | | | | | | | | | | | | | | | | | Also add new configs for keeping screen on while docked, which will be used elsewhere. Change-Id: Ifaa1118f14fd850ac809895f9a5c9e8c413259b8
* | | am 84ab79c7: Merge change 25873 into eclairDianne Hackborn2009-09-181-1/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '84ab79c7f0263f5f5748d3c1ad0d0feedad604cc' into eclair-plus-aosp * commit '84ab79c7f0263f5f5748d3c1ad0d0feedad604cc': Fix transformation on windows.
| * | Fix transformation on windows.Dianne Hackborn2009-09-181-1/+2
| |/ | | | | | | | | | | | | The window offset was being applied incorrectly in relation to the animation transform. Change-Id: Ia578129f48cf6c57ae795af862d2b6ce5d447994
* | am 90d8a6a4: Merge change 25628 into eclairDan Egnor2009-09-181-1/+11
|\ \ | |/ | | | | | | | | | | Merge commit '90d8a6a449dc12fea2b56b557c243e33746d914a' into eclair-plus-aosp * commit '90d8a6a449dc12fea2b56b557c243e33746d914a': Inefficient but correct fix for 2122381: call finishBackup after every performBackup
| * Merge change 25628 into eclairAndroid (Google) Code Review2009-09-181-1/+11
| |\ | | | | | | | | | | | | * changes: Inefficient but correct fix for 2122381: call finishBackup after every performBackup
| | * Inefficient but correct fix for 2122381: call finishBackup after every ↵Dan Egnor2009-09-171-1/+11
| | | | | | | | | | | | performBackup
* | | am c3a3b399: Merge change 25752 into eclairJacek Surazski2009-09-181-0/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'c3a3b399a9d7707b7f3c4108e0e31a1b664a6f22' into eclair-plus-aosp * commit 'c3a3b399a9d7707b7f3c4108e0e31a1b664a6f22': Add a Gservices setting to controll the app error reporting feature.
| * | Merge change 25752 into eclairAndroid (Google) Code Review2009-09-181-0/+7
| |\ \ | | | | | | | | | | | | | | | | * changes: Add a Gservices setting to controll the app error reporting feature.
| | * | Add a Gservices setting to controll the app error reporting feature.Jacek Surazski2009-09-181-0/+7
| | | |
* | | | am ffda371c: Merge change 25734 into eclairDianne Hackborn2009-09-181-10/+36
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'ffda371c220de9c97663fef4e9d14bee7267383d' into eclair-plus-aosp * commit 'ffda371c220de9c97663fef4e9d14bee7267383d': Show the live wallpaper on the lock screen.
| * | | Show the live wallpaper on the lock screen.Dianne Hackborn2009-09-181-10/+36
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This also takes care of the problem of system dialogs like the crash dialog causing the status bar to dim behind the lock screen. On the down side, the fade transition from the lock screen is now gone, and I'm not sure how likely it is for it to return. Change-Id: I7f9e6d0f3510a1fdbbe6ad252d986bd85a16475d
* | | am fa82f22f: Fix issue #2093608: Calendar widget takes a few seconds to launchDianne Hackborn2009-09-172-5/+13
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'fa82f22f1d8c4c828bdf9b670006be4f4fec772e' into eclair-plus-aosp * commit 'fa82f22f1d8c4c828bdf9b670006be4f4fec772e': Fix issue #2093608: Calendar widget takes a few seconds to launch
| * | Fix issue #2093608: Calendar widget takes a few seconds to launchDianne Hackborn2009-09-172-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avert your eyes! The key change here is that RemoteViews can now call a Context API to start its pending intent, which inside of the activity manager we can use to determine to cancel the timeout delay for external entities to disrupt the home screen. Change-Id: If097cf7478cbed7a3c04a304050bd7fd5703d197
* | | am 1c7c3556: Merge change 25634 into eclairRobert Greenwalt2009-09-171-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '1c7c355626ea870605beab6dc07d8ac7509a8b80' into eclair-plus-aosp * commit '1c7c355626ea870605beab6dc07d8ac7509a8b80': Report NO_CONNECTIVITY when failover net unavail
| * | Report NO_CONNECTIVITY when failover net unavailRobert Greenwalt2009-09-171-0/+2
| | | | | | | | | | | | | | | | | | Fix ConnectivityService so that it reports connection status correctly. bug: 2128595
* | | am 0d51d635: Merge change 25626 into eclairSuchi Amalapurapu2009-09-171-1/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '0d51d63595014c4237010118aaac891e657c2d23' into eclair-plus-aosp * commit '0d51d63595014c4237010118aaac891e657c2d23': Check if rename of current settings file was successful before persisting
| * | Merge change 25626 into eclairAndroid (Google) Code Review2009-09-171-1/+4
| |\ \ | | |/ | |/| | | | | | | * changes: Check if rename of current settings file was successful before persisting new changes to settings.
| | * Check if rename of current settings file was successful before persistingSuchi Amalapurapu2009-09-171-1/+4
| | | | | | | | | | | | new changes to settings.
* | | am 4ac137ca: Merge change 25526 into eclairDianne Hackborn2009-09-171-15/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '4ac137cad9fb9aa5b69776b4ae3c8f906cc57511' into eclair-plus-aosp * commit '4ac137cad9fb9aa5b69776b4ae3c8f906cc57511': Add API to retrieve memory used by running processes.
| * | Merge change 25526 into eclairAndroid (Google) Code Review2009-09-171-15/+6
| |\ \ | | | | | | | | | | | | | | | | * changes: Add API to retrieve memory used by running processes.
| | * | Add API to retrieve memory used by running processes.Dianne Hackborn2009-09-171-15/+6
| | |/ | | | | | | | | | Change-Id: I9c1935c2ef3c78bd67ec4dfd811a1caaab4514c3
* | | am c2912a66: Merge change 25490 into eclairMike Lockwood2009-09-171-3/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'c2912a662d984e2f23187fa31e7e71122d9472d9' into eclair-plus-aosp * commit 'c2912a662d984e2f23187fa31e7e71122d9472d9': Revert "Don't activate keyguard if screen is turned off while proximity sensor is active."
| * | Merge change 25490 into eclairAndroid (Google) Code Review2009-09-171-3/+0
| |\ \ | | |/ | |/| | | | | | | * changes: Revert "Don't activate keyguard if screen is turned off while proximity sensor is active."
| | * Revert "Don't activate keyguard if screen is turned off while proximity ↵Mike Lockwood2009-09-171-3/+0
| | | | | | | | | | | | | | | | | | sensor is active." This reverts commit ddfe879b783ad72603308e28e8f683454464684e.
* | | am 6c41fead: Merge change 25519 into eclairYusuf T. Mobile2009-09-171-3/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '6c41feadc30448adba4f771b3c1b4ecda8d875b6' into eclair-plus-aosp * commit '6c41feadc30448adba4f771b3c1b4ecda8d875b6': LocationManagerService: Take fix accuracy into account in proximity zone logic.
| * | LocationManagerService: Take fix accuracy into account in proximity zone logic.Yusuf T. Mobile2009-09-171-3/+4
| |/ | | | | | | | | | | | | Fixes http://code.google.com/p/android/issues/detail?id=2002 Change-Id: If2b0665c556269279c5813f2254f9624a556bd92 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | am b8eb1cb7: Be sure to include shared lib path info when dealing with agentsChristopher Tate2009-09-171-5/+15
|\ \ | |/ | | | | | | | | | | Merge commit 'b8eb1cb79b2912b91a1b0198ba3e61776af07a79' into eclair-plus-aosp * commit 'b8eb1cb79b2912b91a1b0198ba3e61776af07a79': Be sure to include shared lib path info when dealing with agents
| * Be sure to include shared lib path info when dealing with agentsChristopher Tate2009-09-161-5/+15
| | | | | | | | | | In particular, this ensures that on the client side the full classpath is known and used by the class loader during execution of the agent.
* | am e777e0a3: Merge change 25388 into eclairDianne Hackborn2009-09-171-2/+12
|\ \ | |/ | | | | | | | | | | Merge commit 'e777e0a3d1645c1b54f12af5779cb7ccf0c82234' into eclair-plus-aosp * commit 'e777e0a3d1645c1b54f12af5779cb7ccf0c82234': Fix #1827299: Google login screen to re-enter password is not viewable
| * Fix #1827299: Google login screen to re-enter password is not viewableDianne Hackborn2009-09-161-2/+12
| | | | | | | | | | | | | | | | This was a problem with not hiding the starting window when it got transfered to an activity whose window (instead of token) animates when displayed. Change-Id: I9eb58faa6e27d53144687952a715fc083a5c5842
* | am 9092ab4d: Add support for launching activities when attaching to a car or ↵Mike Lockwood2009-09-161-0/+25
|\ \ | |/ | | | | | | | | | | | | | | desk dock. Merge commit '9092ab4d458ad60b459d5fad52368bde5d25f665' into eclair-plus-aosp * commit '9092ab4d458ad60b459d5fad52368bde5d25f665': Add support for launching activities when attaching to a car or desk dock.
| * Add support for launching activities when attaching to a car or desk dock.Mike Lockwood2009-09-161-0/+25
| | | | | | | | | | | | | | | | | | Categories CATEGORY_CAR_DOCK and CATEGORY_DESK_DOCK can be assigned to activities to make them launchable on docked events. This is a better mechanism than listening for ACTION_DOCK_EVENT with a broadcast receiver. Change-Id: Ic5f3ab3555ce02ca922bc31ebba41978cefe8bda Signed-off-by: Mike Lockwood <lockwood@android.com>
* | am 2a66eee3: Merge change 25157 into eclairSuchi Amalapurapu2009-09-161-54/+87
|\ \ | |/ | | | | | | | | | | Merge commit '2a66eee3ef88bdc7167e5e5d0471c1e8b2e68fc6' into eclair-plus-aosp * commit '2a66eee3ef88bdc7167e5e5d0471c1e8b2e68fc6': Remove deadlock in PackageManager when installing or upgrading packages.
| * Merge change 25157 into eclairAndroid (Google) Code Review2009-09-161-54/+87
| |\ | | | | | | | | | | | | * changes: Remove deadlock in PackageManager when installing or upgrading packages. PM first creates a temporary file from the input package uri before installing it. if the package uri points to a content uri, the content provider has to be retrieved via the ActivityManager which could cause deadlocks with the package manager locks being held. Clean up by always copying or creating temporary files before acquiring these locks. Fix issue when restoring a failed upgrade for third party apps.
| | * Remove deadlock in PackageManager when installing or upgrading packages.Suchi Amalapurapu2009-09-151-54/+87
| | | | | | | | | | | | | | | | | | | | | | | | PM first creates a temporary file from the input package uri before installing it. if the package uri points to a content uri, the content provider has to be retrieved via the ActivityManager which could cause deadlocks with the package manager locks being held. Clean up by always copying or creating temporary files before acquiring these locks. Fix issue when restoring a failed upgrade for third party apps.
* | | am 4337476a: Fix the missing part for reading enterprise fields in wifi ↵Chung-yih Wang2009-09-151-95/+21
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | configuration Merge commit '4337476a6669ce52549ce4a60f5e4d07f8e3033f' into eclair-plus-aosp * commit '4337476a6669ce52549ce4a60f5e4d07f8e3033f': Fix the missing part for reading enterprise fields in wifi configuration
| * | Fix the missing part for reading enterprise fields in wifi configurationChung-yih Wang2009-09-161-95/+21
| | | | | | | | | | | | + refactor the enterprise fields.
* | | am 7fc39b26: Merge change 25238 into eclairDianne Hackborn2009-09-151-2/+20
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '7fc39b26fc4ec9df7d147ff34ebba90556cdb4da' into eclair-plus-aosp * commit '7fc39b26fc4ec9df7d147ff34ebba90556cdb4da': Implement issue #1780928: Need support hiding nav keys.
| * | Implement issue #1780928: Need support hiding nav keys.Dianne Hackborn2009-09-151-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements support for devices whose hardware can hide their navigation keys. It works much like the existing keyboardHidden configuration, and for compatibility uses the same configuration change bit. Also add FLAG_TURN_ON_SCREEN for windows, which has the system cause the screen to be turned on when the window is displayed. Great fun when used with FLAG_SHOW_WHEN_LOCKED! Change-Id: I0b867f19af85cfd8786a14cea194b34f7bdd9b7a
* | | am 6ee7b04d: Merge change 25192 into eclairDianne Hackborn2009-09-151-6/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '6ee7b04d270824214fca0296d0386e0c3d733cdf' into eclair-plus-aosp * commit '6ee7b04d270824214fca0296d0386e0c3d733cdf': Some improvements for wallpaper configuration.
| * | Merge change 25192 into eclairAndroid (Google) Code Review2009-09-151-6/+0
| |\ \ | | | | | | | | | | | | | | | | * changes: Some improvements for wallpaper configuration.
| | * | Some improvements for wallpaper configuration.Dianne Hackborn2009-09-151-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a new activity that you can derive from to implement a wall paper configuration activity. This is supposed to select a theme based on whether it is being run to configure a real wallpaper or a preview, but this is going to be more difficult to do than I thought. :( Also fix a problem in the white theme where the list view's background was being set to white, so it wouldn't work on a transparent bg. Change-Id: I26d5a8695a3c878a1664eb09900eded57eaff990
* | | | am 49071af7: Merge change 25188 into eclairMathias Agopian2009-09-151-4/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '49071af7bd19491f21f23a59621227ef48c11146' into eclair-plus-aosp * commit '49071af7bd19491f21f23a59621227ef48c11146': make the window-shade use an opaque surface if possible
| * | | make the window-shade use an opaque surface if possibleMathias Agopian2009-09-151-4/+7
| |/ /
* | | am 6d9eebe7: Merge change 25090 into eclairMike Lockwood2009-09-152-28/+36
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '6d9eebe7320637f0256c077ba5ed6724b5a4ab0d' into eclair-plus-aosp * commit '6d9eebe7320637f0256c077ba5ed6724b5a4ab0d': Move backlight brightness from HardwareService to PowerManager
| * | Move backlight brightness from HardwareService to PowerManagerMike Lockwood2009-09-152-28/+36
| | | | | | | | | | | | | | | | | | | | | | | | to prevent apps from changing the hardware behind its back. Fixes b/2041941 Lock screen flashes the screen very bright before dimming Change-Id: Ice757f7ae87902bdfb3634471cf44f020ebfaae4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am 74a0b820: Merge change 25089 into eclairKen Schultz2009-09-152-2/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '74a0b8209e0228bb48739a4b25e489e2eba2a2c4' into eclair-plus-aosp * commit '74a0b8209e0228bb48739a4b25e489e2eba2a2c4': DockObserver wakes the display when broadcasting a change
| * | DockObserver wakes the display when broadcasting a changeKen Schultz2009-09-152-2/+7
| |/ | | | | | | | | | | - normal display timeout applies after wake Signed-off-by: Ken Schultz <kschultz@motorola.com>
* | am f73f91c5: Merge change 25012 into eclairMike Lockwood2009-09-151-4/+8
|\ \ | |/ | | | | | | | | | | Merge commit 'f73f91c5b1f66bbe4b3ca59b743a62ad5a65853f' into eclair-plus-aosp * commit 'f73f91c5b1f66bbe4b3ca59b743a62ad5a65853f': PowerManagerService: Use 5 cm threshold for the proximity sensor.