141689 Commits

Author SHA1 Message Date
Chris Craik
0f632046dd Query outline on background size change
Background bounds are updated out of sync with View bounds, so query
as they change.

Change-Id: I9c94df17bac42dfcd4bb93b31903b59ebb58204b
2014-07-07 19:52:58 -07:00
Julia Reynolds
5e458dd6b4 Apply user restrictions to SettingsProvider.
Change-Id: If68c715bc688bf0df63591e0b8f8bf8a2b6dd118
2014-07-07 20:09:23 +00:00
Fabrice Di Meglio
f9499b36e6 Add PreferenceFragment styling
- add the capability to specify a specific layout for PreferenceFragment

Change-Id: I2fa36b8fa8110e6cbc8006e1d000dc90ae6a5f0b
2014-07-07 20:08:27 +00:00
Mike Reed
f16c5e7ae0 Merge "kNative_8888_SkColorType is now kN32_SkColorType" 2014-07-02 20:00:08 +00:00
Mike Reed
4a9c3891d4 kNative_8888_SkColorType is now kN32_SkColorType
Change-Id: I13421a21de611203c62c1c1c36570a8cc803907b
2014-07-07 15:47:55 -04:00
Alan Viverette
2a0d4a1fff Merge "Update AnimatedStateListDrawable to work with Animatable drawables" 2014-07-07 17:47:39 +00:00
Roozbeh Pournader
034b20c102 Subset Droid Sans Fallback to remove duplicate coverage.
Removes all characters that are already supported by either Roboto or the
expanded Noto Sans Symbols font.  The Droid Sans Fallback fonts are also
passed through the fonttools subsetter to recompress the tables and convert
the post table to version 3.0.  This change reduces the size of the files by
about 270KB each.

The following characters are removed:
0021..007E, 00A0..00A1, 00A4, 00A7..00A8, 00AA..00AB, 00AD..00B4,
00B6..00BF, 00C6, 00D0, 00D7..00D8, 00DE..00E1, 00E6, 00E8..00EA,
00EC..00ED, 00F0, 00F2..00F3, 00F7..00FA, 00FC, 00FE, 0101, 0111, 0113,
011B, 0126..0127, 012B, 0131..0133, 0138, 013F..0142, 0149..014B, 014D,
0152..0153, 0166..0167, 016B, 01C0..01C3, 01CE, 01D0, 01D2, 01D4, 01D6,
01D8, 01DA, 01DC, 021A..021B, 0250..02B2, 02B4, 02B7, 02BB..02BC,
02C7..02CD, 02D0..02D1, 02D8..02DB, 02DD..02DE, 02E0, 02E4, 0300..0301,
0303..0304, 0306, 0308, 030A..030B, 030F..0334, 0339..033D, 035C, 0361,
0391..03A1, 03A3..03A9, 03B1..03C1, 03C3..03C9, 0401, 0410..044F, 0451,
200C..2011, 2013..2016, 2018..2019, 201C..201D, 2020..2022, 2025..2027,
2030, 2032..2033, 2035, 203B..203C, 203E, 2047..2049, 2074, 207F,
2081..2084, 20A0..20B9, 2103, 2105, 2109, 2111, 2113, 2116, 2118, 211C,
2121..2122, 2126, 212B, 2133, 2135, 2153..2154, 215B..215E, 2160..216B,
2170..2179, 2190..2200, 2202..2203, 2205, 2207..2209, 220B..220C, 220F,
2211, 2215, 2217, 221A, 221D..2220, 2223, 2225, 2227..222C, 222E,
2234..2237, 223C..223D, 2245, 2248, 224C, 2252, 2260..2261, 2264..2267,
226A..226B, 226E..226F, 2282..2287, 2295, 2297, 2299, 22A5, 22BF, 22C5,
2308..230B, 2312, 23AF, 2460..24B5, 24D0..24E9, 2500..254B, 2550..2574,
2581..258F, 2592..2595, 25A0..25A1, 25A3..25AA, 25B2..25B3, 25B6..25B7,
25BA, 25BC..25BD, 25C0..25C1, 25C6..25C9, 25CB, 25CE..25D1, 25E2..25E6,
25EF, 2605..2606, 260E..260F, 261C, 261E, 2640, 2642, 2654..266A,
266C..266D, 266F, 2680..2685, 2701..2704, 2706..2709, 270C..2727,
2729..274B, 274D, 274F..2752, 2756, 2758..275E, 2761..2794, 2798..27AF,
27B1..27BE, 2985..2986, 3008..3009, FFFD

