<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_tools_base/common, branch android10-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>Merge "Updated "recommended" version of Gradle plugin to 1.3.0." into studio-1.3-dev</title>
<updated>2015-07-27T23:00:09+00:00</updated>
<author>
<name>Alex Ruiz</name>
<email>alruiz@google.com</email>
</author>
<published>2015-07-27T23:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=d794cc9e5ab8b5a286865e470656f13fe3785ed7'/>
<id>d794cc9e5ab8b5a286865e470656f13fe3785ed7</id>
<content type='text'>
automerge: e385254

* commit 'e385254fda38d0567a6245ad7b3fc1c9c7a2a8f9':
  Updated "recommended" version of Gradle plugin to 1.3.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
automerge: e385254

* commit 'e385254fda38d0567a6245ad7b3fc1c9c7a2a8f9':
  Updated "recommended" version of Gradle plugin to 1.3.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated "recommended" version of Gradle plugin to 1.3.0.</title>
<updated>2015-07-27T22:58:09+00:00</updated>
<author>
<name>Alex Ruiz</name>
<email>alruiz@google.com</email>
</author>
<published>2015-07-27T22:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=6e3f1cfddb7181262eeb63799314865822fc75d2'/>
<id>6e3f1cfddb7181262eeb63799314865822fc75d2</id>
<content type='text'>
Change-Id: I90daa2b8ec914fa2ce9543cd2595471f0144f55c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I90daa2b8ec914fa2ce9543cd2595471f0144f55c
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate PNGs during resource merging.</title>
<updated>2015-07-22T10:46:43+00:00</updated>
<author>
<name>Michal Bendowski</name>
<email>bendowski@google.com</email>
</author>
<published>2015-07-07T08:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=90d7f328a3a0f544b918a7ff9e6ed0a63f1a62b7'/>
<id>90d7f328a3a0f544b918a7ff9e6ed0a63f1a62b7</id>
<content type='text'>
1. For every resource set, create a matching "generated" resource set.
The generated sets have the same relative priority as normal ones, but
they have lower priority then all normal sets (so no generated file ever
overwrites a checked-in one).

2. Introduce a third type of a DataFile, where one data file is a source
to multiple data items that correspond to generated files (PNGs).

3. When normal sets find a file that will be replaced by generated
files, they just hand it off to the matching "generated set".

4. The usual DataMerger machinery determines which data items should end
up in the final resource directory (no changes here).

5. The PNGs are generated on-demand in MergedResourceWriter, which means
only needed files are generated. They are then crunch-copied to the
final directory, which contains all the files.

Change-Id: I3845878a1e8a496e39777e10539ebd9ea91bdad8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. For every resource set, create a matching "generated" resource set.
The generated sets have the same relative priority as normal ones, but
they have lower priority then all normal sets (so no generated file ever
overwrites a checked-in one).

2. Introduce a third type of a DataFile, where one data file is a source
to multiple data items that correspond to generated files (PNGs).

3. When normal sets find a file that will be replaced by generated
files, they just hand it off to the matching "generated set".

4. The usual DataMerger machinery determines which data items should end
up in the final resource directory (no changes here).

5. The PNGs are generated on-demand in MergedResourceWriter, which means
only needed files are generated. They are then crunch-copied to the
final directory, which contains all the files.

Change-Id: I3845878a1e8a496e39777e10539ebd9ea91bdad8
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Check for /tmp/foo in SdkUtilsTest." into studio-1.4-dev</title>
<updated>2015-07-17T11:40:58+00:00</updated>
<author>
<name>Michal Bendowski</name>
<email>bendowski@google.com</email>
</author>
<published>2015-07-17T11:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=438424a6b2096b3352382bc66611f6a898395e9d'/>
<id>438424a6b2096b3352382bc66611f6a898395e9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for /tmp/foo in SdkUtilsTest.</title>
<updated>2015-07-17T11:40:15+00:00</updated>
<author>
<name>Michal Bendowski</name>
<email>bendowski@google.com</email>
</author>
<published>2015-07-15T08:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=67b5b89d5e69ddbdd667d8b667bb110f0b089d0a'/>
<id>67b5b89d5e69ddbdd667d8b667bb110f0b089d0a</id>
<content type='text'>
I was quite surprised to see this test fail. Turns out, if /tmp/foo
exists and is a directory, the conversion to/from URL will append a
slash at the end, which breaks some test cases.

