OSDN Git Service

android-x86/frameworks-base.git
11 years agoam 4a5425db: fix layout bug
Scott Main [Fri, 21 Sep 2012 22:59:04 +0000 (15:59 -0700)]
am 4a5425db: fix layout bug

* commit '4a5425dbd29329aaffbab3bb83c33bd437958237':
  fix layout bug

11 years agofix layout bug
Scott Main [Fri, 21 Sep 2012 22:55:15 +0000 (15:55 -0700)]
fix layout bug

Change-Id: Ibf3f04d6c2077c77b75076c02312d3b2dea394eb

11 years agoMerge "Get your own cursor Drawables, WebViewClassic!" into jb-dev
Victoria Lease [Thu, 20 Sep 2012 22:19:05 +0000 (15:19 -0700)]
Merge "Get your own cursor Drawables, WebViewClassic!" into jb-dev

11 years agoMerge "docs: Systrace tool documentation" into jb-dev
Joe Fernandez [Thu, 20 Sep 2012 22:13:01 +0000 (15:13 -0700)]
Merge "docs: Systrace tool documentation" into jb-dev

11 years agoGet your own cursor Drawables, WebViewClassic!
Victoria Lease [Thu, 20 Sep 2012 22:09:24 +0000 (15:09 -0700)]
Get your own cursor Drawables, WebViewClassic!

These are shared resources! You can't just animate *everyone's*
cursors!

Bug: 7110290
Change-Id: Icdc86af4fba427a352019cd3e2017f97a3b9fdba

11 years agoMerge "Add --output-text-symbols option to aapt. do not merge." into jb-dev
Xavier Ducrohet [Thu, 20 Sep 2012 20:56:08 +0000 (13:56 -0700)]
Merge "Add --output-text-symbols option to aapt. do not merge." into jb-dev

11 years agodocs: Systrace tool documentation
Joe Fernandez [Fri, 24 Aug 2012 19:34:43 +0000 (12:34 -0700)]
docs: Systrace tool documentation

Change-Id: Idecee238d8872ca1c32a80d13ad61bacf89c39f7

11 years agoam b79d8ecc: udpate media formats for JB
Scott Main [Wed, 19 Sep 2012 18:00:23 +0000 (11:00 -0700)]
am b79d8ecc: udpate media formats for JB

* commit 'b79d8ecc27c0c7a8c2f8dcc1a752450e4d7d39e2':
  udpate media formats for JB

11 years agoudpate media formats for JB
Scott Main [Tue, 18 Sep 2012 17:40:49 +0000 (10:40 -0700)]
udpate media formats for JB

Change-Id: Ide41c5dde11298e875c957467c39262dafadcc4c

11 years agoAdd --output-text-symbols option to aapt. do not merge.
Xavier Ducrohet [Tue, 11 Sep 2012 21:45:22 +0000 (14:45 -0700)]
Add --output-text-symbols option to aapt. do not merge.

Library projects in the SDK are built using --non-constant-id
to generate a temporary R.java class.
When the library is packaged with the application to generate an
apk, the R class is recreated with the proper IDs due to all the
resources coming from the app and all the libraries.

However for large apps with many libraries (each with their own
R class in their package), this means a lot of unnecessary IDs:
all R classes contains all the IDs including for resources from
by projects they don't have access through the dependency graph.

For really large apps (X,000 resources), with lots of libraries
(10+), this can generate tens of thousands of resources, which
can trigger dalvik's limit of 65K fields and methods per dex
files.

This changes lets aapt generate not only the R class but a simple
text file containing the list of all those IDs so that it is
easier to parse back. The SDK build system will not ask aapt
to generate the R class of the libraries (through the
--extra-packages option), instead it will then read this
file to know what IDs are needed for each library and generate
a much smaller R class for each library (using the same text
file output from compiling all the resources to get the final
integer value).

Chery-picked from f5de650ff1e161ea135c828e43515895343d2c0f

Change-Id: I0e08ceb6e4ceb3feb169ce17df21dd35a2505e7f

