Commit Graph

18171 Commits

Author SHA1 Message Date
Siva Velusamy
8caaedd079 am 718caf81: Merge "Update build tools and platform tools versions to 23.0.0 RC1" into mnc-dev
* commit '718caf8148058848b533cf3bdc35b6b51365e79e':
  Update build tools and platform tools versions to 23.0.0 RC1
2015-05-14 01:46:06 +00:00
Filip Gruszczynski
5a46a53ae4 am 38c6c69d: am ab748c01: Merge "Sample for percent support library." into lmp-mr1-ub-dev
* commit '38c6c69da21bce58634510045afc097d34d2df37':
  Sample for percent support library.
2015-05-14 01:46:04 +00:00
Siva Velusamy
718caf8148 Merge "Update build tools and platform tools versions to 23.0.0 RC1" into mnc-dev 2015-05-14 00:55:27 +00:00
Filip Gruszczynski
38c6c69da2 am ab748c01: Merge "Sample for percent support library." into lmp-mr1-ub-dev
* commit 'ab748c0115a72c44c22baca1db961c9a35b1c277':
  Sample for percent support library.
2015-05-14 00:43:26 +00:00
Peter Collingbourne
c90758f420 Modify ctype.h headers to test for non-GNU inline semantics correctly
GCC and Clang will not define __GNUC_STDC_INLINE__ when compiling C++, so this
macro currently implies regular C++ inline semantics in C++. This may cause
the compiler to emit an external definition of the function, which will cause
link errors when compiling with -fvisibility=hidden; see e.g. crbug.com/481902.

To fix this, also test the __cplusplus macro when deciding whether to assume
non-GNU inline semantics.

Change-Id: Icbd1f42279c2f65610e62f21d4a0a09d3b0e091c
2015-05-13 17:41:18 -07:00
Filip Gruszczynski
ab748c0115 Merge "Sample for percent support library." into lmp-mr1-ub-dev 2015-05-14 00:32:26 +00:00
Siva Velusamy
7108d9268d Update build tools and platform tools versions to 23.0.0 RC1
Change-Id: I09e0aa75e116001575903bc092cfb285a0dbdc1c
2015-05-13 12:59:46 -07:00
Robin Lee
692b4162fe am 6f1cc7c4: am f5ded1c6: Merge "Fix keystore demo layout for Nexus 7" into mnc-dev
* commit '6f1cc7c416cc7c7018d5114558124f087cb9e15d':
  Fix keystore demo layout for Nexus 7
2015-05-13 19:10:46 +00:00
Robin Lee
6f1cc7c416 am f5ded1c6: Merge "Fix keystore demo layout for Nexus 7" into mnc-dev
* commit 'f5ded1c643158ac51ddceb8a374762ae8ac4b6b6':
  Fix keystore demo layout for Nexus 7
2015-05-13 18:54:00 +00:00
Robin Lee
f5ded1c643 Merge "Fix keystore demo layout for Nexus 7" into mnc-dev 2015-05-13 18:28:23 +00:00
Trevor Johns
114afa63f0 am ad72fc1b: am 5b1f58dd: am 253a4e49: am 424de0b0: am 20d95001: Sync sample prebuilts for lmp-mr1-ub-docs
* commit 'ad72fc1b12622765d9a73cecaaab4b1807631326':
  Sync sample prebuilts for lmp-mr1-ub-docs
2015-05-13 17:46:13 +00:00
Trevor Johns
ad72fc1b12 am 5b1f58dd: am 253a4e49: am 424de0b0: am 20d95001: Sync sample prebuilts for lmp-mr1-ub-docs
* commit '5b1f58dd242713a4ad714e5ff913b0b820995190':
  Sync sample prebuilts for lmp-mr1-ub-docs
2015-05-13 17:33:41 +00:00
Trevor Johns
5b1f58dd24 am 253a4e49: am 424de0b0: am 20d95001: Sync sample prebuilts for lmp-mr1-ub-docs
* commit '253a4e498774eeb3246f69f04be3a8aea80d2717':
  Sync sample prebuilts for lmp-mr1-ub-docs
