OSDN Git Service

android-x86/frameworks-base.git
11 years agoam 1a551b16: am 6f680f52: Displaying Bitmaps Efficiently Training - Change memory...
Adam Koch [Mon, 14 Jan 2013 17:28:28 +0000 (09:28 -0800)]
am 1a551b16: am 6f680f52: Displaying Bitmaps Efficiently Training - Change memory calculation

* commit '1a551b1614a1717fab7955bb712f8f8b35e22be9':
  Displaying Bitmaps Efficiently Training - Change memory calculation

11 years agoam 6f680f52: Displaying Bitmaps Efficiently Training - Change memory calculation
Adam Koch [Mon, 14 Jan 2013 14:15:20 +0000 (06:15 -0800)]
am 6f680f52: Displaying Bitmaps Efficiently Training - Change memory calculation

* commit '6f680f524a66dabcf0d86d0f19f3855f8c5e594f':
  Displaying Bitmaps Efficiently Training - Change memory calculation

11 years agoDisplaying Bitmaps Efficiently Training - Change memory calculation
Adam Koch [Fri, 11 Jan 2013 21:53:37 +0000 (16:53 -0500)]
Displaying Bitmaps Efficiently Training - Change memory calculation

When calculating memory cache size, use Runtime.maxMemory() instead
of getMemoryClass() which is a more accurate value of available VM
heap size.

Bug: 7988323
Change-Id: Iaa9681a11aad5cad3857dfe76f0b8e4811b2243c

11 years agoam 5327322a: Merge "Revert "Fix a bug where disabled auxilialy IME is unexpectedly...
Satoshi Kataoka [Fri, 11 Jan 2013 02:15:11 +0000 (18:15 -0800)]
am 5327322a: Merge "Revert "Fix a bug where disabled auxilialy IME is unexpectedly re-enabled"" into jb-mr1.1-dev

* commit '5327322ab94711a654d41a5b53be3bf6a3a28a39':
  Revert "Fix a bug where disabled auxilialy IME is unexpectedly re-enabled"

11 years agoMerge "Revert "Fix a bug where disabled auxilialy IME is unexpectedly re-enabled...
Satoshi Kataoka [Fri, 11 Jan 2013 02:12:43 +0000 (18:12 -0800)]
Merge "Revert "Fix a bug where disabled auxilialy IME is unexpectedly re-enabled"" into jb-mr1.1-dev

11 years agoam b5e4835e: Merge "Improve heuristics for detecting wireless chargers." into jb...
Sascha Prueter [Thu, 10 Jan 2013 19:14:53 +0000 (11:14 -0800)]
am b5e4835e: Merge "Improve heuristics for detecting wireless chargers." into jb-mr1.1-dev

* commit 'b5e4835e3a4ff37693891a59841fcefa5c3aa648':
  Improve heuristics for detecting wireless chargers.

11 years agoMerge "Improve heuristics for detecting wireless chargers." into jb-mr1.1-dev
Sascha Prueter [Thu, 10 Jan 2013 19:11:20 +0000 (11:11 -0800)]
Merge "Improve heuristics for detecting wireless chargers." into jb-mr1.1-dev

11 years agoImprove heuristics for detecting wireless chargers.
Jeff Brown [Thu, 10 Jan 2013 02:46:37 +0000 (18:46 -0800)]
Improve heuristics for detecting wireless chargers.

On some devices, we need to apply heuristics to determine whether
the device is docked on a wireless charger because the charging
circuits do not provide sufficient information to know whether
the device is on the charger unless it is actually receiving
power.

The previous heuristics only considered the battery level to
suppress spurious dock signals.

The new heuristics also take into account whether the device
appears to have moved from its previous position on the dock.

Bug: 7744185
Change-Id: I5ba885dac25b37840b6db46b8a0f30968a06776c

11 years agoam ec7ffa14: am 0bb4dade: Displaying Bitmaps Efficiently Training - Fix inSampleSize...
Adam Koch [Thu, 10 Jan 2013 14:30:30 +0000 (06:30 -0800)]
am ec7ffa14: am 0bb4dade: Displaying Bitmaps Efficiently Training - Fix inSampleSize selection

* commit 'ec7ffa145572eae2566cb1c763bcf50d8d1e8d6b':
  Displaying Bitmaps Efficiently Training - Fix inSampleSize selection

11 years agoam 0bb4dade: Displaying Bitmaps Efficiently Training - Fix inSampleSize selection
Adam Koch [Thu, 10 Jan 2013 14:26:46 +0000 (06:26 -0800)]
am 0bb4dade: Displaying Bitmaps Efficiently Training - Fix inSampleSize selection

* commit '0bb4dade30d3413cc7951c5d2c0ee761a93ae468':
  Displaying Bitmaps Efficiently Training - Fix inSampleSize selection

11 years agoRevert "Fix a bug where disabled auxilialy IME is unexpectedly re-enabled"
Satoshi Kataoka [Thu, 10 Jan 2013 07:44:28 +0000 (23:44 -0800)]
Revert "Fix a bug where disabled auxilialy IME is unexpectedly re-enabled"