11 years agoam 44204020: cherrypick from jb-dev Change-Id: Ib0ec41960017725db3fbedb2b62350dc8f8d3...
Scott Main [Tue, 18 Sep 2012 04:30:16 +0000 (21:30 -0700)]
am 44204020: cherrypick from jb-dev Change-Id: Ib0ec41960017725db3fbedb2b62350dc8f8d3468 new Google Play badges and some updates to corresponding pages

* commit '442040208cba3be464d7a180283d72d9ec074def':
  cherrypick from jb-dev Change-Id: Ib0ec41960017725db3fbedb2b62350dc8f8d3468 new Google Play badges and some updates to corresponding pages

11 years agocherrypick from jb-dev Change-Id: Ib0ec41960017725db3fbedb2b62350dc8f8d3468
Scott Main [Thu, 13 Sep 2012 21:52:03 +0000 (14:52 -0700)]
cherrypick from jb-dev Change-Id: Ib0ec41960017725db3fbedb2b62350dc8f8d3468
new Google Play badges and some updates to corresponding pages

Change-Id: I8502a47b9d79d9a03a51c7baaacaa454fd63e5a5

11 years agonew Google Play badges and some updates to corresponding pages
Scott Main [Thu, 13 Sep 2012 21:52:03 +0000 (14:52 -0700)]
new Google Play badges and some updates to corresponding pages

Change-Id: Ib0ec41960017725db3fbedb2b62350dc8f8d3468

11 years agoam b86b7f07: small update to the ADT installation steps based on new ADT UI
Scott Main [Mon, 17 Sep 2012 18:23:20 +0000 (11:23 -0700)]
am b86b7f07: small update to the ADT installation steps based on new ADT UI

* commit 'b86b7f07d79cae32cda710aa9cc328e7af2c8ccc':
  small update to the ADT installation steps based on new ADT UI

11 years agoam 844d2a94: Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link
Katie McCormick [Mon, 17 Sep 2012 18:21:51 +0000 (11:21 -0700)]
am 844d2a94: Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link

* commit '844d2a942ebde7eb1d5abd68505c7a2eb7e2db0a':
  Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link

11 years agoam 61d85c43: add link to device dock lesson
Scott Main [Mon, 17 Sep 2012 18:21:48 +0000 (11:21 -0700)]
am 61d85c43: add link to device dock lesson

* commit '61d85c43474da17296b90b3d7fd0f4bd34cdebe8':
  add link to device dock lesson

11 years agoam 24a024ec: Doc change: fix typo in JB highlights.
Dirk Dougherty [Mon, 17 Sep 2012 18:20:19 +0000 (11:20 -0700)]
am 24a024ec: Doc change: fix typo in JB highlights.

* commit '24a024ecaf949601b998a4b0ed3b4d7af6bcd8ba':
  Doc change: fix typo in JB highlights.

11 years agoam d5abc558: docs: update for multi apk doc for ABI support
Scott Main [Mon, 17 Sep 2012 18:20:16 +0000 (11:20 -0700)]
am d5abc558: docs: update for multi apk doc for ABI support

* commit 'd5abc5586e08bedf06f337aefa5a59c014fb7a2e':
  docs: update for multi apk doc for ABI support

11 years agoam 73ec048e: Doc update: Appwidgets JB additions.
Katie McCormick [Mon, 17 Sep 2012 18:20:12 +0000 (11:20 -0700)]
am 73ec048e: Doc update: Appwidgets JB additions.

* commit '73ec048e4de50419d2d49907be0acae0893f92ca':
  Doc update: Appwidgets JB additions.

11 years agoam 54efa69f: older not lower
Scott Main [Mon, 17 Sep 2012 18:20:09 +0000 (11:20 -0700)]
am 54efa69f: older not lower

* commit '54efa69f5074568f23eb5ff7f15022eece11918c':
  older not lower

11 years agoam 8982939d: docs: Accessibility DevGuide, Jelly Bean edition
Joe Fernandez [Mon, 17 Sep 2012 18:20:06 +0000 (11:20 -0700)]
am 8982939d: docs: Accessibility DevGuide, Jelly Bean edition

* commit '8982939d17881c7dcd20459955f3bfcec6e05905':
  docs: Accessibility DevGuide, Jelly Bean edition

