109531 Commits

Author SHA1 Message Date
Chet Haase
1f99240c64 am d766d71a: am d547bcec: Merge "Return the actual interpolator of the ViewPropertyAnimator"
* commit 'd766d71a4ccb2d2a6966b2319f272f64fdcbfa7d':
  Return the actual interpolator of the ViewPropertyAnimator
2013-07-25 17:04:16 -07:00
Christopher Tate
86b12dd735 Merge "Turn on debug logs for alarm batching" 2013-07-25 22:16:43 +00:00
JP Abgrall
ae2e26ee10 Merge "Use correct variables for the directories in CleanSpec" 2013-07-25 22:14:38 +00:00
Chet Haase
d766d71a4c am d547bcec: Merge "Return the actual interpolator of the ViewPropertyAnimator"
* commit 'd547bcec5634f99195a2b12522b6977f61c40d55':
  Return the actual interpolator of the ViewPropertyAnimator
2013-07-25 14:52:31 -07:00
Chet Haase
d547bcec56 Merge "Return the actual interpolator of the ViewPropertyAnimator" 2013-07-25 21:46:49 +00:00
Christopher Tate
b883dda46a Turn on debug logs for alarm batching
Bug 9965704

Change-Id: I18111682664a069c2dc4fd956df49a02e2c455a8
2013-07-25 14:43:57 -07:00
Colin Cross
eb63254431 Merge "replace cutils/logger.h with log/logger.h" 2013-07-25 21:39:31 +00:00
Matthew Williams
c81891c125 Fixes to javadoc
That was breaking sdk(linux) and aosp_mips-eng (linux)

Change-Id: I1d6737baf68e004a2764d1dbee816f98a1a49be8
2013-07-25 14:27:43 -07:00
John Spurlock
9deaa286d8 Dismiss hideybars on touch outside.
When the system bars are revealed in auto-hiding mode, the user
should be able to dismiss them before the timeout by interacting
with the underlying activity.

Bug:8682187
Change-Id: I79169005baafda27fb5ad9c29ab1ec67600b2eb6
2013-07-25 14:42:48 -04:00
John Spurlock
620e8e5917 Merge "Remove obsolete optimization." 2013-07-25 18:23:35 +00:00
Joe Fernandez
e3b1f45425 am 240966fa: am 3d9e819c: docs: fix link bug in Support LIbrary Guide
* commit '240966faf796378530d9c485d6e5fdb370ba68da':
  docs: fix link bug in Support LIbrary Guide
2013-07-25 10:50:58 -07:00
Joe Fernandez
240966faf7 am 3d9e819c: docs: fix link bug in Support LIbrary Guide
* commit '3d9e819ca879117b357fa0097c412f10f2afe37a':
  docs: fix link bug in Support LIbrary Guide
2013-07-25 10:39:27 -07:00
Elliott Hughes
efaad3e2c6 resolved conflicts for merge of a35ec14f to master
Change-Id: Ib2eb18fe6df2e404d0bf739b300fc200ca81f539
2013-07-25 10:36:59 -07:00
Elliott Hughes
a35ec14f78 am 03bd8324: Merge "Switch DateUtils.formatDateRange over to an icu4c-based implementation."
* commit '03bd832461d02675d5a4c6a9c072bed18e81781e':
  Switch DateUtils.formatDateRange over to an icu4c-based implementation.
2013-07-25 10:26:32 -07:00
Elliott Hughes
03bd832461 Merge "Switch DateUtils.formatDateRange over to an icu4c-based implementation." 2013-07-25 17:19:35 +00:00
Joe Fernandez
3d9e819ca8 docs: fix link bug in Support LIbrary Guide
external bug: http://code.google.com/p/android/issues/detail?id=58006

Change-Id: If02d17cb66dd018e49cd6b85433e93456574715e
2013-07-25 10:17:19 -07:00
John Spurlock
a5baf89102 Remove obsolete optimization.
Reverts JB optimization I7ae978caa1f28932ee56f65484b18330a4406b80
made obsolete by I2f9b0591d44599b07bd83f03c4e09e6dd98e1448 in MR1.

Change-Id: I8a738624f9a902648e317f2eac25fd56c3b47a46
2013-07-25 13:15:42 -04:00
JP Abgrall
223cc81815 Use correct variables for the directories in CleanSpec
The comments in the file say what vars to use.
"out" can change and should be replaced with $(OUT_DIR)

Bug: 7183057
Change-Id: I3355d0e044f86709eee12873f47d7491b3f359b6
2013-07-25 08:30:25 -07:00
Cyril Mottier
d40acfb89e Return the actual interpolator of the ViewPropertyAnimator
The implementation of getInterpolator() was always returning null
(probably a quick copy-paste from the default Animator implementation).
This patch fixes the problem by returning the interpolator set by
setInterpolator(TimeInterpolator) or the default one if none has been
set yet.