This reverts commit 32b812054cce27d1c70b53ba8ac729c7186b105e

Bug: 7976890

Change-Id: I75ab60734153719b199cf7281d23f5eb1ad2d1bc

11 years agoam e62fa825: Merge from master: fix issue #7966357: Super lights out mode vs. volume...
Dianne Hackborn [Thu, 10 Jan 2013 02:58:07 +0000 (18:58 -0800)]
am e62fa825: Merge from master: fix issue #7966357: Super lights out mode vs. volume dialog

* commit 'e62fa825794967c2067be86e8b57b83f4b82ee1c':
  Merge from master: fix issue #7966357: Super lights out mode vs. volume dialog

11 years agoMerge from master: fix issue #7966357: Super lights out mode vs. volume dialog
Dianne Hackborn [Thu, 10 Jan 2013 02:31:37 +0000 (18:31 -0800)]
Merge from master: fix issue #7966357: Super lights out mode vs. volume dialog

The volume panel now forces us out of the UI modes while it
is up.

Change-Id: If39fa33b1c52579bf5d376ce4722408cee3ca951

11 years agoDisplaying Bitmaps Efficiently Training - Fix inSampleSize selection
Adam Koch [Wed, 9 Jan 2013 21:58:59 +0000 (16:58 -0500)]
Displaying Bitmaps Efficiently Training - Fix inSampleSize selection

When computing inSampleSize, calculateInSampleSize() needs to compare
height/width ratios, rather than raw values.

Bug: 7951398
Change-Id: I207f9abc2aae4cc569b406bac237e221d8e64d1e

11 years agoam d29f2d26: Merge "Make action bar title a valid touch target for up when relevant...
Adam Powell [Wed, 9 Jan 2013 19:23:37 +0000 (11:23 -0800)]
am d29f2d26: Merge "Make action bar title a valid touch target for up when relevant" into jb-mr1.1-dev

* commit 'd29f2d263af9a3017799d3098ed208a49c5ecc69':
  Make action bar title a valid touch target for up when relevant

11 years agoMerge "Make action bar title a valid touch target for up when relevant" into jb-mr1...
Adam Powell [Wed, 9 Jan 2013 19:19:22 +0000 (11:19 -0800)]
Merge "Make action bar title a valid touch target for up when relevant" into jb-mr1.1-dev

11 years agoam 25505f95: am cdf5106a: docs: a few doc bugs
Scott Main [Wed, 9 Jan 2013 04:16:21 +0000 (20:16 -0800)]
am 25505f95: am cdf5106a: docs: a few doc bugs

* commit '25505f959cc5faada8f9d2af7784f898439fc264':
  docs: a few doc bugs

11 years agoam cdf5106a: docs: a few doc bugs
Scott Main [Wed, 9 Jan 2013 04:13:40 +0000 (20:13 -0800)]
am cdf5106a: docs: a few doc bugs

* commit 'cdf5106aafb77d17584d5401b207cbcc7a20f5f3':
  docs: a few doc bugs

11 years agodocs: a few doc bugs
Scott Main [Wed, 9 Jan 2013 04:03:05 +0000 (20:03 -0800)]
docs: a few doc bugs

Change-Id: I20d2ff2f3abfe674ca20f713c7213ee031c9bb1d

11 years agoMake action bar title a valid touch target for up when relevant
Adam Powell [Wed, 9 Jan 2013 03:26:21 +0000 (19:26 -0800)]
Make action bar title a valid touch target for up when relevant

arubin bug 7966136

Change-Id: Iea5b85852cc1664f1390a6f8b6179d63b50857e4

11 years agoam 7bcea4ae: am d149242a: docs: correct the url path to badge images and updated...
Scott Main [Tue, 8 Jan 2013 22:30:29 +0000 (14:30 -0800)]
am 7bcea4ae: am d149242a: docs: correct the url path to badge images and updated pr-br badge

* commit '7bcea4ae6b69907a2d12522416be168781645e0f':
  docs: correct the url path to badge images and updated pr-br badge

11 years agoam d149242a: docs: correct the url path to badge images and updated pr-br badge
Scott Main [Tue, 8 Jan 2013 22:27:34 +0000 (14:27 -0800)]
am d149242a: docs: correct the url path to badge images and updated pr-br badge

* commit 'd149242afc5aab745b5bbde0b67d6c333a5d685f':
  docs: correct the url path to badge images and updated pr-br badge

11 years agodocs: correct the url path to badge images
Scott Main [Tue, 8 Jan 2013 21:58:56 +0000 (13:58 -0800)]
docs: correct the url path to badge images
and updated pr-br badge

Change-Id: I23369b5f306f584714742dc4b58a47d7071805be

11 years agoam 66adf0d0: am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb...
Scott Main [Tue, 8 Jan 2013 20:44:06 +0000 (12:44 -0800)]
am 66adf0d0: am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-dev

