<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_tools_base/wizard/template-plugin, branch studio-master-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/'/>
<entry>
<title>[NPW] Remove ProjectTemplateData.bytecodeLevel</title>
<updated>2020-05-19T08:01:29+00:00</updated>
<author>
<name>parentej</name>
<email>parentej@google.com</email>
</author>
<published>2020-05-18T14:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=bcf88fc015fbf5acfa4f6f8b030d2828687d2225'/>
<id>bcf88fc015fbf5acfa4f6f8b030d2828687d2225</id>
<content type='text'>
... This field in not used by the templates
and if it was, it should be at the
ModuleTemplateData level, since bytecodeLevel
is per module.

Bug: 148367249
Test: Run TemplateTests
Change-Id: I77f84061065dc4a4af481e9f104ddc871dc3c1ab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... This field in not used by the templates
and if it was, it should be at the
ModuleTemplateData level, since bytecodeLevel
is per module.

Bug: 148367249
Test: Run TemplateTests
Change-Id: I77f84061065dc4a4af481e9f104ddc871dc3c1ab
</pre>
</div>
</content>
</entry>
<entry>
<title>[NPW Compose] Name AppTheme with app's name</title>
<updated>2020-05-18T15:53:36+00:00</updated>
<author>
<name>parentej</name>
<email>parentej@google.com</email>
</author>
<published>2020-05-14T13:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=e89eb8d5410a09cd1dc22aa39fa79a071c2ac0a5'/>
<id>e89eb8d5410a09cd1dc22aa39fa79a071c2ac0a5</id>
<content type='text'>
... so, if the app named is "My Application",
the theme will be "MyApplicationTheme" instead
of just "AppTheme".

Fixes: 155967446
Test: TemplateTest and Compose UI tests
Change-Id: I993f10b64634757aae27b65c68b58a2fbd7368b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... so, if the app named is "My Application",
the theme will be "MyApplicationTheme" instead
of just "AppTheme".

Fixes: 155967446
Test: TemplateTest and Compose UI tests
Change-Id: I993f10b64634757aae27b65c68b58a2fbd7368b7
</pre>
</div>
</content>
</entry>
<entry>
<title>[NPW Compose] Move Compose library version to a variable</title>
<updated>2020-05-18T10:02:10+00:00</updated>
<author>
<name>Parentej</name>
<email>parentej@google.com</email>
</author>
<published>2020-05-11T13:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=7b7dc1445e8f0177ce48c2d9e70ff74d9d0c12da'/>
<id>7b7dc1445e8f0177ce48c2d9e70ff74d9d0c12da</id>
<content type='text'>
Loop all project modules (starting with the selected),
find if "androidx.ui:ui-framework" was already added
with a variable name. If it was, use that variable name
to add compose dependencies, otherwise use "compose_version"

Change-Id: I9b84422b8b4b882203f0f1e843bfab3ab0b1df52
Fixes: 155713891
Test: TemplateTest and all compose UI tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Loop all project modules (starting with the selected),
find if "androidx.ui:ui-framework" was already added
with a variable name. If it was, use that variable name
to add compose dependencies, otherwise use "compose_version"

Change-Id: I9b84422b8b4b882203f0f1e843bfab3ab0b1df52
Fixes: 155713891
Test: TemplateTest and all compose UI tests
</pre>
</div>
</content>
</entry>
<entry>
<title>[NPW Templates] Make ThemesData.appName non optional</title>
<updated>2020-05-14T12:31:47+00:00</updated>
<author>
<name>Parentej</name>
<email>parentej@google.com</email>
</author>
<published>2020-05-12T17:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=55d041d366a0e188e7ddb1d77a21cefca07e8030'/>
<id>55d041d366a0e188e7ddb1d77a21cefca07e8030</id>
<content type='text'>
Making this field non mandatory allows
the templates to always have access to
it and stop any off ThemesData fields
(eg ThemesData.main) to be "Theme.Null"

Bug: 155967446
Test: Run TemplateTest
Change-Id: I3caab33efc4991d653fd550dbb2407ffdad209f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making this field non mandatory allows
the templates to always have access to
it and stop any off ThemesData fields
(eg ThemesData.main) to be "Theme.Null"

Bug: 155967446
Test: Run TemplateTest
Change-Id: I3caab33efc4991d653fd550dbb2407ffdad209f0
</pre>
</div>
</content>
</entry>
<entry>
<title>[NPW Templates] Add alpha channel to colors</title>
<updated>2020-05-12T14:17:00+00:00</updated>
<author>
<name>Parentej</name>
<email>parentej@google.com</email>
</author>
<published>2020-05-06T13:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=e81b407cc76487e7b6fa36c5c3969e13d9e66337'/>
<id>e81b407cc76487e7b6fa36c5c3969e13d9e66337</id>
<content type='text'>
Add "FF" (solid) to the color alpha channel definition:
&lt;color name="purple_200"&gt;#FFBB86FC&lt;/color&gt; instead of
&lt;color name="purple_200"&gt;#BB86FC&lt;/color&gt;

