44015 Commits

Author SHA1 Message Date
Alan Viverette
617feb99a0 Add View constructor that supplies a default style resource
Also updates the constructor of every class that extends View.

BUG: 10676369
Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
2013-09-09 18:09:13 -07:00
Svetoslav Ganov
e668c0a175 am 994e5a5a: am 3bbd3aea: Merge "AccessibilityNodeInfo incorrectly cloned." into klp-dev
* commit '994e5a5afcf88923815e2b241dc8f15fe82823c8':
  AccessibilityNodeInfo incorrectly cloned.
2013-09-09 14:14:57 -07:00
Leon Scroggins III
fe3b9727ba am a818f0fa: am 91c8111d: Merge "Register jni objs in CreateJavaOutputStreamAdaptor" into klp-dev
* commit 'a818f0face6eeee24795c80f8c3b66169e75ffba':
  Register jni objs in CreateJavaOutputStreamAdaptor
2013-09-09 14:14:49 -07:00
Mindy Pereira
140fd18968 am 3412c80e: am 99cea983: Merge "Update default ramp up time for autoscroller." into klp-dev
* commit '3412c80e76ce4a5a5d5615bb66d6b871854400c0':
  Update default ramp up time for autoscroller.
2013-09-09 14:14:43 -07:00
Svetoslav Ganov
b47a65eeec am 5e811115: am cf305e18: Merge "Add dumping the state of the print sub-system." into klp-dev
* commit '5e811115a9e106a9a167354ba6700146015ecb97':
  Add dumping the state of the print sub-system.
2013-09-09 14:14:39 -07:00
Dianne Hackborn
9542acab2f am d8c06fab: am 80213add: Merge "Fix issue #10671878: Proc stats needs to remove old data structures" into klp-dev
* commit 'd8c06fab80d4fa6c2eeef697bdfdbaff88b3d934':
  Fix issue #10671878: Proc stats needs to remove old data structures
2013-09-09 14:14:36 -07:00
Alan Viverette
4e17981cdc am b198dbaf: am 013634cc: Merge "Add WebVTT caption renderer" into klp-dev
* commit 'b198dbaf19fcad86f81226aa06644db41d6028e4':
  Add WebVTT caption renderer
2013-09-09 14:14:33 -07:00
Eric Rowe
279afa504e am f2a24a06: am 93d71945: Merge "Add PID and application to Java crash printout" into klp-dev
* commit 'f2a24a0672db102008a24b2fbc207a2e489c9797':
  Add PID and application to Java crash printout
2013-09-09 14:14:28 -07:00
Svetoslav Ganov
994e5a5afc am 3bbd3aea: Merge "AccessibilityNodeInfo incorrectly cloned." into klp-dev
* commit '3bbd3aea604e6132c95a2f1f6e10c993ecc70d8b':
  AccessibilityNodeInfo incorrectly cloned.
2013-09-09 14:08:33 -07:00
Leon Scroggins III
a818f0face am 91c8111d: Merge "Register jni objs in CreateJavaOutputStreamAdaptor" into klp-dev
* commit '91c8111d3ae654e7646e9cbcf486554a8810b47c':
  Register jni objs in CreateJavaOutputStreamAdaptor
2013-09-09 14:08:30 -07:00
Mindy Pereira
3412c80e76 am 99cea983: Merge "Update default ramp up time for autoscroller." into klp-dev
* commit '99cea983de196aae34a39cd4eb03ae1f93cc771a':
  Update default ramp up time for autoscroller.
2013-09-09 14:08:24 -07:00
Svetoslav Ganov
5e811115a9 am cf305e18: Merge "Add dumping the state of the print sub-system." into klp-dev
* commit 'cf305e18c316cc53e4870548df3cc886d4ef5418':
  Add dumping the state of the print sub-system.
2013-09-09 14:08:22 -07:00
Dianne Hackborn
d8c06fab80 am 80213add: Merge "Fix issue #10671878: Proc stats needs to remove old data structures" into klp-dev
* commit '80213adddaec79981aff47c81bdaac38725f2644':
  Fix issue #10671878: Proc stats needs to remove old data structures
2013-09-09 14:08:19 -07:00
Alan Viverette
b198dbaf19 am 013634cc: Merge "Add WebVTT caption renderer" into klp-dev
* commit '013634cc44d62fe90cd3e80a7530cffdc79f9715':
  Add WebVTT caption renderer
2013-09-09 14:08:14 -07:00
Eric Rowe
f2a24a0672 am 93d71945: Merge "Add PID and application to Java crash printout" into klp-dev
* commit '93d71945d88f38b784de3c12d7ae781e97735582':
  Add PID and application to Java crash printout
