140346 Commits

Author SHA1 Message Date
Marco Nelissen
d3afc9c1d8 am 909a1b2e: am c4d37f58: am 0eee8ac2: Merge "Fix thumbnail bug"
* commit '909a1b2e73efdb592b5a8f2c2e786f4c6c4bad14':
  Fix thumbnail bug
2014-06-23 22:40:28 +00:00
Robert Greenwalt
257ee5fa6f Add logging to track down weird ConnectivityManager issue.
bug:15771399
Change-Id: I0a7150286f94262414005298e6f038f278347a7c
2014-06-23 15:33:40 -07:00
Deepanshu Gupta
a2c96d5406 Merge "Temporarily change PorterDuff mode MULTIPLY to SRC_IN" into lmp-preview-dev 2014-06-23 21:44:43 +00:00
Deepanshu Gupta
ead9ce3ff6 Temporarily change PorterDuff mode MULTIPLY to SRC_IN
Overflow pop up dialog for action bar uses PorterDuff color filters in
mode SRC_IN. The mode is not supported by AlphaComposite currently. So,
in order to render something, we swap it out with SRC_IN.

Change-Id: I987e101728ecb76b5e3d5cd91f831e6f63a4321f
2014-06-23 19:26:32 -07:00
Deepanshu Gupta
16af3691f5 Fix bug to render status bar icons
Change-Id: I653c765105dafb02e30322384ca8e4791ac185d2
2014-06-23 19:25:38 -07:00
Deepanshu Gupta
b0419c8c4f Merge "Fix bug to render status bar icons" into lmp-preview-dev 2014-06-23 21:44:43 +00:00
Winson Chung
f5aa7a79f1 Merge "Ensuring that we fire the right intent when going home from Recents." 2014-06-23 21:44:43 +00:00
Winson Chung
d543c1bea4 Ensuring that we fire the right intent when going home from Recents.
- Refactoring RecentsAppWidgetHost
- Removing some references to the RecentsActivity from the RecentsPackageMonitor
- Fixing the memory leak related to long references to activities
- Working around blank screen when going home from Recents

Change-Id: I7b0ad219b8da197795864a3b90fd02f3a3c1a4ef
2014-06-24 01:59:55 +00:00
Fabrice Di Meglio
5f9f6c3936 Fix PreferenceGroupAdapter highlight code path
- do not change the Preference View background. Instead wrap
the Preference View into a FrameLayout with the highlighting
Drawable as the background
- test the View type to force the Preference View creation and
not rely on the convert View when highlighting
- define a new View type for the highlighting
- increment getViewTypeCount() returned value (for the new type)

Change-Id: Ie5f19311e11545aba848fd637ec61e43071d8dcf
2014-06-23 18:47:26 -07:00
Craig Mautner
43015f241e Merge "Return to recents when coming from recents" 2014-06-23 21:44:43 +00:00
Craig Mautner
84984faf53 Return to recents when coming from recents
If a task is launched from recents then backing all the way
out of the task will return you to recents. Entering the task
in any other way (home, another activity, nav bar) will reset
this behavior.

Fixes bug 15703876.

Change-Id: I98dc36e4dbcb238d59e2175832076de7225bfdd9
2014-06-23 15:04:23 -07:00
Craig Mautner
13f6ea78b0 Avoid unnecessary timeouts.
And fix a couple of other inefficiencies.

Fixes bug 15444410.

Change-Id: Idad95d4e4d70bc7d2965e1bd6ff3d3135b73dd9c
2014-06-23 15:01:27 -07:00
John Reck
3faf67c9b3 Merge "Fix contants; RT-enable WebView pt2" 2014-06-23 21:44:43 +00:00
John Reck
cd028f336e Fix contants; RT-enable WebView pt2
Bug: 15838537

 * Fix kSync_UIRedrawRequired constant value (woops)
 * Tell CanvasContext that WebView is now rt-safe

Change-Id: Idf15cf21115c2ca24b8ccd00025e8502864cd87c
2014-06-24 08:44:29 -07:00
John Reck
6b39324d77 Merge "No-fail invokeFunctor" 2014-06-23 21:44:43 +00:00
John Reck
3b20251a35 No-fail invokeFunctor
Bug: 15513308
 Bug: 15449247