* commit '66adf0d04d92257e60a583617fb97f136fefd192':
  docs: resolve bugs from external tracker

11 years agoam 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-dev
Scott Main [Tue, 8 Jan 2013 20:42:10 +0000 (12:42 -0800)]
am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-dev

* commit '70af3cdb90bafc081ffa693a350b95ced48b6cfd':
  docs: resolve bugs from external tracker

11 years agoam 7ed49126: am 13ef4e43: docs: update GP badges with localized badges. includes...
Scott Main [Tue, 8 Jan 2013 20:37:32 +0000 (12:37 -0800)]
am 7ed49126: am 13ef4e43: docs: update GP badges with localized badges. includes AI files for all badges in available languages

* commit '7ed491262736b96ebe643200cf385e38537ac967':
  docs: update GP badges with localized badges. includes AI files for all badges in available languages

11 years agoam 13ef4e43: docs: update GP badges with localized badges. includes AI files for...
Scott Main [Tue, 8 Jan 2013 20:34:26 +0000 (12:34 -0800)]
am 13ef4e43: docs: update GP badges with localized badges. includes AI files for all badges in available languages

* commit '13ef4e43ef3790cafd269b19e751f78504d7ac8c':
  docs: update GP badges with localized badges. includes AI files for all badges in available languages

11 years agoMerge "docs: resolve bugs from external tracker" into jb-mr1-dev
Scott Main [Tue, 8 Jan 2013 20:33:48 +0000 (12:33 -0800)]
Merge "docs: resolve bugs from external tracker" into jb-mr1-dev

11 years agodocs: update GP badges with localized badges.
Scott Main [Tue, 11 Dec 2012 01:35:50 +0000 (17:35 -0800)]
docs: update GP badges with localized badges.
includes AI files for all badges in available languages

Change-Id: Iff31696068fa2969f685f2bdab74eb737a22488c

11 years agodocs: resolve bugs from external tracker
Scott Main [Tue, 8 Jan 2013 02:51:49 +0000 (18:51 -0800)]
docs: resolve bugs from external tracker

Change-Id: I680970ec63701197103f6c5ab55c25c736aa0519

11 years agoam daf9b7d1: am 3f72bf32: Merge "Refactoring the media recorder stress test. Added...
Jason Noguchi [Tue, 8 Jan 2013 03:17:13 +0000 (19:17 -0800)]
am daf9b7d1: am 3f72bf32: Merge "Refactoring the media recorder stress test. Added test cases for: - record & playback @ 1080p - record & playback @ 720p - record & playback @ 480p - record & playback @ custom Plus extending the record duration to a full minute." into

* commit 'daf9b7d1387d0bf4623f54827fef69b923645b42':
  Refactoring the media recorder stress test. Added test cases for: - record & playback @ 1080p - record & playback @ 720p - record & playback @ 480p - record & playback @ custom Plus extending the record duration to a full minute.

11 years agoam 3f72bf32: Merge "Refactoring the media recorder stress test. Added test cases...
Jason Noguchi [Tue, 8 Jan 2013 03:15:16 +0000 (19:15 -0800)]
am 3f72bf32: Merge "Refactoring the media recorder stress test. Added test cases for: - record & playback @ 1080p - record & playback @ 720p - record & playback @ 480p - record & playback @ custom Plus extending the record duration to a full minute." into jb-mr1-dev

* commit '3f72bf323f977b367ceaee5ace321098cb7b74f4':
  Refactoring the media recorder stress test. Added test cases for: - record & playback @ 1080p - record & playback @ 720p - record & playback @ 480p - record & playback @ custom Plus extending the record duration to a full minute.

11 years agoMerge "Refactoring the media recorder stress test. Added test cases for: - record...
Jason Noguchi [Tue, 8 Jan 2013 03:11:32 +0000 (19:11 -0800)]
Merge "Refactoring the media recorder stress test. Added test cases for: - record & playback @ 1080p - record & playback @ 720p - record & playback @ 480p - record & playback @ custom Plus extending the record duration to a full minute." into jb-mr1-dev

11 years agoam ba5fd35e: am 7b4e597f: Merge "Adding camera scene mode stress test." into jb-mr1-dev
Jason Noguchi [Tue, 8 Jan 2013 02:45:30 +0000 (18:45 -0800)]
am ba5fd35e: am 7b4e597f: Merge "Adding camera scene mode stress test." into jb-mr1-dev

* commit 'ba5fd35e24778c29ad0786d865c2cbdf3a5ab27d':
  Adding camera scene mode stress test.

11 years agoam 7b4e597f: Merge "Adding camera scene mode stress test." into jb-mr1-dev
Jason Noguchi [Tue, 8 Jan 2013 02:43:18 +0000 (18:43 -0800)]
am 7b4e597f: Merge "Adding camera scene mode stress test." into jb-mr1-dev

* commit '7b4e597faff3c469bdd5e7837155a5fc5ea036bc':
  Adding camera scene mode stress test.

