summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Import translations. DO NOT MERGE"Eric Fischer2012-03-071-4/+4
|\
| * Import translations. DO NOT MERGEEric Fischer2012-03-071-4/+4
| | | | | | | | Change-Id: I1d2217605c628c8d31d2604fe9a1ee53b541fd15
* | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-03-071-1/+1
|\ \
| * | Import translations. DO NOT MERGEEric Fischer2012-03-071-1/+1
| |/ | | | | | | Change-Id: I7cfb3eeb7743f4db15ff591826d16cc316e2d915
* | Merge "NEW_API: Rework CameraSound into MediaActionSound, and unhide it."Eino-Ville Talvala2012-03-071-4/+5
|\ \ | |/ |/|
| * NEW_API: Rework CameraSound into MediaActionSound, and unhide it.Eino-Ville Talvala2012-03-061-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MediaActionSound is a helper class for applications that use the camera, or include camera-like behavior such as taking screenshots. This class helps applications match the sound-playing behavior of the Camera.takePicture, MediaRecorder.start, and MediaRecorder.stop methods. This is useful for applications that don't use the above methods, but still logically capture images or video, such as the panorama capture feature and the video effects in the platform camera application. Bug: 5029099 Change-Id: I829f6e2941f167f91f9cb506215b7232cb054958
* | Merge changes I8343449c,I4eaf69a1Daniel Sandler2012-03-0611-663/+362
|\ \ | | | | | | | | | | | | | | | * changes: New slide-out mechanism. Newly reimplemented PhoneStatusBar, now with fewer windows.
| * | New slide-out mechanism.Daniel Sandler2012-03-054-81/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of sliding the panel in from off-screen, the panel is now stretched open (cropping the scrolling contents). This is slower, so the layout has been dramatically simplified to help performance. Change-Id: I8343449c2b3fa4b4ee161f1de992d2242635d15e
| * | Newly reimplemented PhoneStatusBar, now with fewer windows.Daniel Sandler2012-03-0510-647/+372
| | | | | | | | | | | | Change-Id: I4eaf69a1d46f9180d6911a6559ff24d173ccb35b
* | | Import translations. DO NOT MERGEEric Fischer2012-03-051-1/+1
|/ / | | | | | | Change-Id: Ib8f8a67208b0626263507d3bea3ceb48cf8c7507
* | Merge "Whoops forgot this change."Dianne Hackborn2012-03-011-2/+2
|\ \
| * | Whoops forgot this change.Dianne Hackborn2012-02-291-2/+2
| | | | | | | | | | | | | | | | | | Should have been creating a few more processes. Change-Id: I59d8c89c989fff7965122c5a9d798138ef156857
* | | Merge "Improve Wi-Fi hand-off"Irfan Sheriff2012-02-291-11/+4
|\ \ \
| * | | Improve Wi-Fi hand-offIrfan Sheriff2012-02-291-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When Wi-fi connects at L2 layer, the beacons reach and the device can maintain a connection to the access point, but the application connectivity can be flaky (due to bigger packet size exchange). We now use Watchdog to monitor the quality of the last hop on Wi-Fi using signal strength and ARP connectivity as indicators to decide if the link is good enough to switch to Wi-Fi as the uplink. ARP pings are useful for link validation but can still get through when the application traffic fails to go through and thus not best indicator real packet loss since they are tiny packets (28 bytes) and have much low chance of packet corruption than the regular data packets. Signal strength and ARP used together ends up working well in tests. The goal is to switch to Wi-Fi after validating ARP transfer and RSSI and then switching out of Wi-Fi when we hit a low signal strength threshold and waiting until the signal strength improves and validating ARP transfer. Change-Id: Ica593291ec7772da892f03cf45b649635b730c47
* | | | Merge "Fix alpha when swiping recents on tablets"Michael Jurka2012-02-295-27/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix alpha when swiping recents on tabletsMichael Jurka2012-02-295-27/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you swipe to dismiss a recent item on a tablet, fade the item to 0 alpha Also, create common interface for Recents-specific methods for Recents[Horizontal/Vertical]ScrollView Bug: 5953654 Change-Id: I0a72b49b3cfae0607b42dbf8f6d4da9898d7e491
* | | | Merge "Add shortcut for voice search"Michael Jurka2012-02-281-1/+1
|\ \ \ \
| * | | | Add shortcut for voice searchMichael Jurka2012-02-281-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | On phones with soft nav bar, make long press on home launch a voice search intent Change-Id: I69840a96a08524a76e33a306b799222c879db095
* | | | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-02-2848-48/+0
|\ \ \ \
| * | | | Import translations. DO NOT MERGEEric Fischer2012-02-2848-48/+0
| |/ / / | | | | | | | | | | | | Change-Id: I2761d2e7bb8795ab23a0024ed41ec299abc400e1
* | | | Disable ProGuard for FakeOemFeatures to fix build.Ying Wang2012-02-281-0/+2
| | | | | | | | | | | | | | | | Change-Id: If0ccf16712bf43adb5fe490906be2a13b484f726
* | | | Merge "You could think of this as what an OEM might do."Dianne Hackborn2012-02-2810-0/+645
|\ \ \ \ | |/ / / |/| | |
| * | | You could think of this as what an OEM might do.Dianne Hackborn2012-02-2710-0/+645
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Except it does nothing. But eat resources. Yum, yum! Current we create five processes. The main process sucks up 16MB of RAM and creates a full-screen window; only on high-end devices does the window (and process) use the GPU. The second through fourth processes just sits there not really doing anything except using process overhead. The fifth process runs a background service, slowing eating RAM until it gets killed by the system (as the system will ultimately do with background services). It also creates a full-screen window, and always uses the GPU even on low-end devices. Change-Id: Ibe9e25f7dbd889f4dc83eed6a3c09b9b0437b4e3
* | | Merge "VpnDialogs: hide the fields when the statistic numbers are unavailable."Chia-chi Yeh2012-02-274-7/+13
|\ \ \
| * | | VpnDialogs: hide the fields when the statistic numbers are unavailable.Chia-chi Yeh2012-02-274-7/+13
| |/ / | | | | | | | | | | | | Bug: 5954284 Change-Id: I2321984d4f423e951989d799073a9da17a577ef9
* | | Merge "Remove unnecessary code"Michael Jurka2012-02-277-189/+16
|\ \ \ | |/ / |/| |
| * | Remove unnecessary codeMichael Jurka2012-02-277-189/+16
| | | | | | | | | | | | | | | | | | Found cleaner way to improve recents scrolling performance on crespo-- instead of rendering the background in the items, instead we just set a window flag. Removed need for a lot of code.
* | | Fix fullScreenIntents.Daniel Sandler2012-02-241-3/+6
| |/ |/| | | | | | | | | | | | | The intruder alert stuff was getting activated, but it's not really ready yet. Bug: 6070420 Change-Id: If65165e96bddf1e5e4c89ed26131e45639d5cf2d
* | Merge "New notification priority and related APIs."Daniel Sandler2012-02-244-100/+68
|\ \
| * | New notification priority and related APIs.Daniel Sandler2012-02-244-100/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a few new bits of data on Notification that will help the Notification Manager and System UI route and display them more intelligently: -> priority: an integer in a predefined range that indicates the app's best guess as to the relative importance (to the user, right now) of that information -> kind: a tag (really, set of tags) indicating the general type of notification (realtime, asynchronous, etc) -> extras: a Bundle of additional key/value pairs associated with this notification (currently @hidden) The notification manager takes these data into account when assigning to each notification a score which is passed with the notification on to the system UI, where it can be used to affect presentation. For example: - Spammy apps (identified explicitly by the user or by some other means) will have their notifications scored very negatively by the notification manager, allowing the UI to suppress them - Notifications of higher score might be shown larger or in a different way - Very important notifications (indicated by a very high score) might interrupt the user during an otherwise important task (videochat, game, etc) Implementation note: This replaces/extends the old internal notion of "priority", which was mostly used to organize ongoings and system notifications at the top of the panel. Change-Id: Ie063dc75f198a68e2b5734a3aa0cacb5aba1ac39
* | | Fix blip after notifications are swipedMichael Jurka2012-02-233-4/+10
| |/ |/| | | | | | | | | Bug #6035662 Change-Id: I7f0274c9011247d0fd5ef09a05b7630eda0ca77f
* | WifiStateTracker: add support for overriding DCHP max retry count in an overlayMike Lockwood2012-02-162-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5551068 Signed-off-by: Mike Lockwood <lockwood@google.com> Conflicts: packages/SettingsProvider/res/values/defaults.xml Change-Id: I6a6519316a87bd1af39ea9dc51e0d312011135ef
* | Fix recents on crespoMichael Jurka2012-02-142-1/+4
| |
* | Merge "Making recents faster"Michael Jurka2012-02-1411-220/+518
|\ \
| * | Making recents fasterMichael Jurka2012-02-1311-220/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improving load time by: - using window animation for fade-in and not waiting to create HW layer - starting loading of thumbnails/icons earlier - only initially creating views for the first screenful of items - recycling views Change-Id: I529b1085fe35d81aaafeb7433ccaed8e0537f01c
* | | am 0b17fc36: am 252c64f9: am 63b59666: Merge "Only use CDMA rssi for ↵John Wang2012-02-141-7/+17
|\ \ \ | |/ / |/| | | | | | | | | | | | | | config_alwaysUseCdmaRssi." into ics-mr1 * commit '0b17fc360185ca7b9d05a096b0033ddd8d883940': Only use CDMA rssi for config_alwaysUseCdmaRssi.
| * | am 252c64f9: am 63b59666: Merge "Only use CDMA rssi for ↵John Wang2012-02-141-7/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | config_alwaysUseCdmaRssi." into ics-mr1 * commit '252c64f9c3e2e357f8687e18d8a066cc1cdb8c15': Only use CDMA rssi for config_alwaysUseCdmaRssi.
| | * \ am 63b59666: Merge "Only use CDMA rssi for config_alwaysUseCdmaRssi." into ↵John Wang2012-02-141-7/+17
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr1 * commit '63b596664c3fdb70ad32c8f641f477ec9140d6ec': Only use CDMA rssi for config_alwaysUseCdmaRssi.
| | | * | Only use CDMA rssi for config_alwaysUseCdmaRssi.John Wang2012-02-131-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If config_alwaysUseCdmaRssi is true, the RSSI signal bar only shows the CDMA value, no matter it connects to EVDO or WiMax . bug:5941743 Change-Id: I4187571898a9fb47162e1ccf0cc4c59c3136ae0b
| | * | | am 744c5b0b: Merge "Import translations. DO NOT MERGE" into ics-mr1Justin Ho2012-02-109-19/+21
| | |\ \ \ | |/ / / / | | | _ / | | | / | | | | * commit '744c5b0bdee6a26e2dc7e740a695d53c32104326': Import translations. DO NOT MERGE
| | * | Import translations. DO NOT MERGEEric Fischer2012-02-089-19/+21
| | | | | | | | | | | | | | | | Change-Id: Id6eb7d951bbbd8d01ce11670946282eecd7bc984
* | | | Allow disabling network stats support in a resource overlayMike Lockwood2012-02-102-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5771240 Signed-off-by: Mike Lockwood <lockwood@google.com>
* | | | SettingsProvider: Allow overridding default value for ↵Mike Lockwood2012-02-102-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Setttings.Secure.DEVICE_PROVISIONED Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Load lockscreen.disabled setting on database create as well as upgradeMike Lockwood2012-02-101-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | SystemUI: Log an error instead of throwing an exception if navigation bar is ↵Mike Lockwood2012-02-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | enabled in tablet UI Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | SettingsProvider: Add support for overriding lockscreen.disabled default valueMike Lockwood2012-02-102-1/+25
| | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Allow overriding default STAY_ON_WHILE_PLUGGED_IN setting value in an overlayMike Lockwood2012-02-102-1/+7
| | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Import translations. DO NOT MERGEEric Fischer2012-02-092-2/+2
| |_|/ |/| | | | | | | | Change-Id: Icc9762f02ccee5f0f4fe1dc1adb66ef82f42fdf6
* | | Add some lint control for the frameworks.Xavier Ducrohet2012-02-031-0/+4
| | | | | | | | | | | | Change-Id: Ie80ffee31ca87da3e7f1031317f2d4c1a36640c8
* | | Support snoozing of data warning notification.Jeff Sharkey2012-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce second snooze timestamp to support dismissal of data usage warning notification. Also explicitly set notification "when" to avoid fighting with other notifications, such as ongoing downloads. Bug: 5443756, 5262414 Change-Id: I03342c25b0410b1b2db84de9a40884f04cb1d8ae