Commit Graph

8183 Commits

Author SHA1 Message Date
Yu Shan Emily Lau
ab50fca4f0 Merge "Bug 5440088 Turn off the bugreport catpure by default." 2011-10-10 20:30:11 -07:00
Yu Shan Emily Lau
08fa5ef66f Bug 5440088 Turn off the bugreport catpure
by default.

Swith the mGetPeriodicBugreport default
value to false so that the bugreport
will not be captured by default.

Change-Id: Ieae662478d865d9a49dec4f77f52046b560c8972
2011-10-10 19:40:22 -07:00
David 'Digit' Turner
18a8d71ffe am 28f05251: Merge "ndk: Remove obsolete API level 11 platform files"
* commit '28f052517209c3b2c0388a4219ce20d3bfeaeb2d':
  ndk: Remove obsolete API level 11 platform files
2011-10-10 13:04:32 -07:00
David 'Digit' Turner
329554bf85 am 58064314: Merge "ndk: Remove obsolete platform files"
* commit '58064314d0bd58d90ac7e8fcb95799ee4316fd04':
  ndk: Remove obsolete platform files
2011-10-10 13:04:31 -07:00
David 'Digit' Turner
630cec9845 am 95b2dfea: Merge "ndk: separate functions and variables symbol lists"
* commit '95b2dfea7efe52a8d206cbd4082dcce6fda6945e':
  ndk: separate functions and variables symbol lists
2011-10-10 13:04:30 -07:00
David 'Digit' Turner
28f0525172 Merge "ndk: Remove obsolete API level 11 platform files" 2011-10-10 13:02:08 -07:00
David 'Digit' Turner
58064314d0 Merge "ndk: Remove obsolete platform files" 2011-10-10 13:01:59 -07:00
David 'Digit' Turner
95b2dfea7e Merge "ndk: separate functions and variables symbol lists" 2011-10-10 13:01:44 -07:00
David 'Digit' Turner
985433be6c ndk: Remove obsolete API level 11 platform files
Change-Id: I95b0952722e1312c46ef02912407b81ea8c1b198
2011-10-10 21:52:17 +02:00
David 'Digit' Turner
e872f4e101 ndk: Remove obsolete platform files
Remove the prebuilt system shared libraries and unified symbol files
from development/ndk. We don't need them anymore:

  - the unified symbol files are replaced by separate functions/variables
    symbol list, which were added in a previous commit, i.e.:

	libc.so.txt  --> libc.so.functions.txt
	                 libc.so.variables.txt

 - the shared libraries are now generated on the fly by the NDK
   gen-platforms.sh script, from the functions/variables symbol lists.

Note that we need to keep the static libraries and runtime objects,
they are required to build the cross-toolchains and target binaries.

Change-Id: Ifa0a7f2d741ed32b80216561ca3f17e67df06ce9
2011-10-10 21:52:17 +02:00
David 'Digit' Turner
02053eb7a1 ndk: separate functions and variables symbol lists
This change introduces separate symbol lists for functions
and variables of each NDK system shared library.

Note that we don't remove the unified symbol files yet. This
will be done later when we complete other changes under ndk/,
namely the ability to generate platforms trees containing shell
libraries generated directly from them.

These files were generated using the following:

  cd development/ndk
  for DIR in platforms/*/*/lib; do
    for ARCH in arm x86; do
      $NDK/build/tools/gen-system-symbols $DIR $DIR/../symbols
    done
  done

This means that the symbol lists were generated by parsing the
existing prebuilt shared libraries under platforms/ and extracting
their function and variable names.

Change-Id: Ie1e791d98260a7f0d8d2e9f71323a7ea448f2dd4
2011-10-10 21:52:09 +02:00
Robert Ly
88928d9995 am f07fbe58: Merge "fix RSBalls to be minSDK=14"
* commit 'f07fbe5881e36f5c90d7cfe562e2ac830217a88e':
  fix RSBalls to be minSDK=14
2011-10-07 15:32:55 -07:00
Robert Ly
f07fbe5881 Merge "fix RSBalls to be minSDK=14" 2011-10-07 15:31:22 -07:00
Winson Chung
fb4760ba6c am f7dc8e5d: Merge "Updating the sample widget with some better resources."
* commit 'f7dc8e5d0942ff6aeb642b1660a4c8ecd3d5bb2a':
  Updating the sample widget with some better resources.