Change-Id: I13a29f9c8d4975cdda6dcb33b6332c2555ff0f7c
2014-06-23 15:26:49 -07:00
Adam Powell
287c036187 Compatibility shim for apps calling View methods with TypedArray params
Apps calling the View methods that accept TypedArray params have
always been wrong. There is no way to call these methods safely since
apps can't get at the correct filter array assumed in these methods'
implementations. Do the best we can with these calls anyway; ignore
whatever they did pass and just get the styled attributes from the
Context used to construct the view and its associated theme.

Bug 15792674

Change-Id: I6dfa1abf273b581e79a17a72f68c97ff9a9148c5
2014-06-23 15:18:28 -07:00
Yorke Lee
ec282845a9 Merge "Make some fields in ContactsContract.QuickContacts public" 2014-06-23 21:44:43 +00:00
Yorke Lee
f8aadf3fde Make some fields in ContactsContract.QuickContacts public
Bug: 6948882
Change-Id: Ia7350c98c71ee30793dd24b8acb35f247619ae4d
2014-06-23 18:07:30 -07:00
Chris Craik
deb47ef288 Merge "Fix xfermode usage in GLES20Canvas.drawColor" 2014-06-23 21:44:43 +00:00
Chris Craik
2ce932832e Fix xfermode usage in GLES20Canvas.drawColor
bug:15762917

Was previously casting the SkPorterDuff::Mode directly into
SkXfermode::Mode, which is incorrect. Now convert as a first step, as
Canvas does.

Change-Id: I66695b08866ca2008b17f2ff30a36d9ed4d2ed80
2014-06-23 19:15:45 -07:00
Adam Powell
969185bbbc Merge "Add Toolbar methods to set title text colors" 2014-06-23 21:44:43 +00:00
Adam Powell
1a264ce3d9 Add Toolbar methods to set title text colors
Bug 15836670

Change-Id: If62da4104853c772790597be44f7a1efde2505ef
2014-06-23 18:16:44 -07:00
Adam Powell
cd6331e493 Merge "Make some more action mode drawable theme attrs public" 2014-06-23 21:44:43 +00:00
Brian Attwell
a279918c5b Add EdgeEffect#setColor
Bug: 15725269
Change-Id: Ifdb0a53d1f17e2433683e51d09588545b69e6238
2014-06-24 00:04:05 +00:00
Adam Powell
5abdb64112 Make some more action mode drawable theme attrs public
By popular demand, add actionModeShareDrawable, actionModeFindDrawable
and actionModeWebSearchDrawable to the public API. This can allow apps
to read the appropriate icons out of the theme to use elsewhere.

Bug 14262004

Change-Id: I2b7cde1e03852cc8a59780dbe1a6c8cecefb59ca
2014-06-23 17:00:37 -07:00
Quddus Chong
20a6f89b63 docs: Updated L Preview Support page.
Change-Id: I2bc88a15000c7023041b13de7ffe7d186067a0a6
2014-06-23 14:11:43 -07:00
Jianzheng Zhou
78c8e7c8bf DO NOT MERGE refactor wifi p2p's startDhcpServer function
Add getTetheredDhcpRanges() interface and call it before calling
mNwService.startTethering() to update dhcp ranges. This will allow p2p app
to run well concurrently with other tethering app(e.g. usb tethering).

Change-Id: I5e8ffeb5d2d396f48b897cd9396f133e25ecca57
Signed-off-by: Jianzheng Zhou <jianzheng.zhou@freescale.com>
2014-06-23 21:02:45 +00:00
Chris Wren
47c20a163a Update javadocs for heads up behavior.
The heads up notification is influences by full screen, sound,
vibration and priority. Update the documentation on those APIs to
explain this.

Also add some draft documentation for hidden API surfaces.

Bug: 15509793
Change-Id: Ie7dc99d9c1acf873782bdd010cdf28d11da256d7
2014-06-23 16:48:41 -04:00
Robert Ly
93de481209 docs: fix lmp and index pages
Change-Id: Iacdc52e1514728aa81192f2b9b1ca146b39bc024
2014-06-23 13:21:10 -07:00
Calin Juravle
ac777c8219 am 3e836835: am a06f5fa6: Merge "Fix the initialization of some profile properties"
* commit '3e8368350e4098a5a5bd88fc2cb623f58c012ba2':
  Fix the initialization of some profile properties
