76841 Commits

Author SHA1 Message Date
Kenny Root
87b5d7b26e Check system app before removal
Mae sure we check to see whether an app is really deleted or just
skipped.

Bug: 6494869
Change-Id: I918f16e4ccda87f7f6f67855c7a7aef435c64e20
2012-05-16 15:40:00 -07:00
Robert Greenwalt
33961892a9 Don't start data-stall checks if not connected
We did this only if connected in most places, but screen-on/off didn't
care.  On no-radio devices it caused extra timers/wakeups that
didn't help anybody.

bug:6375908
Change-Id: Iba72da323de716acb0e67361b955c7381f18f67d
2012-05-16 15:34:46 -07:00
Mathias Agopian
fb89097099 fix SensorManager.getAngleChange() documentation
Bug: 6442517

Change-Id: I4b22540817560bdff134d2cc3274e3b39c92d3b1
2012-05-16 15:31:07 -07:00
John Reck
7c2e329ef2 Remove custom scrollbar logic
Bug: 6505722
 When we scroll the base layer we do so by calling scrollTo on the view,
 which handles all the scrollbar logic for us. Remove the custom keep alive
 code which floods the handler queue, as well as remove the unnecessary
 invalidate and awakenScrollbar calls (View does that for us)

Change-Id: Ia2503c549a22ec71d99295fe62b676fecc367ea3
2012-05-16 15:21:18 -07:00
George Mount
c4c3bc9b83 Remove selection highlight when replacing/deleting.
Bug 6506101

Change-Id: Ia5729aafa30cbb502e94adf92f7534cb552199a6
2012-05-16 15:20:03 -07:00
John Reck
c43db491a6 Merge "Fix android:focusableInTouchMode support" into jb-dev 2012-05-16 15:19:22 -07:00
George Mount
0925a76bb9 Only clear the caret when in caret selection mode.
Bug 6506761

Change-Id: I5772691053bff30c25870e6068f5d85b850b7b81
2012-05-16 15:01:46 -07:00
John Reck
435e6f5fd2 Fix android:focusableInTouchMode support
Bug: 6448106

Change-Id: I17161754eaf08145623466a6db25893e3e5b2e16
2012-05-16 14:56:20 -07:00
George Mount
5d09bf69e2 Don't do character add/delete when there is a selection.
Bug 6506644

Change-Id: I91584b7df23951bc5e735b25161ed6e0bcdbc2b7
2012-05-16 14:56:09 -07:00
alanv
c826b7d8fa Make AbsSeekBar widget adjustable via accessibility actions.
Change-Id: I559da3cea139c2d5a4c82e2854921de173fbfa4f
2012-05-16 14:19:21 -07:00
Jim Miller
c1c1406576 Merge "Fix 6398209: Lots of improvements to gesture search from navbar" into jb-dev 2012-05-16 14:17:33 -07:00
Irfan Sheriff
4441a369ab Merge "Add logging to capture wifi enable" into jb-dev 2012-05-16 13:52:29 -07:00
Adam Cohen
e0bb6fe333 Merge "Cap widget bitmap usage by screen size (issue 6464700)" into jb-dev 2012-05-16 13:43:27 -07:00
Irfan Sheriff
bd21b78f0f Add logging to capture wifi enable
Bug: 6504534
Change-Id: I3c3a803ce5bc53f1bdae697a23b95d63db82717c
2012-05-16 13:42:46 -07:00
Jeff Brown
602ab325ca Don't allow shortcuts while keyguard showing.
Bug: 6483916
Change-Id: Ica7d6b1dc6a844650e6f3a2399ebb6aab20e780e
2012-05-16 13:39:46 -07:00
Jeff Brown
d232afa003 Tolerate missing power HAL module.
Bug: 6492793
Change-Id: I092605456e734e3f91ee098a197f208c738a619c
2012-05-16 13:39:46 -07:00
Svetoslav Ganov
c5fb5805c9 Merge "Accessiblity focus not following input focus and text nav broken." into jb-dev 2012-05-16 13:26:54 -07:00
JP Abgrall
286298896b Merge "Revert "services: input events: enable debugging in EventHub (touch screen issues)"" into jb-dev 2012-05-16 13:24:10 -07:00
JP Abgrall
44f41f28ea Merge "Revert "unlock screen: enable DEBUG and track pattern start/cell progress."" into jb-dev 2012-05-16 13:23:58 -07:00
Eric Fischer
2806097ce3 Merge "Import translations. DO NOT MERGE" into jb-dev 2012-05-16 13:06:17 -07:00
Eric Fischer
cd64097bcb Merge "Import translations. DO NOT MERGE" into jb-dev 2012-05-16 13:03:49 -07:00
Christopher Tate
71abf6a27c Merge "Merge restored wifi APs, don't overwrite" into jb-dev 2012-05-16 12:53:27 -07:00
Jeff Brown
b080660dfd Fix a possible starvation issue related to vsync.
This makes a noticeable improvement in cases where applications
post messages that need to be processed between animation frames.

