142087 Commits

Author SHA1 Message Date
Ying Wang
fa68c30bbd Fix System API build.
Change-Id: Iece27eb0be2a83a468fbf6584a1170ec9e20f803
2014-07-09 12:08:02 -07:00
Santos Cordon
0bae09fdde Move showCallScreen & isInAPhoneCall to PhoneManager.
Change-Id: I852da78ae80eba120932fb7acb1e5c3db2a8f18a
2014-07-09 18:53:41 +00:00
Winson Chung
a433fa9c17 Updating task grouping logic.
- More fixes for graphical glitches when picking up task views.

Change-Id: I93fab1c2a9cc727c68d8f8fbd506bedaf681715f
2014-07-09 18:49:20 +00:00
Winson Chung
6057c91563 Refactoring a few things with the full screen overlay and enter animation.
- Fixing issue with configuration change triggering enter animation
- Using a proper target task rect when animating into a group

Change-Id: I856d29a663f5e8c000ca22fd1025c09f65032893
2014-07-09 18:47:48 +00:00
Ricardo Cervera
0a4a89f622 am 811aeae9: am e34167ce: Merge "docs: Fixed minor issues with Wear docs. Bug: 16062631" into klp-modular-dev
* commit '811aeae95370bcce395e6d2ecafe2d148b50f58c':
  docs: Fixed minor issues with Wear docs. Bug: 16062631
2014-07-09 18:46:55 +00:00
Ricardo Cervera
6b88a0615c am 941fe577: am 3a958b9f: docs: Fixed nav bar color in material docs. Bug: 16160906
* commit '941fe5773508b4dba9062cd61cb0e3d82df59f9f':
  docs: Fixed nav bar color in material docs. Bug: 16160906
2014-07-09 18:46:49 +00:00
Svet Ganov
525a66b2bb Adding print preview.
This change adds the pring preview part of the new print UX. The
UI has two parts, the top section is the print options and the
bottom section print preview with a list of pages. The user can
interact only with one of them. When print options are expanded
they cover the preview content and a scrim is laid out on top of
the preview. Tapping the scrim collapses the print options. When
the user types in page ranges and closes the options to look at
the preview, the latter is updated to show only these pages. In
the list of pages the user can further prune pages by deselecting
them.

Change-Id: I0b23d2c598afe2a34400ccfa43e4e935af83c72f
2014-07-09 18:43:38 +00:00
Robert Ly
d8da5c8ff5 am fdefaada: am a0d38aa4: Merge "docs: remove gms core preview for wear and redirect" into klp-modular-dev
* commit 'fdefaadab556bf4919c85ed32e2d0a68f9e6c778':
  docs: remove gms core preview for wear and redirect
2014-07-09 18:42:12 +00:00
Colin Cross
d908edd810 ActivityManager: pass the main uid of the app to lmkd
The uid and pid will be used to together to find any forked processes
and kill them.

Bug: 15313911
Change-Id: I2edb51527e5d1a977c0fad0e6c959c8438bb4be9
2014-07-09 11:30:51 -07:00
Robert Ly
33f5a318b9 Merge "docs: surface ui toolkit at a higher level" into klp-modular-dev 2014-07-09 14:43:38 +00:00
Dianne Hackborn
8ecc8e19fa Merge "Add tracking of uid process states in battery stats." 2014-07-09 14:38:35 +00:00
Andy Hung
285fa63c61 Add MediaCodec.CodecException
Also clarify MediaCodec exception handling in documentation.

Bug: 12034929
Change-Id: Ie82a15cc6ee4b772191edaf128823487cad00d0a
2014-07-10 03:32:42 +00:00
Yohei Yukawa
fccd37fb7e Spans should be preserved in TextInfo whenever possible
This is a follow up CL for Ib58ece68dee4c6187d469049fca8c3.

Now SpellCheckerService is expected to store span information
in TextInfo whenever possible so that spell checker service
can use it later.

BUG: 15869548
Change-Id: I481a2efe359de6162ebe095f60506aba3db3d762
2014-07-10 03:07:01 +00:00
Yohei Yukawa
eea0b8b051 Fix inconsistencies in CursorAnchorInfo#equals
This CL addresses some inconsistencies found in
CursorAnchorInfo#equals.

- #mComposingText is now taken into consideration when
  compared with other instances.
