Jorim Jaggi
5b002995ad
am 79107083: Merge "Add option to enable scrim SRC optimization" into lmp-dev
...
* commit '79107083ca50b99c9e7b678d7739b9ab4798db0f':
Add option to enable scrim SRC optimization
2014-09-29 20:47:53 +00:00
Jorim Jaggi
697ace4edd
am e2ff1a4e: Merge "Fix overdraw" into lmp-dev
...
* commit 'e2ff1a4edbe5c8eeb2610a62b8cfe7a58d4c8150':
Fix overdraw
2014-09-29 20:47:46 +00:00
Selim Cinek
6b44ae6e92
am 311fc0b3: Fixed a crash that could occur in the ObservableScrollView
...
* commit '311fc0b399f01a79169ae69aea05556043a7d7df':
Fixed a crash that could occur in the ObservableScrollView
2014-09-29 20:47:39 +00:00
Paul Jensen
a621a97f4a
am 89e0f093: Move mobile provisioning APN support into telephony.
...
* commit '89e0f0937a70d73b5ed188c9337b4d33860e5573':
Move mobile provisioning APN support into telephony.
2014-09-29 20:47:32 +00:00
Jorim Jaggi
79107083ca
Merge "Add option to enable scrim SRC optimization" into lmp-dev
2014-09-29 13:44:07 +00:00
Jorim Jaggi
e2ff1a4edb
Merge "Fix overdraw" into lmp-dev
2014-09-29 13:43:20 +00:00
Selim Cinek
311fc0b399
Fixed a crash that could occur in the ObservableScrollView
...
Bug: 17644848
Change-Id: I771c27f9fee8c0d5edfbd21998ea015fd1d6f685
2014-09-29 12:21:48 +00:00
Paul Jensen
89e0f0937a
Move mobile provisioning APN support into telephony.
...
Most of this logic is simply removed from ConnectivityService.
The captive portal detection is now done by the NetworkMonitor.
The notification logic is still left in ConnectivityService as
it's used by both the NetworkMonitor and telephony's mobile
provisioning logic.
bug:17324098
Change-Id: Ibd1c42b1a75795f90a6483d3d0a5a14f88b193d8
2014-09-29 11:37:43 +00:00
jgu21
df44f76444
am 20867871: Frameworks/base: Early init native bridge
...
* commit '208678718f9f8db3bc279c7d5bd1445af2831ae3':
Frameworks/base: Early init native bridge
2014-09-29 03:37:34 +00:00
George Mount
3bcfbdd902
am 8120652b: Order GhostViews so that they display in their ghosted view\'s order.
...
* commit '8120652bb1155d762d945c1a3bf1636b6825dbd2':
Order GhostViews so that they display in their ghosted view's order.
2014-09-29 02:55:37 +00:00
Svetoslav
59bb49fbf7
am 922fcc2f: Merge "Crash in print spooler if save to PDF selected early." into lmp-dev
...
* commit '922fcc2f9e2370b34672af0e91e5754c6f8d6da7':
Crash in print spooler if save to PDF selected early.
2014-09-29 02:55:26 +00:00
Svetoslav
1fd7359038
am b179bed3: Merge "Fix carsh in print spooler if custom print setings return bad pages." into lmp-dev
...
* commit 'b179bed35302704bce809029ab424f919de351c3':
Fix carsh in print spooler if custom print setings return bad pages.
2014-09-29 02:55:18 +00:00
Svetoslav
b009016f03
am ed2fdc6e: Accessibility node provider getting invalid virtual view id.
...
* commit 'ed2fdc6ef560c76ba310a2c4e5bb63f01d08af40':
Accessibility node provider getting invalid virtual view id.
2014-09-29 02:55:07 +00:00
jgu21
208678718f
Frameworks/base: Early init native bridge
...
Add the app directory to the arguments for starting a process.
Add a check for NeedsNativeBridge and a call to PreInitializeBridge
in the native fork code.
(cherry picked from commit 2eacd06bfb82b33dfcbccafbcfc0bf1218484bb5)
Bug: 17671501
Change-Id: I970db5b284b0c12e2d8a45df3950c1fff2927a4e
2014-09-28 15:35:59 -07:00
George Mount
8120652bb1
Order GhostViews so that they display in their ghosted view's order.
...
Bug 17671834
GhostViews can be added in arbitrary order since they are added
depending on how they are insterted into the TransitionValues
maps. This CL does two things: it ensures that GhostViews are always
pulled to the top of the Overlay and inserts GhostViews into
the Overlay in the order that their ghosted views are drawn.
Change-Id: I9f68105126834cc8f30a6cfe5d58fc3c51465afd
2014-09-28 21:13:38 +00:00
Svetoslav
922fcc2f9e
Merge "Crash in print spooler if save to PDF selected early." into lmp-dev
2014-09-28 21:00:23 +00:00
Svetoslav
b179bed353
Merge "Fix carsh in print spooler if custom print setings return bad pages." into lmp-dev
2014-09-28 20:59:52 +00:00
Jorim Jaggi
0e66439387
Add option to enable scrim SRC optimization
...
It turns out that the optimization to disable glClear + draw scrim
with SRC is not good for all devices, so this CL adds a config flag
to revert to the old behavior.
Bug: 17673806
Change-Id: Ic4e0177f2d6fcf4448755d0be66e8fbef2d15ab5
2014-09-28 20:16:53 +00:00
Jorim Jaggi
2bc5406d7a
Fix overdraw
...
Bug: 17673806
Change-Id: Ia34602122a47e5ffc69dce3580cfab52bc9f535f
2014-09-28 20:15:36 +00:00
Svetoslav
e1dcb397d5
Crash in print spooler if save to PDF selected early.
...
The first issue is that the save to pdf button is enabled
before the first layout completed and at this point we do
not know anything about the document. The second is that
if a layout is in progress and we select save to pdf we
end up starting the documents UI twice and finishing the
second instance carshes the spooler.
bug:17676878
Change-Id: Id0b1f06e4d377347286c2dde09669d431441234b
2014-09-28 20:05:57 +00:00
Svetoslav
528424c26c
Fix carsh in print spooler if custom print setings return bad pages.
...
The custom settings activity of a print serivce can change the selected
pages and the spooler was not checking whether the returned pages were
valid leading to a crash.
bug:17678553
Change-Id: Id8ea3d482d2909b97a06752d61b416dfe5948483
2014-09-28 20:05:45 +00:00
Svetoslav
ed2fdc6ef5
Accessibility node provider getting invalid virtual view id.
...
If the virtual child id is not specified we should ask the node
provider to create a node info for the hosting view bu passing
the special host node id.
bug:17664111
Change-Id: Iaf1387acdfe33b50b50729d293adcdf82340a648
2014-09-28 20:05:23 +00:00
New Author Steven Liu
36e7229835
am 0f840945: redirect RIL_UNSOL_OEM_HOOK_RAW to system app
...
* commit '0f84094579696739facbd75a56a4e7b98a6a5edc':
redirect RIL_UNSOL_OEM_HOOK_RAW to system app
2014-09-27 07:22:10 +00:00
New Author Steven Liu
485f2095f8
redirect RIL_UNSOL_OEM_HOOK_RAW to system app
...
Add LISTEN_OEM_HOOK_RAW_EVENT and onOemHookRawEvent to PhoneStateListener.
Bug: 17298769
Change-Id: Iaea054d3cc2925eea1e11f8871faabc7bc9dfb2d
2014-09-27 07:16:38 +00:00
Dirk Dougherty
175b965e25
am 4ffdf9e7: am cdc49451: am 5913f406: am 6373718b: Merge "Doc change: Add new index page for games stories." into klp-modular-docs
...
* commit '4ffdf9e77571beb73fc11ceaffa0248eacbcd376':
Doc change: Add new index page for games stories.
2014-09-27 05:54:40 +00:00
Andres Morales
aa1bcd95cf
am 858d04cb: Merge "Mark PDB identifier as SystemApi" into lmp-dev
...
* commit '858d04cbf0962acba1ffc0e5df4113c01ed3abec':
Mark PDB identifier as SystemApi
2014-09-27 05:27:03 +00:00
Ruben Brunk
1c2bb0c72e
am 6f34ad71: Merge "camera2: Fix native ImageReader test segfaults." into lmp-dev
...
* commit '6f34ad71cb00c7f4260dbf071422b334152a2cd1':
camera2: Fix native ImageReader test segfaults.
2014-09-27 05:26:58 +00:00
Yao Chen
08312e4094
am 31f80f0f: Assign bindService() result to a boolean directly. One less if-else
...
* commit '31f80f0fddd2b59d3722dd73c942eaecf11e12c3':
Assign bindService() result to a boolean directly. One less if-else
2014-09-27 05:25:52 +00:00
Dirk Dougherty
c2f4985e84
am cdc49451: am 5913f406: am 6373718b: Merge "Doc change: Add new index page for games stories." into klp-modular-docs
...
* commit 'cdc494512edb13c0405e1f4410439112e39102ae':
Doc change: Add new index page for games stories.
2014-09-27 05:24:58 +00:00
Dirk Dougherty
cdc494512e
am 5913f406: am 6373718b: Merge "Doc change: Add new index page for games stories." into klp-modular-docs
...
* commit '5913f40618494a361b4cc0c79aebdd2f0a9170da':
Doc change: Add new index page for games stories.
2014-09-27 05:20:38 +00:00
Dirk Dougherty
5913f40618
am 6373718b: Merge "Doc change: Add new index page for games stories." into klp-modular-docs
...
* commit '6373718b883dd945c17987ac64925c0fdc30674d':
Doc change: Add new index page for games stories.
2014-09-27 05:14:05 +00:00
Marco Nelissen
e3fafc1d8a
am 7e51102c: Merge "Validate MTP path" into lmp-dev
...
* commit '7e51102c02342ec2fe867f70d0cf3480b8f12809':
Validate MTP path
2014-09-27 03:18:53 +00:00
Dirk Dougherty
6373718b88
Merge "Doc change: Add new index page for games stories." into klp-modular-docs
2014-09-27 03:16:53 +00:00
Andres Morales
66b63cb825
Merge "Mark PDB identifier as SystemApi" into lmp-dev
2014-09-27 02:26:00 +00:00
Ruben Brunk
7b28c66a6c
Merge "camera2: Fix native ImageReader test segfaults." into lmp-dev
2014-09-27 02:16:30 +00:00
Yao Chen
c8a3e0dc9d
Assign bindService() result to a boolean directly. One less if-else
...
Bug: 17637058
Change-Id: If2f4db2ebf95f1912a752794a1ab482cf30ab014
2014-09-27 01:08:39 +00:00
Marco Nelissen
f8c4f9efcb
Merge "Validate MTP path" into lmp-dev
2014-09-27 01:03:50 +00:00
Ruben Brunk
31798f3318
camera2: Fix native ImageReader test segfaults.
...
Bug: 17675571
- Check for JPEG footer in correct location from ImageReader
when using the RGBA override.
- Add additional error checks in produceFrame method.
- Avoid allocating extra space for jpeg buffers due to
incorrect width calculations.
Change-Id: I926f37e8b3e5c4bad24c16dcee48d52adb1706dd
2014-09-26 18:00:21 -07:00
Dirk Dougherty
eb81afbe29
Doc change: Add new index page for games stories.
...
Change-Id: Icd9de0715c8a77333fd73a46f31c3ad81d0b951b
2014-09-26 17:43:14 -07:00
Dirk Dougherty
88a8d7f8f0
am 5a0ce7a1: am dea43111: am 8d03b0b9: am afbe165a: Doc change: Add IAB v2 deprecation notice.
...
* commit '5a0ce7a15825a94587ce28ad353a462e7b7bb6b1':
Doc change: Add IAB v2 deprecation notice.
2014-09-27 00:37:04 +00:00
Dirk Dougherty
9e1dccc181
am dea43111: am 8d03b0b9: am afbe165a: Doc change: Add IAB v2 deprecation notice.
...
* commit 'dea43111e1234153794ed54b4883e725043c2ba7':
Doc change: Add IAB v2 deprecation notice.
2014-09-27 00:33:06 +00:00
Dirk Dougherty
dea43111e1
am 8d03b0b9: am afbe165a: Doc change: Add IAB v2 deprecation notice.
...
* commit '8d03b0b987172e70d0bd6522fadc7505a3ff2b1d':
Doc change: Add IAB v2 deprecation notice.
2014-09-27 00:27:26 +00:00
Dirk Dougherty
8d03b0b987
am afbe165a: Doc change: Add IAB v2 deprecation notice.
...
* commit 'afbe165aecb00b74f8228314cc60b28af089e8e3':
Doc change: Add IAB v2 deprecation notice.
2014-09-27 00:22:41 +00:00
Andres Morales
33df937f6f
Mark PDB identifier as SystemApi
...
Had already marked the API itself as system api, just not
the Context.BLAH id. Also update the javadoc as it doesn't
return an FD anymore.
Change-Id: Ic8a5b8c75b0ba0bdf4ad26cf33d5f87eea568376
2014-09-26 17:08:59 -07:00
Eino-Ville Talvala
8883ada99b
am 678e4328: Merge "Camera2: Fix parallel session and device close() exception" into lmp-dev
...
* commit '678e432809fcde0d189f1130887bb201967eb342':
Camera2: Fix parallel session and device close() exception
2014-09-26 23:45:15 +00:00
Amit Mahajan
5c93285481
am 32241895: Merge "Handling service number convert while roaming." into lmp-dev
...
* commit '32241895dfbef8a84f60c7294b334a5ae8e28fee':
Handling service number convert while roaming.
2014-09-26 23:45:11 +00:00
Eino-Ville Talvala
ccc483696b
Merge "Camera2: Fix parallel session and device close() exception" into lmp-dev
2014-09-26 23:42:30 +00:00
Amit Mahajan
ce1416a64d
Merge "Handling service number convert while roaming." into lmp-dev
2014-09-26 23:32:51 +00:00
Alan Viverette
72f1d94fed
am 63756956: Merge "Add callback to track and thumb drawables, propagate state in ASLD" into lmp-dev
...
* commit '637569566d2234b06e08d94acf4db1b0d3be6501':
Add callback to track and thumb drawables, propagate state in ASLD
2014-09-26 23:19:12 +00:00
Dianne Hackborn
e4f529c7ba
am cbb94a27: Merge "More debugging for issue #17656716 : Unhandled exception in Window Manager" into lmp-dev
...
* commit 'cbb94a27c1f0fa8c2b459ffe3206eb96006f92dc':
More debugging for issue #17656716 : Unhandled exception in Window Manager
2014-09-26 23:15:04 +00:00