2015-05-13 17:07:46 +00:00
Trevor Johns
253a4e4987 am 424de0b0: am 20d95001: Sync sample prebuilts for lmp-mr1-ub-docs
* commit '424de0b0e5ca70fac32b2109a8f845ad8d1721a3':
  Sync sample prebuilts for lmp-mr1-ub-docs
2015-05-12 22:10:27 +00:00
Trevor Johns
424de0b0e5 am 20d95001: Sync sample prebuilts for lmp-mr1-ub-docs
* commit '20d9500115e9ded1dbcdfa808da603dae0e1b905':
  Sync sample prebuilts for lmp-mr1-ub-docs
2015-05-12 21:57:57 +00:00
Trevor Johns
20d9500115 Sync sample prebuilts for lmp-mr1-ub-docs
Synced to //developers/samples/android commit
7e6f96a4bd8d07daf2f9e464dad32e7daa62999b

Change-Id: I3c44d32aca1a5513f52e71f28d1848a055d03aab
2015-05-12 14:33:38 -07:00
Deepanshu Gupta
28c034b08f Remove ICU from LayoutLib.
Android now has its own version of ICU bundled. There's no need to
bundle a separate ICU jar.

Change-Id: Ic6a4decc4c4de3a095718e379952908208306784
2015-05-12 11:21:49 -07:00
Andre Eisenbach
58f949d033 am 3039c1f2: am 877ff89b: Bluetooth native dumpsys logging support (5/5)
* commit '3039c1f29953844d0f324d2bb706bec042bb8073':
  Bluetooth native dumpsys logging support (5/5)
2015-05-12 16:53:03 +00:00
Andre Eisenbach
3039c1f299 am 877ff89b: Bluetooth native dumpsys logging support (5/5)
* commit '877ff89b542091dfe0d75c7d07d181b8a6a8955f':
  Bluetooth native dumpsys logging support (5/5)
2015-05-12 16:40:45 +00:00
Andre Eisenbach
877ff89b54 Bluetooth native dumpsys logging support (5/5)
Added 'btsnooz' debug tool to interpret BTSnoop traces from a bugreport

Bug: 18508263
Change-Id: I774c712300e805e7072c7a453e84b2a06eb67984
2015-05-12 15:57:01 +00:00
Chris Banes
47277fd2ce am 9646b38e: am a2413acd: am b1629398: Tweaks around AppBar demos
* commit '9646b38eade90e16ec4269e276a2309c0aa75f6f':
  Tweaks around AppBar demos
2015-05-12 10:49:18 +00:00
Chris Banes
9646b38ead am a2413acd: am b1629398: Tweaks around AppBar demos
* commit 'a2413acdeebeb1d16cc9e44fddfb13caa22de127':
  Tweaks around AppBar demos
2015-05-12 10:39:08 +00:00
Chris Banes
a2413acdee am b1629398: Tweaks around AppBar demos
* commit 'b1629398d3a5bd09264cf14950ea8429155b2f6e':
  Tweaks around AppBar demos
2015-05-12 10:15:35 +00:00
Robin Lee
d72e5b22bb Fix keystore demo layout for Nexus 7
The plaintext and ciphertext fields weren't showing up on Nexus 7
(possibly other devices too) because of some unresolvable dependencies
between UI elements.

Also stopped leaving these fields editable when no key was selected
and corresponding action buttons were switched off.

Change-Id: I32ed3e2f24c134504a02db6fdfb9905ec147fbdd
2015-05-11 13:43:56 +00:00
Chris Banes
b1629398d3 Tweaks around AppBar demos
Change-Id: Id24b71d88071412816668d791c2deedd68b7a6db
2015-05-11 14:05:09 +01:00
Tor Norbye
7136657f03 am 379bd951: am 9c30464e: Use new api-generator version: extracts deprecation info
* commit '379bd9516cd64418419a8a24476166d6255f13b3':
  Use new api-generator version: extracts deprecation info
