92834 Commits

Author SHA1 Message Date
Deepanshu Gupta
8a39c3afb2 Add orientation to configuration for layoutlib. [DO NOT MERGE]
Update the configuration with the device orientation before rendering.

Change-Id: Icd40901204fd13f90b18353e53a15e25e5b2176c
(cherry picked from commit d4875e19f5b7c69226783b0a6590831466159f84)
2014-05-05 18:17:13 -07:00
Deepanshu Gupta
90ce58ecfd Use ApplicationInfo only when not in edit mode [DO NOT MERGE]
When running in edit mode, do not use the application info to get the
icon, since it will be null.

Change-Id: I174e6126ddca341d06c5f04939470ef52f0e771c
(cherry picked from commit 465cb53ba4b4a5edff9e9a63eb97d396b94d6568)
2014-05-04 13:31:10 -07:00
Deepanshu Gupta
099f40a950 Support actionProviderClass attribute for menus [DO NOT MERGE]
The change adds support for view cookies for actionProviderClasses (for
example, ShareActionProvider) in the action bar menus.

This also provides a more robust search for the overflowMenuButton.

Change-Id: I316c8b9a69e2e337b41ba0fe4e61af9fe850f750
(cherry picked from commit 7f56beb8403b597a676faf12643fef585a31007e)
2014-05-04 13:30:50 -07:00
Deepanshu Gupta
60b52ee929 Fix class name for OverflowMenuButton [DO NOT MERGE]
Change-Id: Ie3e709e7aadb2193397df8befef0c55624d7e4e3
(cherry picked from commit f61bd0020642cf0868486d307f2e68c8c02d6102)
2014-05-04 13:30:33 -07:00
Deepanshu Gupta
7c6f6481f4 Add special system view cookie to OverflowButton. [DO NOT MERGE]
Add a special view cookie to enable the IDE to identify the overflow
menu button in the Action Bar.

Change-Id: Ida3ed776afb8c9fa8af23b73d4cf6d47eef0ab87
(cherry picked from commit d558ebdb433af498a87e25673f7dd828a0e7439a)
2014-05-04 13:30:11 -07:00
Deepanshu Gupta
22de7c4c3d Fix style warnings in RenderSessionImpl [DO NOT MERGE]
Change-Id: I9d3cb23e4ea692f737a3e3d6c18cc8de18b66a3c
(cherry-picked from commit a98121ef5251b5ebdb8c1b0b6780d570844284b2)
2014-05-04 13:29:51 -07:00
Deepanshu Gupta
094fd8ecb6 Add view cookies for action bar menus. [DO NOT MERGE]
The change adds the view cookies for the menus rendered in the action
bar. This enables the IDE to map the menu to the relevant XML Tag in the
menu xml and show the highlighting accordingly.

The change also contains a bugfix where a method wasn't renamed
properly.

Change-Id: Idcfc263a8ebe0a4f25afa3a1eb085fa628fd03ca
(cherry-picked from commit 7704837947455909f295b088a3d15a20e107dbd7)
2014-05-04 13:29:14 -07:00
Deepanshu Gupta
56759be896 Overflow menu popup for Action Bar in Layoutlib [DO NOT MERGE]
In addition to the cherrypicked changes, appropriate changes due to
changes to com.android.internal.widget.ActionBarView are made.

The icon used in the Action Bar may not always be the right one due to
the above resolution.

Change-Id: Ib7cc314079099c010f7d53849e204db36c410357
(cherry-picked from commit 1b87390c9426c4bc9119829e9375d712dfde11c3)
2014-05-02 16:23:14 -07:00
Deepanshu Gupta
fe38489f67 Action bar rendering in layoutlib [DO NOT MERGE]
This also makes a couple of changes to the framework:
1. ShareActionProvider - Use edit mode to execute activity chooser code.
2. ActionBarImpl - add a new constructor for use by layoutlib.

This also relies on some changes to the plugin to pass the correct params.

Change-Id: Ia30fef816afd91ec1e439734d56b59b1323bfee2
(cherry-picked from 20e0695b554e883b095f5223be10b6e1097db49f)
2014-05-02 16:23:14 -07:00
Deepanshu Gupta
cc5340bc63 Add missing dependency in layoutlib build file [DO NOT MERGE]
Add missing dependency on built_ext_data