2011-10-07 14:04:21 -07:00
Winson Chung
f7dc8e5d09 Merge "Updating the sample widget with some better resources." 2011-10-07 14:03:11 -07:00
Winson Chung
cbb321fc8c Updating the sample widget with some better resources.
Change-Id: I74192f00b2f539c3431f3c327575f0e99f907be8
2011-10-07 13:48:54 -07:00
Adam Cohen
c8325651d9 am 7fd48dd1: Merge "Cleaning up the stack sample widget"
* commit '7fd48dd1801317e55c69ca647934055c99873a22':
  Cleaning up the stack sample widget
2011-10-07 13:28:15 -07:00
Adam Cohen
7fd48dd180 Merge "Cleaning up the stack sample widget" 2011-10-07 13:18:26 -07:00
Adam Cohen
6293583f9a Cleaning up the stack sample widget
Change-Id: Ie5d1bcacb1943e87c0517b6e38cad1598e119f7d
2011-10-07 11:27:16 -07:00
Robert Ly
9b20402482 fix RSBalls to be minSDK=14
Change-Id: I7e1f2d08e7172de4d5c6a29b4ca1e5cff42e2a14
2011-10-07 10:59:05 -07:00
Roman Nurik
ec21908e75 am dd147feb: Merge "Update _index.html in RandomMusicPlayer sample for ICS"
* commit 'dd147febf31db6b0c718a5f32a5a652f64f48237':
  Update _index.html in RandomMusicPlayer sample for ICS
2011-10-06 18:25:28 -07:00
Roman Nurik
dd147febf3 Merge "Update _index.html in RandomMusicPlayer sample for ICS" 2011-10-06 18:23:29 -07:00
Roman Nurik
c0aeb67784 Update _index.html in RandomMusicPlayer sample for ICS
Change-Id: I52872e491d9b5976264eb4fd87640be50e5ebc3d
2011-10-06 18:17:41 -07:00
Philip Milne
1f1d140d23 am 875cd1c6: Move GridLayout1/2 to here from GridLayoutTest in frameworks/base.
* commit '875cd1c6026fefc9de9428a5ab104d234a8cae70':
  Move GridLayout1/2 to here from GridLayoutTest in frameworks/base.
2011-10-06 17:24:25 -07:00
Philip Milne
875cd1c602 Move GridLayout1/2 to here from GridLayoutTest in frameworks/base.
Change-Id: Iff31b918a3fdf599a356107a418e056cf5663142
2011-10-06 17:15:11 -07:00
Chet Haase
30138c5801 am b19c4682: Merge "Clean up LayoutTransition demos for smaller screens."
* commit 'b19c468208869c0c8564cd83c44a82022887bdfb':
  Clean up LayoutTransition demos for smaller screens.
2011-10-06 15:18:39 -07:00
Chet Haase
b19c468208 Merge "Clean up LayoutTransition demos for smaller screens." 2011-10-06 14:32:35 -07:00
Chet Haase
976d6ceb73 Clean up LayoutTransition demos for smaller screens.
These demos assumed the size of a tablet device and looked pretty
awful on phones.

Change-Id: I246ef5a5f4619c1f2fe689eca321314375722014
2011-10-06 12:46:00 -07:00
Roman Nurik
2e48c4b07b am 69ad1615: Merge "Update RandomMusicPlayer sample for new RemoteControlClient APIs, also add media button support"
* commit '69ad1615204937092dc3fd46c9e26801cf9c2e7b':
  Update RandomMusicPlayer sample for new RemoteControlClient APIs, also add media button support
2011-10-06 10:15:07 -07:00
Roman Nurik
69ad161520 Merge "Update RandomMusicPlayer sample for new RemoteControlClient APIs, also add media button support" 2011-10-06 10:11:23 -07:00
Debashish Chatterjee
2cd444793a am f84558cf: Merge "Set HAS_CONTENT field from the app after writing audio content."
* commit 'f84558cf16844b6c96e0744544ff2094bc4dbf50':
  Set HAS_CONTENT field from the app after writing audio content.
2011-10-06 03:34:33 -07:00
Debashish Chatterjee
f84558cf16 Merge "Set HAS_CONTENT field from the app after writing audio content." 2011-10-06 02:08:25 -07:00
Anirudh Dewani
9108ee8f4c am f219a95e: Merge "WiFiDirectDemo"
* commit 'f219a95ec0f06ae31b805e9c9010f19d940bd0e2':
  WiFiDirectDemo