- NaN is now treated as if it was just a number in
  CursorAnchorInfo#equals if and only if NaN is used in
  -- #mInsertionMarkerHorizontal
  -- #mInsertionMarkerTop
  -- #mInsertionMarkerBaseline
  -- #mInsertionMarkerBottom.
  This is useful if we want to use NaN as a marker to
  indicate that no value is specified.

Change-Id: Ibff31bc34b9d488731b294ad38240c567a06b627
2014-07-10 03:06:04 +00:00
Dianne Hackborn
61659e5daa Add tracking of uid process states in battery stats.
We now keep track of how long each uid had processes in
various states: foreground, active, running.  This is based
on a collapse of the various activity manager process states
into these three bins.

You'll see these in a checkin like this:

8,10013,l,st,61504,61504,83109

Also fix issue #16021555: App showing up as on "top" even
when the screen is off.  This is "fixed" by just saying we
always report the current app at the top of the activity stack,
regardless of the state of the screen.

Change-Id: I1204904225101243eb00b43425d9806bffdd2ab9
2014-07-09 20:04:03 -07:00
Maxim Siniavine
6b1e88e5d0 Add test apps for shared uid package manager test
Change-Id: I00c0db7a122774260d93d06212f4485210f86532
2014-07-09 19:36:19 -07:00
Jim Miller
85516d028b Add new "pin complex" type to supported keyguard PINs
This adds a feature to allow DevicePolicyAdmins to prevent using
simple PINs, which are defined as those containing more than 3
repeated values. Examples include '1234', '2468', '1111', '9876', etc.

Bug 12081139

Change-Id: I4ebe1c76a48087dcd7c878e9bd79a4e3ee2a27fe
2014-07-10 01:54:49 +00:00
Yuncheol Heo
9f6414d0e6 Merge "Add HdmiCecMessageValidator to verify the incoming messages." 2014-07-09 17:22:29 +00:00
Deepanshu Gupta
ae712853cb am 95e63613: (-s ours) Fix default level flags for bidi. [DO NOT MERGE]
* commit '95e636130dfc2c0203f16f5315a7fe14b03eb689':
  Fix default level flags for bidi. [DO NOT MERGE]
2014-07-10 01:36:46 +00:00
Yuncheol Heo
75a77e7d6c Add HdmiCecMessageValidator to verify the incoming messages.
- Remove all param's length-check-logics in the package.

Bug: 16051295, Bug: 16117332, Bug: 15841545
Change-Id: If48ad9731f4f4613fd22aa3d9ada7ba3142bc999
2014-07-10 10:16:05 +09:00
Deepanshu Gupta
3a6cedfe72 Fix default level flags for bidi. [DO NOT MERGE]
Bug: b.android.com/69432
Change-Id: I26ff34a6d1f85c928a9a1cb3dfd739fc7d3a8fb6
2014-07-09 18:13:59 -07:00
Robert Ly
cc2af1c010 Merge "Revert "Change list for NDK Revision 10. Staged at: http://boku.mtv.corp.google.com:9198/tools/sdk/ndk/index.html"" into klp-modular-dev 2014-07-09 14:38:35 +00:00
Robert Ly
9cac8112e0 Revert "Change list for NDK Revision 10. Staged at: http://boku.mtv.corp.google.com:9198/tools/sdk/ndk/index.html"
This reverts commit 42fcd1463d416ede744550810bdfd7974e685f15.

Change-Id: I0956e4e07b558c1f445d3209a52a54974e060b99
2014-07-10 00:04:45 +00:00
Robert Ly
e0b5829eb1 Merge "docs: fix 2d picker image description" into klp-modular-dev 2014-07-09 14:38:35 +00:00
Robert Ly
6f52e7be18 Merge "docs: fix link to messages doc" into klp-modular-dev 2014-07-09 14:38:35 +00:00
Brian Carlstrom
ce75618e12 am 5aba0149: am b85afb38: Merge "Make dex2oat heap size product configurable [frameworks/base]"
* commit '5aba0149b953fb8e85851811dde995fb35c10051':
  Make dex2oat heap size product configurable [frameworks/base]
2014-07-09 12:36:47 +00:00
Brian Carlstrom
5aba0149b9 am b85afb38: Merge "Make dex2oat heap size product configurable [frameworks/base]"
* commit 'b85afb38e88ceca61af2855e30d34bc6ec4d32d9':
  Make dex2oat heap size product configurable [frameworks/base]