2013-09-09 14:08:12 -07:00
Svetoslav Ganov
3bbd3aea60 Merge "AccessibilityNodeInfo incorrectly cloned." into klp-dev 2013-09-09 21:06:38 +00:00
Leon Scroggins III
91c8111d3a Merge "Register jni objs in CreateJavaOutputStreamAdaptor" into klp-dev 2013-09-09 20:57:12 +00:00
Mindy Pereira
99cea983de Merge "Update default ramp up time for autoscroller." into klp-dev 2013-09-09 20:51:16 +00:00
Svetoslav Ganov
6685f1bace AccessibilityNodeInfo incorrectly cloned.
The code that creates a clone of an AccessibilityNodeInfo was not cloning
the extension objects (CollectionInfo, CollectionItemInfo, and RangeInfo)
and as a result if the original accessibility node info is recycled the
extension objects of the clone are also recycled and now if one tries to
recycle the clone gets an exception that the extension objects are already
recycled. Fun!

bug:10642952

Change-Id: I84192466bff0e865de04b79079e6ceecdffb37a6
2013-09-09 13:43:21 -07:00
Svetoslav Ganov
cf305e18c3 Merge "Add dumping the state of the print sub-system." into klp-dev 2013-09-09 20:41:28 +00:00
Dianne Hackborn
80213addda Merge "Fix issue #10671878: Proc stats needs to remove old data structures" into klp-dev 2013-09-09 20:37:02 +00:00
Alan Viverette
013634cc44 Merge "Add WebVTT caption renderer" into klp-dev 2013-09-09 20:31:14 +00:00
Svetoslav Ganov
b669917825 Add dumping the state of the print sub-system.
Being able to dump the state of the print sub-system especially when
taking a bugreport is very useful for bug fixing and observing whether
the print system operates properly.

bug:10659019

Change-Id: Id098b788f474ab17766966a4563ffdfc0171c76b
2013-09-09 13:15:15 -07:00
Eric Rowe
93d71945d8 Merge "Add PID and application to Java crash printout" into klp-dev 2013-09-09 19:57:20 +00:00
Tom O'Neill
6446e4595c am a849dd62: am fb75487f: Merge "Explain what warnIfCallingFromSystemProcess() is about" into klp-dev
* commit 'a849dd621432c7c3d369e5cedb722d6aa00eaa06':
  Explain what warnIfCallingFromSystemProcess() is about
2013-09-09 12:47:56 -07:00
Tom O'Neill
a849dd6214 am fb75487f: Merge "Explain what warnIfCallingFromSystemProcess() is about" into klp-dev
* commit 'fb75487f8af748feb83ce3116c4d6dcc4e819027':
  Explain what warnIfCallingFromSystemProcess() is about
2013-09-09 12:44:00 -07:00
Tom O'Neill
fb75487f8a Merge "Explain what warnIfCallingFromSystemProcess() is about" into klp-dev 2013-09-09 19:41:25 +00:00
Eric Rowe
35980b2cf5 Add PID and application to Java crash printout
Bug: 10568405
Change-Id: I508e89bf7ea58e15a8460099036e270139b2e2a9
2013-09-09 11:40:31 -07:00
Chet Haase
43f839c695 am f58ad4ef: am bbddd49d: Merge "Propagate pivot values of 0 to native layer" into klp-dev
* commit 'f58ad4ef2037317bedbd21dcd429ca050976da60':
  Propagate pivot values of 0 to native layer
2013-09-09 10:41:28 -07:00
Chet Haase
82a8f3b73d am 4f38f7a9: am b44ab987: Merge "TextChange transition now uses CharSequence instead of String" into klp-dev
* commit '4f38f7a93722fe8f3b4b3c8a9d06c6b77e030960':
  TextChange transition now uses CharSequence instead of String
2013-09-09 10:41:25 -07:00
Chet Haase
f58ad4ef20 am bbddd49d: Merge "Propagate pivot values of 0 to native layer" into klp-dev
* commit 'bbddd49d6dc1b72dc81d4bb0033dea578066853e':
  Propagate pivot values of 0 to native layer
2013-09-09 10:37:56 -07:00
Chet Haase
4f38f7a937 am b44ab987: Merge "TextChange transition now uses CharSequence instead of String" into klp-dev
* commit 'b44ab9872a0b6d325a38c79dfcae81ff5fc8622e':
  TextChange transition now uses CharSequence instead of String
2013-09-09 10:37:53 -07:00
Chet Haase
bbddd49d6d Merge "Propagate pivot values of 0 to native layer" into klp-dev 2013-09-09 17:36:48 +00:00
Chet Haase
b44ab9872a Merge "TextChange transition now uses CharSequence instead of String" into klp-dev 2013-09-09 17:36:13 +00:00
Alan Viverette
2bd9dccc13 am 1519a158: am 23f31a1c: Merge "Only activate FastScroller when it\'s needed" into klp-dev
* commit '1519a1588a053eec3a3d0c8eb077e0cc12567d0b':
  Only activate FastScroller when it's needed