11 years agoMerge "Adding camera scene mode stress test." into jb-mr1-dev
Jason Noguchi [Tue, 8 Jan 2013 02:40:27 +0000 (18:40 -0800)]
Merge "Adding camera scene mode stress test." into jb-mr1-dev

11 years agoam b2039756: am e30d31c4: docs: misc bugs from external tracker
Scott Main [Tue, 8 Jan 2013 00:01:17 +0000 (16:01 -0800)]
am b2039756: am e30d31c4: docs: misc bugs from external tracker

* commit 'b203975610a8ebac9345aa381b008466389dfa33':
  docs: misc bugs from external tracker

11 years agoam e30d31c4: docs: misc bugs from external tracker
Scott Main [Mon, 7 Jan 2013 23:58:19 +0000 (15:58 -0800)]
am e30d31c4: docs: misc bugs from external tracker

* commit 'e30d31c4e8439f8fa8647744cee93f1fd8b67407':
  docs: misc bugs from external tracker

11 years agodocs: misc bugs from external tracker
Scott Main [Mon, 7 Jan 2013 23:54:30 +0000 (15:54 -0800)]
docs: misc bugs from external tracker

Change-Id: I928659b23d1ff3a5d017d4fb50acb8ac0e3b251b

11 years agoam 93a4ab2f: am 8f70a7c4: move the nsdchat sample to proper download directory
Scott Main [Sat, 5 Jan 2013 02:59:30 +0000 (18:59 -0800)]
am 93a4ab2f: am 8f70a7c4: move the nsdchat sample to proper download directory

* commit '93a4ab2fa2efd8908c30298796af710c1ec0f85f':
  move the nsdchat sample to proper download directory

11 years agoam 8f70a7c4: move the nsdchat sample to proper download directory
Scott Main [Sat, 5 Jan 2013 02:57:18 +0000 (18:57 -0800)]
am 8f70a7c4: move the nsdchat sample to proper download directory

* commit '8f70a7c46cc3c4732b11fd8088b47c3434cf64d9':
  move the nsdchat sample to proper download directory

11 years agomove the nsdchat sample to proper download directory
Scott Main [Sat, 5 Jan 2013 02:54:08 +0000 (18:54 -0800)]
move the nsdchat sample to proper download directory

Change-Id: I9679e5642ffaa1baad104c5fa1c1f90b59a5b1ff

11 years agoam 4bc407e3: am 47e8d20d: move network usage sample zip
Scott Main [Sat, 5 Jan 2013 02:53:50 +0000 (18:53 -0800)]
am 4bc407e3: am 47e8d20d: move network usage sample zip

* commit '4bc407e3e1948bff1b57f552dba142d54191b264':
  move network usage sample zip

11 years agoam 47e8d20d: move network usage sample zip
Scott Main [Sat, 5 Jan 2013 02:51:32 +0000 (18:51 -0800)]
am 47e8d20d: move network usage sample zip

* commit '47e8d20d7b87be59ce38828659231afd425d05f8':
  move network usage sample zip

11 years agomove network usage sample zip
Scott Main [Sat, 5 Jan 2013 02:47:39 +0000 (18:47 -0800)]
move network usage sample zip

Change-Id: I4ed2ebe357d420fea20d69515d9e91dc73579bba

11 years agoam 921c8a5d: am 4e483ed3: Merge "docs: misc bug fixes. including important versioning...
Scott Main [Sat, 5 Jan 2013 02:20:57 +0000 (18:20 -0800)]
am 921c8a5d: am 4e483ed3: Merge "docs: misc bug fixes. including important versioning fixes for first app class" into jb-mr1-dev

* commit '921c8a5d86b08d331b757534a36ac519694ab2a2':
  docs: misc bug fixes. including important versioning fixes for first app class

11 years agoam 4e483ed3: Merge "docs: misc bug fixes. including important versioning fixes for...
Scott Main [Sat, 5 Jan 2013 02:19:00 +0000 (18:19 -0800)]
am 4e483ed3: Merge "docs: misc bug fixes. including important versioning fixes for first app class" into jb-mr1-dev

* commit '4e483ed30697472aceb05bb1555f14b066ee8502':
  docs: misc bug fixes. including important versioning fixes for first app class

11 years agoMerge "docs: misc bug fixes. including important versioning fixes for first app class...
Scott Main [Sat, 5 Jan 2013 02:16:15 +0000 (18:16 -0800)]
Merge "docs: misc bug fixes. including important versioning fixes for first app class" into jb-mr1-dev

11 years agodocs: misc bug fixes. including important versioning fixes for first app class
Scott Main [Sat, 5 Jan 2013 01:41:54 +0000 (17:41 -0800)]
docs: misc bug fixes. including important versioning fixes for first app class

Change-Id: Ifda2509fc90dd795bfd6c5e9b3d7eebcbd77892a

