Michael Wright
07b83f1c9e
Merge "Add new MotionEvent actions for button press and release." into mnc-dev
2015-05-14 13:31:29 +00:00
Andrei Stingaceanu
35c550c854
Fix: text selection bubbles move along with the text
...
Always hide the selection cursor when showing the
insertion cursor.
Bug: 19857679
Change-Id: I549552fa5026e60f94900364b8194217e0de4b4a
2015-05-14 14:30:18 +01:00
Michael Wright
ec0ce51b73
Add new MotionEvent actions for button press and release.
...
Introduce ACTION_BUTTON_PRESS and ACTION_BUTTON_RELEASE as actions to
signal a button press or release. If these actions happen
simulanteously with a DOWN or UP event then they're explicitly
ordered to happen after the DOWN or preceding the UP in order to send
them to the most recently targeted view.
Also, introduce new stylus button constants that differ from the
constants we use for mouse buttons.
Bug: 20704355
Change-Id: I5b75e5c5e692171c1c117ee687dd185a0d9dd15c
2015-05-14 14:18:05 +01:00
Rubin Xu
2c84cc2ea2
clear caller identify before sending system update notification
...
Because DeviceAdminReceiver is protected by BIND_DEVICE_ADMIN permission,
in order to send broadcast to it, we need to clear the caller's identity
and call sendBroadcastAsUser() as system.
Bug: 20213644
Change-Id: Icc7b239b9005e286012ade6580ec92a0a57198e0
2015-05-14 13:48:35 +01:00
Wojciech Staszkiewicz
be752b1f28
Merge "Pass charset to XmlPullParser.setInput instead of null" into mnc-dev
2015-05-14 10:27:24 +00:00
Andrei Stingaceanu
c398adf81c
Merge "Fix floating toolbar popping frequently after Replace/Copy" into mnc-dev
2015-05-14 10:23:09 +00:00
Narayan Kamath
e738bb6722
Merge "Fix build." into mnc-dev
2015-05-14 09:34:10 +00:00
Andrei Stingaceanu
78e2f07e81
Merge "Fix: replace terminates extract mode (floating toolbar)" into mnc-dev
2015-05-14 09:33:58 +00:00
Chris Banes
18ee0524f0
Merge "Fix build; doc link in ImageView" into mnc-dev
2015-05-14 09:32:40 +00:00
Clara Bayarri
e094b2aff0
Merge "Tests for WindowDecorActionBar's startActionMode implementation" into mnc-dev
2015-05-14 09:28:46 +00:00
Narayan Kamath
4bbe01818c
Fix build.
...
Broken @link tag in javadoc.
Change-Id: I1452d858eb46c9184903a0110ae645e949db4230
2015-05-14 10:27:41 +01:00
Clara Bayarri
2c7b461077
Tests for WindowDecorActionBar's startActionMode implementation
...
Change-Id: Ib7a79f3987fd565aabf4c5b093186ec669131522
2015-05-14 10:26:39 +01:00
Clara Bayarri
bff329b851
Merge "Tests for ActionBarContainer's startActionModeForChild" into mnc-dev
2015-05-14 09:25:27 +00:00
Clara Bayarri
e9b17ec0fd
Tests for ActionBarContainer's startActionModeForChild
...
Change-Id: Ida782cb72f26689ec49a6674dcaeee7d2fb196d3
2015-05-14 10:24:41 +01:00
Wojciech Staszkiewicz
9e9e2e73c6
Pass charset to XmlPullParser.setInput instead of null
...
Passing null to XmlPullParser.setInput forces it to do additional
work, which can be easily avoided if we know the charset beforehand.
bug: b/20849543
Change-Id: Iaff97be9df2d0f99d7af8f19f65934439c9658e2
2015-05-14 10:24:34 +01:00
Chris Banes
e695bb8a28
Fix build; doc link in ImageView
...
Change-Id: Ie3057fc2b920f71ff89eee0d3577d21d0e9930c3
2015-05-14 10:12:20 +01:00
Geoff Mendal
e9db8f8fe7
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-05-14 08:58:51 +00:00
Geoff Mendal
b065a1365a
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-05-14 08:58:23 +00:00
Geoff Mendal
027d5126f2
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-05-14 08:57:56 +00:00
Geoff Mendal
69ea07be05
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-05-14 08:57:41 +00:00
Geoff Mendal
251348d3fc
Import translations. DO NOT MERGE
...
Change-Id: I0096104dd65eeb3b4e7bf836c09a58f8aa34965e
Auto-generated-cl: translation import
2015-05-14 01:56:14 -07:00
Geoff Mendal
23151f7a4e
Import translations. DO NOT MERGE
...
Change-Id: I39f1448a0cead40a7deadb7769eb14dea658bf0a
Auto-generated-cl: translation import
2015-05-14 01:52:48 -07:00
Geoff Mendal
2b1700cfd8
Import translations. DO NOT MERGE
...
Change-Id: I67b89c7404834f90bd632fdb0fa400187902a0f1
Auto-generated-cl: translation import
2015-05-14 01:25:41 -07:00
Geoff Mendal
146adec052
Import translations. DO NOT MERGE
...
Change-Id: I2fd493c8a9420bd2a42011ff69301d2ef0375523
Auto-generated-cl: translation import
2015-05-14 01:22:15 -07:00
Robin Lee
39087b1cec
Replace String host:port/url args with Uri arg
...
Uri provides a stronger guarantee of well-formedness and lets apps do
nice extra things like specifying scheme etc. without twisting any
expectations.
Bug: 20820034
Change-Id: Ia6bbedb74765444920b667d643fb7e1eb6a7292b
2015-05-14 07:15:18 +01:00
Deepanshu Gupta
a47fb5ad5d
Merge "Fix build." into mnc-dev
2015-05-14 05:21:20 +00:00
Deepanshu Gupta
4ebbfd7787
Fix build.
...
When doing the full build, javalib.jar wasn't created. However, mm had
created the javalib.jar. Fix the build by not depending on javalib.jar,
but on classes.jar
Change-Id: I643676b1d73cbfce42946a065a2ada6c50cc959a
2015-05-13 22:18:37 -07:00
Deepanshu Gupta
228837b180
Merge "Update rendering fidelity tag to use constant." into mnc-dev
2015-05-14 04:53:03 +00:00
Deepanshu Gupta
e646022429
Merge "Revert "Call dispatchFinishTemporaryDetach before returning a transient view"" into mnc-dev
2015-05-14 04:52:59 +00:00
Geoff Mendal
3a76780cf9
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-05-14 04:52:34 +00:00
Deepanshu Gupta
11a3f9aa67
Merge "Use Balanced line breaker instead of HighQuality." into mnc-dev
2015-05-14 04:52:19 +00:00
Deepanshu Gupta
63b3332fad
Merge "Update nav bar icons." into mnc-dev
2015-05-14 04:52:03 +00:00
Deepanshu Gupta
addf626628
Merge "Load ICU data in LayoutLib" into mnc-dev
2015-05-14 04:51:58 +00:00
Deepanshu Gupta
4728cd1706
Merge "Add missing delegates for M preview." into mnc-dev
2015-05-14 04:51:42 +00:00
Deepanshu Gupta
a2366b0c2e
Merge "Run setup for full tests only once." into mnc-dev
2015-05-14 04:51:25 +00:00
Deepanshu Gupta
db42c336ca
Merge "Remove kxml dependency." into mnc-dev
2015-05-14 04:51:17 +00:00
Deepanshu Gupta
1ae505060e
Update rendering fidelity tag to use constant.
...
Change-Id: If6c1076aa1e070c6bda7be16516fe0e18a95fe2d
2015-05-13 21:47:10 -07:00
Geoff Mendal
d6fc5d1ae3
Import translations. DO NOT MERGE
...
Change-Id: I74bbf76bccf8567fe859e3ee4d0884b1306fc7e2
Auto-generated-cl: translation import
2015-05-13 21:44:23 -07:00
Geoff Mendal
2817f7feb0
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-05-14 04:36:18 +00:00
Geoff Mendal
3211b56eff
Import translations. DO NOT MERGE
...
Change-Id: If33561fdaf98e273425caa3c0e9da3cf81446886
Auto-generated-cl: translation import
2015-05-13 21:28:40 -07:00
Keisuke Kuroyanagi
0433488daa
Merge "Track difference between touch and word in x coordinate." into mnc-dev
2015-05-14 04:26:21 +00:00
Deepanshu Gupta
5987e553c2
Revert "Call dispatchFinishTemporaryDetach before returning a transient view"
...
This reverts commit c73a1aaa90694c66feefc59557b35f5913ef1b04. The change
causes an NPE when rendering ListViews.
2015-05-13 21:25:57 -07:00
Joe Fernandez
7779379291
docs: Add weekly subscriptions and grace period information to IAB docs
...
b/20351362
Change-Id: Ie1d9c928acbe3ae3846680d6fa4ff9e2fa049f84
2015-05-13 21:03:13 -07:00
Deepanshu Gupta
88b92541be
Use Balanced line breaker instead of HighQuality.
...
Fallback to the Balanced line breaker till the time HighQuality one is
implemented.
Change-Id: I51e9882c5c733e5409f932ef740684829340ced9
2015-05-13 20:53:14 -07:00
Dan Sandler
08a04c1524
Icon support comes to Notification.
...
And you may ask yourself: what is that beautiful icon?
And you may ask yourself: where does that API go to?
And you may ask yourself: is it a resource? is it a Bitmap?
And you may say to yourself: my god, what have I done
Bug: 18568715
Change-Id: I4377b311c538bd1cf36b3fba22326bae81af40c9
2015-05-13 23:50:43 -04:00
Dan Sandler
a22a380fbb
Add Icon support to ImageView.
...
ImageView.setImageIcon() is remotable, so you can also call
RemoteViews.setImageViewIcon().
Bug: 18568715
Change-Id: I456cfa65102e1983d3392d822584d154a6cd761a
2015-05-13 23:50:39 -04:00
Deepanshu Gupta
139d6ff12d
Update nav bar icons.
...
- Add a script to copy the icons from the original source.
- Update layout used for the navigation bar to be closer to the original
layout.
- Update test image with the latest rendering.
- Add a nexus 5 landscape device config to help with testing.
Change-Id: I0b6674955e0970a6a8cce148b1b7aa61e1752ccd
2015-05-13 20:48:58 -07:00
Yorke Lee
abfcfdc044
Make Conferenceable an abstract class
...
Bug: 21066017
Change-Id: Ibcbccfc7b1380e417b464aed9b968cbc0a6a1cc2
2015-05-13 20:48:19 -07:00
Geoff Mendal
ae597c33dc
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-05-14 03:48:14 +00:00
Geoff Mendal
18d9823ef4
Import translations. DO NOT MERGE
...
Change-Id: Ie70f9077c3e51b08528ca37c3614b065ab44c68b
Auto-generated-cl: translation import
2015-05-13 20:47:17 -07:00