Change-Id: I4e7cca7f6cbc7f5b7416ac9b85a9aec01e61ecd4
(cherry-picked from commit b85d30a2c88b6a23e251347b14a75456c4daeca9)
2014-05-02 16:23:14 -07:00
Deepanshu Gupta
76dccb7f43 Fix theme/style resolution in Layoutlib [DO NOT MERGE]
Change-Id: Icfb91e566666408802dadc0e2070991151b16b9d
(cherry picked from commit 3c00b28bf60ab01b449e16df045238f4bae4d700)
2014-05-02 16:23:13 -07:00
Deepanshu Gupta
1ed75bde09 Remove references to non-std Java classes. [DO NOT MERGE]
This change adds a substitute for the Charsets class in java namespace.
The original cherry pick of the change had dropped this substitute. But
the substitute is required for bug b.android.com/59732

The original cherry-pick is 6335590aa8997944cc7fb358a315dbb9b789f87f and
the original change is 81f74f4bc96ea4266cebe1b785d095558f540800
The original Change-Id is Iac5b272652e2780c9bb72d19f415d150948ca589

Change-Id: I76c87c74ee088778b37d1a7a7d531e0fde5c758f
2014-05-02 16:22:14 -07:00
Deepanshu Gupta
6136af326e Fix visitFieldInsn in layoutlib_create. [DO NOT MERGE]
The bug caused some classes to be missed when computing the dependencies
of the existing classes.

Change-Id: I7285ff67e016ce5d73a8550501f49acc73cfadfa
(cherry-picked from 6f9baea47757fef4745de434e09bd552fddc1f03)
2014-05-02 15:38:42 -07:00
Deepanshu Gupta
2bd65db15f Layoutlib tests now check methods return value [DO NOT MERGE]
The change is a cherry-pick from klp-dev.

The change also fixes the errors found by fixing the tests.

Change-Id: I87cef323c4eaee4e9f60475f01156b276593fa50
(cherry-picked from commit 89fdc0c556cf0fe2562fb8f0476e03cd51045164)
2014-05-02 14:19:47 -07:00
Deepanshu Gupta
47ad22edb7 am 961e3281: am 6df2860b: Add missing files to fix libphonenumber for layoutlib. [DO NOT MERGE]
* commit '961e328176b4a5f522effcfb52ff80458af03a81':
  Add missing files to fix libphonenumber for layoutlib. [DO NOT MERGE]
2014-05-02 19:27:20 +00:00
Deepanshu Gupta
9932e589b0 am 9e2dadae: am bcbeaf83: Set default text style in layoutlib as NORMAL [DO NOT MERGE]
* commit '9e2dadaee0d04b43cf41ed32b4a9ec59503f4477':
  Set default text style in layoutlib as NORMAL [DO NOT MERGE]
2014-05-02 19:27:17 +00:00
Deepanshu Gupta
320f1126a3 am cf3f108e: am 5be65fda: Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]
* commit 'cf3f108ee30609198734d386bcfcf35dbfcf5b53':
  Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]
2014-05-02 19:27:14 +00:00
Deepanshu Gupta
1b28d8d4a0 am d642de58: am ec4623d0: Improve text rendering and measurement. [DO NOT MERGE]
* commit 'd642de58275b84d9c8b6c5998f532eacb824ccb3':
  Improve text rendering and measurement. [DO NOT MERGE]
2014-05-02 19:27:11 +00:00
Deepanshu Gupta
ef822b3f13 am 62a4a1f9: am 2a82a48f: Fix the measurement of text bounds. [DO NOT MERGE]
* commit '62a4a1f9e06bcef3a6ac7cc6d297f5bb52e0e850':
  Fix the measurement of text bounds. [DO NOT MERGE]
2014-05-02 19:27:08 +00:00
Deepanshu Gupta
c7f8e64cb9 am 1830a58f: am 5bb3414d: Fix a bug in Nine Patch library. [DO NOT MERGE]
* commit '1830a58f54d43b9f9da967581df66cc0b4a21839':
  Fix a bug in Nine Patch library. [DO NOT MERGE]
2014-05-02 19:27:06 +00:00
Deepanshu Gupta
4d887ec388 am bcd50a7c: am 5712b5fc: Optimize layout rendering in layoutlib [DO NOT MERGE]
* commit 'bcd50a7cf37bc87196a112a48294595dc47dd004':
  Optimize layout rendering in layoutlib [DO NOT MERGE]
2014-05-02 19:27:03 +00:00
Deepanshu Gupta
edd67cb194 am 7c02c6e2: am 02cde9ce: Add methods for Time_Delegate [DO NOT MERGE]
* commit '7c02c6e27f0154cc63c2ff0461d7e49c151c1328':
  Add methods for Time_Delegate [DO NOT MERGE]