11 years agoam d46023d2: (-s ours) dashboard update for 9/4 switch to simplified pie charts:...
Scott Main [Mon, 17 Sep 2012 18:20:05 +0000 (11:20 -0700)]
am d46023d2: (-s ours) dashboard update for 9/4 switch to simplified pie charts: codenames for platforms and separate size and density charts

* commit 'd46023d2081c995b2ec61b48b79f2077dfdb36a2':
  dashboard update for 9/4 switch to simplified pie charts: codenames for platforms and separate size and density charts

11 years agoam 243170f7: Doc update: Fix typo.
Katie McCormick [Mon, 17 Sep 2012 18:09:16 +0000 (11:09 -0700)]
am 243170f7: Doc update: Fix typo.

* commit '243170f759252c99052a903bd0cb33e4d8227aa0':
  Doc update: Fix typo.

11 years agosmall update to the ADT installation steps based on new ADT UI
Scott Main [Tue, 11 Sep 2012 22:20:53 +0000 (15:20 -0700)]
small update to the ADT installation steps based on new ADT UI

11 years agoDoc update: ACTION_APPWIDGET_OPTIONS_CHANGED link
Katie McCormick [Mon, 10 Sep 2012 22:32:46 +0000 (15:32 -0700)]
Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link

11 years agoadd link to device dock lesson
Scott Main [Mon, 10 Sep 2012 23:20:08 +0000 (16:20 -0700)]
add link to device dock lesson

11 years agoDoc change: fix typo in JB highlights.
Dirk Dougherty [Fri, 7 Sep 2012 17:29:30 +0000 (10:29 -0700)]
Doc change: fix typo in JB highlights.

11 years agodocs: update for multi apk doc for ABI support
Scott Main [Wed, 5 Sep 2012 18:52:01 +0000 (11:52 -0700)]
docs: update for multi apk doc for ABI support

11 years agoDoc update: Appwidgets JB additions.
Katie McCormick [Mon, 27 Aug 2012 22:43:21 +0000 (15:43 -0700)]
Doc update: Appwidgets JB additions.

11 years agoolder not lower
Scott Main [Wed, 5 Sep 2012 18:54:05 +0000 (11:54 -0700)]
older not lower

11 years agodocs: Accessibility DevGuide, Jelly Bean edition
Joe Fernandez [Wed, 1 Aug 2012 23:21:17 +0000 (16:21 -0700)]
docs: Accessibility DevGuide, Jelly Bean edition

11 years agodashboard update for 9/4
Scott Main [Wed, 5 Sep 2012 03:55:57 +0000 (20:55 -0700)]
dashboard update for 9/4
switch to simplified pie charts: codenames for platforms and separate size and density charts

11 years agoDoc update: Fix typo.
Katie McCormick [Wed, 29 Aug 2012 20:37:01 +0000 (13:37 -0700)]
Doc update: Fix typo.

11 years agofix broken link for action bar pack
Scott Main [Fri, 14 Sep 2012 22:21:06 +0000 (15:21 -0700)]
fix broken link for action bar pack

Change-Id: I58e774ef2b96bacd3678bd2354a584d58dd018ee

11 years agoMerge "Show plmn in emergency call allowed mode." into jb-dev
John Wang [Thu, 13 Sep 2012 16:36:47 +0000 (09:36 -0700)]
Merge "Show plmn in emergency call allowed mode." into jb-dev

11 years agoMerge "Doc change: GCM changes" into jb-dev
Katie McCormick [Wed, 12 Sep 2012 23:58:31 +0000 (16:58 -0700)]
Merge "Doc change: GCM changes" into jb-dev

11 years agoShow plmn in emergency call allowed mode.
John Wang [Wed, 12 Sep 2012 23:46:41 +0000 (16:46 -0700)]
Show plmn in emergency call allowed mode.

When emergency call is allowed, plmn string is used to pass up the
"Emergency calls only" string. This change set showPlmn to true
in that situation regardless the SIMRecords.SPN_RULE_SHOW_PLMN value.

bug:7103854
Change-Id: I35ce0cc265d648191cb3b5f87261895f862143db

11 years agoDoc change: GCM changes
Katie McCormick [Wed, 29 Aug 2012 22:10:00 +0000 (15:10 -0700)]
Doc change: GCM changes

Bug: 7072792

Change-Id: I718e407647571d093996139b857f703c104d4e4d

