Chris Craik
27c809dba4
am 81cce37d: Merge "Restore final canvas state after deferred flush" into jb-mr2-dev
...
* commit '81cce37deda2bd097d245c4d54806a354971a97c':
Restore final canvas state after deferred flush
2013-03-22 22:15:37 +00:00
Chris Craik
81cce37ded
Merge "Restore final canvas state after deferred flush" into jb-mr2-dev
2013-03-22 22:11:33 +00:00
Wink Saville
439eea8328
am c1b40c79: Merge "Add some new constants." into jb-mr2-dev
...
* commit 'c1b40c79beaec77937a58ffab1de9e02d553cd44':
Add some new constants.
2013-03-22 21:46:12 +00:00
Jim Miller
26ebeb6d55
am 7b3526d5: Merge "Fix alternate time zone display for clock widget." into jb-mr2-dev
...
* commit '7b3526d536c2066ba88c5923b2419da2662b3c51':
Fix alternate time zone display for clock widget.
2013-03-22 21:46:10 +00:00
Wink Saville
c1b40c79be
Merge "Add some new constants." into jb-mr2-dev
2013-03-22 21:41:31 +00:00
Jim Miller
7b3526d536
Merge "Fix alternate time zone display for clock widget." into jb-mr2-dev
2013-03-22 21:40:47 +00:00
Jeff Sharkey
527b2578d4
am 9da8c37a: Merge "Move XML utility methods into shared location." into jb-mr2-dev
...
* commit '9da8c37ab8bb29c813d08a8c7e4fd6431fc52191':
Move XML utility methods into shared location.
2013-03-22 20:47:57 +00:00
Jeff Sharkey
9da8c37ab8
Merge "Move XML utility methods into shared location." into jb-mr2-dev
2013-03-22 20:45:17 +00:00
Jeff Sharkey
ded7b75d1a
Move XML utility methods into shared location.
...
Change-Id: I15e8f0e4a6c5546d9be956ca0d46715d3441458c
2013-03-22 13:43:41 -07:00
Guang Zhu
4a7fae4953
am eb93cc6a: Merge "add account checks to app launch test" into jb-mr2-dev
...
* commit 'eb93cc6abba0d8be26ace531179510bffa86782d':
add account checks to app launch test
2013-03-22 19:34:20 +00:00
Guang Zhu
eb93cc6abb
Merge "add account checks to app launch test" into jb-mr2-dev
2013-03-22 19:31:55 +00:00
Robert Greenwalt
8735745b28
am 55187f18: Prevent NPE in new API.
...
* commit '55187f18505aad67f824094061af1b6d0a0ebb38':
Prevent NPE in new API.
2013-03-22 19:07:01 +00:00
Robert Greenwalt
55187f1850
Prevent NPE in new API.
...
bug:8455284
Change-Id: I26ecbd024d1fe001f3af792c4e66409b2968c7ec
2013-03-22 12:00:17 -07:00
Chris Craik
a4e16c58c9
Restore final canvas state after deferred flush
...
bug:8450062
- Fixes overdraw indication with DeferredDisplayList
- Fixes drawHardwareLayer called after flush
Additionally changes drawLayer to pass its paint to native via setLayerPaint
Wrap flush in save/restore so that reordering doesn't affect final
transform
Change-Id: I08befa42c28500da6387699eefd4be28aedf9f4c
2013-03-22 11:54:51 -07:00
Guang Zhu
6266a436f3
add account checks to app launch test
...
This optional parameter ensures that, before test starts, device
has the listed account types configured already.
e.g. to test app launch time of Gmail, a valid Google account
must present on device
Change-Id: Idba11beff754fd1d201a9c44a562809d4a9495e2
2013-03-22 11:36:30 -07:00
Baligh Uddin
4fd46bea8b
am b7f4c7b7: Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
...
* commit 'b7f4c7b7feec98adde79d6d691c0001943b16595':
Import translations. DO NOT MERGE
2013-03-22 17:50:51 +00:00
Svetoslav
6eb46fd359
am a7452ee2: [DO NOT MERGE] Notify vold when to start fstrim.
...
* commit 'a7452ee27de35e75b234adcf143c18f85d3f1aad':
[DO NOT MERGE] Notify vold when to start fstrim.
2013-03-22 17:47:10 +00:00
Baligh Uddin
b7f4c7b7fe
Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
2013-03-22 17:46:35 +00:00
Svetoslav
a7452ee27d
[DO NOT MERGE] Notify vold when to start fstrim.
...
Since using the discard option for mounting an Ext4 file system
could lead to unpredictable slowdowns of I/O we will explicitly
control when to perform fstrim, i.e. discard unused blocks of the
mounted volume. We are using the idle maintenance intents sent by
the system which specify a window that one can use to perform
expensive maintenance tasks while the user does not use the device.
This change is adding a broadcast receiver for the idle maintenance
start intent to the mount services which then notifies vold when to
start fstrim.
Since fstrim will be run on a daily basis we do not expect fstrim
to be too long, so it is not interruptible. We will implement
interruption only in case we see issues.
bug:8056794
Change-Id: I1438479d2956b61b82d3a130854376f7a144aaf3
2013-03-22 10:42:24 -07:00
Baligh Uddin
9b8a08ddb4
Import translations. DO NOT MERGE
...
Change-Id: I8c0470426c37a3a357e64c6143b49abd4e0dd682
Auto-generated-cl: translation import
2013-03-22 09:31:24 -07:00
Lorenzo Colitti
8d6839b20b
am 31453e5a: Merge "Reset connections on all stacked interfaces." into jb-mr2-dev
...
* commit '31453e5a2b5150a18c41b8bebd85223615ad8849':
Reset connections on all stacked interfaces.
2013-03-22 09:48:40 +00:00
Lorenzo Colitti
31453e5a2b
Merge "Reset connections on all stacked interfaces." into jb-mr2-dev
2013-03-22 09:45:53 +00:00
Mathias Agopian
1bb7b69b4e
am 32b9f625: Revert "make sure screenshot are in a format supported by Bitmap.java"
...
* commit '32b9f6258d052c8c334ae348322fed9ba032a09f':
Revert "make sure screenshot are in a format supported by Bitmap.java"
2013-03-22 07:32:17 +00:00
Mathias Agopian
bf7ac72033
am c61974b0: Merge "make sure screenshot are in a format supported by Bitmap.java" into jb-mr2-dev
...
* commit 'c61974b05082f4bd113f476e9b31e34c4974ae80':
make sure screenshot are in a format supported by Bitmap.java
2013-03-22 07:28:48 +00:00
Mathias Agopian
32b9f6258d
Revert "make sure screenshot are in a format supported by Bitmap.java"
...
This reverts commit 74beb8953789635ad50fa979cf9ac8178a78cb81.
it was checked-in by mistake
2013-03-22 00:27:46 -07:00
Mathias Agopian
c61974b050
Merge "make sure screenshot are in a format supported by Bitmap.java" into jb-mr2-dev
2013-03-22 07:26:26 +00:00
Mathias Agopian
74beb89537
make sure screenshot are in a format supported by Bitmap.java
...
Change-Id: Ic3ab7db31f1810ea19aac55d448dd1d4d6c419e4
2013-03-21 23:40:56 -07:00
Mathias Agopian
3f6c9bae63
am 921113d5: Merge "use the bitmap stride when encoding a screenshot as PNG" into jb-mr2-dev
...
* commit '921113d501b0c7136a0cbc6950f9e90ca1543277':
use the bitmap stride when encoding a screenshot as PNG
2013-03-22 04:48:39 +00:00
Mathias Agopian
921113d501
Merge "use the bitmap stride when encoding a screenshot as PNG" into jb-mr2-dev
2013-03-22 04:46:05 +00:00
Mathias Agopian
a79fd4ca31
use the bitmap stride when encoding a screenshot as PNG
...
Bug: 8444808
Change-Id: I47b74c22c940b40bd02634e9cd9dbff39b29a99f
2013-03-21 21:44:49 -07:00
Michael Wright
5b908ccbc5
am 75ebb37f: Add APP_SWITCH to app switch input dispatching optimization
...
* commit '75ebb37fafcaea7692d46b5abdbcd1465d88eea2':
Add APP_SWITCH to app switch input dispatching optimization
2013-03-22 03:46:59 +00:00
Michael Wright
75ebb37faf
Add APP_SWITCH to app switch input dispatching optimization
...
Change-Id: I8a95fbf311ebd62bcdaaeecfacaea7996ddaec74
2013-03-21 20:45:03 -07:00
Michael Wright
621c35e4fc
am 765ddb4b: Merge "Separate sessionCreated and finishedEvents callbacks" into jb-mr2-dev
...
* commit '765ddb4bf42634cc729017503833c3b077e4f29c':
Separate sessionCreated and finishedEvents callbacks
2013-03-22 03:40:05 +00:00
Michael Wright
765ddb4bf4
Merge "Separate sessionCreated and finishedEvents callbacks" into jb-mr2-dev
2013-03-22 03:36:49 +00:00
Michael Wright
f2cf401c03
am d46ded88: Merge "Add tracing for pending queue size" into jb-mr2-dev
...
* commit 'd46ded883074403440ffeae6f60248d327649eed':
Add tracing for pending queue size
2013-03-22 03:31:00 +00:00
Michael Wright
d46ded8830
Merge "Add tracing for pending queue size" into jb-mr2-dev
2013-03-22 03:28:01 +00:00
Fabrice Di Meglio
b91fb8c665
am 36fb0166: Merge "Fix bug #8200928 ExpandableListView should be RTL-aware" into jb-mr2-dev
...
* commit '36fb0166a3d92cd55514126d07cabefe3f90b8f7':
Fix bug #8200928 ExpandableListView should be RTL-aware
2013-03-22 01:25:27 +00:00
Jeff Sharkey
506694e63a
am 6848963d: Merge "Round up periodic syncs with short frequencies." into jb-mr2-dev
...
* commit '6848963d814c4ba7dc429c1668f29922d60f6ec2':
Round up periodic syncs with short frequencies.
2013-03-22 01:22:00 +00:00
Fabrice Di Meglio
36fb0166a3
Merge "Fix bug #8200928 ExpandableListView should be RTL-aware" into jb-mr2-dev
2013-03-22 01:20:15 +00:00
Jeff Sharkey
6848963d81
Merge "Round up periodic syncs with short frequencies." into jb-mr2-dev
2013-03-22 01:18:38 +00:00
Adam Powell
6338eb1165
am ef793669: Merge "Fix a stability regression in ListView arrow scrolling" into jb-mr2-dev
...
* commit 'ef79366980ff229dd69b02ab7436ddc1039e8f27':
Fix a stability regression in ListView arrow scrolling
2013-03-22 01:18:26 +00:00
Jeff Sharkey
6009459405
Round up periodic syncs with short frequencies.
...
Bug: 7668972
Change-Id: I476ded1418a203621913098cf5d33a4e5dc533ee
2013-03-21 18:18:13 -07:00
Adam Powell
7b8dfeb6ad
am 86a1a245: Merge "Revert "Revert "Fix ListView is not scrolled properly with arrows""" into jb-mr2-dev
...
* commit '86a1a245d285410d15f1995b5f72c0d0e566b2e9':
Revert "Revert "Fix ListView is not scrolled properly with arrows""
2013-03-22 01:14:43 +00:00
Adam Powell
ef79366980
Merge "Fix a stability regression in ListView arrow scrolling" into jb-mr2-dev
2013-03-22 01:14:28 +00:00
Adam Powell
86a1a245d2
Merge "Revert "Revert "Fix ListView is not scrolled properly with arrows""" into jb-mr2-dev
2013-03-22 01:12:43 +00:00
Michael Wright
52a5352626
Separate sessionCreated and finishedEvents callbacks
...
Bug: 8276952
Change-Id: If7051086c060fcce5d1e958ebbddec0784c851da
2013-03-21 17:47:40 -07:00
Michael Wright
95ae9429ee
Add tracing for pending queue size
...
Change-Id: Ib31c2245feca31d0276ef1ebf6e6d237d0297671
2013-03-21 17:47:40 -07:00
Amith Yamasani
61b19ea12e
am 1edaff07: Merge "Fix API version number for new symbols." into jb-mr2-dev
...
* commit '1edaff0709bc3558a6736eac7fccbe8350f2d158':
Fix API version number for new symbols.
2013-03-22 00:22:05 +00:00
Amith Yamasani
1edaff0709
Merge "Fix API version number for new symbols." into jb-mr2-dev
2013-03-22 00:19:12 +00:00
Jim Miller
9831d18883
Fix alternate time zone display for clock widget.
...
This fixes a bug where the widget resize event was being sent
for the wrong user.
The issue was with creating AppWidgetHostViews with Keyguard's
context which contains the wrong user id.
Fixes bug 8392718
Change-Id: I7efbc13161800224a342880c35470ed0b45824d0
2013-03-21 17:14:28 -07:00