Commit Graph

11380 Commits

Author SHA1 Message Date
Elliott Hughes
45b42d6c05 Remove dead code that's keeping other dead code in frameworks/base alive.
DateUtils.writeDateTime is @hide, @deprecated, was never in an API level,
but is currently kept alive by this dead code.

Change-Id: Ibafbd39113a7c505ba8ab8e93e6b526505e5eaf1
2013-03-19 11:49:22 -07:00
Adam Koch
5004577dba am 303c2c87: am 0a605d37: am 90808a36: am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact
* commit '303c2c87f893d144e6982f1b2ad097141fe25ea7':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:30:12 -07:00
Adam Koch
303c2c87f8 am 0a605d37: am 90808a36: am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact name, photo
* commit '0a605d37d498cf345af37d719213850a29893eec':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:28:59 -07:00
Adam Koch
0a605d37d4 am 90808a36: am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact name, photo and mailing a
* commit '90808a363f9c3a1703147a7de8941e4c4c8d8b56':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:27:26 -07:00
Adam Koch
90808a363f am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in th
* commit 'bc1a645f26a30fd95e68043b608038537b7c798f':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:25:44 -07:00
Andrew Hsieh
32e9061835 am 13d77b6c: Merge "Use linker -Wl,--wrap=symbol"
* commit '13d77b6c070e32adeb12d0c2d4c0870be2eed06b':
  Use linker -Wl,--wrap=symbol
2013-03-19 11:15:51 -07:00
Andrew Hsieh
13d77b6c07 Merge "Use linker -Wl,--wrap=symbol" 2013-03-19 18:03:16 +00:00
Adam Koch
bc1a645f26 Contacts Provider Training Class - Sample App Initial Commit
This is the sample app for the Contacts Provider Android training
class. It's a basic master/detail view with a list of contacts in the
master and contact name, photo and mailing addresses in the detail.
This sample app is backward compatible to API level 7 and also
optimized for all screen sizes.

Change-Id: I83fe6beae9fd4c3fe710426b7dd0863e094cbc89
2013-03-19 12:40:00 -04:00
Andrew Hsieh
6433ec22b1 Use linker -Wl,--wrap=symbol
Linker --wrap option resolves to __wrap_symbol for undefined symbol.
During the compilation of host libportable.a, __HOST__ is defined
to rename all portable functions to  __wrap_symbol, and the
real function to __real_symbol.  This way libportable.a can be
validated at host w/o changes of user's source code.

See http://sourceware.org/binutils/docs/ld/Options.html

Change-Id: Idcbe53dd642536f3dc2be85a875f95535b9dc0b1
2013-03-18 21:55:39 -07:00
Elliott Hughes
da6181c891 Use H rather than k in date/time formats.
Bug: 8359981
Change-Id: Ica1741aafc801d017252f74189aca0946bed9a0f
2013-03-18 16:29:12 -07:00
Andrew Hsieh
7ccd822d1b am e6915e0e: Merge "Fix X86 sigsetjmp and siglongjmp"
* commit 'e6915e0e08a2a6b96f882e4b5e7fbdaa9496a43f':
  Fix X86 sigsetjmp and siglongjmp
2013-03-15 08:40:31 -07:00
Andrew Hsieh
e6915e0e08 Merge "Fix X86 sigsetjmp and siglongjmp" 2013-03-15 15:32:44 +00:00
Andrew Hsieh
228a227967 Fix X86 sigsetjmp and siglongjmp
Both exist in header android-X/arch-<arch>/usr/include/setjmp.h
already.  Add to X86 to be consistent with header and other archs
ARM/MIPS

See https://code.google.com/p/android/issues/detail?id=19851

Change-Id: I635c6c0491f5bf2aaa9013f23cb4b1bf7cb57a40
2013-03-14 14:40:37 -07:00
Andrew Hsieh
426b6b15a1 am d7faff47: Merge "Added struct Elf32_auxv_t and Elf64_auxv_t"
* commit 'd7faff47ab2ca2294326aea261fb0cfac18a7d35':
  Added struct Elf32_auxv_t and Elf64_auxv_t
2013-03-14 13:38:32 -07:00
Andrew Hsieh
55d2aa7dd5 am 342a2ae9: Merge "Fix OpenSLES_AndroidConfiguration.h to be usable for C code"
* commit '342a2ae9f28849f6c388faf3f289b64c4bbbb0b3':
  Fix OpenSLES_AndroidConfiguration.h to be usable for C code