11 years agoMerge "fix another link in the style doc" into jb-dev
Scott Main [Wed, 12 Sep 2012 17:41:20 +0000 (10:41 -0700)]
Merge "fix another link in the style doc" into jb-dev

11 years agofix another link in the style doc
Scott Main [Wed, 12 Sep 2012 17:40:29 +0000 (10:40 -0700)]
fix another link in the style doc

Change-Id: Icd40456ab32232eacc6fa3acdd86ff78aa03e3aa

11 years agoMerge "fix links to style and themes source files" into jb-dev
Scott Main [Wed, 12 Sep 2012 17:08:35 +0000 (10:08 -0700)]
Merge "fix links to style and themes source files" into jb-dev

11 years agofix links to style and themes source files
Scott Main [Wed, 12 Sep 2012 17:05:38 +0000 (10:05 -0700)]
fix links to style and themes source files

Change-Id: I49759c689c3d345be014c7a252e266d7529af230

11 years agoMerge "Fix notification gestures." into jb-dev
Daniel Sandler [Wed, 12 Sep 2012 04:18:17 +0000 (21:18 -0700)]
Merge "Fix notification gestures." into jb-dev

11 years agoMerge "Single finger notification expansion." into jb-dev
Daniel Sandler [Wed, 12 Sep 2012 04:17:41 +0000 (21:17 -0700)]
Merge "Single finger notification expansion." into jb-dev

11 years agoFix notification gestures.
Daniel Sandler [Tue, 11 Sep 2012 20:56:35 +0000 (16:56 -0400)]
Fix notification gestures.

Broken by recent changes to ScaleGestureDetector, which we
were using incorrectly.

Change-Id: Ie5a7981cc14873d34de9041f59b5de442c948a61

11 years agosmall update to the ADT installation steps based on new ADT UI
Scott Main [Tue, 11 Sep 2012 22:20:53 +0000 (15:20 -0700)]
small update to the ADT installation steps based on new ADT UI

Change-Id: I1c3ddfcb6188dd0bdc87a2b2e8241dfd7fcaa4dc

11 years agoSingle finger notification expansion.
Daniel Sandler [Tue, 11 Sep 2012 19:18:47 +0000 (15:18 -0400)]
Single finger notification expansion.

If you liked these changes...

  Change Ie4e79aa5
  Change I8a6f8606
  Change I824937e9
  Change I957b6d50

You'll love this one!

Change-Id: I5256366175fa7ebc965b1c5df02f10ba802ed977

11 years agoMerge "docs: update for multi apk doc for ABI support" into jb-dev
Scott Main [Tue, 11 Sep 2012 17:48:15 +0000 (10:48 -0700)]
Merge "docs: update for multi apk doc for ABI support" into jb-dev

11 years agoMerge "add link to device dock lesson" into jb-dev
Scott Main [Mon, 10 Sep 2012 23:26:47 +0000 (16:26 -0700)]
Merge "add link to device dock lesson" into jb-dev

11 years agoDoc update: ACTION_APPWIDGET_OPTIONS_CHANGED link
Katie McCormick [Mon, 10 Sep 2012 22:32:46 +0000 (15:32 -0700)]
Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link

Change-Id: I62def95b138282eba4f2e70fd4ab4de35aa03e89

11 years agoadd link to device dock lesson
Scott Main [Mon, 10 Sep 2012 23:20:08 +0000 (16:20 -0700)]
add link to device dock lesson

Change-Id: I7af36f89204d49f2a0a23c33376f2f343f3b1593

11 years agoMerge "Updates to "Displaying Bitmaps Efficiently" class. Changes: -Updated code...
Adam Koch [Fri, 7 Sep 2012 20:15:01 +0000 (13:15 -0700)]
Merge "Updates to "Displaying Bitmaps Efficiently" class. Changes:  -Updated code sample (see ag/214812)  -Updated code snippets to match updated sample  -Fixed <> in code snippets  -Updated disk cache section  -Some other minor updates" into jb-dev

11 years agoMerge "Doc update: Appwidgets JB additions." into jb-dev
Katie McCormick [Fri, 7 Sep 2012 18:06:00 +0000 (11:06 -0700)]
Merge "Doc update: Appwidgets JB additions." into jb-dev