This patch also avoid creating multiple instances of ValueAnimator in 
order to retrieve some default values.

Change-Id: I8880f419f021a8b980fb32bebe927915fde19bf7
2013-07-25 10:08:29 +02:00
Ying Wang
8cf4e13e46 Fix docs build.
Change-Id: I5bf25f6f1681a66f63798a9a0d5112b2a32f747b
2013-07-24 20:47:19 -07:00
Baligh Uddin
f3f610b0d5 Merge "Import translations. DO NOT MERGE" 2013-07-25 02:39:04 +00:00
Todd Poynor
a9de3462a6 Add libbatteryservice AIDL and java interfaces
Add IBatteryPropertiesRegistrar and IBatteryPropertiesListener AIDLs,
BatteryProperties class.

Change-Id: Ic8e71178c02b04868eca29c3da88e877bc2590ca
2013-07-25 02:13:49 +00:00
Alan Viverette
0962ff1bce Merge "Update setAdapter() documentation for Spinner" 2013-07-25 00:32:27 +00:00
Zhihai Xu
e1280dd5d9 Merge "Bluetooth stopped working in master - "bad file descriptor"" 2013-07-25 00:21:12 +00:00
Colin Cross
44bc186649 replace cutils/logger.h with log/logger.h
and remove it from files that don't use it.

Change-Id: Ieb44a3f1f75c2d2b277f0d01ca926a92211e3fe6
2013-07-24 23:44:45 +00:00
Alan Viverette
a089ddecaf Update setAdapter() documentation for Spinner
BUG: 9906193
Change-Id: Id21ee957cb72c9452b150a713ed37adb0fa82d30
2013-07-24 16:38:37 -07:00
Alan Viverette
0e14060bc6 Merge "Use clearFocus() when entering touch mode" 2013-07-24 23:34:35 +00:00
Scott Main
2b0ade2f0f am a6cd436c: am bde8ee81: remove UX process to open Recents bug: 10004058
* commit 'a6cd436c0d99eaa9cd283293db637270dc973081':
  remove UX process to open Recents bug: 10004058
2013-07-24 16:27:18 -07:00
Scott Main
07a38576bd am 0351de14: am 4a870646: Merge "fix xml markup typo" into jb-mr2-ub-dev
* commit '0351de143e1d2e47dd5d4511fdf92dd31e0c29af':
  fix xml markup typo
2013-07-24 16:27:15 -07:00
Dirk Dougherty
a26da049ff am 64800b56: am ee8ea96c: am 38d4cfd4: Merge "Doc change: fix reference to getBestDateTimePattern()." into jb-mr2-dev
* commit '64800b563b77feb015068baeef2a3a1af2e90fd8':
  Doc change: fix reference to getBestDateTimePattern().
2013-07-24 16:27:12 -07:00
Dirk Dougherty
192c9c3978 am 52b08aa9: am cbfde177: am ac6be105: Doc change: remove devices listed for vp8 hw encoder in highlights.
* commit '52b08aa9f3f5db0cffb45145e235c8009d369bef':
  Doc change: remove devices listed for vp8 hw encoder in highlights.
2013-07-24 16:27:09 -07:00
Scott Main
4660cfd1d4 am a56d1f5a: am fc78f9ae: Merge "docs: small fixes for Support Library Guide" into jb-mr2-ub-dev
* commit 'a56d1f5a22f4bb8d59f02499ab6c884131dc566d':
  docs: small fixes for Support Library Guide
2013-07-24 16:27:06 -07:00
Scott Main
f464377fa8 am 0fe4f745: am 84f2a0f5: revise split action bar and xml namespace
* commit '0fe4f7458543fb71e83e4db16a11644600562123':
  revise split action bar and xml namespace
2013-07-24 16:27:03 -07:00
Dirk Dougherty
956ce29a5c am 29b1267f: am c097c31c: am 58729dd6: Merge "Doc change: update carousel on develop home." into jb-mr2-dev
* commit '29b1267fe372480265d3b9d05e1360be870ce485':
  Doc change: update carousel on develop home.
2013-07-24 16:27:00 -07:00
Joe Fernandez
779d67cb3f am 82ce96f3: am 21a1df23: Merge "docs: Support Library Guide" into jb-mr2-ub-dev
* commit '82ce96f3ec386eccfb673b38c6675f95fae841da':
  docs: Support Library Guide
