<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_tools_base/draw9patch, 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>More style fixes.</title>
<updated>2015-06-24T17:38:01+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2015-06-24T16:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=49182e504831baa95926beb4939a7c6a8bef165b'/>
<id>49182e504831baa95926beb4939a7c6a8bef165b</id>
<content type='text'>
Unnecessary semicolons and imports.

Change-Id: Ie47625bed2762c44e81d6aa91ffb728d3d671c41
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unnecessary semicolons and imports.

Change-Id: Ie47625bed2762c44e81d6aa91ffb728d3d671c41
</pre>
</div>
</content>
</entry>
<entry>
<title>fix misc style issues.</title>
<updated>2015-06-23T19:01:44+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2015-06-23T19:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=b9e126df3271b1b5851307589b44e8e957db370b'/>
<id>b9e126df3271b1b5851307589b44e8e957db370b</id>
<content type='text'>
Detected and fixed via IJ's inpections/quick fixes.

Change-Id: Ie0b691f0271bc0e5af951ea76ec3d57e5243d1c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detected and fixed via IJ's inpections/quick fixes.

Change-Id: Ie0b691f0271bc0e5af951ea76ec3d57e5243d1c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable more code coverage.</title>
<updated>2015-06-20T00:21:03+00:00</updated>
<author>
<name>Chris Warrington</name>
<email>cmw@google.com</email>
</author>
<published>2015-06-19T01:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=502f04f3d1ef212a95847eb93bf7be35e2b03e62'/>
<id>502f04f3d1ef212a95847eb93bf7be35e2b03e62</id>
<content type='text'>
Change-Id: I323a22fed74617bda9d89af3013ce433b7492c11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I323a22fed74617bda9d89af3013ce433b7492c11
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all projects to use junit4.</title>
<updated>2015-02-14T02:30:07+00:00</updated>
<author>
<name>Chris Warrington</name>
<email>cmw@google.com</email>
</author>
<published>2015-02-11T19:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=655ab30962d0b5d1cdde7526ba8fa0bae21f7c98'/>
<id>655ab30962d0b5d1cdde7526ba8fa0bae21f7c98</id>
<content type='text'>
Change-Id: Id2b1075f7f56368c78161126428857e876315cf9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id2b1075f7f56368c78161126428857e876315cf9
</pre>
</div>
</content>
</entry>
<entry>
<title>draw9: support keyboard controls for changing patch data</title>
<updated>2015-02-10T19:44:23+00:00</updated>
<author>
<name>Siva Velusamy</name>
<email>vsiva@google.com</email>
</author>
<published>2015-02-10T19:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=9f87004a7247a3d9f120f0e2dbbf3ecb4697e955'/>
<id>9f87004a7247a3d9f120f0e2dbbf3ecb4697e955</id>
<content type='text'>
This CL adds support for changing the patch data solely via the
keyboard. This is implemented as follows:
 - whenever there is keyboard focus inside the image viewer
   component, a particular pixel (default to (0, 0)) is assumed to
   be in focus.
 - The location of the focussed pixel can be changed using the
   arrow keys (right/left/up/down).
 - Pressing Space key at any point will alter the color of the
   focussed pixel. The color will cycle from black -&gt; red -&gt;
   transparent.

Fixes https://code.google.com/p/android/issues/detail?id=69196

Change-Id: I736d8c44f3118839a0fe6b36e7d53a6dfb0c8c8f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This CL adds support for changing the patch data solely via the
keyboard. This is implemented as follows:
 - whenever there is keyboard focus inside the image viewer
   component, a particular pixel (default to (0, 0)) is assumed to
   be in focus.
 - The location of the focussed pixel can be changed using the
   arrow keys (right/left/up/down).
 - Pressing Space key at any point will alter the color of the
   focussed pixel. The color will cycle from black -&gt; red -&gt;
   transparent.

Fixes https://code.google.com/p/android/issues/detail?id=69196