2014-06-23 19:44:53 +00:00
Robert Ly
387891fde6 fix resources js bug
Change-Id: Ic44c324bd61069c4a9b3bc05251683b6c586d3b8
2014-06-23 11:24:07 -07:00
smain@google.com
f98b816b93 update landing page gif frame to use new style
Change-Id: I27e32cccbe64fbe32306c1404edd7f965f9ed299
2014-06-23 10:28:04 -07:00
Baligh Uddin
15aca0aa6d am 858b47ca: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
* commit '858b47ca1eb9bc7d5efe183018a4053dd4d068ca':
  Import translations. DO NOT MERGE
2014-06-23 17:27:53 +00:00
Baligh Uddin
96e98d4170 am 2d91bc23: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
* commit '2d91bc23128fc1ab2a958a24c84f75d653886ef1':
  Import translations. DO NOT MERGE
2014-06-23 17:27:49 +00:00
Calin Juravle
3e8368350e am a06f5fa6: Merge "Fix the initialization of some profile properties"
* commit 'a06f5fa6563f7fc08b7bb2305f61bf649add0b5a':
  Fix the initialization of some profile properties
2014-06-23 17:26:29 +00:00
Quddus Chong
300caefb0c Merge "docs: Removing note for app-indexing developer early adopters from training class, since this feature is going to be publically accessible starting in GMS Longhorn." into klp-modular-dev 2014-06-23 17:14:09 +00:00
Quddus Chong
2789664e60 docs: Removing note for app-indexing developer early adopters from training class, since this feature is going to be publically accessible starting in GMS Longhorn.
Change-Id: I0ea5b9c85dd79b786dabeb4923f8f0f7f26948ab
2014-06-23 11:17:37 -07:00
Quddus Chong
d0027fd67f am 11b319c2: Merge "docs: Updated L Preview Highlights." into klp-modular-dev
* commit '11b319c234ef32b6ebd4fb8f44f592c491281de9':
  docs: Updated L Preview Highlights.
2014-06-23 16:45:02 +00:00
Brian Carlstrom
9e36a8cd3e am 1b98ccf2: am 0924ef65: Merge "Treat missing package usage data as a separate case"
* commit '1b98ccf275d93197c1aa746d5c492a57cd62be7f':
  Treat missing package usage data as a separate case
2014-06-23 15:47:45 +00:00
Brian Carlstrom
1b98ccf275 am 0924ef65: Merge "Treat missing package usage data as a separate case"
* commit '0924ef6592c3172db6ae1f3d92f845951f901486':
  Treat missing package usage data as a separate case
2014-06-23 15:43:40 +00:00
Craig Mautner
9587ee0203 am a2121e49: am 5957d6a8: Merge "Fix frontOfTask assignment."
* commit 'a2121e497c2e82676b4bf5dc35b0015c38ddc5ab':
  Fix frontOfTask assignment.
2014-06-23 15:00:10 +00:00
Craig Mautner
a2121e497c am 5957d6a8: Merge "Fix frontOfTask assignment."
* commit '5957d6a889d9c9e46d260d915b9ffa66a763dd23':
  Fix frontOfTask assignment.
2014-06-23 14:52:41 +00:00
Robert Ly
0ceb16d960 Merge "docs: Fix auto site css for screenshot frames." into klp-modular-dev 2014-06-23 14:51:00 +00:00
Ricardo Cervera
c5f20771ec docs: Fix auto site css for screenshot frames.
Change-Id: Ied72b6c90af93ae522ae4478dcdd60b3abd39350
2014-06-23 13:11:30 -07:00
Robert Ly
3158e1a6a3 Merge "docs: Addressed reviews and fixes for Auto dev overview" into klp-modular-dev 2014-06-23 14:51:00 +00:00
Quddus Chong
11b319c234 Merge "docs: Updated L Preview Highlights." into klp-modular-dev 2014-06-23 14:51:00 +00:00
Marco Nelissen
0eee8ac275 Merge "Fix thumbnail bug" 2014-06-23 14:50:49 +00:00
Nicolas Prevot
a29e43a364 Small fix related to cross-profile intents.
Change-Id: Ie489d1f83fd23190ffdc1e1abb4f0cfffebeac8d
2014-06-23 14:17:40 +01:00
Nicolas Prevot
5044988c47 Disable "Always" option for intents targetting non-current user.
In ResolverActivity, if a ResolveInfo is for another user:
disabling the "always" button.

Change-Id: Ib6a1a49e86e3e3546d8aaa70bfd2e8fe148281d6
2014-06-23 14:08:03 +01:00