Bug: 154115528
Test: TemplateTest and all UI tests
Change-Id: I4e380ca8fad2f233fec19ca9c7952bdcee8df33f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "FF" (solid) to the color alpha channel definition:
&lt;color name="purple_200"&gt;#FFBB86FC&lt;/color&gt; instead of
&lt;color name="purple_200"&gt;#BB86FC&lt;/color&gt;

Bug: 154115528
Test: TemplateTest and all UI tests
Change-Id: I4e380ca8fad2f233fec19ca9c7952bdcee8df33f
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ID constraint</title>
<updated>2020-05-07T09:01:57+00:00</updated>
<author>
<name>Valery Cherepanov</name>
<email>qumeric@google.com</email>
</author>
<published>2020-05-06T11:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=ab9d799480a3548123b0119fb5f355f8888959d7'/>
<id>ab9d799480a3548123b0119fb5f355f8888959d7</id>
<content type='text'>
It is never used and does nothing.

Test: N/A
Bug: b/150974113
Change-Id: Ia403ba5a1030e2fc2139d4a6b7b14402f01cc9af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is never used and does nothing.

Test: N/A
Bug: b/150974113
Change-Id: Ia403ba5a1030e2fc2139d4a6b7b14402f01cc9af
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "less" to "fewer"</title>
<updated>2020-05-07T08:24:08+00:00</updated>
<author>
<name>Valery Cherepanov</name>
<email>qumeric@google.com</email>
</author>
<published>2020-05-06T10:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=70c075d6ecae9928daafe523872468519a446614'/>
<id>70c075d6ecae9928daafe523872468519a446614</id>
<content type='text'>
According to https://www.grammarly.com/blog/fewer-vs-less/

Bug: N/A
Test: N/A
Change-Id: I928c7f50be6c39007c863e262d3f567e568c29c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to https://www.grammarly.com/blog/fewer-vs-less/

Bug: N/A
Test: N/A
Change-Id: I928c7f50be6c39007c863e262d3f567e568c29c9
</pre>
</div>
</content>
</entry>
<entry>
<title>Hardcode hashtable for handling androidX dependencies</title>
<updated>2020-05-05T12:08:35+00:00</updated>
<author>
<name>Valery Cherepanov</name>
<email>qumeric@google.com</email>
</author>
<published>2020-03-19T16:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=a4a17941e7742bbdfca615ee9fbba822deb9311e'/>
<id>a4a17941e7742bbdfca615ee9fbba822deb9311e</id>
<content type='text'>
It allows to stop depending on android.sdktools.common
Fixes: 151705389
Test: TemplateTest

Change-Id: Ie037a52929434fd879562690a02a90b19de883c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It allows to stop depending on android.sdktools.common
Fixes: 151705389
Test: TemplateTest

Change-Id: Ie037a52929434fd879562690a02a90b19de883c7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the typo of the color name</title>
<updated>2020-04-30T12:13:34+00:00</updated>
<author>
<name>Takeshi Hagikura</name>
<email>thagikura@google.com</email>
</author>
<published>2020-04-27T02:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=1604a325e1273f65126728859d214c6b68a5d940'/>
<id>1604a325e1273f65126728859d214c6b68a5d940</id>
<content type='text'>
Bug: 144019095
Test: TemplateTest, UI tests
Change-Id: Idef1ceebd6af1af70a045fd55fb76fd1fd83c886
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 144019095
Test: TemplateTest, UI tests
Change-Id: Idef1ceebd6af1af70a045fd55fb76fd1fd83c886
</pre>
</div>
</content>
</entry>
<entry>
<title>[NPW] Add widget.LabelWidget</title>
<updated>2020-04-28T10:43:23+00:00</updated>
<author>
<name>Parentej</name>
<email>parentej@google.com</email>
</author>
<published>2020-04-24T15:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=09b196a482e3e27dc869b2ac66960255b1175e11'/>
<id>09b196a482e3e27dc869b2ac66960255b1175e11</id>
<content type='text'>
... So any template can add a text label

Bug: N/A
Test: Run UI tests and TemplateTest
Change-Id: Ibb8468b0c0667bf9cfc27ce6dcc70054e9c98101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... So any template can add a text label

Bug: N/A
Test: Run UI tests and TemplateTest
Change-Id: Ibb8468b0c0667bf9cfc27ce6dcc70054e9c98101
</pre>
</div>
</content>
</entry>
</feed>
