Commit Graph

16747 Commits

Author SHA1 Message Date
Elliott Hughes
c78a382fcd am 449831f8: am 340e9691: Merge "Include <string.h> for memset."
* commit '449831f8b3dce8a6773ebd80b6eacce4c65d36a6':
  Include <string.h> for memset.
2015-01-26 22:09:43 +00:00
Elliott Hughes
449831f8b3 am 340e9691: Merge "Include <string.h> for memset."
* commit '340e969103133ddf924d8b2d7e026ee6db0a5457':
  Include <string.h> for memset.
2015-01-26 21:44:45 +00:00
Elliott Hughes
340e969103 Merge "Include <string.h> for memset." 2015-01-26 21:30:33 +00:00
Sam Hasinoff
2feded705a am 0ffaa924: am 10c38dac: am 02b19a18: Stop living in the past.
* commit '0ffaa92459658f9dde4ff8196c4404f330df3962':
  Stop living in the past.
2015-01-26 19:57:44 +00:00
Sam Hasinoff
0ffaa92459 am 10c38dac: am 02b19a18: Stop living in the past.
* commit '10c38dac4471ef5765b33147181bf5ac8f9c3ef3':
  Stop living in the past.
2015-01-26 19:52:34 +00:00
Sam Hasinoff
10c38dac44 am 02b19a18: Stop living in the past.
* commit '02b19a182fe16312b2042f389916ea163a01ae11':
  Stop living in the past.
2015-01-26 19:35:14 +00:00
Sam Hasinoff
02b19a182f Stop living in the past.
find docs/copyright-templates -type f | xargs sed -i 's/2013/2015/g'

Change-Id: I2e3cc83a82e556f7833331ef3e2ed1012d16044e
2015-01-26 10:31:15 -08:00
Chris Banes
563eac6b8a Add FAB Sample to Support7Demos
Depends on Ia88c28c2ab0da0779f1092495e3a417969cb1d2a

Change-Id: Id1505396a9d062ede626dbdeb352abccd9494ce9
2015-01-26 15:21:13 +00:00
Chris Banes
35bdfca5ad Add design support lib to sdk.atree
Change-Id: I0ca9f2d4ec64b8d455cec1fe10c4351497bf263a
2015-01-26 13:27:07 +00:00
Elliott Hughes
f16e0fd111 Include <string.h> for memset.
Change-Id: I36bff9268ba1cb50a4be25f1a428082cf854b7be
2015-01-25 08:47:56 -08:00
Dan Albert
989e790ae6 am 942eb46a: am 6c3911d1: Merge "Add support for host coverage."
* commit '942eb46a4687443497a86d1a632b89112f619eec':
  Add support for host coverage.
2015-01-24 22:05:45 +00:00
Dan Albert
7e9372d9bc am 4a994636: am b95e3359: Merge "Add acov --clean and acov --prep."
* commit '4a99463634c9c517179e4aa98b68e6c8429d39d7':
  Add `acov --clean` and `acov --prep`.
2015-01-24 22:05:43 +00:00
Dan Albert
942eb46a46 am 6c3911d1: Merge "Add support for host coverage."
* commit '6c3911d1a7a62e9cc752f5d5b822284348b6a919':
  Add support for host coverage.
2015-01-24 22:00:22 +00:00
Dan Albert
4a99463634 am b95e3359: Merge "Add acov --clean and acov --prep."
* commit 'b95e3359f6006f8b74108c16dc2abf87aca7598a':
  Add `acov --clean` and `acov --prep`.
2015-01-24 22:00:18 +00:00
Dan Albert
6c3911d1a7 Merge "Add support for host coverage." 2015-01-24 21:53:01 +00:00
Dan Albert
b95e3359f6 Merge "Add acov --clean and acov --prep." 2015-01-24 21:52:22 +00:00
Dan Albert
72324d80f6 Add support for host coverage.
The --host flag will pull coverage results from the host output rather
than the target.

Change-Id: I88aac17d23feff22926fbb67416ade3c821b5b6c
2015-01-24 13:47:03 -08:00
Dan Albert
cf347cc5a4 Add acov --clean and acov --prep.
The --clean flag clears ANDROID_PRODUCT_OUT and ANDROID_HOST_OUT of
all coverage files. If a source file that had a coverage notes file
(a .gcno) generated for it is renamed or removed, the build system
will not clean the old file, which means the coverage tool will still
try to find coverage data.

The --prep flag clears just coverage data files. This should be done
before any coverage run, as you don't want old coverage data affecting
your results.