2015-05-10 03:25:57 +00:00
Tor Norbye
379bd9516c am 9c30464e: Use new api-generator version: extracts deprecation info
* commit '9c30464eb1229813d6db187bb6407468d64f37f1':
  Use new api-generator version: extracts deprecation info
2015-05-10 03:14:09 +00:00
Tor Norbye
9c30464eb1 Use new api-generator version: extracts deprecation info
This reverts commit 9f09636474.
2015-05-09 11:36:25 -07:00
Tor Norbye
4fabf7e4f1 am 3f006581: am 43f5a948: Merge "Revert "Use new api-generator version: extracts deprecation info"" into mnc-dev
* commit '3f00658142002fd317a4087303e33c3786258bfd':
  Revert "Use new api-generator version: extracts deprecation info"
2015-05-09 15:15:47 +00:00
Tor Norbye
3f00658142 am 43f5a948: Merge "Revert "Use new api-generator version: extracts deprecation info"" into mnc-dev
* commit '43f5a948341653be5a757c3a83b4451821ca4c24':
  Revert "Use new api-generator version: extracts deprecation info"
2015-05-09 15:06:29 +00:00
Tor Norbye
43f5a94834 Merge "Revert "Use new api-generator version: extracts deprecation info"" into mnc-dev 2015-05-09 14:56:39 +00:00
Tor Norbye
9f09636474 Revert "Use new api-generator version: extracts deprecation info"
This reverts commit 833bdc79d8.

Change-Id: Ib08294a39b03c7831ffebf83487b9c6564401c31
2015-05-09 14:56:23 +00:00
Chris Banes
6a440c35b1 am 44dcc397: am c71688ea: am 39d16703: Update TabLayout demo to use new APIs
* commit '44dcc397ab080a2129659b6e078dff0dada0b72e':
  Update TabLayout demo to use new APIs
2015-05-09 13:13:18 +00:00
Chris Banes
44dcc397ab am c71688ea: am 39d16703: Update TabLayout demo to use new APIs
* commit 'c71688ea5b4e3644ac34227015479f6651f8964a':
  Update TabLayout demo to use new APIs
2015-05-09 13:01:26 +00:00
Chris Banes
c71688ea5b am 39d16703: Update TabLayout demo to use new APIs
* commit '39d167037ced52613c8d5e91d8f8e1e1fae685f2':
  Update TabLayout demo to use new APIs
2015-05-09 12:39:01 +00:00
Chris Banes
39d167037c Update TabLayout demo to use new APIs
Depends-on: I7d944d2ebcd169c5c084000bd17f20da5c60e7ea

BUG: 20897298
Change-Id: Ide33aec225ba63592ffac43aabe5322bc25c4628
2015-05-09 12:27:39 +00:00
Trevor Johns
4d3adfb4c0 am 1f094c39: am 47ee98e6: am 7d44f1a6: am 34191c0a: am 86ed92ac: (-s ours) Update build files for lmp-mr1-ub-docs samples r7
* commit '1f094c3923243707a1e82f098fe507ec5a684bb4':
  Update build files for lmp-mr1-ub-docs samples r7
2015-05-09 07:22:03 +00:00
Trevor Johns
1f094c3923 am 47ee98e6: am 7d44f1a6: am 34191c0a: am 86ed92ac: (-s ours) Update build files for lmp-mr1-ub-docs samples r7
* commit '47ee98e64eeceacf1050e1c6ff929de90b028450':
  Update build files for lmp-mr1-ub-docs samples r7
2015-05-09 07:10:24 +00:00
Trevor Johns
47ee98e64e am 7d44f1a6: am 34191c0a: am 86ed92ac: (-s ours) Update build files for lmp-mr1-ub-docs samples r7
* commit '7d44f1a6e3d06ba69c278cd3303989861b4d5c19':
  Update build files for lmp-mr1-ub-docs samples r7