Change-Id: Ib6aba6ba71dc7edd2d1c5c4b71ef9e71dec67894
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was quite surprised to see this test fail. Turns out, if /tmp/foo
exists and is a directory, the conversion to/from URL will append a
slash at the end, which breaks some test cases.

Change-Id: Ib6aba6ba71dc7edd2d1c5c4b71ef9e71dec67894
</pre>
</div>
</content>
</entry>
<entry>
<title>Defines a constant for the xml tag "selector"</title>
<updated>2015-07-16T11:50:21+00:00</updated>
<author>
<name>Jerome Gaillard</name>
<email>jgaillard@google.com</email>
</author>
<published>2015-07-16T11:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=fa06d6d670dab935e9f189605118e51076cfa810'/>
<id>fa06d6d670dab935e9f189605118e51076cfa810</id>
<content type='text'>
Change-Id: I49d8f0a2df730cf4885d460e72be1c1c0e92c7f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I49d8f0a2df730cf4885d460e72be1c1c0e92c7f2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing HtmlBuilderTest</title>
<updated>2015-07-14T22:06:16+00:00</updated>
<author>
<name>Joe Baker-Malone</name>
<email>jbakermalone@google.com</email>
</author>
<published>2015-07-14T22:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=107f0a7bd44e32bed09bc0299fa6d45830555969'/>
<id>107f0a7bd44e32bed09bc0299fa6d45830555969</id>
<content type='text'>
https://android-review.googlesource.com/159472 broke
HtmlBuilderTest since \ns are no longer added. Removing
them from the test as well.

Change-Id: Ibae529181044115fca034e984cc7505c8efa2f5d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://android-review.googlesource.com/159472 broke
HtmlBuilderTest since \ns are no longer added. Removing
them from the test as well.

Change-Id: Ibae529181044115fca034e984cc7505c8efa2f5d
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing newlines since IJ converts them to &lt;br/&gt; on mac</title>
<updated>2015-07-14T17:32:29+00:00</updated>
<author>
<name>Joe Baker-Malone</name>
<email>jbakermalone@google.com</email>
</author>
<published>2015-07-14T17:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=0ab445dd9654e0d3e8523e18e0200e4457774afa'/>
<id>0ab445dd9654e0d3e8523e18e0200e4457774afa</id>
<content type='text'>
In IntelliJ (Studio), when displaying a sheet-style dialog on mac,
SheetController converts \n to &lt;br/&gt;, resulting in extra line breaks.
Removing the \ns added by HtmlBuilder, since they shouldn't make any
difference to a well-behaved renderer anyway.

Change-Id: I1c290579814d8e2e7ab0d16c645724a3069285b9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In IntelliJ (Studio), when displaying a sheet-style dialog on mac,
SheetController converts \n to &lt;br/&gt;, resulting in extra line breaks.
Removing the \ns added by HtmlBuilder, since they shouldn't make any
difference to a well-behaved renderer anyway.

Change-Id: I1c290579814d8e2e7ab0d16c645724a3069285b9
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Skip the dtd parsing to avoid long UI pause" into studio-1.4-dev</title>
<updated>2015-07-09T18:15:01+00:00</updated>
<author>
<name>ztenghui</name>
<email>ztenghui@google.com</email>
</author>
<published>2015-07-09T18:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=ffcea60866d6f23e6e14b4c4dc0a026be9ffac2e'/>
<id>ffcea60866d6f23e6e14b4c4dc0a026be9ffac2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip the dtd parsing to avoid long UI pause</title>
<updated>2015-07-09T16:54:47+00:00</updated>
<author>
<name>ztenghui</name>
<email>ztenghui@google.com</email>
</author>
<published>2015-07-08T17:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=1faa4af8befb9c673d10a154b72fdae80eb3a17f'/>
<id>1faa4af8befb9c673d10a154b72fdae80eb3a17f</id>
<content type='text'>
This improves the performance a lot, and SVG spec actually says that DTD is
not recommended.

Change-Id: I0b9e73ba6ee59ba54c4b154c19424ed0b7a55739
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This improves the performance a lot, and SVG spec actually says that DTD is
not recommended.

Change-Id: I0b9e73ba6ee59ba54c4b154c19424ed0b7a55739
</pre>
</div>
</content>
</entry>
</feed>
