59847 Commits

Author SHA1 Message Date
Mathias Agopian
0ab84ef507 Add a LayerScreenshot
A LayerScreenshot is a special type of layer that contains a screenshot of
the screen acquired when its created. It works just like LayerDim.

Make sure to call compositionComplete() after rendering into a FBO.

Bug: 5446982, 5467587, 5466259
Change-Id: I5d8a1b4c327f9973d950cd4f4c0bca7f62825cd4
2011-10-18 20:21:47 -07:00
Mathias Agopian
526f0a0e15 Fix a hang in SF caused by invalid transform matrix from the WM
WindowManager could create by transforms because of divide by zero.

Bug: 5422468
Change-Id: I782f87ebb78b5ff23750e22837f36ca6cfed1f2f
2011-10-18 20:21:47 -07:00
Mathias Agopian
0d0fba4587 Don't call hwc set() if there is nothing new to do
there was situations where SF's main loop would run (as if there was
an invalidate), but the dirty region was empty (so no new buffers
were retired). In this case we return early and don't swap, which
would cause drawing artifacts.

Bug: 5476838
Change-Id: Id3b7bf4b7aabec7919c50d9278eb2165973a4c3d
2011-10-18 17:39:09 -07:00
Mathias Agopian
9044ef05d5 Make sure set GL state properly
when taking a screenshot, in particular, we could end up
with stale GL state when drawing LayerDim which resulted
in incortect rendering.

Bug: 5467587
Change-Id: Id9fbed2843481d31063620f3662b364c7e3ac781
2011-10-18 15:32:57 -07:00
Jake Hamby
f522e095e6 Merge "Add wrapper method to GsmAlphabet for API compatibility." into ics-mr0 2011-10-18 12:22:39 -07:00
Svetoslav Ganov
601d581730 Merge "TouchExplorer crashes if there is incative pointer while dragging." into ics-mr0 2011-10-18 11:51:29 -07:00
Michael Jurka
6d9d17fdd2 Merge "Visual changes to recent apps" into ics-mr0 2011-10-18 11:49:57 -07:00
Robert Ly
d6462ab547 Merge "docs: fix mistakes" into ics-mr0 2011-10-18 11:30:35 -07:00
Eric Fischer
3c44e8d22c Merge "Import revised translations. DO NOT MERGE" into ics-mr0 2011-10-18 11:29:34 -07:00
Svetoslav Ganov
d8581c7a61 TouchExplorer crashes if there is incative pointer while dragging.
The TouchExplorer was not taking into account the case with incative
pointers while dragging. If one puts a finger down and then perfroms
a dragging gestore the explorer tries to inject UP event for the end
of the gesture upon every of the two dragging pointers going up instead
only for one the first went up.

bug:5476098

Change-Id: I20d2dd7bde7e016b0678a35d14cd068d9ff37023
2011-10-18 11:28:52 -07:00
Robert Ly
412f90c953 docs: fix mistakes
Change-Id: Ie1d7acf45d7c0940c60039cc7beeb134ae950085
2011-10-18 11:18:04 -07:00
Winson Chung
5310a731ea Merge "Updating screenshot animation and behaviour. (Bug: 5333706)" into ics-mr0 2011-10-18 11:17:24 -07:00
Robert Ly
1ff392128d Merge "cherrypick from master - docs: nfc updates Change-Id: Iaa782911f14b11bc896ac9ef06db2c43104d1dac" into ics-mr0 2011-10-18 11:11:05 -07:00
Eric Fischer
21a7408323 Import revised translations. DO NOT MERGE
Change-Id: If2637d835559b2bdfc5b19d74aedf17aa660bdc7
2011-10-18 11:06:56 -07:00
Winson Chung
a63bb84bbe Updating screenshot animation and behaviour. (Bug: 5333706)
- Removing the second ticker text
- Adding a new animation to the status bar
- Adding a large icon to the notification

Change-Id: I8778178519fc72ffc299e8d624069b684475191d
2011-10-18 10:46:48 -07:00
Mangesh Ghiware
2bd3c2f7e8 Merge "Fix null ptr exception in getReadingLevelScale()" into ics-mr0 2011-10-18 10:31:15 -07:00
Robert Greenwalt
dba69061a6 Merge "Send availability info more reliably" into ics-mr0 2011-10-18 09:42:33 -07:00
Mangesh Ghiware
1698d45ef8 Fix null ptr exception in getReadingLevelScale()
Handle the case where WebView settings might be null.

Bug: 5472493
Change-Id: I6b1c2e5e5e56a517910a330ae9d40a4adc99d75a
2011-10-18 09:32:36 -07:00
Justin Ho
a548b5cb82 Merge "Removing Testudo and adding Themos ringtone Bug: 5416299" into ics-mr0 2011-10-18 09:31:01 -07:00
satok
b7ad825335 Merge "Add documents for the spell checker framework and the input method subtype" into ics-mr0 2011-10-18 09:15:48 -07:00
Robert Greenwalt
12e24ae760 Send availability info more reliably
We don't have a monolithic availability state, so the mAvailable variable
must go.

bug:5453318
Change-Id: I82af90907cc7a0173b74d661912f9c28ddc7dcb0
2011-10-18 06:39:59 -07:00
satok
44b7503093 Add documents for the spell checker framework and the input method subtype
Bug: 4973788