2013-03-14 13:38:32 -07:00
Andrew Hsieh
d7faff47ab Merge "Added struct Elf32_auxv_t and Elf64_auxv_t" 2013-03-14 20:28:20 +00:00
Andrew Hsieh
342a2ae9f2 Merge "Fix OpenSLES_AndroidConfiguration.h to be usable for C code" 2013-03-14 20:27:55 +00:00
Raphael Moll
b3825b5488 am d791f1f8: Merge "Build SDK using prebuilts/devtools."
* commit 'd791f1f816f0ba4a3f50a87eaf8ce7001159aedf':
  Build SDK using prebuilts/devtools.
2013-03-14 11:44:07 -07:00
Raphael Moll
d791f1f816 Merge "Build SDK using prebuilts/devtools." 2013-03-14 18:31:48 +00:00
Andrew Hsieh
1d1bc5287d Fix OpenSLES_AndroidConfiguration.h to be usable for C code
See https://code.google.com/p/android/issues/detail?id=53163

Change-Id: I0eaa3f93860134daf7d589696e47828166fbc899
2013-03-14 10:33:15 -07:00
Andrew Hsieh
c4e201a35c Added struct Elf32_auxv_t and Elf64_auxv_t
See https://code.google.com/p/android/issues/detail?id=38441

Change-Id: If06ec47d4e15639461c044248e3fe0020748b305
2013-03-13 19:21:56 -07:00
Raphael Moll
645a29c837 Build SDK using prebuilts/devtools.
Change-Id: I6fd6ba28b4739c3a14bfa3bac328322e85c5686b
2013-03-13 17:45:25 -07:00
Andrew Hsieh
183b2ce3b1 am dede575e: Merge "Make libportable.a compile on host"
* commit 'dede575e48079f9f0970796ffe1f471a30c5d97c':
  Make libportable.a compile on host
2013-03-13 09:04:42 -07:00
Andrew Hsieh
dede575e48 Merge "Make libportable.a compile on host" 2013-03-13 15:57:30 +00:00
Andrew Hsieh
8052dc36d9 Make libportable.a compile on host
where cutils/log.h doesn't exit

Change-Id: I0ed6389a28f419f90ccbc6719b72895b366bb611
2013-03-12 22:48:28 -07:00
Roman Nurik
573642d8e9 am f3084087: am ee77f868: am 85364937: Add InteractiveChart sample code for update to Gestures training class.
* commit 'f308408752736df3e67362584dbad5899ba58d71':
  Add InteractiveChart sample code for update to Gestures training class.
2013-03-11 16:29:03 -07:00
Jean-Baptiste Queru
240f37715e am 86dea47b: am 0327ed0d: am 0c0bad05: (-s ours) am 4aed7b07: (-s ours) Reconcile with jb-mr1-release - do not merge
* commit '86dea47ba8c4c5edcefa06cd730aaed20c29b920':
2013-03-11 16:29:03 -07:00
Adam Koch
8ae5c7b6f9 am 0fd0b16f: am 005ea967: am 0ff44f00: am 5f51b7fb: Bitmapfun Sample: Add some docs and clean up some method naming.
* commit '0fd0b16fee5c300a0c442192efde13b26e80903a':
2013-03-11 16:29:02 -07:00
Adam Koch
fa7910ed26 am 9b58e08b: am 36893523: am 0c5b72b4: am e826ee24: Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
* commit '9b58e08bd86e639cdb6a4cafc4eec54de60ad31c':
2013-03-11 16:29:01 -07:00
Chris Banes
0e21e8b9ed am 22c2d527: am 56eb96fc: am ac5a7844: am c5d5c3db: Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev
* commit '22c2d52712248e5db4e2ecddbdcac64e9538a5b0':
2013-03-11 16:29:00 -07:00
Roman Nurik
f308408752 am ee77f868: am 85364937: Add InteractiveChart sample code for update to Gestures training class.
* commit 'ee77f86813e5fcb10e9bc6bfd4c36993b3330150':
  Add InteractiveChart sample code for update to Gestures training class.
2013-03-11 16:27:42 -07:00
Jean-Baptiste Queru
86dea47ba8 am 0327ed0d: am 0c0bad05: (-s ours) am 4aed7b07: (-s ours) Reconcile with jb-mr1-release - do not merge
* commit '0327ed0d33129aef5d4110630daa3e57a5274447':
2013-03-11 16:27:42 -07:00
Adam Koch
0fd0b16fee am 005ea967: am 0ff44f00: am 5f51b7fb: Bitmapfun Sample: Add some docs and clean up some method naming.
* commit '005ea96746a8fdf620e840a9086e1601d5e1f316':
2013-03-11 16:27:41 -07:00
Adam Koch
9b58e08bd8 am 36893523: am 0c5b72b4: am e826ee24: Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
* commit '3689352361cd5f1d7ae51c0fe0edf1f1caaf59e5':
2013-03-11 16:27:40 -07:00
Chris Banes
22c2d52712 am 56eb96fc: am ac5a7844: am c5d5c3db: Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev
* commit '56eb96fcfe2adff3df95783ef3ae65fc4124252e':
2013-03-11 16:27:39 -07:00
Roman Nurik
ee77f86813 am 85364937: Add InteractiveChart sample code for update to Gestures training class.
* commit '85364937ce0f4fdd0d8387d3f46fdb8d41fb41dd':
  Add InteractiveChart sample code for update to Gestures training class.