Change-Id: Id68395d19369eba4589daff90461a10cf7aef66d
2015-01-24 13:45:58 -08:00
Chris Banes
4d3f52b921 am 7cc27946: am c3716abd: Merge "Add some samples for AppCompat\'s styled widgets" into lmp-mr1-ub-dev
* commit '7cc27946961192ebd0c1a3b78c7674f3512625db':
  Add some samples for AppCompat's styled widgets
2015-01-24 16:57:15 +00:00
Chris Banes
7cc2794696 am c3716abd: Merge "Add some samples for AppCompat\'s styled widgets" into lmp-mr1-ub-dev
* commit 'c3716abd3cae0d7d65d2360def9434c4ee287e2c':
  Add some samples for AppCompat's styled widgets
2015-01-23 21:23:07 +00:00
Chris Banes
c3716abd3c Merge "Add some samples for AppCompat's styled widgets" into lmp-mr1-ub-dev 2015-01-23 21:18:38 +00:00
Yigit Boyar
953f51c9dc am a2cc5e6f: am 5366c30c: SortedList demo activity
* commit 'a2cc5e6f662c62c0be7343bb8f0b737be79bd794':
  SortedList demo activity
2015-01-23 21:04:20 +00:00
Yigit Boyar
a2cc5e6f66 am 5366c30c: SortedList demo activity
* commit '5366c30c844a1047de07002ded648a91d8d45ab9':
  SortedList demo activity
2015-01-23 20:57:18 +00:00
Chris Banes
743aa0de96 Add some samples for AppCompat's styled widgets
Change-Id: I930044339024d01c5ad4a2cfafca184c8c72dc8a
2015-01-23 10:13:10 +00:00
Dake Gu
0bdce30561 showcase of updating DetailsOverviewRow parts
and using SparseArrayObjectAdapter for adding/removing actions

Bug: 19111955
Bug: 18869799
Change-Id: I8321f8de116fafda6e96a700855f218bacfc426c
2015-01-22 15:48:16 -08:00
Yigit Boyar
5366c30c84 SortedList demo activity
This CL adds a new activity which demostrates using a
SortedList with a RecyclerView.

Bug: 18753633
Change-Id: I02307df129d44ac8a110a8c7f467787870336cf1
2015-01-22 13:25:48 -08:00
Andrew Hsieh
1ae95c7c96 am faadcff2: am 6408fa86: Merge "Refine libportable signal.h on mips."
* commit 'faadcff27f549e632c0f0da3aeb3ac3df241e54a':
  Refine libportable signal.h on mips.
2015-01-20 19:04:03 +00:00
Andrew Hsieh
faadcff27f am 6408fa86: Merge "Refine libportable signal.h on mips."
* commit '6408fa86dcaaab8080083cc317da86825985f019':
  Refine libportable signal.h on mips.
2015-01-20 18:57:04 +00:00
Andrew Hsieh
6408fa86dc Merge "Refine libportable signal.h on mips." 2015-01-20 18:35:34 +00:00
Andrew Hsieh
b2aa4b3820 am 3e90adaf: am 3bfe8b3d: Merge "Fixup typo and disable debug message"
* commit '3e90adafa790b54b8ff3cd046b8554cd8e4c0961':
  Fixup typo and disable debug message
2015-01-20 18:04:25 +00:00
Andrew Hsieh
3e90adafa7 am 3bfe8b3d: Merge "Fixup typo and disable debug message"
* commit '3bfe8b3d1737db34a3938d631f070346a9a0a589':
  Fixup typo and disable debug message
2015-01-20 17:57:31 +00:00
Andrew Hsieh
3bfe8b3d17 Merge "Fixup typo and disable debug message" 2015-01-20 17:35:12 +00:00
Pen-Yung Yu
a06fa01ac6 Fixup typo and disable debug message
Change-Id: I646b9a52172c300072443eb8a605e1ebf6f840c6
2015-01-20 15:02:17 +08:00
Pen-Yung Yu
166f5daf4b Refine libportable signal.h on mips.
Change-Id: I02edeb28d4606f7706cbd9f933523483ae51abbb
2015-01-20 14:32:57 +08:00
Andrew Hsieh
3598d53b42 Drop clang version check for __builtin_isinf and __builtin_isnan
This CL unconditionally removes the existance of __builtin_isinf and
__builtin_isnan from math.h for clang, because (unlike other math functions)
clang doesn't like those to be declared.

See LLVM bugzilla entry: http://llvm.org/bugs/show_bug.cgi?id=20958

The reason for decorating all math functions with __attribute__((pcs("aapcs")))
is to offer developers the ability to compile their code with hardfp and still
link Android's libm.so which follows softfp calling convention.

