Commit Graph

82031 Commits

Author SHA1 Message Date
Daniel Sandler
780d668bee Pressure info in captured gestures.
Change-Id: If72f8d5ea0cb748f60357441153d5fb8ac1b8143
2012-07-24 12:43:03 -04:00
Daniel Sandler
3380534a62 Collecting some data on notification panel gestures.
Look for it in /sdcard/statusbar_gestures.dat, in "JSON
lines" format: one list of gestures per line; each gesture
is itself a list of objects representing motion events and
tags (annotations).

Exploded example:

  [ // list of gestures
    [ // this starts a gesture
      {"type":"motion",
       "time":1347697,  // in SystemClock.uptimeMillis() base,
                        // like MotionEvents
       "action":"down", // down, up, move, cancel, else numeric
       "x":277.61,
       "y":1.00
      },
      {"type":"tag",
       "time":1347701,
       "tag":"tracking", // "tracking" or "fling"
       "info":"collapsed" // extra stuff
      },
      ... // more events
    ],
    ... // more gestures
  ]
  // newline
  [ // another list of gestures
    ...
  ]
  ...

Change-Id: Ifacbf03749c879cd82fb899289fb79a4bdd4fc3b
2012-07-24 12:43:02 -04:00
Scott Main
0e848d4e8a am 2e5d7c53: am 9f061e28: fix information about layout overrides bug: 6852515
* commit '2e5d7c539a1aa9f5c644b4e0d44fb69d480cc036':
  fix information about layout overrides bug: 6852515
2012-07-23 19:53:43 -07:00
Scott Main
6bfeabedcd am 26db8b95: am fc815c32: Merge "docs: update Building Your First App class to reflect changes to New Project setup in eclipse" into jb-dev
* commit '26db8b95948a1aa0e42829d98ebefcb02491da68':
  docs: update Building Your First App class to reflect changes to New Project setup in eclipse
2012-07-23 19:53:39 -07:00
Jake Hamby
ddbb0e8596 am 0275552b: resolved conflicts for merge of f364fccf to jb-dev-plus-aosp
* commit '0275552bba7937c5cac07239336cddeb2b4a5bd2':
  Fix detection of CDMA cell broadcast messages.
2012-07-23 19:53:31 -07:00
Joe Fernandez
9a8c7a4cde am abfbce08: am 7ba01780: Merge "Revert "docs: ADT r20.0.2 Release Notes, bug fixes"" into jb-dev
* commit 'abfbce0844c43b05d057b06c92002f227bac18e5':
  Revert "docs: ADT r20.0.2 Release Notes, bug fixes"
2012-07-23 19:53:03 -07:00
Scott Main
aedcb3f553 am 87a80039: am 67922bb2: docs: add new IO videos playlist and update blog posts to show N7 post and Tools 20
* commit '87a800394639bdf680ce6c89abdeb44d7f803c0f':
  docs: add new IO videos playlist and update blog posts to show N7 post and Tools 20
2012-07-23 19:52:51 -07:00
Scott Main
61e358eceb am 95f83fd7: am c7504032: Merge "docs: remove link that points to empty page" into jb-dev
* commit '95f83fd79fce13566e55dd5c522baa33cb6b803c':
  docs: remove link that points to empty page
2012-07-23 19:52:15 -07:00
Joe Fernandez
3120e9d984 am d3e05689: am 04364be7: docs: ADT r20.0.2 Release Notes, bug fixes
* commit 'd3e05689ba3acf8ee199accff96bf2e8ae10c5e1':
  docs: ADT r20.0.2 Release Notes, bug fixes
2012-07-23 19:04:55 -07:00
Scott Main
2e5d7c539a am 9f061e28: fix information about layout overrides bug: 6852515
* commit '9f061e2809ce89e0646519791cb69825abbb03a5':
  fix information about layout overrides bug: 6852515
2012-07-23 18:49:55 -07:00
Scott Main
26db8b9594 am fc815c32: Merge "docs: update Building Your First App class to reflect changes to New Project setup in eclipse" into jb-dev
* commit 'fc815c328bea63c2dee7e67b81c95d7c4d5696bb':
  docs: update Building Your First App class to reflect changes to New Project setup in eclipse
2012-07-23 18:49:50 -07:00
Jake Hamby
0275552bba resolved conflicts for merge of f364fccf to jb-dev-plus-aosp
Change-Id: If2913010a98e7c0d1cb3a9efc3389b50d4079532
2012-07-23 18:33:11 -07:00
Scott Main
9f061e2809 fix information about layout overrides
bug: 6852515