11 years agoam 928d2634: am 2b13a475: Doc update: fixed manifest typo in Network zip
Katie McCormick [Sat, 5 Jan 2013 00:36:48 +0000 (16:36 -0800)]
am 928d2634: am 2b13a475: Doc update: fixed manifest typo in Network zip

* commit '928d2634ff9084ffc9d041b06fd7945cd8463801':
  Doc update: fixed manifest typo in Network zip

11 years agoam 2b13a475: Doc update: fixed manifest typo in Network zip
Katie McCormick [Sat, 5 Jan 2013 00:34:19 +0000 (16:34 -0800)]
am 2b13a475: Doc update: fixed manifest typo in Network zip

* commit '2b13a475409aa28890c93088e86c065da1b07044':
  Doc update: fixed manifest typo in Network zip

11 years agoDoc update: fixed manifest typo in Network zip
Katie McCormick [Sat, 5 Jan 2013 00:17:45 +0000 (16:17 -0800)]
Doc update: fixed manifest typo in Network zip

Change-Id: Iccf6dbce9d975337ab23b26dce63d3ec31303320

11 years agoam 7edf8074: am 197d0a66: Merge "docs: update sony driver link and name bug: 6566732...
Scott Main [Fri, 4 Jan 2013 19:36:41 +0000 (11:36 -0800)]
am 7edf8074: am 197d0a66: Merge "docs: update sony driver link and name bug: 6566732" into jb-mr1-dev

* commit '7edf80747171d61bf8f22e00a8318b2da5ae9400':
  docs: update sony driver link and name bug: 6566732

11 years agoam 197d0a66: Merge "docs: update sony driver link and name bug: 6566732" into jb...
Scott Main [Fri, 4 Jan 2013 19:33:59 +0000 (11:33 -0800)]
am 197d0a66: Merge "docs: update sony driver link and name bug: 6566732" into jb-mr1-dev

* commit '197d0a6688ccf72632b461987671f1f2802935b7':
  docs: update sony driver link and name bug: 6566732

11 years agoMerge "docs: update sony driver link and name bug: 6566732" into jb-mr1-dev
Scott Main [Fri, 4 Jan 2013 19:29:11 +0000 (11:29 -0800)]
Merge "docs: update sony driver link and name bug: 6566732" into jb-mr1-dev

11 years agodocs: update sony driver link and name
Scott Main [Fri, 4 Jan 2013 19:06:40 +0000 (11:06 -0800)]
docs: update sony driver link and name
bug: 6566732

Change-Id: I8cb6e3295a24a7876d9cc9493889d85688357f79

11 years agoam e478fb4f: am 6b79e954: Merge "docs: update gms and gcm javadocs with new TOC"...
Robert Ly [Fri, 4 Jan 2013 19:06:15 +0000 (11:06 -0800)]
am e478fb4f: am 6b79e954: Merge "docs: update gms and gcm javadocs with new TOC" into jb-mr1-dev

* commit 'e478fb4fa74771863f8c98c04e93a1bd4f2f46ae':
  docs: update gms and gcm javadocs with new TOC

11 years agoam 6b79e954: Merge "docs: update gms and gcm javadocs with new TOC" into jb-mr1-dev
Robert Ly [Fri, 4 Jan 2013 19:03:04 +0000 (11:03 -0800)]
am 6b79e954: Merge "docs: update gms and gcm javadocs with new TOC" into jb-mr1-dev

* commit '6b79e9542b2b2fae18a882696e61adb4fce144eb':
  docs: update gms and gcm javadocs with new TOC

11 years agoMerge "docs: update gms and gcm javadocs with new TOC" into jb-mr1-dev
Robert Ly [Fri, 4 Jan 2013 18:58:55 +0000 (10:58 -0800)]
Merge "docs: update gms and gcm javadocs with new TOC" into jb-mr1-dev

11 years agodocs: update gms and gcm javadocs with new TOC
Robert Ly [Fri, 4 Jan 2013 18:13:35 +0000 (10:13 -0800)]
docs: update gms and gcm javadocs with new TOC

Change-Id: Ic54c4e4e6e2b0008450abe9d3aa1ae53535d9160

11 years agoam 38a642e9: am 3e2479dd: Merge "docs: fix broken links and add new sitemap text...
Scott Main [Fri, 4 Jan 2013 02:38:56 +0000 (18:38 -0800)]
am 38a642e9: am 3e2479dd: Merge "docs: fix broken links and add new sitemap text file" into jb-mr1-dev

* commit '38a642e987612da86dc4f30b8d2c66a4a4833682':
  docs: fix broken links and add new sitemap text file

11 years agoam 3e2479dd: Merge "docs: fix broken links and add new sitemap text file" into jb...
Scott Main [Fri, 4 Jan 2013 02:36:45 +0000 (18:36 -0800)]
am 3e2479dd: Merge "docs: fix broken links and add new sitemap text file" into jb-mr1-dev

* commit '3e2479dd20ee9a1dab17e5dbec7fc835f2fa427f':
  docs: fix broken links and add new sitemap text file

