summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am f461d3f6: am da2509c4: Merge "Check non-primary user dirs during package ↵Kenny Root2012-10-233-140/+181
|\ | | | | | | | | | | | | scan" into jb-mr1-dev * commit 'f461d3f69f4533045167b4dc1f7445ad6ae47af3': Check non-primary user dirs during package scan
| * am da2509c4: Merge "Check non-primary user dirs during package scan" into ↵Kenny Root2012-10-233-140/+181
| |\ | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'da2509c434ebb2a5a0da1bc270cae7f007cbb0f9': Check non-primary user dirs during package scan
| | * Merge "Check non-primary user dirs during package scan" into jb-mr1-devKenny Root2012-10-233-140/+181
| | |\
| | | * Check non-primary user dirs during package scanKenny Root2012-10-223-140/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During package scan, only the primary user data directories were checked. If the secondary user didn't have an application directory, it would happily ignore it. The app would then crash upon startup. Bug: 7391882 Change-Id: I1fa92aa27386104d4ac6bc5dc92bfbf2e7dfac9f
* | | | am 9e96c69e: am 6757572b: Merge "Add throwing InvalidDisplayException from ↵Craig Mautner2012-10-237-26/+78
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | addView." into jb-mr1-dev * commit '9e96c69e3e9ebdb820acd347b4691c32a5d76be4': Add throwing InvalidDisplayException from addView.
| * | | am 6757572b: Merge "Add throwing InvalidDisplayException from addView." into ↵Craig Mautner2012-10-237-26/+78
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '6757572b39d3802c4d7b69467b5ebf69a96c208b': Add throwing InvalidDisplayException from addView.
| | * | Merge "Add throwing InvalidDisplayException from addView." into jb-mr1-devCraig Mautner2012-10-237-26/+78
| | |\ \
| | | * | Add throwing InvalidDisplayException from addView.Craig Mautner2012-10-237-26/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throw an InvalidDisplayException to addView if the display being added to has been removed. Handle this exception in Dialog.show() by removing the view after it has been added and rethrow the exception from there. Add javadoc to ViewManager.addView and Presentation.show explaining the new exception and how best to handle it. Bug: 7368565 partially fixed. It remains for the Videos app to handle Presentation.show throwing the InvalidDisplayException. Change-Id: Ib4303c9b3f7bf7a0cfa95d19bd60a0c128658c48
* | | | | am 4fed68a2: am c63aa962: Merge "Fix NPE." into jb-mr1-devHiroshi Lockheimer2012-10-231-1/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '4fed68a2b1c7d35f421d8eee672138e55b769d86': Fix NPE.
| * | | | am c63aa962: Merge "Fix NPE." into jb-mr1-devHiroshi Lockheimer2012-10-231-1/+3
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'c63aa9621821b3f1e32292362cce76cd1899d932': Fix NPE.
| | * | | Merge "Fix NPE." into jb-mr1-devHiroshi Lockheimer2012-10-231-1/+3
| | |\ \ \
| | | * | | Fix NPE.Daniel Sandler2012-10-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7401286 Change-Id: I45334c4b2263bb611952b7dd949f5df98556377d
* | | | | | am f5fa64f2: am fbba753f: Merge "Handle offscreen animations correctly" into ↵Chet Haase2012-10-232-16/+17
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'f5fa64f24b0ee6aa53ac2803590e8729122c445b': Handle offscreen animations correctly
| * | | | | am fbba753f: Merge "Handle offscreen animations correctly" into jb-mr1-devChet Haase2012-10-232-16/+17
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit 'fbba753f62f13a12d9287c67921d1ea60e92768d': Handle offscreen animations correctly
| | * | | | Merge "Handle offscreen animations correctly" into jb-mr1-devChet Haase2012-10-232-16/+17
| | |\ \ \ \
| | | * | | | Handle offscreen animations correctlyChet Haase2012-10-232-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A bug in software rendering caused animations on views that are offscreen to not get drawn, therefore the animation doesn't continue (since old-style animations depend on the logic in the drawing code to keep running). Fix is to special case the isAnimating case in ViewRoot to go ahead and schedule a traversal even if the dirty rect does not intersect with the visible region. Issue #7396035 Animations starting offscreen don't draw run/end/draw properly (sw rendering only) Change-Id: Iae25b3a424ddc5a16ba431ecd68cf42d5500db3f
* | | | | | | am 9389d447: am b75ade9c: Merge "Use existing display list to render the ↵Romain Guy2012-10-231-3/+7
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resize buffer Bug #7400903" into jb-mr1-dev * commit '9389d447c175b4ef9fb85cd296f53cf24be4fd7d': Use existing display list to render the resize buffer Bug #7400903
| * | | | | | am b75ade9c: Merge "Use existing display list to render the resize buffer ↵Romain Guy2012-10-231-3/+7
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7400903" into jb-mr1-dev * commit 'b75ade9cce02dffb967ff4719381254585074c58': Use existing display list to render the resize buffer Bug #7400903
| | * | | | | Merge "Use existing display list to render the resize buffer Bug #7400903" ↵Romain Guy2012-10-231-3/+7
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev
| | | * | | | | Use existing display list to render the resize bufferRomain Guy2012-10-231-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7400903 Change-Id: Ia2e534e47b4f67c280e2de7ce99cae0202751c42
* | | | | | | | am 39c68da5: am cd79b35c: Merge "Surface: add the PhysicalDisplayInfo#secure ↵Jamie Gennis2012-10-232-2/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | field" into jb-mr1-dev * commit '39c68da57b443c869378263b8063da6e821a1b6d': Surface: add the PhysicalDisplayInfo#secure field
| * | | | | | | am cd79b35c: Merge "Surface: add the PhysicalDisplayInfo#secure field" into ↵Jamie Gennis2012-10-232-2/+9
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'cd79b35c3828e0ebf4c9e68da75f9d857ccf01db': Surface: add the PhysicalDisplayInfo#secure field
| | * | | | | | Merge "Surface: add the PhysicalDisplayInfo#secure field" into jb-mr1-devJamie Gennis2012-10-232-2/+9
| | |\ \ \ \ \ \
| | | * | | | | | Surface: add the PhysicalDisplayInfo#secure fieldJamie Gennis2012-10-232-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7368436 Change-Id: I38bf7bbfca354380c30da7516f628cf40416d350
* | | | | | | | | am 30fd55cf: am d401a53c: Merge "Improve systrace tag propagation" into ↵Andy McFadden2012-10-231-6/+50
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '30fd55cf986077cb21fd7c86e365e1e6f096cffb': Improve systrace tag propagation
| * | | | | | | | am d401a53c: Merge "Improve systrace tag propagation" into jb-mr1-devAndy McFadden2012-10-231-6/+50
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd401a53c6472921ce7785059195a4f031feea7cc': Improve systrace tag propagation
| | * | | | | | | Merge "Improve systrace tag propagation" into jb-mr1-devAndy McFadden2012-10-231-6/+50
| | |\ \ \ \ \ \ \
| | | * | | | | | | Improve systrace tag propagationAndy McFadden2012-10-221-6/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The native side of the tracing code latches a copy of the tags from a system property on first use. The Java-side tracing code latches a copy of the native's copy during class init. The tracing code is preloaded by the zygote, which means we get the flags during zygote init and don't update them when we launch a new app. This changes the Java sources to also defer initialization until first use, so that newly-launched apps will use the current value of the system property. Bug 7323431 Change-Id: I7db048ec54345ae9565088a35c2e2b4c82f993fd
* | | | | | | | | | am e66083db: am a665df57: Merge "Use lighter background for Recents" into ↵Michael Jurka2012-10-232-23/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'e66083db003f9ead5b6e2bb295b0d720e721b2df': Use lighter background for Recents
| * | | | | | | | | am a665df57: Merge "Use lighter background for Recents" into jb-mr1-devMichael Jurka2012-10-232-23/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a665df573e16d79dfd327c8b9a51176a0edde5c7': Use lighter background for Recents
| | * | | | | | | | Merge "Use lighter background for Recents" into jb-mr1-devMichael Jurka2012-10-232-23/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Use lighter background for RecentsMichael Jurka2012-10-232-23/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, re-enable gradient on tablets (gradient will be disabled in device-specific overlays on devices that don't render it well) Bug: 7381275
* | | | | | | | | | | am 86e0d95d: Merge "Reattach header view after DPAD scroll."Adam Powell2012-10-232-6/+21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '86e0d95de1007d339af467c1484b09878ee528fc': Reattach header view after DPAD scroll.
| * \ \ \ \ \ \ \ \ \ \ Merge "Reattach header view after DPAD scroll."Adam Powell2012-10-232-6/+21
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Reattach header view after DPAD scroll.Mattias Niklewski2012-09-112-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A header view that was scrolled off screen using the DPAD would not be reattached properly when scrolled back into view, due to the flag recycledHeaderFooter. Solved this by using detachViewFromParent() instead of removeViewInLayout(). Compare to AbsListView.trackMotionScroll(). Change-Id: I0ac0ec0f9bf23bc62430c1f62ae7d1a8570b0a24
* | | | | | | | | | | | | am 22705824: am 6fd394ae: Merge "Improve auto-brightness hysteresis." into ↵Jeff Brown2012-10-231-45/+124
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '227058243de992c87e66a912f64326abb3f01269': Improve auto-brightness hysteresis.
| * | | | | | | | | | | | am 6fd394ae: Merge "Improve auto-brightness hysteresis." into jb-mr1-devJeff Brown2012-10-231-45/+124
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6fd394ae799cc81e3b571773819ee99374a25158': Improve auto-brightness hysteresis.
| | * | | | | | | | | | | Merge "Improve auto-brightness hysteresis." into jb-mr1-devJeff Brown2012-10-231-45/+124
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | Improve auto-brightness hysteresis.Jeff Brown2012-10-221-45/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reintroduced the stability time heuristic which requires brightness to remain significantly above or below the currently accepted ambient brightnes before effecting a brightness change. The heuristic has the nice property of preventing light sensor noise from causing oscillations in brightness even when the noise has a relatively large magnitude (such as in low light environments). The time bound and filter thresholds are current set so that brightness increases typically occur within 5 seconds of a change in the ambient environment. Decreases take somewhat longer and typically occur within 10 seconds. Changed the timing for brightness animations when the screen is being dimmed due to a pending user activity timeout. The screen now dims slowly but then brightens rapidly when touched. Previously the screen dimmed quickly and brightened slowly which felt somewhat unresponsive. Fixed a problem where a brightness change might not occur because the light sensor had not reported a new value in a long time. Now we synthesize measurements when needed to ensure that a transition will take place if appropriate. Bug: 7387800 Change-Id: I998df2fec59922042a41a1ba4af97ea52c0bd02a
* | | | | | | | | | | | | am 1c2fb243: am 8ed48222: Merge "Import translations. DO NOT MERGE" into ↵Baligh Uddin2012-10-230-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '1c2fb2436fff5975420443ee7eea43c453847761': Import translations. DO NOT MERGE
| * | | | | | | | | | | | am 8ed48222: Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-230-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8ed482224ccd9d43fbb7544379a9bb7c10554419': Import translations. DO NOT MERGE
| | * | | | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-231-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| | | * | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I349b6bc4c17141a0ac74e50b573382a2cf694f7e Auto-generated-cl: translation import
* | | | | | | | | | | | | am c730c00a: Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-devBaligh Uddin2012-10-231-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c730c00ae5bad37895ab8cef85293a017bf21046': Import translations. DO NOT MERGE
| * | | | | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-devBaligh Uddin2012-10-231-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I540a08d72253a205d6071340c5d7519a08450ef3 Auto-generated-cl: translation import
* | | | | | | | | | | | | | am d04fe3c1: am 04c8d402: Merge "Properly draw the window background on ↵Romain Guy2012-10-232-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | window resize Bug #7385090" into jb-mr1-dev * commit 'd04fe3c1aeaf4ce63f6a6f3def61a8cc5faff705': Properly draw the window background on window resize Bug #7385090
| * | | | | | | | | | | | | am 04c8d402: Merge "Properly draw the window background on window resize Bug ↵Romain Guy2012-10-232-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #7385090" into jb-mr1-dev * commit '04c8d402fa824c548dc5de82c56e63eb5df02371': Properly draw the window background on window resize Bug #7385090
| | * | | | | | | | | | | | Merge "Properly draw the window background on window resize Bug #7385090" ↵Romain Guy2012-10-232-3/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev
| | | * | | | | | | | | | | Properly draw the window background on window resizeRomain Guy2012-10-222-3/+1
| | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7385090 This change gets rid of two silly asumptions: - That a layer needs to be cleared with opaque black (it shouldn't, it's already cleared to transparent and the view will cover it up with its own background) - The the clip should be dirty at the beginning of a frame only when the render target is opaque Change-Id: I415b6d3cab196057fb0281419a53fef601a44e28