Change-Id: I7e650f336ba1bb8949899e8b2355e6d492a2e4b2
2011-10-18 20:28:23 +09:00
Jake Hamby
d8e147ce79 Add wrapper method to GsmAlphabet for API compatibility.
An internal method was changed to add parameters to support a new
feature (7-bit national language tables). Add a compatibility
wrapper for the original method signature, which is used by OEM code.

Bug: 5334032
Change-Id: I1acba369b1c1da52c4a950fd4ae21d693652e9c5
2011-10-18 00:50:40 -07:00
Irfan Sheriff
11116b80d8 Merge "Disconnect without CTRL-EVENT-DISCONNECTED" into ics-mr0 2011-10-17 20:31:50 -07:00
Eric Laurent
c0a87dc10c Merge "Fix issue 5462427: Volume should never be 0 ..." into ics-mr0 2011-10-17 19:48:31 -07:00
Chih-Chung Chang
a84e37f37c Merge "Fix 5468644: Use the proper audio stream type to play sound." into ics-mr0 2011-10-17 19:40:12 -07:00
Dave Burke
6f13adb22a Merge "Don't hold onto the lock while reconnecting to the server" into ics-mr0 2011-10-17 18:35:11 -07:00
Jim Miller
9a7e4ce72a Merge "Fix 5466678: use new setSystemUiVisibility() API to enable clock in statusbar" into ics-mr0 2011-10-17 18:03:38 -07:00
John Reck
7788c51d82 Merge "Fix onFirstLayout path for saved pages" into ics-mr0 2011-10-17 17:48:58 -07:00
Peter Ng
f129988a1a Merge "Bullet points updated and permission colors are not orange" into ics-mr0 2011-10-17 17:24:32 -07:00
Justin Ho
e95a1190ff Merge "Update unlock halo asset" into ics-mr0 2011-10-17 17:21:47 -07:00
Justin Ho
0f86772ad7 Merge "Update text select handles" into ics-mr0 2011-10-17 17:21:30 -07:00
Justin Ho
c598fcf4d2 Merge "Update stat_sys icons with different resize method" into ics-mr0 2011-10-17 17:21:22 -07:00
Justin Ho
49317b77fd Merge "Update spinner assets" into ics-mr0 2011-10-17 17:21:15 -07:00
Justin Ho
0c7020dd52 Merge "Update scrubber assets" into ics-mr0 2011-10-17 17:21:06 -07:00
Justin Ho
d864a503c0 Merge "Update rating stars" into ics-mr0 2011-10-17 17:20:57 -07:00
Justin Ho
488eddca0f Merge "Update lockscreen assets" into ics-mr0 2011-10-17 17:20:49 -07:00
Justin Ho
e93f09d668 Merge "Update lockscreen assets" into ics-mr0 2011-10-17 17:20:40 -07:00
Justin Ho
2076de1b43 Merge "Update fastscroll assets" into ics-mr0 2011-10-17 17:20:32 -07:00
Justin Ho
8ffa137161 Merge "Update checkboxes" into ics-mr0 2011-10-17 17:20:22 -07:00
Justin Ho
68bb87b9f9 Merge "Update stars" into ics-mr0 2011-10-17 17:17:31 -07:00
Justin Ho
704ac73322 Update unlock halo asset
Change-Id: I16915602d56012c8fa5ec1581742402b68613076
2011-10-17 17:14:08 -07:00
Justin Ho
2dbe759c48 Update text select handles
Change-Id: Ifa902e38fc1e56d8dddf94585fa7557ddfb3809d
2011-10-17 17:11:14 -07:00
Justin Ho
0b2cd2fb5c Update stat_sys icons with different resize method
Change-Id: Iabbe9444f693816aecbe2dab2142252a58753ba8
2011-10-17 17:07:16 -07:00
John Reck
23a446cf27 Fix onFirstLayout path for saved pages
Bug: 5464993
 Saved pages are taking the onFirstLayout path in
 onConfigurationChange incorrectly. Fix that by clearing out the
 view state after actual first layout.

Change-Id: I61578f35ee6be349df49a63c464f532e0a87df28
2011-10-17 17:06:09 -07:00
Justin Ho
e9e7f07f0e Update spinner assets
Change-Id: Ib483dc6ba1e0f5cc7464f567900331d23c759fe8
2011-10-17 17:05:36 -07:00
Justin Ho
d18567bd45 Update scrubber assets
Change-Id: I35b1f089d2b5bb68d8118b1aaf995bb32e5bac23
2011-10-17 17:04:53 -07:00
Justin Ho
dcaf9807c8 Update rating stars
Change-Id: Ibfeb98edbb4a9885005c19b0f3f401e80738ee8b
2011-10-17 17:02:09 -07:00
Justin Ho
42a2c4e854 Update lockscreen assets
Change-Id: Iccb1def406a84eda0f9edcce2f81f34b5474473b
2011-10-17 16:59:28 -07:00
Justin Ho
ad7cec9c09 Update lockscreen assets
Change-Id: I91a6c74d42f7d0923789b0bbeaf1a29da18f2a14
2011-10-17 16:57:01 -07:00