2015-05-09 06:52:49 +00:00
Trevor Johns
7d44f1a6e3 am 34191c0a: am 86ed92ac: (-s ours) Update build files for lmp-mr1-ub-docs samples r7
* commit '34191c0a566b25e1b1bbf29c65e6ddac74942f2a':
  Update build files for lmp-mr1-ub-docs samples r7
2015-05-09 06:42:30 +00:00
Trevor Johns
34191c0a56 am 86ed92ac: (-s ours) Update build files for lmp-mr1-ub-docs samples r7
* commit '86ed92ac001e839d2ef655d8cfcc2bd3e1829f0a':
  Update build files for lmp-mr1-ub-docs samples r7
2015-05-09 06:33:48 +00:00
Trevor Johns
ba43b5830c am 19f41653: am 69d27ebb: am 06f1b640: am 7c9491a2: am 434d41c4: Update samples prebuilts for lmp-mr1-ub-docs
* commit '19f41653e6adf8a2bcb9689dd5eb9b7625a41f26':
  Update samples prebuilts for lmp-mr1-ub-docs
2015-05-09 03:48:17 +00:00
Trevor Johns
19f41653e6 am 69d27ebb: am 06f1b640: am 7c9491a2: am 434d41c4: Update samples prebuilts for lmp-mr1-ub-docs
* commit '69d27ebb0f1f7e9e23b5ff6e8ea72865d902e6c4':
  Update samples prebuilts for lmp-mr1-ub-docs
2015-05-09 03:36:18 +00:00
Trevor Johns
69d27ebb0f am 06f1b640: am 7c9491a2: am 434d41c4: Update samples prebuilts for lmp-mr1-ub-docs
* commit '06f1b640709e5a03f20c9543f111e8e1d6560b8d':
  Update samples prebuilts for lmp-mr1-ub-docs
2015-05-09 03:15:11 +00:00
Trevor Johns
06f1b64070 am 7c9491a2: am 434d41c4: Update samples prebuilts for lmp-mr1-ub-docs
* commit '7c9491a24446d4b98fa83c60d68d9e24f6b89dc4':
  Update samples prebuilts for lmp-mr1-ub-docs
2015-05-09 03:03:06 +00:00
Trevor Johns
7c9491a244 am 434d41c4: Update samples prebuilts for lmp-mr1-ub-docs
* commit '434d41c45df023fd543a94e88b0bda2dc5c7844d':
  Update samples prebuilts for lmp-mr1-ub-docs
2015-05-09 02:52:01 +00:00
Trevor Johns
86ed92ac00 Update build files for lmp-mr1-ub-docs samples r7
- Updated samples package to r7
- Added AlwaysOn sample to sdk.atree

Change-Id: I0a8b780dfe514b6e50adbe5422be4d3dfe32ecbd
2015-05-08 19:31:14 -07:00
Trevor Johns
434d41c45d Update samples prebuilts for lmp-mr1-ub-docs
Synced to developers/samples/android commit
54bab34b386e343e9d0ea75a5fb8d13db2c71eb5.

Change-Id: I1c9d9d2c1f53a051d7b4d85303d5c01ab6f16e68
2015-05-08 19:29:42 -07:00
Dan Albert
a7634a3725 am 2096e07e: am b3286324: am bf140c36: Merge "Revert "Update TabLayout demo to use new APIs"" into lmp-mr1-ub-dev
* commit '2096e07e661a0cc634637a0cce4125c151d25a02':
  Revert "Update TabLayout demo to use new APIs"
2015-05-08 21:47:41 +00:00
Dan Albert
2096e07e66 am b3286324: am bf140c36: Merge "Revert "Update TabLayout demo to use new APIs"" into lmp-mr1-ub-dev
* commit 'b328632414336587e0c865f0e32f9f5c9914a4e1':
  Revert "Update TabLayout demo to use new APIs"
2015-05-08 21:36:46 +00:00