11 years agoMerge "Doc change: fix typo in JB highlights." into jb-dev
Dirk Dougherty [Fri, 7 Sep 2012 17:49:42 +0000 (10:49 -0700)]
Merge "Doc change: fix typo in JB highlights." into jb-dev

11 years agoDoc change: fix typo in JB highlights.
Dirk Dougherty [Fri, 7 Sep 2012 17:29:30 +0000 (10:29 -0700)]
Doc change: fix typo in JB highlights.

Change-Id: I807a8ecee5d352c8494154629b92474ba4b0e892

11 years agodocs: update for multi apk doc for ABI support
Scott Main [Wed, 5 Sep 2012 18:52:01 +0000 (11:52 -0700)]
docs: update for multi apk doc for ABI support

Change-Id: I6ef9b7f4bb213dddddcf03b304ffedfd2f9e209b

11 years agoDoc update: Appwidgets JB additions.
Katie McCormick [Mon, 27 Aug 2012 22:43:21 +0000 (15:43 -0700)]
Doc update: Appwidgets JB additions.

Change-Id: Id18a1c82a50fc654e383d9acb53ca61073172287

11 years agoolder not lower
Scott Main [Wed, 5 Sep 2012 18:54:05 +0000 (11:54 -0700)]
older not lower

Change-Id: Idd925213af834d138991fc6237cfe0329f73ad67

11 years agoMerge "docs: Accessibility DevGuide, Jelly Bean edition" into jb-dev
Scott Main [Wed, 5 Sep 2012 18:50:18 +0000 (11:50 -0700)]
Merge "docs: Accessibility DevGuide, Jelly Bean edition" into jb-dev

11 years agoMerge "dashboard update for 9/4 switch to simplified pie charts: codenames for platfo...
Scott Main [Wed, 5 Sep 2012 18:48:55 +0000 (11:48 -0700)]
Merge "dashboard update for 9/4 switch to simplified pie charts: codenames for platforms and separate size and density charts" into jb-dev

11 years agodocs: Accessibility DevGuide, Jelly Bean edition
Joe Fernandez [Wed, 1 Aug 2012 23:21:17 +0000 (16:21 -0700)]
docs: Accessibility DevGuide, Jelly Bean edition

Change-Id: Idafa0d755c0397b539a6de5b10096abc1c06c2c7

11 years agodashboard update for 9/4
Scott Main [Wed, 5 Sep 2012 03:55:57 +0000 (20:55 -0700)]
dashboard update for 9/4
switch to simplified pie charts: codenames for platforms and separate size and density charts

Change-Id: I9b54f19f6a0c66645b4790e090afef4ec70555b0

11 years agoDO NOT MERGE - Make WebView track focal points more accurately
Adam Powell [Sat, 1 Sep 2012 00:19:24 +0000 (17:19 -0700)]
DO NOT MERGE - Make WebView track focal points more accurately

Change-Id: I6683edee6933b1dd026453935d72119320ab3c81

11 years agoDO NOT MERGE - Delay starting scale gesture events until a touch slop threshold
Adam Powell [Sat, 1 Sep 2012 00:15:32 +0000 (17:15 -0700)]
DO NOT MERGE - Delay starting scale gesture events until a touch slop threshold

Change-Id: I13132ce1d912b54e251f7afed5143c72a2ec2e78

11 years agoMerge "Doc update: Fix typo." into jb-dev
Katie McCormick [Tue, 4 Sep 2012 16:58:46 +0000 (09:58 -0700)]
Merge "Doc update: Fix typo." into jb-dev

11 years agoMerge "Revert "Update Back softkey icon Bug: 6020915"" into jb-dev
Sascha Prueter [Fri, 31 Aug 2012 18:40:51 +0000 (11:40 -0700)]
Merge "Revert "Update Back softkey icon Bug: 6020915"" into jb-dev

11 years agoRevert "Update Back softkey icon Bug: 6020915"
Sascha Prueter [Fri, 31 Aug 2012 18:39:44 +0000 (11:39 -0700)]
Revert "Update Back softkey icon Bug: 6020915"

This reverts commit 962daf9b1c4b12aff68a137472b6a7f4db123c65