Change-Id: I80681a06e87aad3de8243bb731d7513e5aa29d08
2012-07-23 18:32:03 -07:00
Scott Main
fc815c328b Merge "docs: update Building Your First App class to reflect changes to New Project setup in eclipse" into jb-dev 2012-07-23 18:20:08 -07:00
Scott Main
39871b7e43 docs: update Building Your First App class to reflect changes to New Project setup in eclipse
Change-Id: I57c02676fbc2886872c2d294c5517b458e8751c5
2012-07-23 18:16:54 -07:00
Mathias Agopian
4530a50a7b Merge "New bindings generated by glgen" 2012-07-23 17:59:47 -07:00
Raph Levien
eba77803dc Merge "Hardware implementation of glyph positioning (bug 5443796)" 2012-07-23 17:29:09 -07:00
Thomas Tafertshofer
37c9b49ab5 New bindings generated by glgen
Fixes crash of methods when NULL was used as a
(valid) parameter for a nio.buffer argument.

Bug: 6845189
Change-Id: Iae379d607bbca15d6d23e74e852f94c7f68637f9
2012-07-23 17:09:36 -07:00
Raph Levien
996e57c843 Hardware implementation of glyph positioning (bug 5443796)
This implementation adds a drawGeneralText() method to the OpenGL
Renderer, which supports both a global x, y position, an array of
individual glyph positions, and also a length parameter (which enables
drawing of underline and strikethrough. It also adds the method to the
display list (with marshalling and unmarshalling).

With this change, the existing drawText() method is removed entirely, as
it's subsumed by the new method. It's easy enough to revert to the old
functionality if needed by passing in a NULL positions array.

Change-Id: I8c9e6ce4309fd51cc5511db85df99f6de8f4f6f5
2012-07-23 16:52:20 -07:00
Mathias Agopian
16a4003b11 Merge "updated gles20 bindings, fixes broken methods" 2012-07-23 16:25:33 -07:00
Jake Hamby
f364fccff4 Merge "Fix detection of CDMA cell broadcast messages." into jb-dev 2012-07-23 16:24:10 -07:00
Fabrice Di Meglio
cf56a0c1ea Merge "Fix ActionBar HomeView up button layout params" 2012-07-23 16:02:49 -07:00
Joe Fernandez
abfbce0844 am 7ba01780: Merge "Revert "docs: ADT r20.0.2 Release Notes, bug fixes"" into jb-dev
* commit '7ba017807593bad0ae01204ff9c5f4af7d4a537a':
  Revert "docs: ADT r20.0.2 Release Notes, bug fixes"
2012-07-23 15:41:02 -07:00
Joe Fernandez
7ba0178075 Merge "Revert "docs: ADT r20.0.2 Release Notes, bug fixes"" into jb-dev 2012-07-23 15:38:20 -07:00
Scott Main
87a8003946 am 67922bb2: docs: add new IO videos playlist and update blog posts to show N7 post and Tools 20
* commit '67922bb286c7a39afe6171cccdabcdcf96e0826a':
  docs: add new IO videos playlist and update blog posts to show N7 post and Tools 20
2012-07-23 15:30:42 -07:00
Joe Fernandez
7e5cb8421a Revert "docs: ADT r20.0.2 Release Notes, bug fixes"
This reverts commit 04364be734

Change-Id: I7d0c9c7a4e876de8e44c4f46578b8e5d60c488e6
2012-07-23 15:29:40 -07:00
Scott Main
67922bb286 docs: add new IO videos playlist and update blog posts to show N7 post and Tools 20
Change-Id: I247d2bfd549a48dcaaa1c5668559e3d5d2cd6fc5
2012-07-23 14:51:18 -07:00
Jake Hamby
15c257eb8f Fix detection of CDMA cell broadcast messages.
The bIsServicePresent field of an incoming CDMA SMS RIL message
is not a reliable way to distinguish broadcast from point-to-point
messages on some RILs. Change CDMA SmsMessage.getMessageType() to
return MESSAGE_TYPE_BROADCAST when the service category is not 0,
and MESSAGE_TYPE_POINT_TO_POINT when the service category is 0.

Bug: 6853691
Change-Id: I0d44a8ce0bb295da5125271db90652570d655bc1
2012-07-23 14:42:33 -07:00
Steve Block
219dfa4d39 Improve JavaDoc for saved form data
Change-Id: I962df5678081920c30f8a2b1fe79389f702ef3fb
2012-07-23 14:22:21 -07:00
Katie McCormick
53678e9dfb Merge "Doc Update: JSON must be string data only." 2012-07-23 13:21:44 -07:00
Katie McCormick
2d9702e778 Doc Update: JSON must be string data only.
Change-Id: I63c240dde0ce245d32612464d9ebeb790c9be6ca
2012-07-23 13:06:57 -07:00
Ying Wang
4bea1eb8cb Merge "Import translations. DO NOT MERGE" 2012-07-23 12:48:03 -07:00
Ying Wang
8b7d816d3a Merge "Import translations. DO NOT MERGE" 2012-07-23 12:47:20 -07:00
Ying Wang
7056cefb17 Import translations. DO NOT MERGE
Change-Id: I0d23965b0c760e9d0970c4a404ae3b8ae1921054
Auto-generated-cl: translation import
2012-07-23 11:58:31 -07:00
Ying Wang
09eac2977f Import translations. DO NOT MERGE
Change-Id: Ie9e32e899f47a73cf238954766e793fbda7aef04
Auto-generated-cl: translation import
2012-07-23 11:46:57 -07:00
Scott Main
95f83fd79f am c7504032: Merge "docs: remove link that points to empty page" into jb-dev
* commit 'c7504032f3826a27da7ac9d75b1b56c7e4c4ce32':
  docs: remove link that points to empty page
2012-07-23 11:03:10 -07:00
Scott Main
c7504032f3 Merge "docs: remove link that points to empty page" into jb-dev 2012-07-23 11:00:55 -07:00
Scott Main
b235bf6e2d docs: remove link that points to empty page
Change-Id: I9adbacf5d5b3cdc47f9e8ff2f280e481b6a047b5
2012-07-23 10:58:03 -07:00
John Grossman
9169b55890 Merge "common_time: Turn the logging up to 11" 2012-07-23 10:29:43 -07:00
Joe Fernandez
d3e05689ba am 04364be7: docs: ADT r20.0.2 Release Notes, bug fixes
* commit '04364be7344a9429e7a07b1daf7da91bc684b264':
  docs: ADT r20.0.2 Release Notes, bug fixes
2012-07-23 09:48:58 -07:00
Steve Block
32fe410a5d Improve JavaDoc for saved username/password pairs
Change-Id: Ief079666eb1250f0a57089c778669b638a259194
2012-07-23 10:32:35 +01:00
Ben Murdoch
e09e976dad Allow switching to the Chromium WebViewFactoryProvider at runtime.
Currently, WebViewFactory is hardcoded to always load
android.webkit.WebViewClassic$Factory.  This change allows us to
load the Chromium powered WebView by setting the
"webview.use_chromium" system propery to true.

Change-Id: Icebfc4d5c4a61230c5e5dccac1ec5eca59f650ac
2012-07-23 10:21:10 +01:00
Jeff Sharkey
2bbc19ddbb Merge "Avoid emitting broken ASCII." 2012-07-21 12:44:07 -07:00
Jeff Sharkey
eaaf396169 Avoid emitting broken ASCII.
Bug: 6131887
Change-Id: Iff13573aad8128cc7ae3613ab718c81e6d0862a1
2012-07-21 12:39:48 -07:00
Jeff Brown
1c6b82b033 Merge "Refactor local window manager implementation." 2012-07-20 22:53:59 -07:00
Jeff Brown
d32460c5b7 Refactor local window manager implementation.
The objective of this refactoring is to remove the reliance on
WindowManager wrapper objects for compatibility mode and for
managing sub-windows.

Removed the WindowManager.isHardwareAccelerated() method since
it is never used.

Change-Id: I4840a6353121859a5e0c07d5cc307a437c595d63
2012-07-20 22:40:50 -07:00
Jeff Brown
c7e52d75fe Merge "Remove dead code in window manager." 2012-07-20 18:03:38 -07:00
Romain Guy
d8031f0e8c Merge "Make gradients look slightly better" 2012-07-20 17:02:14 -07:00
Romain Guy
98ba89492a Make gradients look slightly better
Change-Id: Ib12c628a88b9ec6af1214ce6e5cb14cfde40485e
2012-07-20 16:58:45 -07:00
Jeff Brown
23e7c35ab5 Remove dead code in window manager.
The 'nest' parameter is always false so we can get rid of support
for redundantly added views.

Change-Id: I30c6a856797bdc72c4e1aa4cb26b930a33ce9a16
2012-07-20 16:37:22 -07:00