2013-03-11 16:25:35 -07:00
Jean-Baptiste Queru
0327ed0d33 am 0c0bad05: (-s ours) am 4aed7b07: (-s ours) Reconcile with jb-mr1-release - do not merge
* commit '0c0bad0598f532c52c93c104f909e9e42b63fe88':
2013-03-11 16:25:34 -07:00
Adam Koch
005ea96746 am 0ff44f00: am 5f51b7fb: Bitmapfun Sample: Add some docs and clean up some method naming.
* commit '0ff44f005003a554f22ccf79595999ef965c1f47':
2013-03-11 16:25:33 -07:00
Adam Koch
3689352361 am 0c5b72b4: am e826ee24: Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
* commit '0c5b72b4dd3cd7d354165ee6b3b95f870ad94714':
2013-03-11 16:25:32 -07:00
Chris Banes
56eb96fcfe am ac5a7844: am c5d5c3db: Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev
* commit 'ac5a78446794c078954754159f6a74dbed81b0f0':
2013-03-11 16:25:31 -07:00
Roman Nurik
85364937ce Add InteractiveChart sample code for update to Gestures training class.
Change-Id: I1e245cd6735d54603174045ca557057763861469
2013-03-11 16:22:53 -07:00
Ying Wang
f39c1088f0 am 7b9e308b: Merge ""debug" in those modules is discouraged"
* commit '7b9e308b95ff1bd92ca8d4343a4ed43d87bbd6b6':
  "debug" in those modules is discouraged
2013-03-07 17:30:03 -08:00
Ying Wang
7b9e308b95 Merge ""debug" in those modules is discouraged" 2013-03-08 01:16:00 +00:00
Andrew Hsieh
7398b953ed am e9fc6c19: Merge "[ARM] Add unwind portable header adaptor."
* commit 'e9fc6c19ac1becfcc193bc913b0cd77dcff3ee2d':
  [ARM] Add unwind portable header adaptor.
2013-03-05 19:19:27 -08:00
Andrew Hsieh
e9fc6c19ac Merge "[ARM] Add unwind portable header adaptor." 2013-03-06 02:32:19 +00:00
WenHan Gu
55128d1aca [ARM] Add unwind portable header adaptor.
ARM expanse some functions to others. For example,
_Unwind_GetIP will be inlined to _Unwind_GetGR, which
will be inlined to _Unwind_VRS_Get. This happens at
header-included level.

However, we use Itanium _Unwind_* header as portable one.
We do the inlining in ARM libportable to prevent
undefined reference to these functions.

Change-Id: Iad94c4a92531cdcfbcf535443fb257d02cb24c43
Signed-off-by: WenHan Gu <Wenhan.gu@mediatek.com>
2013-03-06 10:25:32 +08:00
Ying Wang
75ac6f2897 "debug" in those modules is discouraged
Because we need those modules for only emulator builds.
If you mark them as "debug", you'll get them even if you are doing a
real device userdebug/eng build.
Instead, we should add their module names to the emulator product config
in build/target/product/emulator.mk.

Bug: 8276818
Change-Id: I58988ce49804583b06e7d93380c44ba800448216
2013-03-01 09:49:44 -08:00
Jean-Baptiste Queru
0c0bad0598 am 4aed7b07: (-s ours) Reconcile with jb-mr1-release - do not merge
* commit '4aed7b07cf51abe64620936490f3083eabf42cf0':
2013-02-27 06:26:25 +00:00
Adam Koch
0ff44f0050 am 5f51b7fb: Bitmapfun Sample: Add some docs and clean up some method naming.
* commit '5f51b7fb0caa695e2905545441979c5f0aa6f973':
  Bitmapfun Sample: Add some docs and clean up some method naming.
2013-02-27 06:25:48 +00:00
Adam Koch
0c5b72b4dd am e826ee24: Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
* commit 'e826ee24ecacce4ff8d7ff511c1d9101f665a1c8':
  Bitmapfun Sample: Add additional sample images.
2013-02-27 06:25:47 +00:00