Bug: 6418353
Change-Id: If225742e37aeaf3f0ca9710f9bf43dbb03bcde12
2012-05-16 12:50:41 -07:00
Eric Fischer
e5a58ee280 Import translations. DO NOT MERGE
Change-Id: I9d449be1d3b33044fc5f3ae819573565bf7da4fa
2012-05-16 12:50:20 -07:00
Eric Fischer
4756720240 Import translations. DO NOT MERGE
Change-Id: I6ea33b0ee9b32f9e4826a6ac8ea0613819ad17a8
2012-05-16 12:31:23 -07:00
Daniel Sandler
ffc731d50a Merge "Properly crop header underneath panel close handle." into jb-dev 2012-05-16 12:24:14 -07:00
Daniel Sandler
a25c198ee2 Merge "Properly center and scale the navkey glow." into jb-dev 2012-05-16 12:22:57 -07:00
Daniel Sandler
81476537fe Merge "Do not wrap action button text." into jb-dev 2012-05-16 12:22:42 -07:00
Daniel Sandler
2857d7b421 Properly crop header underneath panel close handle.
What's another level in the view hierarchy, really?

Bug: 6485390
Change-Id: I35bc7d487af4a09279daeaeb69f782132cd09b1d
2012-05-16 15:21:02 -04:00
Robert Greenwalt
8b18354fd4 Merge "Add some logging to NDC." into jb-dev 2012-05-16 12:19:50 -07:00
Chris Wren
259c8b70a2 Merge "Allow pinch gestures to spill over into the shade header." into jb-dev 2012-05-16 12:01:54 -07:00
Chris Wren
b46f3f6743 Merge "Defensively reset the default state of layout elements." into jb-dev 2012-05-16 12:01:44 -07:00
Chris Wren
5de6e94e36 Allow pinch gestures to spill over into the shade header.
Bug: 6430396
Change-Id: I62c242f11f47c5e6fff25c31716465b3e777d4ab
2012-05-16 14:59:48 -04:00
Daniel Sandler
3fd0e1a219 Properly center and scale the navkey glow.
The overall scale of the glow is currently based on the
height of the navigation bar. That is, the glow asset will
be scaled so its height fits perfectly in the bar when at
rest (i.e. not enlarged by active touch).

Bug: 6399510
Change-Id: I95139787a435bcf69d5fda0003c84e4fe55c330d
2012-05-16 14:57:52 -04:00
JP Abgrall
3421c02956 Revert "unlock screen: enable DEBUG and track pattern start/cell progress."
This reverts commit e94d763f69bdc80d1ec1d7c3dd258c4e10206a5b.

Get rid of the debugging for the release.
2012-05-16 10:44:10 -07:00
Daniel Sandler
af051b567f Do not wrap action button text.
Bug: 6505172
Change-Id: I240d3559aa4d133f7db24285db076583ef8d3f30
2012-05-16 13:44:04 -04:00
JP Abgrall
25a465bb44 Revert "services: input events: enable debugging in EventHub (touch screen issues)"
This reverts commit df0a89daa8018f9dec53d8d766e5a045347ffc93

Get rid of the debugging for the release.
2012-05-16 10:33:49 -07:00
Daniel Sandler
a0e0d5806c Merge "Removing a notification that isn't there isn't a big deal." into jb-dev 2012-05-16 10:12:48 -07:00
Daniel Sandler
39f8889d98 Merge "Fix longpress handler in notifications." into jb-dev 2012-05-16 10:12:23 -07:00
Daniel Sandler
491d3a9bfa Fix longpress handler in notifications.
Bug: 6452142
Change-Id: Iaa8e189cd1536f2826d5fe3721ead9bc33397711
2012-05-16 13:04:06 -04:00
Elliott Hughes
4ed93c63fc Merge "Mention that ProGuard inlines accessors." into jb-dev 2012-05-16 09:55:12 -07:00
Daniel Sandler
fe0806a3b6 Removing a notification that isn't there isn't a big deal.
You shouldn't do it, but there's no need to fault your
process.

Bug: 6396830
Change-Id: I47c20b9829e4e8bb98862f33c3c52be1b5987f37
2012-05-16 12:43:02 -04:00
Daniel Sandler
559146fc98 Merge "New fonts in notifications." into jb-dev 2012-05-16 08:06:02 -07:00
Daniel Sandler
e2c6d77c5f Merge "Fix 1U notifications." into jb-dev 2012-05-16 08:05:56 -07:00
Daniel Sandler
2c3e9e199a New fonts in notifications.
Bug: 6418617
Change-Id: Ie7ed4530c737e1d4fe1f7fab61dfae162ea263a3
2012-05-16 11:02:06 -04:00
Daniel Sandler
70334ac231 Merge changes If0b865ac,Ie0c61300 into jb-dev
* changes:
  Move BigPicture's header to the top of its large view.
  Action button improvements:
2012-05-16 06:19:15 -07:00
James Dong
5ddb19e530 Remove dependency of libvideoeditor_jni.so on static libs from video editor engine
related-to-bug: 6502980

Change-Id: I77aa67dac73ecb6200cfc885c426c23d70929e5d
2012-05-16 01:04:40 -07:00
Daniel Sandler
030243a083 Fix 1U notifications.
Bug: 6502730
Change-Id: I057b7ac038354c68e45b0a85c44511b2af16b9ab
2012-05-16 02:37:07 -04:00
Daniel Sandler
0749e8e8a3 Move BigPicture's header to the top of its large view.
Bug: 6494690
Change-Id: If0b865ac72b24c16286f9c334558c12d5b70abd4
2012-05-16 02:37:06 -04:00
Daniel Sandler
8680bf865a Action button improvements:
- Horizontal layout
  - At most 2 are shown
  - Tombstones are now shown (if the intent is null, the
    button is disabled; use it for quick feedback of an
    action's effect)

Bug: 6418617 (tombstones)
Bug: 6482237 (action separators)
Change-Id: Ie0c613006227bbfe1c0ec6eab1cda4f3782a05f2
2012-05-16 01:27:54 -04:00