Fabrice Di Meglio
b6a45cb928
Merge "Make RelativeLayout aware of layout direction"
2012-07-24 11:05:48 -07:00
Scott Main
707e6321fd
Merge "typo fix" into jb-dev
2012-07-24 10:21:17 -07:00
Daniel Sandler
9ba15a9361
Merge "Pressure info in captured gestures."
2012-07-24 10:09:08 -07:00
Daniel Sandler
a444ee6925
Merge "Collecting some data on notification panel gestures."
2012-07-24 10:07:35 -07:00
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
Joe Fernandez
614b7307c7
Merge "doc: fix for NDK r8b release notes" into jb-dev
2012-07-24 09:11:25 -07:00
Michael Chan
a13730f424
Merge "Fixed the problem where getEntityAndIncrementCursor would always return "0" for attendeeIdentity & attendeeIdNamespace instead of the actual string." into jb-dev
2012-07-24 08:53:52 -07:00
Wink Saville
bc8bab8949
Merge "Don't send terminal response without cmd details." into jb-dev
2012-07-24 08:27:03 -07:00
Steve Block
cdb5004681
Merge "Improve JavaDoc for HTTP basic authentication methods"
2012-07-24 02:29:44 -07: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
eb48884133
typo fix
...
Change-Id: Ib7c8f17fd0f2a1e2b462b6ab9b711c3b4bf3edda
2012-07-23 18:58:19 -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
Jim Miller
bbf1a74318
Clean up info and callback architecture in KeyguardUpdateMonitor.
...
- We now pass a more robust battery status object to methods that handle battery updates.
- Consolidated battery decision code into BatteryStatus object (e.g. charging, low, charged)
so it can be shared.
- Consolidated SIMStateCallback into common KeyguardUpdateMonitorCallback object to reduce complexity.
- Consolidated user changes into common callback using KeyguardUpdateMonitorCallback.
- Fixed a race condition caused by launching LockSettingsService after WindowManagerService.
Change-Id: I6b2a328f8581f35593e41348693b92ab66d02429
2012-07-23 17:53:42 -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
Fabrice Di Meglio
f443f98e7f
Make RelativeLayout aware of layout direction
...
- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)
Change-Id: Ica92841fa0c13c25fcf89c4700b0771eec4fd6d7
2012-07-23 16:36:41 -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
James Dong
15a89e6b48
Added MEDIA_INFO_VIDEO_RENDERING_START as an informational event
...
o MEDIA_INFO_VIDEO_RENDERING_START indicates that the player just pushed the very first video frame
of a video source for rendering.
Change-Id: I32dad93990f5d48b70fc79d841ca3ce3b1af4027
related-to-bug: 6851811
2012-07-23 15:47:27 -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
Joe Fernandez
eef8340ab1
doc: fix for NDK r8b release notes
...
Change-Id: I223db230887b17e452df2cacd35160e1fcaea5d1
2012-07-23 15:37:46 -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 04364be7344a9429e7a07b1daf7da91bc684b264
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
46ce1db6ff
Improve JavaDoc for HTTP basic authentication methods
...
Bug: 5461416
Change-Id: Ie3bfbf6acde34ea184aa8c8b1d3841e2a2aa8a22
2012-07-23 14:30:15 -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
Dianne Hackborn
4d5f968f41
Fix issue #6860828 Non-root shell can't grant permissions
...
That, plus a few other permissions.
Bug: 6860828
Change-Id: I69f0360471e4fd46e689388cd993e18c1e0bfb02
2012-07-23 11:46:32 -07:00