Bug: 15348046
Change-Id: I1d4751b6f79a4c6de23910c983f2f09c9460b160
2014-07-07 19:39:25 +00:00
Dianne Hackborn
904a1045ce Merge "Fix cleanup of voice sessions." 2014-07-07 17:47:39 +00:00
Brian Carlstrom
e2dd396cef Remove
Change-Id: Ia2fa4ebae090838c2bf7bc96edc38a85fe3059dd
2014-07-07 11:30:16 -07:00
Dianne Hackborn
6ea0d0a259 Fix cleanup of voice sessions.
They would leave active voice activities lingering around.

Change-Id: I5b6716ab303636ebdf2f13c3172552a73dae3bb1
2014-07-07 11:28:29 -07:00
John Reck
3c2b7fa8c5 Add missing requireGlContext
Change-Id: I7100e5e9986f502f66a23ecea07a6057522c43ac
2014-07-07 18:05:00 +00:00
John Reck
32fb6307de Fix VPA.cancel()
Bug: 15978905

 Need to make sure we re-sync the UI properties on animator cancel, also
 don't animate for 1 frame after cancel() is called

Change-Id: Ib660c0fb195b9f02bd795d03d43ea67bffebb499
2014-07-07 18:04:44 +00:00
Robert Ly
657bb84593 am ec5bb62a: am d1e3afb5: Merge "docs: update device dashboard for july" into klp-modular-dev
* commit 'ec5bb62ae7303338c1ed21f02340df80729bf177':
  docs: update device dashboard for july
2014-07-07 17:56:19 +00:00
Robert Ly
fcd21b16be am 36c6803a: am b50dd5a2: Merge "docs: fix links" into klp-modular-dev
* commit '36c6803a97de380152b8affd8cdaa4178a56f97e':
  docs: fix links
2014-07-07 17:56:13 +00:00
Robert Ly
ec5bb62ae7 am d1e3afb5: Merge "docs: update device dashboard for july" into klp-modular-dev
* commit 'd1e3afb5be9f983e4dfcbcbaf908261c6454992e':
  docs: update device dashboard for july
2014-07-07 17:49:18 +00:00
Robert Ly
36c6803a97 am b50dd5a2: Merge "docs: fix links" into klp-modular-dev
* commit 'b50dd5a2f2018056bf3695685562a7e64bde17ad':
  docs: fix links
2014-07-07 17:49:14 +00:00
Craig Stout
f209ef9c3a Fix TextView drawing issue.
The predraw listener was lost because the view was detached and reattached
after layout but before the first draw.

b/15376022

Change-Id: Idf38f7373df3c457f54b6e3f995b00256914f775
2014-07-07 17:43:52 +00:00
Craig Mautner
9d8a30d9e1 am a7f02a5c: am ef2e7667: Merge "[ActivityManager] Avoid keeping restarting home when only home activity exists."
* commit 'a7f02a5cda27147fe7076805187fb6fbc60fdcfb':
  [ActivityManager] Avoid keeping restarting home when only home activity exists.
2014-07-07 17:26:20 +00:00
Craig Mautner
a7f02a5cda am ef2e7667: Merge "[ActivityManager] Avoid keeping restarting home when only home activity exists."
* commit 'ef2e76675a6c60a2a4764a2e19fdb2c4d9beb00e':
  [ActivityManager] Avoid keeping restarting home when only home activity exists.
2014-07-07 17:23:06 +00:00
Quddus Chong
56d0907024 am af165529: Merge "docs: Fixed url pointing to Google Play Services 5.0 blog post." into klp-modular-dev
* commit 'af16552983d3d3015b85b73507d5a060d76a67cd':
  docs: Fixed url pointing to Google Play Services 5.0  blog post.