Change-Id: I736d8c44f3118839a0fe6b36e7d53a6dfb0c8c8f
</pre>
</div>
</content>
</entry>
<entry>
<title>draw9: Move help panel out of the image viewer.</title>
<updated>2015-02-10T19:44:15+00:00</updated>
<author>
<name>Siva Velusamy</name>
<email>vsiva@google.com</email>
</author>
<published>2015-02-09T19:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=ead084050b74db54bd232112551753d50c5ce009'/>
<id>ead084050b74db54bd232112551753d50c5ce009</id>
<content type='text'>
The N patch viewer contains a image viewer which is the main component
where the N patch is edited. This component has a JPanel inside of it
along with its custom rendering canvas. This causes issues with keyboard
focus control (focus always goes to the panel and never to the canvas).
In order to get the default focus manager to work (rather than implementing
a custom focus traversal policy), this CL just moves the jpanel out of the
image viewer.

Change-Id: Ib45c0379d5910296f9bb377757185e14933c0918
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The N patch viewer contains a image viewer which is the main component
where the N patch is edited. This component has a JPanel inside of it
along with its custom rendering canvas. This causes issues with keyboard
focus control (focus always goes to the panel and never to the canvas).
In order to get the default focus manager to work (rather than implementing
a custom focus traversal policy), this CL just moves the jpanel out of the
image viewer.

Change-Id: Ib45c0379d5910296f9bb377757185e14933c0918
</pre>
</div>
</content>
</entry>
<entry>
<title>draw9 accessibility: Remove jslider.setSnapToTicks</title>
<updated>2015-01-27T23:06:33+00:00</updated>
<author>
<name>Siva Velusamy</name>
<email>vsiva@google.com</email>
</author>
<published>2015-01-27T23:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=6cc2c603eaee91cbd8de9f5eea5910de6f60b785'/>
<id>6cc2c603eaee91cbd8de9f5eea5910de6f60b785</id>
<content type='text'>
Setting a JSlider in snapToTicks breaks its keyboard controls.
This seems to be a longstanding JDK bug. This CL simply removes
that setting from draw9patch's zoom and patch scales in order to
better support keyboard navigation for accesibility.

Fixes https://code.google.com/p/android/issues/detail?id=69196

Change-Id: I72006b962c4b87985f3e1f44d17534fd7d81d241
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting a JSlider in snapToTicks breaks its keyboard controls.
This seems to be a longstanding JDK bug. This CL simply removes
that setting from draw9patch's zoom and patch scales in order to
better support keyboard navigation for accesibility.

Fixes https://code.google.com/p/android/issues/detail?id=69196

Change-Id: I72006b962c4b87985f3e1f44d17534fd7d81d241
</pre>
</div>
</content>
</entry>
<entry>
<title>Update build to the new no-snapshot build.</title>
<updated>2014-05-22T01:43:47+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2014-05-22T01:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=c1ea3e8b450778be3b366332664022e052f91aca'/>
<id>c1ea3e8b450778be3b366332664022e052f91aca</id>
<content type='text'>
Change-Id: Ifd2686d0014f2c8e1d716286c71203cdb6158a9f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifd2686d0014f2c8e1d716286c71203cdb6158a9f
</pre>
</div>
</content>
</entry>
<entry>
<title>Update project setup.</title>
<updated>2014-05-15T17:37:47+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2014-05-14T17:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=e081be4196835daa6dc1360259792f16bd37bd86'/>
<id>e081be4196835daa6dc1360259792f16bd37bd86</id>
<content type='text'>
Change-Id: Ie19bd3e33e6766daf72e288f570cd07c2328f8e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie19bd3e33e6766daf72e288f570cd07c2328f8e9
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to multi-platform builds</title>
<updated>2014-05-08T16:55:17+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2014-02-05T03:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=77dbf109875764be36441c166f6df51ea47808ae'/>
<id>77dbf109875764be36441c166f6df51ea47808ae</id>
<content type='text'>
Change-Id: I7d167dd2aff0514211032891459e17d615a39bd5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7d167dd2aff0514211032891459e17d615a39bd5
</pre>
</div>
</content>
</entry>
</feed>
