Obsolete
Status Update
Comments
th...@gmail.com <th...@gmail.com> #2
Forgot to mention running platform-tools 26.0.0. And Android "O" public beta
je...@gmail.com <je...@gmail.com> #3
Not to be "that guy" but is there any update on this? Any additional information needed?
vi...@gmail.com <vi...@gmail.com> #4
Project: platform/system/core
Branch: master
commit f806a3c303028014eec43894386fbfb117667684
Author: Josh Gao <jmgao@google.com>
Date: Fri Aug 18 18:25:44 2017
fastboot: gracefully handle failure to open a USB device on OS X.
High Sierra restricts opening some USB devices (e.g. the touchbar)
to processes that have specific entitlements. Ignore devices that we
can't open.
Bug:http://b/64292422
Test: manual
Change-Id: I6074b53a365b8d936610bafea60244f8bba1a33f
M fastboot/usb_osx.cpp
https://android-review.googlesource.com/461857
https://goto.google.com/android-sha1/f806a3c303028014eec43894386fbfb117667684
Branch: master
commit f806a3c303028014eec43894386fbfb117667684
Author: Josh Gao <jmgao@google.com>
Date: Fri Aug 18 18:25:44 2017
fastboot: gracefully handle failure to open a USB device on OS X.
High Sierra restricts opening some USB devices (e.g. the touchbar)
to processes that have specific entitlements. Ignore devices that we
can't open.
Bug:
Test: manual
Change-Id: I6074b53a365b8d936610bafea60244f8bba1a33f
M fastboot/usb_osx.cpp
es...@google.com <es...@google.com>
ku...@google.com <ku...@google.com>
uc...@google.com <uc...@google.com>
rp...@google.com <rp...@google.com> #5
Since OSX 10.13 is being released the 25th of September (in 5 days as of writing), is it possible to create a new Android Platform Tools release, so the impact can be as low as possible?
au...@gmail.com <au...@gmail.com> #6
Project: platform/system/core
Branch: sdk-release
commit 73f4670f380679ba5e6081968ba7ea992edf51b9
Author: Josh Gao <jmgao@google.com>
Date: Fri Aug 18 18:25:44 2017
fastboot: gracefully handle failure to open a USB device on OS X.
High Sierra restricts opening some USB devices (e.g. the touchbar)
to processes that have specific entitlements. Ignore devices that we
can't open.
Bug:http://b/64292422
Test: manual
Change-Id: I6074b53a365b8d936610bafea60244f8bba1a33f
(cherry picked from commit f806a3c303028014eec43894386fbfb117667684)
M fastboot/usb_osx.cpp
https://android-review.googlesource.com/489920
https://goto.google.com/android-sha1/73f4670f380679ba5e6081968ba7ea992edf51b9
Branch: sdk-release
commit 73f4670f380679ba5e6081968ba7ea992edf51b9
Author: Josh Gao <jmgao@google.com>
Date: Fri Aug 18 18:25:44 2017
fastboot: gracefully handle failure to open a USB device on OS X.
High Sierra restricts opening some USB devices (e.g. the touchbar)
to processes that have specific entitlements. Ignore devices that we
can't open.
Bug:
Test: manual
Change-Id: I6074b53a365b8d936610bafea60244f8bba1a33f
(cherry picked from commit f806a3c303028014eec43894386fbfb117667684)
M fastboot/usb_osx.cpp
rp...@google.com <rp...@google.com> #7
Thanks for the reminder, I'm kicking off the process now.
au...@gmail.com <au...@gmail.com> #8
Release process is still churning along, until then I've attached the binary we're planning to release that should work on 10.13.
ya...@gmail.com <ya...@gmail.com> #10
Sweet, thanks a bunch!
Description
1. Custom fonts are scaled according to JBUI.scale()
2. The editor font can be changed manually from the editor scheme settings (Editor > Colors & Fonts > Font)
3. Built-in fonts are scaled automatically by the Java runtime at startup, and there is no way for users to override the scaling factor in case the Java runtime algorithm does not "do the right thing". (On Linux, in particular, it can be tricky to figure out what the right thing is).
There should be a way to address #3, either with a custom property, or by automatically detecting that the built-in font size is not in sync with the other font size.