2014-05-02 19:27:00 +00:00
Deepanshu Gupta
84e7a6b823 am 443372dd: am 9d7b5165: Add libphonenumber to layoutlib.jar. [DO NOT MERGE]
* commit '443372ddf378b00621a284a9614b869fd9484ab4':
  Add libphonenumber to layoutlib.jar. [DO NOT MERGE]
2014-05-02 19:26:57 +00:00
Deepanshu Gupta
43034b541c am 62591cff: am 689c0dfe: Fix NPE in layoutlib. [DO NOT MERGE]
* commit '62591cffc758b2c77028e4b80d61086c135ef54b':
  Fix NPE in layoutlib. [DO NOT MERGE]
2014-05-02 19:26:54 +00:00
Deepanshu Gupta
ce205d0a3b am 600539c7: am 083d1562: Fix text size in Fake Action Bar. [DO NOT MERGE]
* commit '600539c7fff799f3c55c1d8f97ccfeec61f80a55':
  Fix text size in Fake Action Bar. [DO NOT MERGE]
2014-05-02 19:26:51 +00:00
Deepanshu Gupta
1a434aa8fc am 697c511d: am 80c668f2: Remove references to non-std Java classes. [DO NOT MERGE]
* commit '697c511d948cdc23682c82155b23eee56f91743f':
  Remove references to non-std Java classes. [DO NOT MERGE]
2014-05-02 19:26:49 +00:00
Deepanshu Gupta
a2b530fb7a am e39de9ae: am 6335590a: Fix DatePicker and Calendar widget in layoutlib. [DO NOT MERGE]
* commit 'e39de9ae58ea80f27cd58853926b5b153c33ce0d':
  Fix DatePicker and Calendar widget in layoutlib. [DO NOT MERGE]
2014-05-02 19:26:46 +00:00
Deepanshu Gupta
9d2099052d am 6f469e54: am 11ee746d: Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]
* commit '6f469e5438dbb2213d26c41a5d410df3bed4d4ca':
  Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]
2014-05-02 19:26:43 +00:00
Deepanshu Gupta
961e328176 am 6df2860b: Add missing files to fix libphonenumber for layoutlib. [DO NOT MERGE]
* commit '6df2860b2316fb42e8686c3154b2156619c7777f':
  Add missing files to fix libphonenumber for layoutlib. [DO NOT MERGE]
2014-05-02 19:24:20 +00:00
Deepanshu Gupta
9e2dadaee0 am bcbeaf83: Set default text style in layoutlib as NORMAL [DO NOT MERGE]
* commit 'bcbeaf83ca75e4a819377938fdf3ec1e07fa30a7':
  Set default text style in layoutlib as NORMAL [DO NOT MERGE]
2014-05-02 19:24:17 +00:00
Deepanshu Gupta
cf3f108ee3 am 5be65fda: Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]
* commit '5be65fda15c6f66067da3cc623811427e9d541e4':
  Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]
2014-05-02 19:24:15 +00:00
Deepanshu Gupta
d642de5827 am ec4623d0: Improve text rendering and measurement. [DO NOT MERGE]
* commit 'ec4623d0d47734c21ee915ea6ec58e60f668bd2f':
  Improve text rendering and measurement. [DO NOT MERGE]
2014-05-02 19:24:12 +00:00
Deepanshu Gupta
62a4a1f9e0 am 2a82a48f: Fix the measurement of text bounds. [DO NOT MERGE]
* commit '2a82a48fefb7877f8162133db81788c12eae7582':
  Fix the measurement of text bounds. [DO NOT MERGE]
2014-05-02 19:24:09 +00:00
Deepanshu Gupta
1830a58f54 am 5bb3414d: Fix a bug in Nine Patch library. [DO NOT MERGE]
* commit '5bb3414d148f1309dade9333fe9b89c8d1c2f308':
  Fix a bug in Nine Patch library. [DO NOT MERGE]
2014-05-02 19:24:06 +00:00
Deepanshu Gupta
bcd50a7cf3 am 5712b5fc: Optimize layout rendering in layoutlib [DO NOT MERGE]
* commit '5712b5fc3fec0dc376e84f660f2fe0d1102c0cbb':
  Optimize layout rendering in layoutlib [DO NOT MERGE]
2014-05-02 19:24:03 +00:00
Deepanshu Gupta
7c02c6e27f am 02cde9ce: Add methods for Time_Delegate [DO NOT MERGE]
* commit '02cde9ceeb4c052ee273a5d809816dfd355ebb56':
  Add methods for Time_Delegate [DO NOT MERGE]