2013-07-24 16:26:57 -07:00
Scott Main
ffe9acda27 am ae9beefd: am b56cd290: Merge "update all links to the support library" into jb-mr2-ub-dev
* commit 'ae9beefd235335d75de0667de3d5d1de3dcd5490':
  update all links to the support library
2013-07-24 16:26:52 -07:00
Dirk Dougherty
b495c31317 am e7a0561b: am 20785842: am 144479f2: Merge "Doc change: Platform highlights for Android 4.3." into jb-mr2-dev
* commit 'e7a0561bd2438915a51e12cdbb1351ba77dc755d':
  Doc change: Platform highlights for Android 4.3.
2013-07-24 16:26:49 -07:00
Scott Main
154ecec37f am 1390fcbe: am 036874ce: revise DASH discussion in overview
* commit '1390fcbe845d1c1b8e1953a9c93df3db0cb3f6c1':
  revise DASH discussion in overview
2013-07-24 16:26:45 -07:00
Scott Main
a06cba19c9 am 8d9a4bd1: am 174dd066: Merge "remove link to renderscript support library" into jb-mr2-ub-dev
* commit '8d9a4bd1eb09cc795bf96c4f3a2824f9642c70e4':
  remove link to renderscript support library
2013-07-24 16:26:43 -07:00
Scott Main
109c9b57f6 am 5ad6ba51: am 0f9b6c59: Revert "docs: NDK r9 Release Notes"
* commit '5ad6ba511271265b0e8ab14cf4d4a54fcb9b4a61':
  Revert "docs: NDK r9 Release Notes"
2013-07-24 16:26:40 -07:00
Scott Main
fe93f90970 am 6224f2e7: am f2134151: api overview edits
* commit '6224f2e73017696d822715ddbdcd8858f87a8478':
  api overview edits
2013-07-24 16:26:34 -07:00
Scott Main
ee672b8e71 am ce7c5052: am 0cf24a5a: am 538ccd69: Merge "update usb driver doc with download link; delete revision notes" into jb-mr2-dev
* commit 'ce7c50521c65c2b3611727f38d9fc6a14d780bd6':
  update usb driver doc with download link; delete revision notes
2013-07-24 16:26:31 -07:00
Joe Fernandez
6cdd45b4d8 am 91a211f1: am 8b93ba78: am cd76edb9: Merge "docs: OpenGL ES 3.0 dev guide update" into jb-mr2-dev
* commit '91a211f11fab2fb995b4c49dd09517c36db84231':
  docs: OpenGL ES 3.0 dev guide update
2013-07-24 16:26:28 -07:00
Scott Main
8fe8c3b4ae am 5aaf3859: am ef43b761: am 2edf372e: fix javadoc error
* commit '5aaf38590130f3b56bcbcc74d2fead1da111b29d':
  fix javadoc error
2013-07-24 16:26:24 -07:00
Scott Main
12bafdbd85 am c3427dc4: am a73fb627: am 3dee8aaf: Merge "update action bar guide for support lib ABC" into jb-mr2-dev
* commit 'c3427dc4da9d0a1471f0ca0f938d481a805e51db':
  update action bar guide for support lib ABC
2013-07-24 16:26:20 -07:00
Scott Main
a6cd436c0d am bde8ee81: remove UX process to open Recents bug: 10004058
* commit 'bde8ee81ba2595d4b0b2ab99b9f7df222b17cc34':
  remove UX process to open Recents bug: 10004058
2013-07-24 16:20:56 -07:00
Scott Main
0351de143e am 4a870646: Merge "fix xml markup typo" into jb-mr2-ub-dev
* commit '4a870646fa133c8bd8774ee14fc59aabdc9bdaa1':
  fix xml markup typo
2013-07-24 16:20:48 -07:00
Dirk Dougherty
64800b563b am ee8ea96c: am 38d4cfd4: Merge "Doc change: fix reference to getBestDateTimePattern()." into jb-mr2-dev
* commit 'ee8ea96c4ecbb1e52944a1d960584d0645af6d79':
  Doc change: fix reference to getBestDateTimePattern().
2013-07-24 16:20:45 -07:00
Dirk Dougherty
52b08aa9f3 am cbfde177: am ac6be105: Doc change: remove devices listed for vp8 hw encoder in highlights.
* commit 'cbfde177160b816ff56ab7b703b5f488578d6edb':
  Doc change: remove devices listed for vp8 hw encoder in highlights.
2013-07-24 16:20:40 -07:00
Scott Main
a56d1f5a22 am fc78f9ae: Merge "docs: small fixes for Support Library Guide" into jb-mr2-ub-dev
* commit 'fc78f9ae3da1d9b0de161c0ff28ac7f68691310c':
  docs: small fixes for Support Library Guide
2013-07-24 16:20:32 -07:00