2013-09-09 10:31:10 -07:00
Alan Viverette
9c8552320b am 7feaba5f: am 5b068bbb: Merge "Increase visibility of accessibility focus highlight" into klp-dev
* commit '7feaba5f34bc3415701ef3cd8bcde91d68aa4184':
  Increase visibility of accessibility focus highlight
2013-09-09 10:31:08 -07:00
Alan Viverette
fa1daf7d37 am 109753dd: am 498301d8: Merge "Add drag-to-open for action bar submenus" into klp-dev
* commit '109753dd83bddaad237a3df3dc4f78e792b5c88a':
  Add drag-to-open for action bar submenus
2013-09-09 10:31:04 -07:00
Alan Viverette
1519a1588a am 23f31a1c: Merge "Only activate FastScroller when it\'s needed" into klp-dev
* commit '23f31a1c4ed313790921427df82f36960d9e9706':
  Only activate FastScroller when it's needed
2013-09-09 10:27:42 -07:00
Alan Viverette
7feaba5f34 am 5b068bbb: Merge "Increase visibility of accessibility focus highlight" into klp-dev
* commit '5b068bbbe2b3d66a3fbae2eb78a5502fbd160da8':
  Increase visibility of accessibility focus highlight
2013-09-09 10:27:39 -07:00
Alan Viverette
109753dd83 am 498301d8: Merge "Add drag-to-open for action bar submenus" into klp-dev
* commit '498301d8b554f3806ddb01acd2ea98c27132a0e2':
  Add drag-to-open for action bar submenus
2013-09-09 10:27:37 -07:00
Alan Viverette
23f31a1c4e Merge "Only activate FastScroller when it's needed" into klp-dev 2013-09-09 17:24:32 +00:00
Alan Viverette
5b068bbbe2 Merge "Increase visibility of accessibility focus highlight" into klp-dev 2013-09-09 17:24:08 +00:00
Alan Viverette
498301d8b5 Merge "Add drag-to-open for action bar submenus" into klp-dev 2013-09-09 17:24:05 +00:00
Jeff Sharkey
184c4a096a am 7c4f1492: am 30590646: Merge "Remember mode and sort on per-directory basis." into klp-dev
* commit '7c4f14924e465b3cbbea7a79192343c97142d9a1':
  Remember mode and sort on per-directory basis.
2013-09-09 10:09:50 -07:00
Jeff Sharkey
7c4f14924e am 30590646: Merge "Remember mode and sort on per-directory basis." into klp-dev
* commit '30590646d6846a4db76d416c70ee68a3f9f359b5':
  Remember mode and sort on per-directory basis.
2013-09-09 10:06:37 -07:00
Jeff Sharkey
30590646d6 Merge "Remember mode and sort on per-directory basis." into klp-dev 2013-09-09 17:04:47 +00:00
Dianne Hackborn
be4c1d74a7 Fix issue #10671878: Proc stats needs to remove old data structures
We now keep track of which process and service states are actively
in use, and remove any that are not in use during a commit.  The
activity manager needed to be tweaked to report this data, and ensure
it does not try to operate on one of these structures when not in
use.

Also some other fixes:

- We now keep track of process names associated with services, for
display in the UI.
- Keep track of total run time for each service, also for UI.
- The parceled format is more efficient, not storing duplicates of
process/package names, and writing times as ints when possible.
- Reduced commit period from 1 day to 12 hours, so that our UI can
be a little closer at its attempt to display the stats over 1 day.

Change-Id: Ifeda0ffe963a7b49d8eb2a3f6923f3a5e71a4e43
2013-09-09 09:49:52 -07:00
Narayan Kamath
057cba6cc9 Merge "Revert "Allow SSL caches to be installed directly on SSLContexts."" 2013-09-09 16:48:30 +00:00
Amith Yamasani
25a333a762 am f0f79131: am 910adb11: Merge "Throw an exception if isValidFragment is not overridden for KK targets" into klp-dev
* commit 'f0f79131521eefdbae5c5da9f3c45c83960540d0':
  Throw an exception if isValidFragment is not overridden for KK targets
2013-09-09 09:47:12 -07:00
Narayan Kamath
fdf4bbf2d0 Revert "Allow SSL caches to be installed directly on SSLContexts."
This reverts commit 25bef03cbf8d24c225b97202423dae75ed8b640f.

Breaks build with
 cannot access com.android.org.conscrypt.SSLClientSessionCache
class file for com.android.org.conscrypt.SSLClientSessionCache not found

Change-Id: I6a89b45d5e8c7547778d7485ed02006cd4679989
2013-09-09 16:47:08 +00:00