Change-Id: If60099643336e35fe5bf7dcbf68a419bcd7ebae3

11 years agoMerge "DO NOT MERGE GestureDetector - Mask action when checking POINTER_UP" into...
Adam Powell [Fri, 31 Aug 2012 18:24:30 +0000 (11:24 -0700)]
Merge "DO NOT MERGE GestureDetector - Mask action when checking POINTER_UP" into jb-dev

11 years agoDO NOT MERGE GestureDetector - Mask action when checking POINTER_UP
Adam Powell [Fri, 31 Aug 2012 18:11:39 +0000 (11:11 -0700)]
DO NOT MERGE GestureDetector - Mask action when checking POINTER_UP

Bug 7088494

Change-Id: I723e9b77f0d0473f9d769e53aaa568c4aaac90aa

11 years agoMerge "DO NOT MERGE Remove dead code" into jb-dev
John Reck [Thu, 30 Aug 2012 21:50:16 +0000 (14:50 -0700)]
Merge "DO NOT MERGE Remove dead code" into jb-dev

11 years agoMerge "DO NOT MERGE - Use focal point for scrolling in GestureDetector" into jb-dev
Adam Powell [Thu, 30 Aug 2012 21:28:16 +0000 (14:28 -0700)]
Merge "DO NOT MERGE - Use focal point for scrolling in GestureDetector" into jb-dev

11 years agoDO NOT MERGE - Use focal point for scrolling in GestureDetector
Adam Powell [Wed, 29 Aug 2012 20:54:44 +0000 (13:54 -0700)]
DO NOT MERGE - Use focal point for scrolling in GestureDetector

Remove workaround for obsolete touchscreen hardware. Provide a better
focal point for scroll events.

Change-Id: I173cd6696dace379437b56597c4a6ac5c7fbf60d

11 years agoDO NOT MERGE - New implementation for ScaleGestureDetector
Adam Powell [Tue, 28 Aug 2012 00:44:59 +0000 (17:44 -0700)]
DO NOT MERGE - New implementation for ScaleGestureDetector

This solves the problems around active pointer tracking when the
caller may skip events in the MotionEvent stream and replaces the
old implementation with a much simpler algorithm.

Change-Id: I97c0bfad03a6190e403e843d382e05ff2257b66f

11 years agoFix CDMA decoding of multipart UTF-16 SMS messages.
Jake Hamby [Wed, 29 Aug 2012 03:11:34 +0000 (20:11 -0700)]
Fix CDMA decoding of multipart UTF-16 SMS messages.

Recent changes to support CMAS over CDMA introduced a bug causing
an exception to be thrown when decoding multipart UTF-16 encoded
messages. This change fixes the exception by correctly subtracting
the header size from the number of bytes to decode. It also adds
more robust error handling to try to decode the maximum length
possible instead of throwing an exception if the length is still
larger than the user data length after subtracting the header.

This also fixes a bug in the encoder, which was padding the
UTF-16 user data to 16-bit alignment, which is incorrect (should
be padded to an 8-bit boundary). The code happened to work because
we always generated a UDH that was an even number of bytes
(including length) so the padding was a no-op. The decoder works
correctly.

Bug: 6939151
Change-Id: Iba9e7156bd7df94e972963959a7ce1c78464f7f5

11 years agoDoc update: Fix typo.
Katie McCormick [Wed, 29 Aug 2012 20:37:01 +0000 (13:37 -0700)]
Doc update: Fix typo.

Change-Id: Idc968ed864b28a65ae71fd1f1336e769ae445f88

11 years agoDO NOT MERGE Remove dead code
John Reck [Tue, 28 Aug 2012 23:22:11 +0000 (16:22 -0700)]
DO NOT MERGE Remove dead code

 Cherry pick

Change-Id: I19603a6e234b0b2592ef90fd426b2973cff8e4fd

