John Reck
42fb45588f
Merge "Fix cursorRingBounds NPE"
2012-02-28 11:40:00 -08:00
John Reck
c2baeffe00
Merge "Fix NPE"
2012-02-28 11:38:56 -08:00
John Reck
5528d7ccd1
Fix cursorRingBounds NPE
...
Bug: 6083657
Change-Id: I0aa30bc1df266b2f74b0fedfb635b71d63638fdb
2012-02-28 11:29:29 -08:00
John Reck
79d99bebc1
Fix NPE
...
Bug: 6083360
Change-Id: I8d4a4cfb4ca0bbefd848a6ed7a628bc3838e4f91
2012-02-28 11:21:17 -08:00
Svetoslav Ganov
69db4df487
am 0c96daa5: am 0c7ffac4: am a2b41b43: NumberPicker showing IME when its input field gains focus.
...
* commit '0c96daa5d5a1ef778ad1ef4619ef1fa4c30519c6':
NumberPicker showing IME when its input field gains focus.
2012-02-28 10:41:42 -08:00
Svetoslav Ganov
0c96daa5d5
am 0c7ffac4: am a2b41b43: NumberPicker showing IME when its input field gains focus.
...
* commit '0c7ffac4caf413bd5fef2002079ec1d4bff2bc37':
NumberPicker showing IME when its input field gains focus.
2012-02-28 10:38:39 -08:00
Svetoslav Ganov
0c7ffac4ca
am a2b41b43: NumberPicker showing IME when its input field gains focus.
...
* commit 'a2b41b438d45570867e4682c0caaf93ace5e712e':
NumberPicker showing IME when its input field gains focus.
2012-02-28 10:35:43 -08:00
Mathias Agopian
3169e4bd15
Merge "move CursorWindow from libbinder to libandroidfw"
2012-02-27 19:48:21 -08:00
Mathias Agopian
49d2b1864c
move CursorWindow from libbinder to libandroidfw
...
Change-Id: I3b304e4f74e0d0ec8b20c57296c62449c9a0f792
2012-02-27 18:11:20 -08:00
Jeff Sharkey
6f9d697d83
Merge "Move NetworkStatsFactory to faster ProcFileReader."
2012-02-27 18:09:29 -08:00
Jeff Sharkey
1d29a3064f
Move NetworkStatsFactory to faster ProcFileReader.
...
Less GC overhead, and about 8x faster parse times. Verified that
tests pass.
Change-Id: Iff1d374f36103395a193176a88a57eebffa93c56
2012-02-27 18:08:13 -08:00
Jeff Sharkey
d3b0b5df3f
Merge "Suppress StrictMode when reading /proc/ files."
2012-02-27 17:44:09 -08:00
Jeff Sharkey
453dafa663
Suppress StrictMode when reading /proc/ files.
...
Bug: 6077051
Change-Id: If4f23e947d8b91f9f124baa0460600a6b9353732
2012-02-27 17:42:34 -08:00
Adam Powell
bce4d98609
Merge "View pressed state dispatching tweaks"
2012-02-27 17:38:51 -08:00
Svetoslav Ganov
a2b41b438d
NumberPicker showing IME when its input field gains focus.
...
1. The NumberPicker was showing the IME if the input field
gets focus and hiding it when the the arrows are pressed.
The leads to a nasty behavior when the input is the first
focusable and the uses presser an arrow button. In such
a case the IME shows and hides on every arrow press pushing
the window content up and down - this looks pretty ugly.
Now the IME is show on double tap of the input field.
2. The NumberPicker input now by default has an IME action
done, hence after editing it the IME goes away.
3. The NumberPicker input now clears focus when it gets
IME action done, so the last picker in a sequence
does not show selection which is focus driven.
4. NumberPicker was incorrectly detecting double tap to
begin edit and it was possble to start edit on singe tap
if the user has double tapped before to start an edit.
Now double tap detection is using the double tap timeout
correctly.
bug:6071977
Change-Id: I0ff5a491064e51663b3abec675d839d0a65b986a
2012-02-27 17:32:54 -08:00
felipeal
2b4d6517b4
Merge "Fixed minor typo on Javadoc"
2012-02-27 16:39:50 -08:00
Adam Powell
035a1fcd5e
View pressed state dispatching tweaks
...
Bugs 6075823, 6050563
Revise pressed state dispatch logic:
Only propagate pressed state to non-clickable views. This should
eliminate the "double glow" problem in some list items where a
clickable child button has a secondary glow along with a clickable
parent. This only applies to setPressed(true) calls; setPressed(false)
must propagate. Don't early-out in setPressed to support this use
case.
Change-Id: Ibbe2309f5030282fad8d23e4a9bc4616b3f5dc7c
2012-02-27 16:30:19 -08:00
Alon Albert
5312d0805c
Merge "Add new Reminder Method: Alarm"
2012-02-27 16:29:55 -08:00
Eric Fischer
2b1769fe26
Merge "Import translations. DO NOT MERGE"
2012-02-27 15:41:31 -08:00
Gilles Debunne
528e6dda42
Merge "Selection highlight made possible with no editor"
2012-02-27 15:30:57 -08:00
Gilles Debunne
0ca95700b1
Merge "Fix for NPE on long press to start a selection on text."
2012-02-27 15:30:37 -08:00
Gilles Debunne
f94c04abaf
Merge "Fix for NPE when dragging on TextView"
2012-02-27 15:28:49 -08:00
Gilles Debunne
e7769bc76d
Fix for NPE when dragging on TextView
...
Bug 6076166
Change-Id: I52b1e2edc451f0601b71af50e6056dcbe69add43
2012-02-27 15:26:17 -08:00
George Mount
e7b57be185
Merge "Perform action when action button pressed during text input."
2012-02-27 15:06:29 -08:00
Gilles Debunne
7e07adbcd3
Fix for NPE on long press to start a selection on text.
...
Bug 6075849
Change-Id: Ie07bd2adfecc0820995b9c8a75cd4de6dd9891e1
2012-02-27 15:03:52 -08:00
Gilles Debunne
83051b8c75
Selection highlight made possible with no editor
...
Bug 6065081
Selecting text programatically is possible (like when a link is highlighted
by LinkMovementMethod) even when the text is not editable.
Also removed the textCanBeSelected text is highlight computation which prevented
links from being highlighted (legacy problem, not reported).
Now that they work, we can see that the highlight is not removed when the text
loses focus. Will be addressed in a different CL.
Change-Id: I673f435966686234b4c0b0a97bcc65abd01169ff
2012-02-27 14:54:58 -08:00
Eric Fischer
6c3a226f33
Import translations. DO NOT MERGE
...
Change-Id: I947afb66b1299b0b69a3602f55f0da746f7658e1
2012-02-27 14:43:17 -08:00
George Mount
e12dd8fd96
Perform action when action button pressed during text input.
...
Bug 6059576
Change-Id: Ia87f323873b86b22930a2a39bf1c20756f06beec
2012-02-27 14:19:44 -08:00
George Mount
1023aa44ef
Paste window instead of action bar when cursor shown.
...
Use the paste window shown with TextView when the
cursor is shown rather than use the action bar.
Change-Id: I47d0bc2d5cba066399532a9e75171a75628ac7ed
2012-02-27 14:01:33 -08:00
Romain Guy
3cd9c12db3
Merge "Small optimization for the battery status screen"
2012-02-27 13:35:37 -08:00
Romain Guy
765dcf3230
Small optimization for the battery status screen
...
Change-Id: I2833ba4009f6c284c9ef33c45a4dd7365423fb5f
2012-02-27 13:28:22 -08:00
Mathias Agopian
8335f1cccc
fix libgui header location
...
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
2012-02-27 13:03:08 -08:00
felipeal
1b4e4b657c
Fixed minor typo on Javadoc
...
Change-Id: I2040520030319c0330d659dfa06716be0bd41b7b
2012-02-27 12:09:13 -08:00
Ben Murdoch
1d7b856a97
Merge "Fix looping HTML5 Audio."
2012-02-27 02:17:23 -08:00
Eric Fischer
7fbedadb62
Merge "Import translations. DO NOT MERGE"
2012-02-25 19:34:19 -08:00
Adam Powell
d020ebff2c
Merge "Fix bug 6065890 - Correct callback sequence for action bar tab switching"
2012-02-24 19:50:11 -08:00
Adam Powell
c4e57e23f9
Fix bug 6065890 - Correct callback sequence for action bar tab switching
...
Keep the callback behavior consistent when action bar tabs collapse
into a spinner.
Change-Id: Ia82e55d816a92b7ec746e1d25486bc9d2c0778f4
2012-02-24 19:25:43 -08:00
Mathias Agopian
018549e4bf
Merge "remove dependency on android_native{s_priv|buffer}.h"
2012-02-24 19:08:12 -08:00
Dianne Hackborn
5265466e8a
Merge "New development permissions."
2012-02-24 18:40:37 -08:00
Mathias Agopian
af01feafc3
remove dependency on android_native{s_priv|buffer}.h
...
Change-Id: Ie4b95f7061c240f37c504414259f92d72c4ffc89
2012-02-24 18:26:01 -08:00
Romain Guy
778f67f7c0
Merge "Add hooks to implement Canvas.drawTextOnPath() in GL"
2012-02-24 18:01:22 -08:00
Gilles Debunne
5cd164c5cf
Merge "Fix NPE on Activity start in TextView"
2012-02-24 17:42:03 -08:00
Gilles Debunne
c1e79b45a2
Fix NPE on Activity start in TextView
...
Bug 6065279
The selection can be created programatically, and mEditor may be null
when it happens.
Make sure mEditor is created to display the selection highlight.
Change-Id: Idd66a5fd4ad327f9b390b539574e6878c794ba4a
2012-02-24 17:40:22 -08:00
Jason Sams
93d083b6ad
Merge "Do RS caching the same way HardwareRenderer does. Eliminates the need for an application context for caching."
2012-02-24 17:21:32 -08:00
Gilles Debunne
9f809c2fd1
Merge "Fix crash on long press in TextView"
2012-02-24 17:04:10 -08:00
Gilles Debunne
f14634e491
Fix crash on long press in TextView
...
Bug 6058792
Glitch in mEditor handling
Change-Id: I9b68796d5038c20d190ba5fbdaff1608b36aaee6
2012-02-24 17:01:59 -08:00
Adam Powell
b98a81f86a
Add support for optional titles in action modes
...
Optional titles will only be displayed in the CAB if they entirely fit
instead of ellipsizing.
Fixes bug 5821883
Change-Id: I0cfd6d4fd34a4fa9f520499d577706da30606811
2012-02-24 16:59:03 -08:00
Romain Guy
325740fb44
Add hooks to implement Canvas.drawTextOnPath() in GL
...
Change-Id: I165c9e05facf5365aa6850605688e538640c7fcc
2012-02-24 16:48:34 -08:00
Jason Sams
a6f338ca5f
Do RS caching the same way HardwareRenderer does.
...
Eliminates the need for an application context for caching.
Change-Id: I4374738083b5eb4ce983d2cb5409428e3668c423
2012-02-24 16:22:16 -08:00
Dianne Hackborn
0aec3ea6de
am 911b505f: am dc5fa185: am 133dc2d7: Merge "Fix issue #6048808 : sometimes auto-correct is inactive" into ics-mr1
...
* commit '911b505f11c719906985f169a4f45930bdec8695':
Fix issue #6048808 : sometimes auto-correct is inactive
2012-02-24 15:44:55 -08:00