2014-07-09 12:21:54 +00:00
Deepanshu Gupta
e5d9dca16f am d3a77b16: am e7ef4dde: am 575e334d: am 813e2ac3: (-s ours) am bda28629: am 1e344694: am 0b487604: (-s ours) am d53a9fcb: am 979f9c68: am e30d3fdd: Change font family name. [DO NOT MERGE]
* commit 'd3a77b16c7e0cd54cde9a855654fe02897a50b87':
  Change font family name. [DO NOT MERGE]
2014-07-09 00:06:22 +00:00
Deepanshu Gupta
d3a77b16c7 am e7ef4dde: am 575e334d: am 813e2ac3: (-s ours) am bda28629: am 1e344694: am 0b487604: (-s ours) am d53a9fcb: am 979f9c68: am e30d3fdd: Change font family name. [DO NOT MERGE]
* commit 'e7ef4dde3cd9a9b7f6e8317563158b954ca679be':
  Change font family name. [DO NOT MERGE]
2014-07-09 00:02:06 +00:00
David Friedman
f88aca1d00 am d9843b2e: Merge "Change list for NDK Revision 10. Staged at: http://boku.mtv.corp.google.com:9198/tools/sdk/ndk/index.html" into klp-modular-dev
* commit 'd9843b2ebeb9a99b620aae3a3d17ea64fb00358a':
  Change list for NDK Revision 10. Staged at: http://boku.mtv.corp.google.com:9198/tools/sdk/ndk/index.html