11 years agoMerge "docs: fix broken links and add new sitemap text file" into jb-mr1-dev
Scott Main [Fri, 4 Jan 2013 02:32:45 +0000 (18:32 -0800)]
Merge "docs: fix broken links and add new sitemap text file" into jb-mr1-dev

11 years agodocs: fix broken links and add new sitemap text file
Scott Main [Fri, 4 Jan 2013 02:02:21 +0000 (18:02 -0800)]
docs: fix broken links and add new sitemap text file

Change-Id: If0f7967a65a6e3a444a565a2e8229a04a5265f56

11 years agoam d56e4eca: am ed2a05bc: Merge "Doc change: minor fixes to support lib lesson."...
Katie McCormick [Fri, 4 Jan 2013 00:14:39 +0000 (16:14 -0800)]
am d56e4eca: am ed2a05bc: Merge "Doc change: minor fixes to support lib lesson." into jb-mr1-dev

* commit 'd56e4eca33639f175790d136d76f0d9cab9b95c3':
  Doc change: minor fixes to support lib lesson.

11 years agoam ed2a05bc: Merge "Doc change: minor fixes to support lib lesson." into jb-mr1-dev
Katie McCormick [Fri, 4 Jan 2013 00:11:31 +0000 (16:11 -0800)]
am ed2a05bc: Merge "Doc change: minor fixes to support lib lesson." into jb-mr1-dev

* commit 'ed2a05bc5b05e8aec0777ce2eb57bb91626524d8':
  Doc change: minor fixes to support lib lesson.

11 years agoMerge "Doc change: minor fixes to support lib lesson." into jb-mr1-dev
Katie McCormick [Fri, 4 Jan 2013 00:07:45 +0000 (16:07 -0800)]
Merge "Doc change: minor fixes to support lib lesson." into jb-mr1-dev

11 years agoDoc change: minor fixes to support lib lesson.
Katie McCormick [Thu, 3 Jan 2013 23:50:40 +0000 (15:50 -0800)]
Doc change: minor fixes to support lib lesson.

Bug # 7633596

Change-Id: I380300b818cb6886c3c6857b64ba54e0602f7a37

11 years agoRefactoring the media recorder stress test.
Jason Noguchi [Tue, 11 Dec 2012 02:13:09 +0000 (18:13 -0800)]
Refactoring the media recorder stress test.
Added test cases for:
- record & playback @ 1080p
- record & playback @ 720p
- record & playback @ 480p
- record & playback @ custom
Plus extending the record duration to a full minute.

Change-Id: I294714811606c1ae57907d6ef6a7052044b6247c

11 years agoam 90c0548c: am 9fe82f1b: Merge "docs: dashboard update for 1/3/13" into jb-mr1-dev
Scott Main [Thu, 3 Jan 2013 19:49:45 +0000 (11:49 -0800)]
am 90c0548c: am 9fe82f1b: Merge "docs: dashboard update for 1/3/13" into jb-mr1-dev

* commit '90c0548c057f0c26c4dcd215ee64e787460c4c6e':
  docs: dashboard update for 1/3/13

11 years agoam 9fe82f1b: Merge "docs: dashboard update for 1/3/13" into jb-mr1-dev
Scott Main [Thu, 3 Jan 2013 19:47:20 +0000 (11:47 -0800)]
am 9fe82f1b: Merge "docs: dashboard update for 1/3/13" into jb-mr1-dev

* commit '9fe82f1bc7c880bb1ec5ac3a9a1b5fff2c0bdda9':
  docs: dashboard update for 1/3/13

11 years agoMerge "docs: dashboard update for 1/3/13" into jb-mr1-dev
Scott Main [Thu, 3 Jan 2013 19:44:43 +0000 (11:44 -0800)]
Merge "docs: dashboard update for 1/3/13" into jb-mr1-dev

11 years agodocs: dashboard update for 1/3/13
Scott Main [Thu, 3 Jan 2013 18:56:31 +0000 (10:56 -0800)]
docs: dashboard update for 1/3/13

Change-Id: I0ff0b045d1c08a071fa706d8c0ff17943f2e752f

11 years agoam afa4d8bf: (-s ours) am 22d7cf23: Add single crunch command to aapt. do not merge.
Xavier Ducrohet [Thu, 3 Jan 2013 18:46:34 +0000 (10:46 -0800)]
am afa4d8bf: (-s ours) am 22d7cf23: Add single crunch command to aapt. do not merge.

* commit 'afa4d8bfafdd42b75dc15d31c0962c252f304138':
  Add single crunch command to aapt. do not merge.

11 years agoam 22d7cf23: Add single crunch command to aapt. do not merge.
Xavier Ducrohet [Thu, 3 Jan 2013 18:43:39 +0000 (10:43 -0800)]
am 22d7cf23: Add single crunch command to aapt. do not merge.

* commit '22d7cf239d8a9b009ea7adf86d8826a8a8116d03':
  Add single crunch command to aapt. do not merge.