2011-10-06 00:43:51 -07:00
Anirudh Dewani
f219a95ec0 Merge "WiFiDirectDemo" 2011-10-06 00:41:23 -07:00
Scott Main
eae81afcea am ea62e25d: Merge "add minsdkversion to spell checker sample and more info to html page"
* commit 'ea62e25d072cbf5c4b23be5d5bff94971117f32e':
  add minsdkversion to spell checker sample and more info to html page
2011-10-05 18:41:18 -07:00
Scott Main
ea62e25d07 Merge "add minsdkversion to spell checker sample and more info to html page" 2011-10-05 18:39:10 -07:00
Scott Main
90fcc2183e add minsdkversion to spell checker sample
and more info to html page

Change-Id: Icbd492e61c14f78d52d731c16c55620e9b5adc7d
2011-10-05 18:36:22 -07:00
Roman Nurik
0047499033 am 7ee7d6d5: Add ActionBarCompat sample (CL 1 of 2)
* commit '7ee7d6d5d6efee92f7d13212fa5883ecf58b79a3':
  Add ActionBarCompat sample (CL 1 of 2)
2011-10-05 18:19:26 -07:00
Roman Nurik
7ee7d6d5d6 Add ActionBarCompat sample (CL 1 of 2)
Change-Id: Ie41aee3fc805bf73ef0cd673049fcb608b59275c
2011-10-05 18:17:39 -07:00
Anirudh Dewani
12634496be WiFiDirectDemo
Change-Id: I9ea5020a39f02fd2ba4934397fa9a2ea79f781b4
2011-10-06 05:35:23 +05:30
Roman Nurik
5986e12034 Update RandomMusicPlayer sample for new RemoteControlClient APIs, also add media button support
Change-Id: Ia6ad08dd0ec1e67f1cffa2d6cfca2120ee0a96c7
2011-10-05 16:50:26 -07:00
Scott Main
e617bc9cd9 am e8916f1e: add HTML landing page for spell checker sample. Could use some more info.
* commit 'e8916f1ec07886a8696ee1a0086511e218cf05bf':
  add HTML landing page for spell checker sample. Could use some more info.
2011-10-05 12:54:20 -07:00
Scott Main
e8916f1ec0 add HTML landing page for spell checker sample. Could use some more info.
Change-Id: Ic747474c2c71afcc2bd88a30017bc2709c5b5c5c
2011-10-05 12:37:39 -07:00
Scott Main
d86d8c5627 am 7d3fde33: add NFCDemo and Spell checker service samples to sdk.atree
* commit '7d3fde3372263ad1084ccedb50ba5a9d06d86af2':
  add NFCDemo and Spell checker service samples to sdk.atree
2011-10-05 11:38:06 -07:00
Scott Main
7d3fde3372 add NFCDemo and Spell checker service samples to sdk.atree
Change-Id: Ida2b6441026eaf06a648ae4c416ae53bfd593b2c
2011-10-05 11:23:15 -07:00
satok
efa11495e9 am d9d9dae5: Fix comments in the sample spell checker service
* commit 'd9d9dae50713a2883ea4db482a09a4eaf064aedb':
  Fix comments in the sample spell checker service
2011-10-05 06:37:47 -07:00
satok
9ad93ede98 am 4fce7f7a: Add SampleSpellCheckerService
* commit '4fce7f7a17c5d50acf2d7e502775277d962fe37e':
  Add SampleSpellCheckerService
2011-10-05 06:37:29 -07:00
Robert Ly
509543bbf6 am 3da7fb2a: clean up Android Beam sample
* commit '3da7fb2a60b8c907df6b0f6dd48c455a63400022':
  clean up Android Beam sample
2011-10-05 06:36:29 -07:00
satok
d9d9dae507 Fix comments in the sample spell checker service
Change-Id: I553a9820756f1a6a1164c7a4a66820556cb3fdcc
2011-10-05 20:06:18 +09:00
satok
4fce7f7a17 Add SampleSpellCheckerService
Change-Id: I9ff4828e147406c02d38b41f3811ef0d4ba4f9fc
2011-10-05 15:17:55 +09:00