2014-07-09 00:01:55 +00:00
Deepanshu Gupta
b996a186f1 am 9f595d98: am 6077f5f2: am 2e9dc1fe: am 4b84593f: (-s ours) am b0470a1f: am d7ce8452: am 10e54073: (-s ours) am ca82da92: am 5d0db7f2: am 5455ddc4: Merge "Add a script to rename fonts for SDK. [DO NOT MERGE]" into jb-mr1.1-dev
* commit '9f595d98979151860d76516f37bcc47238370f44':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-07-09 00:01:51 +00:00
Deepanshu Gupta
e7ef4dde3c am 575e334d: am 813e2ac3: (-s ours) am bda28629: am 1e344694: am 0b487604: (-s ours) am d53a9fcb: am 979f9c68: am e30d3fdd: Change font family name. [DO NOT MERGE]
* commit '575e334d1d132321155d9afddc5733cfd5e58b2d':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:57:43 +00:00
Deepanshu Gupta
9f595d9897 am 6077f5f2: am 2e9dc1fe: am 4b84593f: (-s ours) am b0470a1f: am d7ce8452: am 10e54073: (-s ours) am ca82da92: am 5d0db7f2: am 5455ddc4: Merge "Add a script to rename fonts for SDK. [DO NOT MERGE]" into jb-mr1.1-dev
* commit '6077f5f2340a26954033c5e1724506efbe478fba':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-07-08 23:54:06 +00:00
Deepanshu Gupta
575e334d1d am 813e2ac3: (-s ours) am bda28629: am 1e344694: am 0b487604: (-s ours) am d53a9fcb: am 979f9c68: am e30d3fdd: Change font family name. [DO NOT MERGE]
* commit '813e2ac3a03aec7052f1d9fcd2f53ef51493374c':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:52:33 +00:00
Deepanshu Gupta
c97f249cdc am 6dfce3f7: am 00a10334: am 931e049e: am 5414f83d: (-s ours) am d2829b49: am 432d16f9: Change font family name. [DO NOT MERGE]
* commit '6dfce3f72c6e315013e323f4c1bb918c449d7d61':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:50:15 +00:00
Deepanshu Gupta
6077f5f234 am 2e9dc1fe: am 4b84593f: (-s ours) am b0470a1f: am d7ce8452: am 10e54073: (-s ours) am ca82da92: am 5d0db7f2: am 5455ddc4: Merge "Add a script to rename fonts for SDK. [DO NOT MERGE]" into jb-mr1.1-dev
* commit '2e9dc1fe510ae2c41bdd7415e9fc1c903ebfa336':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-07-08 23:50:09 +00:00
Deepanshu Gupta
813e2ac3a0 am bda28629: am 1e344694: am 0b487604: (-s ours) am d53a9fcb: am 979f9c68: am e30d3fdd: Change font family name. [DO NOT MERGE]
* commit 'bda28629dd2be00c1fda9a09192aef17f44fc919':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:48:14 +00:00
Deepanshu Gupta
2e9dc1fe51 am 4b84593f: (-s ours) am b0470a1f: am d7ce8452: am 10e54073: (-s ours) am ca82da92: am 5d0db7f2: am 5455ddc4: Merge "Add a script to rename fonts for SDK. [DO NOT MERGE]" into jb-mr1.1-dev
* commit '4b84593f8b34ecb16cf9ff413d0e4f3d14f0e422':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-07-08 23:45:05 +00:00
Deepanshu Gupta
bda28629dd am 1e344694: am 0b487604: (-s ours) am d53a9fcb: am 979f9c68: am e30d3fdd: Change font family name. [DO NOT MERGE]
* commit '1e34469469fca5770f9c5f811b592d1f3687ddc5':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:43:39 +00:00
Deepanshu Gupta
6dfce3f72c am 00a10334: am 931e049e: am 5414f83d: (-s ours) am d2829b49: am 432d16f9: Change font family name. [DO NOT MERGE]
* commit '00a1033408407bce5997e81165ffea35844786a1':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:41:59 +00:00
Deepanshu Gupta
4b84593f8b am b0470a1f: am d7ce8452: am 10e54073: (-s ours) am ca82da92: am 5d0db7f2: am 5455ddc4: Merge "Add a script to rename fonts for SDK. [DO NOT MERGE]" into jb-mr1.1-dev
* commit 'b0470a1fce9e496b4812e8d652db20b8af656c02':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-07-08 23:39:43 +00:00
Deepanshu Gupta
1e34469469 am 0b487604: (-s ours) am d53a9fcb: am 979f9c68: am e30d3fdd: Change font family name. [DO NOT MERGE]
* commit '0b4876043be6eb9c2eaccb8270370b9275d4d899':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:38:48 +00:00
Deepanshu Gupta
5c92964e03 am c295c08f: am efa0e90c: am e63b7ad3: am 5acf782c: (-s ours) am d751eed4: am b49e21e1: Add a script to rename fonts for SDK. [DO NOT MERGE]
* commit 'c295c08fb4d08e4f335754aa62ff0d957a339109':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-07-08 23:38:26 +00:00
Deepanshu Gupta
00a1033408 am 931e049e: am 5414f83d: (-s ours) am d2829b49: am 432d16f9: Change font family name. [DO NOT MERGE]
* commit '931e049e6566723027554e57905de109b6faa783':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:36:50 +00:00
Deepanshu Gupta
b0470a1fce am d7ce8452: am 10e54073: (-s ours) am ca82da92: am 5d0db7f2: am 5455ddc4: Merge "Add a script to rename fonts for SDK. [DO NOT MERGE]" into jb-mr1.1-dev
* commit 'd7ce84528da16ef53eb8e3c9f34a5c7ca90fd1b3':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-07-08 23:35:09 +00:00
Deepanshu Gupta
c295c08fb4 am efa0e90c: am e63b7ad3: am 5acf782c: (-s ours) am d751eed4: am b49e21e1: Add a script to rename fonts for SDK. [DO NOT MERGE]
* commit 'efa0e90cc581a9bbef9ae15ce8f1b6780c1c4bfe':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-07-08 23:34:08 +00:00
Deepanshu Gupta
4c0f9664de am 61d3dea6: am 8c8bb83e: am 8e11659a: Change font family name. [DO NOT MERGE]
* commit '61d3dea672ed8f2f4f90860580c37766b0197a58':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:33:00 +00:00
Deepanshu Gupta
931e049e65 am 5414f83d: (-s ours) am d2829b49: am 432d16f9: Change font family name. [DO NOT MERGE]
* commit '5414f83d38455fcd8c788ea1b5cf61aaef3d0a5d':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:32:12 +00:00
Robert Ly
db520137db Merge "docs: fix wear packaging for paid apps instructions" into klp-modular-dev 2014-07-08 23:31:34 +00:00
Deepanshu Gupta
0b4876043b am d53a9fcb: am 979f9c68: am e30d3fdd: Change font family name. [DO NOT MERGE]
* commit 'd53a9fcb7c56d6495e88cc3e39e2892e449a9171':
  Change font family name. [DO NOT MERGE]
2014-07-08 23:30:20 +00:00