summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Swap the chess king and queen glyphs in Droid Sans Fallback.Roozbeh Pournader2014-06-183-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add Cherokee, Canadian Aboriginal Syllabics, and Yi fonts.Roozbeh Pournader2014-06-171-0/+15
| | | | | Bug: 15708701 Change-Id: I1cdd26798ace5eec24d09b9b5b49eb943edacbe9
* use Noto Sans CJK fonts for EXTENDED_FONT_FOOTPRINT buildsVictoria Lease2014-06-162-7/+33
| | | | | Bug: 15569561 Change-Id: I1b8f1a9dde0a15d9bb2aa2bbe92e8c6a46d8dfc6
* Add Roboto Black Italic.Roozbeh Pournader2014-06-114-0/+4
| | | | | | | The fonts was missed during the update to Roboto v2. Bug: 15475947 Change-Id: I134138bff27bb651c91f966e20d90626172bba58
* am eb77dfe1: Merge "Fix broken macStyle flags on Roboto-MediumItalic" into ↵Raph Levien2014-06-051-0/+0
|\ | | | | | | | | | | | | lmp-preview-dev * commit 'eb77dfe14d51243b78ac856b582d39cacc4cd9b9': Fix broken macStyle flags on Roboto-MediumItalic
| * Fix broken macStyle flags on Roboto-MediumItalicRaph Levien2014-06-051-0/+0
| | | | | | | | | | | | | | | | | | | | 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
* | am dfc40743: Merge "Revert ascent/descent/lineGap of Roboto to Roboto v1 ↵Raph Levien2014-06-0217-0/+0
|\ \ | |/ | | | | | | | | | | values" into lmp-preview-dev * commit 'dfc40743fda406614a2200a31e8a670b7fa46cd8': Revert ascent/descent/lineGap of Roboto to Roboto v1 values
| * Revert ascent/descent/lineGap of Roboto to Roboto v1 valuesRoozbeh Pournader2014-06-0217-0/+0
| | | | | | | | | | | | | | Everything else is left intact to minimize side effects. Bug: 15309595, 15330620 Change-Id: I7f10bc093423132b037403aa3abd9304d788f32e
* | Merge "Add layout for OnLive controller with USB adapter"Michael Wright2014-05-301-0/+35
|\ \ | |/ |/|
| * Add layout for OnLive controller with USB adapterMichael Wright2014-05-301-0/+35
| | | | | | | | Change-Id: Ie21ba6550f62eb4797e0e51104b99c2a4a7c44d7
* | Roboto v2Victoria Lease2014-05-2320-0/+28
|/ | | | | | | | 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
* Add KL file for Logitech F310Michael Wright2014-05-211-0/+36
| | | | Change-Id: I03f4fd74fb54571e2045b9289228150a348c994a
* update noto fontsVictoria Lease2014-05-1318-45/+63
| | | | | | | | 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
* am e8628797: am 09446329: am 52025796: Merge "Map KEY_APPSELECT to APP_SWITCH."Michael Wright2014-05-021-0/+2
|\ | | | | | | | | * commit 'e8628797833dfab1319d7a17f9ff465de760c633': Map KEY_APPSELECT to APP_SWITCH.
| * am 09446329: am 52025796: Merge "Map KEY_APPSELECT to APP_SWITCH."Michael Wright2014-05-021-0/+2
| |\ | | | | | | | | | | | | * commit '09446329b1afbbc8b56885e61ed66841b59532b2': Map KEY_APPSELECT to APP_SWITCH.
| | * am 52025796: Merge "Map KEY_APPSELECT to APP_SWITCH."Michael Wright2014-05-021-0/+2
| | |\ | | | | | | | | | | | | | | | | * commit '52025796cd264fd8ba3851c8e42fd5508366456a': Map KEY_APPSELECT to APP_SWITCH.
| | | * Map KEY_APPSELECT to APP_SWITCH.Olivier Gay2014-05-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iec801f2edfec9923aac088cb66663f64d62b3df6 Signed-off-by: Olivier Gay <ogay@logitech.com> Signed-off-by: Mathieu Meisser <mmeisser@logitech.com>
| | * | am 3ce2b57d: am 9404752d: Merge "Add casual/cursive/sans-serif-smallcaps ↵Victoria Lease2014-03-111-1/+28
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | font families." * commit '3ce2b57d15d4afe330b728c3175b8bfb89c6890a': Add casual/cursive/sans-serif-smallcaps font families.
* | | | Improve Gamepad fallbacks for text entry.Michael Wright2014-04-291-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ia8b05730a9b41b93006e678aba2d182748e56083
* | | | Move key attribute information into KeyEvent.Michael Wright2014-04-285-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Add Fire TV remote key layout.Tim Kilbourn2014-04-181-0/+27
| | | | | | | | | | | | | | | | Change-Id: Ida72c48701bf0366f488f1c99ab17e0e5c45de78
* | | | am d89929db: am c635ef99: am ec5b6e87: Merge "Add RobotoCondensed-Light to ↵Justin Koh2014-03-255-0/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | build." into klp-modular-dev * commit 'd89929db3e010eaa68d8f7c8227f95cdd4fb5179': Add RobotoCondensed-Light to build.
| * | | am ec5b6e87: Merge "Add RobotoCondensed-Light to build." into klp-modular-devJustin Koh2014-03-255-0/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'ec5b6e8726a215ff912bbbf872b8bdf600a74e1e': Add RobotoCondensed-Light to build.
| | * | | Add RobotoCondensed-Light to build.Justin Koh2014-03-255-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add RobotoCondensed-Light to build so that apps don't all need to include their own copy. Bug: 13087110 Change-Id: I55973a4ba2a68858b79271519a0ecc9c54f6b31e
| * | | | am ed28fc89: Utilize new Android LED constants. DO NOT MERGEMichael Wright2014-03-111-0/+13
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'ed28fc89e3085a88c6bd8b4269988150f3eceb56': Utilize new Android LED constants. DO NOT MERGE
| | * | | Utilize new Android LED constants. DO NOT MERGEMichael Wright2014-03-111-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, have EventHub manage game controllers' player LEDs Change-Id: Ic7dba19ad236a3c7d1aff5d3f938bd239b98d51d
| * | | | am 74f36d31: am c48c9626: am 82ec1442: Merge "DO NOT MERGE Revert "Revert ↵Zhihai Xu2014-03-111-2/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | "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.""
| | * | | am c48c9626: am 82ec1442: Merge "DO NOT MERGE Revert "Revert "Add PLAY and ↵Zhihai Xu2014-03-111-2/+2
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | 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.""
| | | * | DO NOT MERGE Revert "Revert "Add PLAY and PAUSE keycodes and remove ↵Zhihai Xu2014-03-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PLAY_PAUSE keycode."" This reverts commit 371427b53c70d1a71012de404c29187fe303a22a. bug:12099469 Change-Id: I497832b54856a9909fc8651ee67555e02e0e763e
* | | | | am 9e3de5f7: am 6f9f8e7a: am 01b5e765: Merge "Declare KEYCODE_SLEEP and ↵Jeff Brown2014-03-081-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | KEYCODE_WAKEUP." into klp-modular-dev * commit '9e3de5f70d77f7152b25fec6c27b73d037c1376d': Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.
| * | | | am 01b5e765: Merge "Declare KEYCODE_SLEEP and KEYCODE_WAKEUP." into ↵Jeff Brown2014-03-071-2/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | klp-modular-dev * commit '01b5e765e59c14cdfb62f1a8684e9116a46874d2': Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.
| | * | | Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.Jeff Brown2014-03-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | am 78e208ac: am 6b661fdc: am dd9f7cb2: Add Odie KL file.Michael Wright2014-03-061-0/+42
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '78e208accebd68fd1dc634a57323cafa1143d6ed': Add Odie KL file.
| * | | | am dd9f7cb2: Add Odie KL file.Michael Wright2014-03-061-0/+42
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'dd9f7cb2948af46047ab16d44c28a8f91948bdf5': Add Odie KL file.
| | * | | Add Odie KL file.Michael Wright2014-03-051-0/+42
| | |/ / | | | | | | | | | | | | Change-Id: I74cc90a3c66e876db51da8f9fd8ced3bac373032
| * | | am 9aa7c6e5: am e4a71792: am 4448f9d7: am c5dea68e: Merge "Revert Japanese ↵Michael Wright2014-03-061-1/+125
| |\ \ \ | | |/ / | | | / | | |/ | |/| | | | | | | special case fallback keys." into klp-dev * commit '9aa7c6e583ac18d6c338af8d478512c4ab5293b4': Revert Japanese special case fallback keys.
| | * Revert Japanese special case fallback keys.Michael Wright2014-02-261-1/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reverts commits 4567e40eb04589d211af82f2dcb16cb3955c605e and a977707d6e7006d11cfde045f187e777b31b9e04, which added special case fallbacks for game controllers in the Japanese locale. Bug: 12923922 Change-Id: I229126e589e11fb5de86772ef9c59d09723af941
* | | am 533d300f: am 268088ee: am 3ce2b57d: am 9404752d: Merge "Add ↵Victoria Lease2014-03-041-1/+28
|\ \ \ | |/ / | | | | | | | | | | | | | | | casual/cursive/sans-serif-smallcaps font families." * commit '533d300f9a4ac98661affe1deb9dca72306ada2b': Add casual/cursive/sans-serif-smallcaps font families.
| * | Add casual/cursive/sans-serif-smallcaps font families.Victoria Lease2014-03-031-1/+28
| |/ | | | | | | | | Bug: 12384866 Change-Id: I7482d228279a63ea92cb605de314b2f7d0ad483f
* | Remove Japanese button swapMichael Wright2014-02-141-1/+125
| | | | | | | | | | Bug: 12923922 Change-Id: I4960d8189e751514a595823d7ed9b273e3ff8eb8
* | Merge "Revert "Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE ↵Zhihai Xu2014-01-101-2/+2
|\ \ | | | | | | | | | keycode."""
| * | Revert "Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode.""Zhihai Xu2014-01-071-2/+2
| | | | | | | | | | | | | | | | | | This reverts commit 371427b53c70d1a71012de404c29187fe303a22a. Change-Id: I497832b54856a9909fc8651ee67555e02e0e763e
* | | Fix Rhodi KL file axesMichael Wright2014-01-081-4/+4
| | | | | | | | | | | | Change-Id: Ifb779c7730ed4b69325bf57aa7629c663ee4cb5c
* | | Add Rhodi kl fileMichael Wright2013-12-181-0/+42
| | | | | | | | | | | | Change-Id: I950fd2df88b6100dce29e97fd1d9b292ed51fffe
* | | KeypressInvalid_48k.ogg was 44.1 kHz previouslyGlenn Kasten2013-11-191-0/+0
|/ / | | | | | | | | | | | | Command: oggenc --resample 48000 -o ogg/KeypressInvalid_48k.ogg KeypressInvalid.wav Change-Id: I862ba47f41eee8b6668cd45b9322f164fd652a7f
* | am c5f317e4: am 1b21665b: am c32d89f6: Merge "Replace keyboard sounds with ↵Glenn Kasten2013-11-132-10/+10
|\ \ | |/ | | | | | | | | | | latest (softer) design" into klp-dev * commit 'c5f317e48e0406a0303eb1303cee4c5da2c6272d': Replace keyboard sounds with latest (softer) design
| * Replace keyboard sounds with latest (softer) designGlenn Kasten2013-11-132-10/+10
| | | | | | | | | | | | | | | | Make AudioPackage8 (N7 v1) and AudioPackage9 (N10) more like AudioPackage12_48 (N5). Bug: 11158758 Change-Id: I55052218f62159fd90efb21be19e19509eb11afe
* | am d3616c07: am adfbc5b2: am 8a0d133c: Merge "Make AudioPackage11 (N7 v2) ↵Glenn Kasten2013-11-121-7/+7
|\ \ | |/ | | | | | | | | | | more like AudioPackage12_48 (N5)" into klp-dev * commit 'd3616c07f7a39efbf6a1e4c85ede57fe0214430f': Make AudioPackage11 (N7 v2) more like AudioPackage12_48 (N5)
| * Merge "Make AudioPackage11 (N7 v2) more like AudioPackage12_48 (N5)" into ↵Glenn Kasten2013-11-121-7/+7
| |\ | | | | | | | | | klp-dev
| | * Make AudioPackage11 (N7 v2) more like AudioPackage12_48 (N5)Glenn Kasten2013-11-081-7/+7
| | | | | | | | | | | | | | | | | | | | | Replace keyboard and lock sounds with latest (softer) design. Bug: 11158758 Change-Id: Ib02a0cbdecaaf7618f8806f84bc896912821b5f4