11 years agoUpdates to "Displaying Bitmaps Efficiently" class.
Adam Koch [Tue, 14 Aug 2012 18:53:42 +0000 (14:53 -0400)]
Updates to "Displaying Bitmaps Efficiently" class.
Changes:
 -Updated code sample (see http://ag/214812)
 -Updated code snippets to match updated sample
 -Fixed <> in code snippets
 -Updated disk cache section
 -Some other minor updates

Change-Id: Id7ca4d161f165814d71f238f940b2c5bfbc220aa

11 years agoDesign doc change: Update download zips for design bundle and Roboto.
Dirk Dougherty [Fri, 24 Aug 2012 21:27:23 +0000 (14:27 -0700)]
Design doc change: Update download zips for design bundle and Roboto.

Bug: 7054673
Change-Id: I3a4d883f0d974e6e089c5f232c6d8b61e9c8fc56

11 years agoMerge "Fix system server restart" into jb-dev
Irfan Sheriff [Wed, 22 Aug 2012 23:12:29 +0000 (16:12 -0700)]
Merge "Fix system server restart" into jb-dev

11 years agoMerge "Doc update: client javadoc fix for @value." into jb-dev
Katie McCormick [Wed, 22 Aug 2012 21:33:26 +0000 (14:33 -0700)]
Merge "Doc update: client javadoc fix for @value." into jb-dev

11 years agoDoc update: client javadoc fix for @value.
Katie McCormick [Mon, 20 Aug 2012 19:38:08 +0000 (12:38 -0700)]
Doc update: client javadoc fix for @value.

Change-Id: I9e1327a21d0755fc10b4e5cb4aa9ecd30053b6ef

11 years agoMerge "Update TabCompat training sample code download." into jb-dev
Roman Nurik [Wed, 22 Aug 2012 19:30:45 +0000 (12:30 -0700)]
Merge "Update TabCompat training sample code download." into jb-dev

11 years agoMerge "Empty DC's apnList when the DC is free." into jb-dev
Wink Saville [Wed, 22 Aug 2012 18:49:47 +0000 (11:49 -0700)]
Merge "Empty DC's apnList when the DC is free." into jb-dev

11 years agoUpdate TabCompat training sample code download.
Roman Nurik [Wed, 22 Aug 2012 17:07:38 +0000 (10:07 -0700)]
Update TabCompat training sample code download.

Depends on If6face5a0548107f7fd273e466b1ced2790f4f3a

Change-Id: I06c13cd02ca791a57a374b3c4af4b46e68dacda4

11 years agoEmpty DC's apnList when the DC is free.
Wink Saville [Wed, 22 Aug 2012 05:58:54 +0000 (22:58 -0700)]
Empty DC's apnList when the DC is free.

Not doing this causes DC.apnList's to have multiple entries in the
apnlist which causes DC's to look like its connected to both IMS and
INTERNET. And when selecting CDMA only mode on a Xoom we will not bring
up the connection thus no data connectivity.

Bug: 6939338
Change-Id: I17bc17cd1938ebac773db8131d12d0fa724348b0

11 years agoMerge "Update Back softkey icon Bug: 6020915" into jb-dev
Justin Ho [Tue, 21 Aug 2012 22:19:15 +0000 (15:19 -0700)]
Merge "Update Back softkey icon Bug: 6020915" into jb-dev

11 years agoUpdate Back softkey icon
Justin Ho [Tue, 21 Aug 2012 21:21:29 +0000 (14:21 -0700)]
Update Back softkey icon
Bug: 6020915

Change-Id: I780f09bd1e99a10b2189ab253dd1a082118a385d

11 years agoDoc change: Remove japanese localized index page.
Dirk Dougherty [Mon, 20 Aug 2012 18:13:27 +0000 (11:13 -0700)]
Doc change: Remove japanese localized index page.

Change-Id: I69b60435e7062d6ec39fe91595232695a37f591d

11 years agoFix system server restart
Irfan Sheriff [Fri, 17 Aug 2012 23:19:22 +0000 (16:19 -0700)]
Fix system server restart

Change-Id: Ia0b5e337726566ebc96901dadda3fc67eb967755

11 years agoAllow enabled accessibility service to toggle tocuh exploration after an upgrade...
Svetoslav Ganov [Thu, 16 Aug 2012 05:13:00 +0000 (22:13 -0700)]
Allow enabled accessibility service to toggle tocuh exploration after an upgrade to JellyBean.

1. Before JellyBean touch exploration was a global setting controlled by the user via
   the UI. However, if the enabled accessibility services do not handle touch exploration
   mode, enabling it makes no sense. Therefore, in JellyBean the services request touch
   exploration mode and the user is presented with a dialog to allow that and if she
   does we store that in the database.

   As a result of the above change a user that has enabled  accessibility, touch
   exploration, and some accessibility services running a pre-JellyBean system
   version may lose touch exploration state, thus rendering the device useless unless
   sighted help is provided, since the enabled service(s) are not in the list of
   services to which the user granted a permission to put the device in touch explore
   mode.

   The fix is during a database upgrade to allow allow all enabled accessibility
   services to toggle touch exploration provided accessibility and touch exploration
   are enabled and no services can toggle touch exploration. Note that the user has
   already manually enabled the services and touch exploration which means the she
   has given consent to have these services work in touch exploration mode

bug:6996354

Change-Id: I0af2dc578cc4fbcc90043341035163b876978ab2

11 years agodocs: Add a few links and small edits to a couple layout guides
Scott Main [Thu, 9 Aug 2012 01:49:28 +0000 (18:49 -0700)]
docs: Add a few links and small edits to a couple layout guides

Change-Id: I4c0c043782524a29f7fb8fcb54cc26d7399c39fc

11 years agoMerge "docs: fix markup bug; remove extra </div>" into jb-dev
Scott Main [Wed, 15 Aug 2012 21:47:30 +0000 (14:47 -0700)]
Merge "docs: fix markup bug; remove extra </div>" into jb-dev

11 years agodocs: fix markup bug; remove extra </div>
Scott Main [Wed, 15 Aug 2012 21:42:48 +0000 (14:42 -0700)]
docs: fix markup bug; remove extra </div>

Change-Id: I9d1fd280b5f077a423f12ce8e226d09e5e9f7b2b

11 years agoMerge "revise info on Search button availability... behavior not guaranteed either...
Scott Main [Wed, 15 Aug 2012 16:47:26 +0000 (09:47 -0700)]
Merge "revise info on Search button availability... behavior not guaranteed either bug: 6966922" into jb-dev

11 years agoMerge "docs: change download URLs for design assets. These new URLs are dummies that...
Scott Main [Tue, 14 Aug 2012 21:23:40 +0000 (14:23 -0700)]
Merge "docs: change download URLs for design assets. These new URLs are dummies that are handled by a redirect rule for all /downloads/... paths, that points to commondatastorage.googleapis.com/androiddevelopers/ Using this redirect allows us to change the storage location of the download assets in the future." into jb-dev

11 years agorevise info on Search button availability... behavior not guaranteed either
Scott Main [Tue, 14 Aug 2012 01:22:21 +0000 (18:22 -0700)]
revise info on Search button availability... behavior not guaranteed either
bug: 6966922

Change-Id: I4122e6fb99b95da3f53b56333a5f27d2adde6d44

11 years agoMerge "docs: misc bug fixes from external issues" into jb-dev
Scott Main [Tue, 14 Aug 2012 19:38:21 +0000 (12:38 -0700)]
Merge "docs: misc bug fixes from external issues" into jb-dev

11 years agodocs: change download URLs for design assets.
Scott Main [Tue, 14 Aug 2012 18:44:09 +0000 (11:44 -0700)]
docs: change download URLs for design assets.
These new URLs are dummies that are handled by a redirect rule for
all /downloads/... paths, that points to http://commondatastorage.googleapis.com/androiddevelopers/
Using this redirect allows us to change the storage location of the download assets in the future.

Change-Id: I0dc6ecc1a6898f1256ba4c9ff90b619366e47629

11 years agoMerge "show 3G icon for CDMA/1xRTT" into jb-dev
Wink Saville [Tue, 14 Aug 2012 17:40:34 +0000 (10:40 -0700)]
Merge "show 3G icon for CDMA/1xRTT" into jb-dev

11 years agoshow 3G icon for CDMA/1xRTT
Madan Ankapura [Fri, 3 Aug 2012 02:10:22 +0000 (19:10 -0700)]
show 3G icon for CDMA/1xRTT

when config_showMin3G is enabled to true in a CDMA device

Change-Id: I79a4fa200dc406fc7f9f4527165046541961ef69
Signed-off-by: Madan Ankapura <mankapur@sta.samsung.com>