2014-05-02 19:23:58 +00:00
Deepanshu Gupta
443372ddf3 am 9d7b5165: Add libphonenumber to layoutlib.jar. [DO NOT MERGE]
* commit '9d7b5165576e3cf491fe47cf335feb6d204140b3':
  Add libphonenumber to layoutlib.jar. [DO NOT MERGE]
2014-05-02 19:23:56 +00:00
Deepanshu Gupta
62591cffc7 am 689c0dfe: Fix NPE in layoutlib. [DO NOT MERGE]
* commit '689c0dfe72a57c0555560012cbc6806375e7d4b7':
  Fix NPE in layoutlib. [DO NOT MERGE]
2014-05-02 19:23:53 +00:00
Deepanshu Gupta
600539c7ff am 083d1562: Fix text size in Fake Action Bar. [DO NOT MERGE]
* commit '083d1562e00631630b5594462ce4a867a3508d8d':
  Fix text size in Fake Action Bar. [DO NOT MERGE]
2014-05-02 19:23:50 +00:00
Deepanshu Gupta
697c511d94 am 80c668f2: Remove references to non-std Java classes. [DO NOT MERGE]
* commit '80c668f2a076e91d887dbf77776cd503ff88b0b4':
  Remove references to non-std Java classes. [DO NOT MERGE]
2014-05-02 19:23:47 +00:00
Deepanshu Gupta
e39de9ae58 am 6335590a: Fix DatePicker and Calendar widget in layoutlib. [DO NOT MERGE]
* commit '6335590aa8997944cc7fb358a315dbb9b789f87f':
  Fix DatePicker and Calendar widget in layoutlib. [DO NOT MERGE]
2014-05-02 19:23:43 +00:00
Deepanshu Gupta
6f469e5438 am 11ee746d: Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]
* commit '11ee746dc5e77f4f33aac45ac9e344444223012d':
  Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]
2014-05-02 19:23:40 +00:00
Deepanshu Gupta
582bb0dc74 am fbb1561a: am 44bcd64e: Fix CalendarView to show the right labels. [DO NOT MERGE]
* commit 'fbb1561a483b455aa840c69c391c3bbd1a529981':
  Fix CalendarView to show the right labels. [DO NOT MERGE]
2014-05-02 19:15:59 +00:00
Deepanshu Gupta
10fd7f6b41 am ca2c6307: am 87be67f9: Fix layoutlib [DO NOT MERGE]
* commit 'ca2c6307263b3857ba688c80277fef402215db18':
  Fix layoutlib [DO NOT MERGE]
2014-05-02 19:15:56 +00:00
Deepanshu Gupta
237262558b am 77d1eca7: am 7b5d54f0: Fix ClassCastException when rendering ListView [DO NOT MERGE]
* commit '77d1eca7d2acf68f246970e59a50e8a6e1c03e20':
  Fix ClassCastException when rendering ListView [DO NOT MERGE]
2014-05-02 19:15:52 +00:00
Deepanshu Gupta
f551297310 am fe675441: am ce22440d: Fix text rendering [DO NOT MERGE]
* commit 'fe67544161d44d54c8462c44c78fe290f2195f2e':
  Fix text rendering [DO NOT MERGE]
2014-05-02 19:15:50 +00:00
Deepanshu Gupta
9a1f13a47b am afc623e3: am bd9e181b: Fix layout rendering for RTL locales [DO NOT MERGE]
* commit 'afc623e34e5a2bd375da00a52c3c393d5049a1d1':
  Fix layout rendering for RTL locales [DO NOT MERGE]
2014-05-02 19:15:46 +00:00
Deepanshu Gupta
b80247d351 am 811b331a: am d4875e19: Add orientation to configuration for layoutlib. [DO NOT MERGE]
* commit '811b331ae2334161c6082f666d7b3bab788f69a3':
  Add orientation to configuration for layoutlib. [DO NOT MERGE]
2014-05-02 19:15:43 +00:00
Deepanshu Gupta
b27d881467 am 21cf9843: am d1084cc0: Add missing native methods. [DO NOT MERGE]
* commit '21cf98438b77ab58d6c781e09aecb8ad0f682042':
  Add missing native methods. [DO NOT MERGE]
2014-05-02 19:15:40 +00:00
Deepanshu Gupta
fbb1561a48 am 44bcd64e: Fix CalendarView to show the right labels. [DO NOT MERGE]
* commit '44bcd64e5b9fd211dd56b0598693a0559f65dc1a':
  Fix CalendarView to show the right labels. [DO NOT MERGE]
2014-05-02 19:12:34 +00:00