11 years agoAdding camera scene mode stress test.
Jason Noguchi [Tue, 11 Dec 2012 01:05:32 +0000 (17:05 -0800)]
Adding camera scene mode stress test.

Change-Id: I3f9afef4edc6ea1f659263bf2dbd8ca247039ce0

11 years agoAdd single crunch command to aapt. do not merge.
Xavier Ducrohet [Fri, 21 Dec 2012 17:54:02 +0000 (09:54 -0800)]
Add single crunch command to aapt. do not merge.

Previously the crunch command would work on a full res folder
and output a full res folder (with only the drawables). This
was only used in the SDK.

The incremental logic is moved to the SDK build system so we
change the crunch command (or rather add a new one) to only
crunch a single file.

(cherry picked from commit b1f6ad82dd8d1702617a757a88430604b3131fac)

Change-Id: I3653f67ee321eac37cb8a6d228b1ef6d104ff0be

11 years agoam 0dae634b: Merge "docs: add class on keyboards" into jb-mr1-dev
Scott Main [Sat, 22 Dec 2012 00:29:16 +0000 (16:29 -0800)]
am 0dae634b: Merge "docs: add class on keyboards" into jb-mr1-dev

* commit '0dae634b06f5dc6039a5aaa9c0f00250e10c6547':
  docs: add class on keyboards

11 years agoMerge "docs: add class on keyboards" into jb-mr1-dev
Scott Main [Sat, 22 Dec 2012 00:25:49 +0000 (16:25 -0800)]
Merge "docs: add class on keyboards" into jb-mr1-dev

11 years agoam dc2c1a0f: docs: add explanation of default permissions to Permission guide and...
Scott Main [Sat, 22 Dec 2012 00:25:36 +0000 (16:25 -0800)]
am dc2c1a0f: docs: add explanation of default permissions to Permission guide and fix code snippet error in WebView guide. external issue:41441

* commit 'dc2c1a0f80042c42768fd868791e21412c3839b9':
  docs: add explanation of default permissions to Permission guide and fix code snippet error in WebView guide. external issue:41441

11 years agodocs: add class on keyboards
Scott Main [Thu, 6 Dec 2012 00:13:25 +0000 (16:13 -0800)]
docs: add class on keyboards

Change-Id: I3fb179457af50eec9d111f84eb9fabf49bc7ab1b

11 years agodocs: add explanation of default permissions to Permission guide
Scott Main [Wed, 19 Dec 2012 00:07:36 +0000 (16:07 -0800)]
docs: add explanation of default permissions to Permission guide
and fix code snippet error in WebView guide.
external issue:41441

Change-Id: I5d021e4f04245385b62e992baebd702814fff930

11 years agoam 5b03460f: Merge "cherrypick from jb-dev-docs: Gestures Class Change-Id: I9abebf58a...
kmccormick@google.com [Fri, 21 Dec 2012 20:46:03 +0000 (12:46 -0800)]
am 5b03460f: Merge "cherrypick from jb-dev-docs: Gestures Class Change-Id: I9abebf58a9607c8f52f72ef2ce46308304386596" into jb-mr1-dev

* commit '5b03460fcb69394b984fad1a63e244f9aa798886':
  cherrypick from jb-dev-docs: Gestures Class Change-Id: I9abebf58a9607c8f52f72ef2ce46308304386596

11 years agoMerge "cherrypick from jb-dev-docs: Gestures Class Change-Id: I9abebf58a9607c8f52f72e...
&& repo sync -j8 [Fri, 21 Dec 2012 20:43:13 +0000 (12:43 -0800)]
Merge "cherrypick from jb-dev-docs: Gestures Class Change-Id: I9abebf58a9607c8f52f72ef2ce46308304386596" into jb-mr1-dev

11 years agocherrypick from jb-dev-docs: Gestures Class Change-Id: I9abebf58a9607c8f52f72ef2ce463...
&& repo sync -j8 [Sat, 1 Dec 2012 00:28:27 +0000 (16:28 -0800)]
cherrypick from jb-dev-docs: Gestures Class Change-Id: I9abebf58a9607c8f52f72ef2ce46308304386596

Change-Id: I72c2621dcc674a2f486ec2a49e0eb409d8c9b5bd

11 years agoam 0402b653: Merge "Doc change: point developer landing page featured content to...
Dirk Dougherty [Thu, 20 Dec 2012 20:49:22 +0000 (12:49 -0800)]
am 0402b653: Merge "Doc change: point developer landing page featured content to blog post." into jb-mr1-dev

* commit '0402b65327aa568c7ea706879d9ddb222436aa87':
  Doc change: point developer landing page featured content to blog post.

11 years agoMerge "Doc change: point developer landing page featured content to blog post." into...
Dirk Dougherty [Thu, 20 Dec 2012 20:46:00 +0000 (12:46 -0800)]
Merge "Doc change: point developer landing page featured content to blog post." into jb-mr1-dev

