Commit Graph

15550 Commits

Author SHA1 Message Date
Andrew Hsieh
01a406c8ee Merge "Fix build with sensor.h" 2014-09-08 02:37:06 +00:00
Andrew Hsieh
371b6dbef6 Merge "ptrace(3) should be varargs" 2014-09-08 02:34:04 +00:00
Andrew Hsieh
b1e7c7b0ab Merge "Add __gnuc_va_list in stdio.h to stop gcc from generating include-fixed/stdio.h" 2014-09-08 02:33:55 +00:00
Andrew Hsieh
fb7bcce68a Merge "Add back arc4random_stir for 32-bit android-L" 2014-09-08 02:33:44 +00:00
Alan Viverette
b4ced6163b Update alert dialogs in ApiDemos for Material theme
BUG: 17415772
Change-Id: Ifc1de793458f678a3c40b734d5ab08b2eb382f7a
2014-09-07 17:45:26 -07:00
anaddaf
23eeb3eed9 am 53f6e127: Merge "Adding a missing permission to phone component" into lmp-dev
* commit '53f6e127b0677e4dfcc38b24c3ee1f8209e18a85':
  Adding a missing permission to phone component
2014-09-05 22:40:11 +00:00
anaddaf
53f6e127b0 Merge "Adding a missing permission to phone component" into lmp-dev 2014-09-05 22:17:37 +00:00
Ye Wen
80fc956018 am ab56bf98: Revert "Enforce READ_SMS permission in file provider used by MMS API demo"
* commit 'ab56bf9812e33d637b1d2ef9e0067673d613676e':
  Revert "Enforce READ_SMS permission in file provider used by MMS API demo"
2014-09-05 22:10:18 +00:00
Ye Wen
ab56bf9812 Revert "Enforce READ_SMS permission in file provider used by MMS API demo"
This reverts commit 3060e54b6e.

Change-Id: I430f84f2694511130879eefb11311fe7d2565f43
2014-09-05 21:23:47 +00:00
Ye Wen
d39339d734 am 3060e54b: Enforce READ_SMS permission in file provider used by MMS API demo
* commit '3060e54b6e73e60c4ea1480b6619bca22abd8c9a':
  Enforce READ_SMS permission in file provider used by MMS API demo
2014-09-05 20:20:44 +00:00
Ye Wen
3060e54b6e Enforce READ_SMS permission in file provider used by MMS API demo
b/17403930

Change-Id: I7cc17f53c95d3779e43003538b8c833369c5a182
2014-09-05 11:40:48 -07:00
anaddaf
b794db463f Adding a missing permission to phone component
Since the Wearable component needed VIBRATE permissions and since
that was missing on the phone component, auto install was not
successful.

Bug: 17334885
Change-Id: I898792e459aedf50902bc9eb54755d187bfc2dc0
2014-09-05 10:25:50 -07:00
George Mount
2e15d6e86b am 0911ea8d: Merge "API Review: change SharedElementListener to SharedElementCallback" into lmp-dev
* commit '0911ea8db7c60a45fdfeb98f1bbf1e09e5d6d7e4':
  API Review: change SharedElementListener to SharedElementCallback
2014-09-05 17:07:59 +00:00
George Mount
0911ea8db7 Merge "API Review: change SharedElementListener to SharedElementCallback" into lmp-dev 2014-09-05 13:55:45 +00:00
Andrew Hsieh
c6d393c1b2 Fix build with sensor.h
include stdbool.h to define bool for sensor.h

Change-Id: Ic7f57f098f2114b255db0d89fae8c5d16d7c59de
2014-09-04 20:11:46 -07:00
Ye Wen
279d27738d am d6ef9163: MMS API cleanup (4/4)
* commit 'd6ef9163ed0e7c1824ee5b6c9ff2f556ef652aa3':
  MMS API cleanup (4/4)
2014-09-04 23:57:36 +00:00
George Mount
00fc6d9b06 API Review: change SharedElementListener to SharedElementCallback
Bug 17289526

Change-Id: I5d28a77d870b83cc93483be23635bc669978cefc
2014-09-04 15:41:53 -07:00
Ye Wen
d6ef9163ed MMS API cleanup (4/4)
- Hide APIs not approved by API council (b/17189780)
- Change configOverrides in MMS APIs from ContentValues to Bundle to be
consistent (b/17390017)
- Change SmsManager.MMS_EXTRA_DATA to EXTRA_MMS_DATA per API council
review (b/17390977)