2014-07-07 16:10:13 +00:00
Quddus Chong
96a3f04ac9 am f6438653: Merge "docs: Removed early adopter text from app indexing training doc." into klp-modular-dev
* commit 'f6438653e193e5273a76ec910dff929a40871b8e':
  docs: Removed early adopter text from app indexing training doc.
2014-07-07 16:10:09 +00:00
Ricardo Cervera
332667a74a am 409b9ed7: Merge "docs: Added release notes and links for sdk/adt 23.0.2" into klp-modular-dev
* commit '409b9ed7b8bee4af2832ccd1c6b76eedf6081a03':
  docs: Added release notes and links for sdk/adt 23.0.2
2014-07-07 16:10:04 +00:00
Craig Mautner
0a99270250 am 09c1af5d: am c66da9d6: Merge "[ActivityManager] Prevent kill a restarted process again."
* commit '09c1af5d5c43f716fb4093eae6cf5442e7bb88d1':
  [ActivityManager] Prevent kill a restarted process again.
2014-07-07 15:41:55 +00:00
Craig Mautner
09c1af5d5c am c66da9d6: Merge "[ActivityManager] Prevent kill a restarted process again."
* commit 'c66da9d606fa3091540bc4c51c2904cc949bf777':
  [ActivityManager] Prevent kill a restarted process again.
2014-07-07 15:36:33 +00:00
Craig Mautner
53cc7d7998 am 7611a5d3: am 5acdd0f6: Merge "[ActivityManager] Ensure alive process is not killedByAm."
* commit '7611a5d32889f54b1763cf076a442a0575c69b51':
  [ActivityManager] Ensure alive process is not killedByAm.
2014-07-07 15:06:41 +00:00
Craig Mautner
7611a5d328 am 5acdd0f6: Merge "[ActivityManager] Ensure alive process is not killedByAm."
* commit '5acdd0f67db9b5f41a89dfb5200f37d6f5f984ec':
  [ActivityManager] Ensure alive process is not killedByAm.
2014-07-07 15:00:47 +00:00
Narayan Kamath
10eb3b0665 am e0849423: am 501bb0a5: Merge "Fix issue when converting fil->tl."
* commit 'e0849423214007d4377638fb42db15276e3ca575':
  Fix issue when converting fil->tl.
2014-07-07 10:11:23 +00:00
Narayan Kamath
e084942321 am 501bb0a5: Merge "Fix issue when converting fil->tl."
* commit '501bb0a5e4a62a9e58efe2fa0a3f275c193872e7':
  Fix issue when converting fil->tl.
2014-07-07 08:57:04 +00:00
Robert Ly
048d1076ae am 8f0f930d: Merge "Fix incorrect link in Android Wear documentation." into klp-modular-dev
* commit '8f0f930d3bf8d74c4680cc94a8def9e3db0989b8':
  Fix incorrect link in Android Wear documentation.
2014-07-06 22:31:00 +00:00
Baligh Uddin
b33e23ead7 am abef99cf: (-s ours) am 02c355d1: (-s ours) am 59db1767: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'abef99cf6a18873ff2079285d26755b41aed979b':
  Import translations. DO NOT MERGE
2014-07-06 19:49:37 +00:00
Baligh Uddin
660630f242 am 11281de7: (-s ours) am 89523569: (-s ours) am 314bfe07: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '11281de7a2c335ed5410fa83b275173130714f52':
  Import translations. DO NOT MERGE
2014-07-06 19:49:33 +00:00
Baligh Uddin
abef99cf6a am 02c355d1: (-s ours) am 59db1767: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '02c355d10b3235b73d58ab54222721e32bec3f1f':
  Import translations. DO NOT MERGE
2014-07-06 19:45:38 +00:00
Baligh Uddin
11281de7a2 am 89523569: (-s ours) am 314bfe07: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '89523569e4c1be2e102b5fb991023d6696384d76':
  Import translations. DO NOT MERGE
2014-07-06 19:45:34 +00:00
Baligh Uddin
02c355d10b am 59db1767: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '59db17673d9d2a5be386e9f324f8f2a7b455d0b1':
  Import translations. DO NOT MERGE