11 years agoDoc change: point developer landing page featured content to blog post.
Dirk Dougherty [Thu, 20 Dec 2012 20:40:22 +0000 (12:40 -0800)]
Doc change: point developer landing page featured content to blog post.

Change-Id: I8201d223b4b2c28227c7aac3499a81d29c3ec9e3

11 years agoam 8afb3ba4: Merge "docs: SDK r21.0.1 Release Notes" into jb-mr1-dev
Scott Main [Thu, 20 Dec 2012 20:12:03 +0000 (12:12 -0800)]
am 8afb3ba4: Merge "docs: SDK r21.0.1 Release Notes" into jb-mr1-dev

* commit '8afb3ba4dac2f3e42884cb40f8fa407e072382e3':
  docs: SDK r21.0.1 Release Notes

11 years agoam f6e55123: Merge "docs: NDK r8d Release Notes" into jb-mr1-dev
Scott Main [Thu, 20 Dec 2012 20:04:57 +0000 (12:04 -0800)]
am f6e55123: Merge "docs: NDK r8d Release Notes" into jb-mr1-dev

* commit 'f6e551239017745f88893acaf38b3bac097aceb1':
  docs: NDK r8d Release Notes

11 years agoMerge "docs: SDK r21.0.1 Release Notes" into jb-mr1-dev
Scott Main [Thu, 20 Dec 2012 20:01:50 +0000 (12:01 -0800)]
Merge "docs: SDK r21.0.1 Release Notes" into jb-mr1-dev

11 years agoMerge "docs: NDK r8d Release Notes" into jb-mr1-dev
Scott Main [Thu, 20 Dec 2012 20:02:01 +0000 (12:02 -0800)]
Merge "docs: NDK r8d Release Notes" into jb-mr1-dev

11 years agoam 0f0d9b32: Merge "Doc change: update develop landing page." into jb-mr1-dev
Dirk Dougherty [Thu, 20 Dec 2012 17:34:47 +0000 (09:34 -0800)]
am 0f0d9b32: Merge "Doc change: update develop landing page." into jb-mr1-dev

* commit '0f0d9b32cb41acc2e7b0b5556c64b366f5f08709':
  Doc change: update develop landing page.

11 years agoMerge "Doc change: update develop landing page." into jb-mr1-dev
Dirk Dougherty [Thu, 20 Dec 2012 17:27:59 +0000 (09:27 -0800)]
Merge "Doc change: update develop landing page." into jb-mr1-dev

11 years agoam db49d317: Merge "Doc change: add mention of localized promo graphics." into jb...
Scott Main [Thu, 20 Dec 2012 00:15:08 +0000 (16:15 -0800)]
am db49d317: Merge "Doc change: add mention of localized promo graphics." into jb-mr1-dev

* commit 'db49d317291861d8f885f3510f9b70b31e592f11':
  Doc change: add mention of localized promo graphics.

11 years agoMerge "Doc change: add mention of localized promo graphics." into jb-mr1-dev
Scott Main [Thu, 20 Dec 2012 00:12:17 +0000 (16:12 -0800)]
Merge "Doc change: add mention of localized promo graphics." into jb-mr1-dev

11 years agoam 84303f5c: Update the JNI spec link, and remove a dead link.
Elliott Hughes [Wed, 19 Dec 2012 19:15:17 +0000 (11:15 -0800)]
am 84303f5c: Update the JNI spec link, and remove a dead link.

* commit '84303f5cd613f24653cc08d156a533e23a76b34a':
  Update the JNI spec link, and remove a dead link.

11 years agoUpdate the JNI spec link, and remove a dead link.
Elliott Hughes [Wed, 19 Dec 2012 01:24:36 +0000 (17:24 -0800)]
Update the JNI spec link, and remove a dead link.

Also remove the duplicate copy of this file. There's a redirect in place
from the old location.

Bug: http://code.google.com/p/android/issues/detail?id=41623

(cherry picked from commit 965da34de94cdb845b64bd676e45b260000cd09d)

Change-Id: I5a940383fb27900ba560822c060cc5ed864eb771

11 years agoam 4c59230a: am d4289c6e: am c84b3603: am 8dd6275e: Android Training: Multiple Threads
Joe Malin [Wed, 19 Dec 2012 18:37:41 +0000 (10:37 -0800)]
am 4c59230a: am d4289c6e: am c84b3603: am 8dd6275e: Android Training: Multiple Threads

* commit '4c59230a2fe0ec750b31a0908fbee5c5613b87c0':
  Android Training: Multiple Threads

11 years agoam d4289c6e: am c84b3603: am 8dd6275e: Android Training: Multiple Threads
Joe Malin [Wed, 19 Dec 2012 18:35:32 +0000 (10:35 -0800)]
am d4289c6e: am c84b3603: am 8dd6275e: Android Training: Multiple Threads

* commit 'd4289c6e20c0a42deba796d02b5a9bc60c9a4e7c':
  Android Training: Multiple Threads