b/17189780
b/17390017
b/17390977

Change-Id: Id9ae09ae4ef083186b93677ffabf5640c54aa99d
2014-09-04 15:41:13 -07:00
Andrew Hsieh
2db7f63f99 Fixed atexit()
See b.android.com/66595

Change-Id: I1d4c3db424c7f839e48756359cc095a6b1028ace
2014-09-04 13:17:25 -07:00
Andrew Hsieh
83fb2f6940 ptrace(3) should be varargs
See bionic 98b088dce70a2625d5cfa1872e427af5f06bfd99

Change-Id: I9e1993aa41fb8309beb1d653d48c5aacad44e4cd
2014-09-04 13:11:20 -07:00
Andrew Hsieh
6c2d94dfcf Add __gnuc_va_list in stdio.h to stop gcc from generating include-fixed/stdio.h
When GCC is built bionic's stdio.h (among other headers) is fixed: __va_list
is replaced with __gnuc_va_list, and put in include-fixed/stdio.h,
unless stdio.h already contains __gnuc_va_list.  When GCC is later
used bionic's stdio.h is never included.

The problem in the context of NDK is that all 32-bit Android toolchain
are built with android-9 header and expect to work with all API levels
sometime with sustantially different stdio.h.

This CL stops GCC from generating include-fixed/stdio.h by putting
__gnuc_va_list in it.

See bionic df85f50b and b.android.com/73728

Change-Id: I7a490496efbd491a0376608b9ae6e9e2dfc15fb3
2014-09-04 13:00:28 -07:00
Andrew Hsieh
54c9ab473c am 35086b3b: am 45b3c498: Merge "Add required permission to sample code"
* commit '35086b3b8bb076e15539c6a7245d4ccd9c68a7ce':
  Add required permission to sample code
2014-09-04 19:59:56 +00:00
Andrew Hsieh
09532ff646 Add back arc4random_stir for 32-bit android-L
See bionic 5dea47221a116aa87b0c286230c944ed6b629636

Change-Id: Id7342a4ea6e21764869d1809a0f75d435baf8ac2
2014-09-04 12:57:06 -07:00
Andrew Hsieh
35086b3b8b am 45b3c498: Merge "Add required permission to sample code"
* commit '45b3c498c4bc78e9949fedd1dc4ce4fdb7cea340':
  Add required permission to sample code
2014-09-04 19:48:30 +00:00
Andrew Hsieh
45b3c498c4 Merge "Add required permission to sample code" 2014-09-04 19:40:40 +00:00
Andrew Hsieh
0c490572c8 Remove out-dated android-20 and android-21 now called android-L
Change-Id: I6aae2d2ba9381bc719ad8d9784333409fe379523
2014-09-04 11:28:30 -07:00
Marco Nelissen
f6d2ae9279 Add required permission to sample code
Bug: 15014196
Change-Id: I0edf8320e9eaa02031d564735c17c016d7e14fda
2014-09-04 11:21:03 -07:00
Andrew Hsieh
3b4aacc247 am dfaca9ff: am 61b90c04: Merge "Refresh 64-bit headers/libs (WW36)"
* commit 'dfaca9ff769b05fb66dd1a56861ddb41c98381b0':
  Refresh 64-bit headers/libs (WW36)
2014-09-04 18:18:48 +00:00
Andrew Hsieh
dfaca9ff76 am 61b90c04: Merge "Refresh 64-bit headers/libs (WW36)"
* commit '61b90c04ede2ddf741f43ff279c5684bfc95d634':
  Refresh 64-bit headers/libs (WW36)
2014-09-04 18:04:44 +00:00
Andrew Hsieh
25201b2de1 am a3dcb3f2: am 811fc430: Merge "Update android-L/include/android"
* commit 'a3dcb3f229459b72af97eb7968ef2afee31d9ce0':
  Update android-L/include/android
2014-09-04 17:59:30 +00:00
Andrew Hsieh
61b90c04ed Merge "Refresh 64-bit headers/libs (WW36)" 2014-09-04 17:57:44 +00:00
Andrew Hsieh
a3dcb3f229 am 811fc430: Merge "Update android-L/include/android"
* commit '811fc430bbde6f67fe71c108ca9ad4d683cc9183':
  Update android-L/include/android