Before issue 20958 is fixed, those who want clang to compile their code with
hardfp in NDK has to go all the way hard, ie.
1) LOCAL_CFLAGS += -mhard-float -D_NDK_MATH_NO_SOFTFP=1
   Note that _NDK_MATH_NO_SOFTFP=1 remove __attribute__((pcs("aapcs"))) for all math functions
2) LOCAL_LDLIBS += -lm_hard  # link libm_hard.a recompiled with -mhard-float instead of bionic libm.so

Change-Id: Ie2f95e73e58e1574e8cadbcab92a5209d94448e1
2015-01-16 14:24:04 -08:00
Chet Haase
ded6ccb240 Merge "Add examples of animator resource files to ApiDemos" 2015-01-15 18:53:38 +00:00
Chris Banes
47d21dca05 am 619d8278: am 58bf5b99: Update Support7Demos with Dialog and Preferences samples
* commit '619d827827db3526069c146eb22103cbd92c7d98':
  Update Support7Demos with Dialog and Preferences samples
2015-01-13 21:21:13 +00:00
Chris Banes
619d827827 am 58bf5b99: Update Support7Demos with Dialog and Preferences samples
* commit '58bf5b99e6132332afb8b44b4c8cedf5756ad464':
  Update Support7Demos with Dialog and Preferences samples
2015-01-13 19:25:12 +00:00
Chris Banes
58bf5b99e6 Update Support7Demos with Dialog and Preferences samples
Also move to AppCompatActivity

Depends on I88a7e4de5de85477982e401c832aeae732f81647

Change-Id: I47c6a60ad07915cc391f8b757fef24785874d7ef
2015-01-13 19:05:53 +00:00
Chris Banes
1713256606 am 4d38ec90: am f1cfecc4: Change Support7Demos to use android:theme instead
* commit '4d38ec90c2f2c2d0160313b8edc510c05b7520bc':
  Change Support7Demos to use android:theme instead
2015-01-10 15:57:05 +00:00
Chris Banes
4d38ec90c2 am f1cfecc4: Change Support7Demos to use android:theme instead
* commit 'f1cfecc43298212f28a69bc9a1e08a7bd89a9b49':
  Change Support7Demos to use android:theme instead
2015-01-10 10:16:51 +00:00
Chet Haase
eda0dbc81c Add examples of animator resource files to ApiDemos
Issue #17939329 Expose multi-property and multi-keyframe capabilities in animation resources

Change-Id: If5b66b054b132b34c56b921209835793c7bbe674
2015-01-09 13:08:29 -08:00
Chris Banes
f1cfecc432 Change Support7Demos to use android:theme instead
Change-Id: I17507af86df4ceb38dd76b8414cb77e92aad3627
2015-01-09 09:54:25 +00:00
Craig Stout
d54687fbdd Merge "Default to using wrap content for row height." 2015-01-07 22:01:37 +00:00
Dan Albert
7b348ff076 am 0d65efc9: am ec63f63c: Merge "Add aday, which converts build numbers to dates."
* commit '0d65efc99ff372c37bc8ed5551993d972b917b09':
  Add aday, which converts build numbers to dates.
2015-01-07 00:58:15 +00:00
Deepanshu Gupta
9d567afc82 am 192f14db: am 2aa06dbe: am c69ff83f: resolved conflicts for merge of 748fb34d to lmp-mr1-dev
* commit '192f14db57d0e4eedf9236659cdb1e1df6a48481':
  Update SDK Pkg revision for API 21 to 3 [DO NOT MERGE]
2015-01-07 00:57:17 +00:00
Dan Albert
0d65efc99f am ec63f63c: Merge "Add aday, which converts build numbers to dates."
* commit 'ec63f63c9ac9aa77e35eb375ce5307b534e21d82':
  Add aday, which converts build numbers to dates.
2015-01-07 00:34:37 +00:00
Dan Albert
ec63f63c9a Merge "Add aday, which converts build numbers to dates." 2015-01-07 00:23:43 +00:00
Dan Albert
6313a60dc5 Add aday, which converts build numbers to dates.
Change-Id: I8d4219f961951ef1d84d3027d361378005764ee6
2015-01-06 16:11:06 -08:00
Deepanshu Gupta
192f14db57 am 2aa06dbe: am c69ff83f: resolved conflicts for merge of 748fb34d to lmp-mr1-dev
* commit '2aa06dbe20ebfbd837e7a672efcb441cf736654c':
  Update SDK Pkg revision for API 21 to 3 [DO NOT MERGE]
2015-01-06 22:57:04 +00:00