2014-07-06 19:42:25 +00:00
Baligh Uddin
89523569e4 am 314bfe07: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '314bfe071011cc16d56a9c8bfb65000cd3597bf0':
  Import translations. DO NOT MERGE
2014-07-06 19:42:22 +00:00
Baligh Uddin
5ac6a47f25 am de9bfb79: (-s ours) am 8e1bf9f1: (-s ours) am 43ba3ba4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'de9bfb799e99440888ecd911d60f42ff206c886c':
  Import translations. DO NOT MERGE
2014-07-06 18:44:06 +00:00
Baligh Uddin
36524e0cbd am 9c9223d9: (-s ours) am 2ea222e6: (-s ours) am 93360f02: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '9c9223d91eb57ba7f45532e551861696c55883ec':
  Import translations. DO NOT MERGE
2014-07-06 18:44:02 +00:00
Baligh Uddin
1b0960dec7 am 494d4005: (-s ours) am ab157d74: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '494d4005d5bb1e23fceefa766dca95c3acfa610f':
  Import translations. DO NOT MERGE
2014-07-06 18:40:04 +00:00
Baligh Uddin
7b3e377c4d am 861beac4: (-s ours) am 87bcd150: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '861beac4f3c04850a8f99fca0bafb002a5ddecdf':
  Import translations. DO NOT MERGE
2014-07-06 18:40:00 +00:00
Baligh Uddin
1c42269cb3 am 476a40e3: (-s ours) am f643d529: (-s ours) am b4600e79: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '476a40e33243c7c86859aa7fbadb8f24c0c32d3b':
  Import translations. DO NOT MERGE
2014-07-06 18:39:57 +00:00
Baligh Uddin
1131029184 am 2353a8fc: (-s ours) am 2f689434: (-s ours) am f599be53: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '2353a8fc5da7402e7bdd0b6eb54edb583fe27f8f':
  Import translations. DO NOT MERGE
2014-07-06 18:39:53 +00:00
Baligh Uddin
777dafeda8 am 5195064e: (-s ours) am 6e90b3c0: (-s ours) am f1c1e725: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '5195064e8280c85fbda996df58e247e8a8509d1f':
  Import translations. DO NOT MERGE
2014-07-06 18:39:49 +00:00
Baligh Uddin
de9bfb799e am 8e1bf9f1: (-s ours) am 43ba3ba4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '8e1bf9f1a38b70459ddcaeb816b83c3c83e8c9b8':
  Import translations. DO NOT MERGE
2014-07-06 18:39:28 +00:00
Baligh Uddin
9c9223d91e am 2ea222e6: (-s ours) am 93360f02: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '2ea222e6615cef6977e40b0dbb7b58c2313e6976':
  Import translations. DO NOT MERGE
2014-07-06 18:39:24 +00:00
Baligh Uddin
e532e686cb am 03c248aa: (-s ours) am 51ad6520: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '03c248aadece8459d2568dd8721d46cf748c7a56':
  Import translations. DO NOT MERGE
2014-07-06 18:33:33 +00:00
Baligh Uddin
52b7c688ff am b140440e: (-s ours) am 6b7d2cf7: (-s ours) am f67d4baf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'b140440ea33ce512ba372deb11171ac688b1200b':
  Import translations. DO NOT MERGE
2014-07-06 18:33:29 +00:00
Baligh Uddin
301c1f5d18 am 75a54319: (-s ours) am 6df13287: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '75a543193546525908c94981721a5d19f31fe285':
  Import translations. DO NOT MERGE
2014-07-06 18:33:26 +00:00
Baligh Uddin
4e899ae24b am 3b7b9f95: (-s ours) am 334c84cf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '3b7b9f95a920e9b97067bc8004bd96156bcd8f7e':
  Import translations. DO NOT MERGE
2014-07-06 18:33:22 +00:00
Baligh Uddin
494d4005d5 am ab157d74: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit 'ab157d740ed5c0bff544adc8992d9fce99462707':
  Import translations. DO NOT MERGE
2014-07-06 18:33:21 +00:00
Baligh Uddin
861beac4f3 am 87bcd150: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '87bcd150a4122b78e98d3b859869b54e4546405d':
  Import translations. DO NOT MERGE
2014-07-06 18:33:17 +00:00