| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also remove the unused DroidSansFallbackLegacy.ttf.
Based on public bug report
https://code.google.com/p/android/issues/detail?id=71389.
The original glyphs were mistakenly swapped.
Following is the code that was run on the font:
import sys
from fontTools import ttLib
WHITE_KING = 0x2654
WHITE_QUEEN = 0x2655
BLACK_KING = 0x265A
BLACK_QUEEN = 0x265B
font_name = sys.argv[1]
font = ttLib.TTFont(font_name)
for table in font['cmap'].tables:
cmap = table.cmap
cmap[WHITE_KING], cmap[WHITE_QUEEN] = cmap[WHITE_QUEEN], cmap[WHITE_KING]
cmap[BLACK_KING], cmap[BLACK_QUEEN] = cmap[BLACK_QUEEN], cmap[BLACK_KING]
font.save(font_name+'-fixed')
Bug: 15643969
Change-Id: Iacee3d72ef8146016e15828f051822460ae2ff4e
|
|
|
|
|
| |
Bug: 15708701
Change-Id: I1cdd26798ace5eec24d09b9b5b49eb943edacbe9
|
|
|
|
|
| |
Bug: 15569561
Change-Id: I1b8f1a9dde0a15d9bb2aa2bbe92e8c6a46d8dfc6
|
|
|
|
|
|
|
| |
The fonts was missed during the update to Roboto v2.
Bug: 15475947
Change-Id: I134138bff27bb651c91f966e20d90626172bba58
|
|\
| |
| |
| |
| |
| |
| | |
lmp-preview-dev
* commit 'eb77dfe14d51243b78ac856b582d39cacc4cd9b9':
Fix broken macStyle flags on Roboto-MediumItalic
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is a fix for bug 15432929 "Seeing italics instead of bold"
The Roboto-MediumItalic font had macStyle of 3 (bold italic), which
caused it to be selected as a best match for a request of just bold.
This patch changes it to 2 (italic), leaving all else unchanged.
Change-Id: Ic28934904e11ca34cfede8429520d2d87aaf84cd
|
|\ \
| |/
| |
| |
| |
| |
| | |
values" into lmp-preview-dev
* commit 'dfc40743fda406614a2200a31e8a670b7fa46cd8':
Revert ascent/descent/lineGap of Roboto to Roboto v1 values
|
| |
| |
| |
| |
| |
| |
| | |
Everything else is left intact to minimize side effects.
Bug: 15309595, 15330620
Change-Id: I7f10bc093423132b037403aa3abd9304d788f32e
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: Ie21ba6550f62eb4797e0e51104b99c2a4a7c44d7
|
|/
|
|
|
|
|
|
| |
Fresh new revisions of our Roboto family of fonts, including family
aliases for sans-serif-medium and sans-serif-black. Enjoy!
Change-Id: I2337ccbd1767a7769deea885e0900f1ca4329779
Bug: 15170360
|
|
|
|
| |
Change-Id: I03f4fd74fb54571e2045b9289228150a348c994a
|
|
|
|
|
|
|
|
| |
This commit represents a mass update of the Noto Fonts project, including
support for a number of new scripts, and a number of fonts being moved from
Droid to Noto versions.
Change-Id: I163076c2c2e622520c016d2086d59efe2cf464f3
|
|\
| |
| |
| |
| | |
* commit 'e8628797833dfab1319d7a17f9ff465de760c633':
Map KEY_APPSELECT to APP_SWITCH.
|
| |\
| | |
| | |
| | |
| | | |
* commit '09446329b1afbbc8b56885e61ed66841b59532b2':
Map KEY_APPSELECT to APP_SWITCH.
|
| | |\
| | | |
| | | |
| | | |
| | | | |
* commit '52025796cd264fd8ba3851c8e42fd5508366456a':
Map KEY_APPSELECT to APP_SWITCH.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Iec801f2edfec9923aac088cb66663f64d62b3df6
Signed-off-by: Olivier Gay <ogay@logitech.com>
Signed-off-by: Mathieu Meisser <mmeisser@logitech.com>
|
| | |\ \
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | | |
font families."
* commit '3ce2b57d15d4afe330b728c3175b8bfb89c6890a':
Add casual/cursive/sans-serif-smallcaps font families.
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia8b05730a9b41b93006e678aba2d182748e56083
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This consolidates all of the information that was in the native
KeyEvent and the KeyLayout files into the managed KeyEvent class.
It also moves the definition for all of the key names to the native
side, rather than having them in both places.
Change-Id: I172e3b554e7eb52c79ae2ec406ef4332e8b25ffa
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ida72c48701bf0366f488f1c99ab17e0e5c45de78
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
build." into klp-modular-dev
* commit 'd89929db3e010eaa68d8f7c8227f95cdd4fb5179':
Add RobotoCondensed-Light to build.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'ec5b6e8726a215ff912bbbf872b8bdf600a74e1e':
Add RobotoCondensed-Light to build.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add RobotoCondensed-Light to build so that apps don't all need to include their
own copy.
Bug: 13087110
Change-Id: I55973a4ba2a68858b79271519a0ecc9c54f6b31e
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* commit 'ed28fc89e3085a88c6bd8b4269988150f3eceb56':
Utilize new Android LED constants. DO NOT MERGE
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also, have EventHub manage game controllers' player LEDs
Change-Id: Ic7dba19ad236a3c7d1aff5d3f938bd239b98d51d
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
"Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode.""" into klp-dev
* commit '74f36d31892d8fdfddbecc7bf3018aa3a190e5fb':
DO NOT MERGE Revert "Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode.""
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
PAUSE keycodes and remove PLAY_PAUSE keycode.""" into klp-dev
* commit 'c48c9626bd2eb91aab33a034baf139aa2b92671d':
DO NOT MERGE Revert "Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode.""
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
PLAY_PAUSE keycode.""
This reverts commit 371427b53c70d1a71012de404c29187fe303a22a.
bug:12099469
Change-Id: I497832b54856a9909fc8651ee67555e02e0e763e
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
KEYCODE_WAKEUP." into klp-modular-dev
* commit '9e3de5f70d77f7152b25fec6c27b73d037c1376d':
Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
klp-modular-dev
* commit '01b5e765e59c14cdfb62f1a8684e9116a46874d2':
Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These new keys behave in similarly to KEYCODE_POWER but do not
simply toggle between awake and asleep states.
Sleep puts the device to sleep if it is awake.
Wakeup wakes up the device if it is asleep.
Bug: 12938999
Change-Id: I260fb918cc858882fe06fa880910df5763a76c5d
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '78e208accebd68fd1dc634a57323cafa1143d6ed':
Add Odie KL file.
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* commit 'dd9f7cb2948af46047ab16d44c28a8f91948bdf5':
Add Odie KL file.
|
| | |/ /
| | | |
| | | |
| | | | |
Change-Id: I74cc90a3c66e876db51da8f9fd8ced3bac373032
|
| |\ \ \
| | |/ /
| | | /
| | |/
| |/|
| | |
| | | |
special case fallback keys." into klp-dev
* commit '9aa7c6e583ac18d6c338af8d478512c4ab5293b4':
Revert Japanese special case fallback keys.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reverts commits 4567e40eb04589d211af82f2dcb16cb3955c605e and
a977707d6e7006d11cfde045f187e777b31b9e04, which added special case fallbacks
for game controllers in the Japanese locale.
Bug: 12923922
Change-Id: I229126e589e11fb5de86772ef9c59d09723af941
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
casual/cursive/sans-serif-smallcaps font families."
* commit '533d300f9a4ac98661affe1deb9dca72306ada2b':
Add casual/cursive/sans-serif-smallcaps font families.
|
| |/
| |
| |
| |
| | |
Bug: 12384866
Change-Id: I7482d228279a63ea92cb605de314b2f7d0ad483f
|
| |
| |
| |
| |
| | |
Bug: 12923922
Change-Id: I4960d8189e751514a595823d7ed9b273e3ff8eb8
|
|\ \
| | |
| | |
| | | |
keycode."""
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 371427b53c70d1a71012de404c29187fe303a22a.
Change-Id: I497832b54856a9909fc8651ee67555e02e0e763e
|
| | |
| | |
| | |
| | | |
Change-Id: Ifb779c7730ed4b69325bf57aa7629c663ee4cb5c
|
| | |
| | |
| | |
| | | |
Change-Id: I950fd2df88b6100dce29e97fd1d9b292ed51fffe
|
|/ /
| |
| |
| |
| |
| |
| | |
Command:
oggenc --resample 48000 -o ogg/KeypressInvalid_48k.ogg KeypressInvalid.wav
Change-Id: I862ba47f41eee8b6668cd45b9322f164fd652a7f
|
|\ \
| |/
| |
| |
| |
| |
| | |
latest (softer) design" into klp-dev
* commit 'c5f317e48e0406a0303eb1303cee4c5da2c6272d':
Replace keyboard sounds with latest (softer) design
|
| |
| |
| |
| |
| |
| |
| |
| | |
Make AudioPackage8 (N7 v1) and AudioPackage9 (N10) more like
AudioPackage12_48 (N5).
Bug: 11158758
Change-Id: I55052218f62159fd90efb21be19e19509eb11afe
|
|\ \
| |/
| |
| |
| |
| |
| | |
more like AudioPackage12_48 (N5)" into klp-dev
* commit 'd3616c07f7a39efbf6a1e4c85ede57fe0214430f':
Make AudioPackage11 (N7 v2) more like AudioPackage12_48 (N5)
|
| |\
| | |
| | |
| | | |
klp-dev
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Replace keyboard and lock sounds with latest (softer) design.
Bug: 11158758
Change-Id: Ib02a0cbdecaaf7618f8806f84bc896912821b5f4
|