2014-09-04 17:46:07 +00:00
Andrew Hsieh
811fc430bb Merge "Update android-L/include/android" 2014-09-04 17:36:36 +00:00
Andrew Hsieh
3f53b6f2fe Refresh 64-bit headers/libs (WW36)
sync to lmp-dev/bionic 1e010d60397db706cd3d1c4d5701a2bced441aa8

Change-Id: Ieed39d41eb0655d7c8f027bd038be1753a9e56a6
2014-09-03 22:36:28 -07:00
Yigit Boyar
444f7e7cf3 am 319a2029: Merge "SupportV7 Navigation Bar Demo" into lmp-dev
* commit '319a20297d4926ac3641302f81c31028a43968a2':
  SupportV7 Navigation Bar Demo
2014-09-03 23:48:48 +00:00
Julian Odell
e255ed875c am 9b00ec91: Bug 17262099: MMS API changes (multi-project).
* commit '9b00ec9132fc426c7787c70546f84779e62cf3d2':
  Bug 17262099: MMS API changes (multi-project).
2014-09-03 23:47:08 +00:00
Yigit Boyar
319a20297d Merge "SupportV7 Navigation Bar Demo" into lmp-dev 2014-09-03 22:14:11 +00:00
Julian Odell
9b00ec9132 Bug 17262099: MMS API changes (multi-project).
Change API demo to use new content provider based MMS API.
Rebased and merged with TOT.

Change-Id: Ia1b815f2904ccfc9962960369f85e1f2de830927
2014-09-03 13:13:33 -07:00
George Mount
96729f2a49 am 91df7895: Merge "Changed attribute name." into lmp-dev
* commit '91df78959530874471bcd2bb931fd9d77711698a':
  Changed attribute name.
2014-09-03 15:38:40 +00:00
George Mount
91df789595 Merge "Changed attribute name." into lmp-dev 2014-09-03 14:21:37 +00:00
Marco Nelissen
caa3bc3c90 am 5c8a816e: Merge "Add required permission to sample code" into lmp-dev
* commit '5c8a816e781753215be279986764dcdc4dd26b3f':
  Add required permission to sample code
2014-09-02 21:19:35 +00:00
Marco Nelissen
5c8a816e78 Merge "Add required permission to sample code" into lmp-dev 2014-09-02 20:58:05 +00:00
Marco Nelissen
486a53c016 Add required permission to sample code
Bug: 15014196
Change-Id: I0edf8320e9eaa02031d564735c17c016d7e14fda
2014-09-02 12:08:48 -07:00
George Mount
bdb8e21e40 Changed attribute name.
Bug 17188255

Change-Id: I8d5cbcd7e67ea62aeb19ca8d5652f47cafb70d3a
2014-08-31 16:03:28 -07:00
Elliott Hughes
99c64a26fd am 6b9a4ef2: am 72bd0479: Merge "Make \'stack\' able to find toolchains regardless of lunch."
* commit '6b9a4ef217303018e44fcdfd67ec3e7395ec80b2':
  Make 'stack' able to find toolchains regardless of lunch.
2014-08-29 22:51:54 +00:00
Elliott Hughes
6b9a4ef217 am 72bd0479: Merge "Make \'stack\' able to find toolchains regardless of lunch."
* commit '72bd04795b38b8dbbbf5d4b6e8c5cac2a4322702':
  Make 'stack' able to find toolchains regardless of lunch.
2014-08-29 22:38:47 +00:00
Yigit Boyar
98f71019b1 SupportV7 Navigation Bar Demo
Change-Id: I4347762a621a887ccac03372071abac5b56b52f3
2014-08-29 15:31:39 -07:00
Elliott Hughes
72bd04795b Merge "Make 'stack' able to find toolchains regardless of lunch." 2014-08-29 22:29:43 +00:00
Elliott Hughes
c3c8619579 Make 'stack' able to find toolchains regardless of lunch.
This is needed by the internal stack decoding website, which
will be pulling symbols from the build servers anyway (so doesn't
need to be correctly lunched).

Bug: 16734486
Change-Id: I9190065148c0d4bb4eacec28bcc062fa95798917
2014-08-29 13:49:57 -07:00
Alan Viverette
63fe7fe306 am fe3ba7fb: Add device default light and dark dialogs to ApiDemos
* commit 'fe3ba7fbc9177fe185a16ec11723b8e740bb7649':
  Add device default light and dark dialogs to ApiDemos
2014-08-29 18:48:02 +00:00