summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Updated versions of DroidSansFallbackBart Sears2012-09-243-0/+5
| | | | | | | | | | | | | | | | | | | | | Latest versions of DroidSansFallback from Monotype. The DroidSansFallback.ttf file has some additional glyphs and glyph fixes (including a fix for bug 6723057 and will likely fix bug 6629748). It continues to cover Korean Hangul but does not cover CJK Ext A (for space reasons on small system image devices). The DroidSansFallbackFull.ttf file has the bug fixes listed and also removes the Korean Hangul because we are now going to use NanumGothic for Korean (NanumGothic.ttf is added in a separate CL in the external/naver-fonts directory). The falback_fonts.xml file has been modified to add NanumGothic.ttf before DroidSansFallback. Bug: 4531601 Bug: 6723057 Bug: 6629748 Change-Id: I670d33078b4a97c4eda00fc2323be187696e927a
* Add Roboto Thin and Thin Italic fonts, as sans-serif-thin familyRaph Levien2012-09-185-0/+16
| | | | | | | | | | | | | | | | | | | This change adds the Roboto Thin and Thin Italic font variants, which are accessible through, for example, Typeface.create("sans-serif-thin", Typeface.NORMAL). The version checked in is Roboto_1.100150 as obtained from Christian. The other fonts in the family should probably be rev'ed as well, but that would be a separate change. I verified that the fonts work, that they're thin, that kerning and ligatures work, and that the "kern" table (redundant and bulky) is missing. This should close bug 7173069: Integrate roboto thin to support jb mr1 time displays Change-Id: I5c950a1843675668b83c005234b44abbe924d9fe
* Fix for bug 6872613 Need to revert back to a less hacky Arabic FontRaph Levien2012-09-121-0/+0
| | | | | | | | | | | | | | | | | | | | | | Roozbeh provided an updated Arabic system UI font which does positioning properly (using the GPOS mechanism, which is now fully supported in text rendering), as opposed to the old workaround of using GSUB combinations. It contains the following additional fixes: 1. Removed the new glyphs and relevant table fields created by GPOS2GSUB 2. [Kept empty glyphs for ZWSP, ZWNJ, and ZWJ] 3. Fixed a wrong GSUB substitution for Urdu Seven 4. Fixed shaping of U+06C1 HEH GOAL 5. Fixed shaping of U+06BA NOON GHUNNA 6. Removed the Rial ligature from the GSUB table 7. Tightened the Alef-Lam-Lam-Heh ligature in the GSUB table which was getting triggered too frequently This change just checks in the above work. I did a sanity-check verification that Arabic text still renders reasonably in the system UI, but did not check the above cases carefully. Change-Id: Ie5fb9fd78d21bbfcd62b86deb327a5a2ae9321c6
* Fix installing applications from non-primary users.Dianne Hackborn2012-08-271-1/+4
| | | | | | | | | | | | | | | | | We also now send the correct broadcasts to each user. You no longer need to be running the shell as root to be able to create/remove users. Also added some more man page material to the pm command, and got rid of a bunch of showUsage() calls that now make error messages completely buried because of how large the usage info has become. And the package manager now shows the user each historical broadcast was sent to. Change-Id: Iab42498e1352a0c023069139c80fc04d2d69ab4b
* DO NOT MERGE Han PreferenceBilly Hewlett2012-08-204-167/+10
| | | | | | | | | | | | | | | | Cherry-pick Ib5dd86950156c5a438f25c289acb839206bb455a from master. Data: label MTLmr3m with "ja" locale attribute, fallback_fonts-ja.xml removed, as we only need a single fallback font file Code: Add locale and variant to TextLayoutCache. Paint.java sets textLocale as the language (for example, "ja") rather than the language/locale concatenated (for example "ja_JP") This checkin, along with Change-Id: Id8c91ae0be6cad8a7ef77a0cd5803676290986c1, allows text view objects to set their locale dynamically and skia will use the correct font for the locale. Change-Id: Ieb60b0d7a39fcfef4f8ce90cd4f6065d33673710
* am 406ba831: am 5f61087e: Merge "Get rid of LOCAL_MODULE_TAGS := user"Joe Onorato2012-08-171-4/+0
|\ | | | | | | | | * commit '406ba83154ba17921bc524c479d3339448306fc5': Get rid of LOCAL_MODULE_TAGS := user
| * am 5f61087e: Merge "Get rid of LOCAL_MODULE_TAGS := user"Joe Onorato2012-08-171-4/+0
| |\ | | | | | | | | | | | | * commit '5f61087e26013ea2623aecb1783c74a57a9fa49c': Get rid of LOCAL_MODULE_TAGS := user
| | * Get rid of LOCAL_MODULE_TAGS := userJoe Onorato2012-08-161-4/+0
| | | | | | | | | | | | Change-Id: I1c4e67f935a7c511cda9980f4475dfd0272617a5
* | | am f52dcf32: am da9754e8: Merge "Fix issue #6860828 Non-root shell can\'t ↵Dianne Hackborn2012-07-241-0/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | grant permissions" into jb-dev * commit 'f52dcf32f2fba7c89bbd127c22f2ee2b933915c6': Fix issue #6860828 Non-root shell can't grant permissions
| * | Fix issue #6860828 Non-root shell can't grant permissionsDianne Hackborn2012-07-231-0/+6
| | | | | | | | | | | | | | | | | | | | | That, plus a few other permissions. Bug: 6860828 Change-Id: I69f0360471e4fd46e689388cd993e18c1e0bfb02
* | | Merge "Demoted Lohit-Telugu.ttf in fallback lists."Victoria Lease2012-07-182-8/+16
|\ \ \
| * | | Demoted Lohit-Telugu.ttf in fallback lists.Victoria Lease2012-07-172-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lohit-Telugu.ttf provides incorrect glyphs for U+FFBC-10007, masking fonts later in the fallback chain that provide correct glyphs for that range. I've temporarily demoted Lohit-Telugu in the fallback order so that this does not happen, and appended a comment that explains why. In the future, when we have our own Telugu font, we can place that with the rest of the Indic fonts in the fallback list. Bug: 6723057 Change-Id: I15fb06dcb7dd13289e226de01c36058134a1b7cb
* | | | Non persistent adapter servicefredc2012-07-161-0/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib13d5c77416e58161df0e04d7a15ec0dddbde8b5 Conflicts: core/java/android/bluetooth/BluetoothInputDevice.java Conflicts: core/java/com/android/internal/app/ShutdownThread.java services/java/com/android/server/SystemServer.java Conflicts: services/java/com/android/server/SystemServer.java services/java/com/android/server/pm/ShutdownThread.java
* | | am e7c08bcd: am 87f86e64: Merge "Replace AndroidEmoji.ttf for UI ↵Justin Ho2012-07-111-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | optimization" into jb-dev * commit 'e7c08bcd48b5025370f5858ac0b4bfc22b50980e': Replace AndroidEmoji.ttf for UI optimization
| * | Replace AndroidEmoji.ttf for UI optimizationJunichi Monma2012-07-111-0/+0
| |/ | | | | | | | | Bug: 6785630 Change-Id: Ie236c59704138263831930e3682a7ee9ac2f84b1
* | Revert "Revert "Elegant fonts for Webkit, Compact fonts for Textview (Data)""Billy Hewlett2012-06-212-2/+12
| | | | | | This reverts commit f49a19e96b721c89d4fe2f579f201b5c5ae86531
* | Revert "Elegant fonts for Webkit, Compact fonts for Textview (Data)"Billy Hewlett2012-06-212-12/+2
| | | | | | This reverts commit be97f1458bc90619ad68859dfdd0cb5f74daaa4d
* | Elegant fonts for Webkit, Compact fonts for Textview (Data)Billy Hewlett2012-06-202-2/+12
|/ | | | | | | | Font files are marked with elegant or compact in attributes. This is the data check for the code checkin with a similar title Bug: 6649136 Change-Id: Ie246ae0cff55c1e76c0f32012a740547274e8221
* Jelly Bean ringtoneJustin Ho2012-06-152-0/+0
| | | | | | Bug: 6619980 Change-Id: I717c66274d3efaafb0caa60204d311732c182268
* Remove Disco video from builds.Eino-Ville Talvala2012-06-132-6/+2
| | | | | Bug: 6294985 Change-Id: Idde6148b94a55a27740f3b4f82c2038272f06628
* Merge "Workaround for bug 6609605: Hindi rendering regression in WebView" ↵Raph Levien2012-06-081-0/+0
|\ | | | | | | into jb-dev
| * Workaround for bug 6609605: Hindi rendering regression in WebViewRaph Levien2012-06-081-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes the font data so that all anchor points are in absolute coordinates, rather than relative to outline points. With the workaround, we don't trigger the bug in the HarfBuzz/Skia integration that causes incorrect outline point data to be read. The font was prepared with FontForge. There's some risk of other problems, but I tested the font fairly carefully and it looks fine. (With a version prepared in TTX, the substitution of the different width forms of the ivowelsigndeva got broken, likely due to a TTX bug, as this seems to happen with roundtrip of unedited original). Change-Id: I3f6fffce91c3ea0695e6005b051bcf4e9b6f6361
* | Fix for U+0449 (lowercase shcha) glyph in Roboto Light. Bug: 6609392Christian Robertson2012-06-062-0/+0
| | | | | | | | Change-Id: Id320c0c73275dfc06282c5c7eec79824d2062665
* | add MINIMAL_FONT_FOOTPRINT configuration for PDKKeun young Park2012-06-061-40/+41
|/ | | | | | | | | - all non-latin fonts excluded - symlink used to create additional fonts Bug: 6540216 Change-Id: Id0909124dc1d71331bde3c5911c24eee5b1692a2
* Add support for switching between multiple keyboard layouts.Jeff Brown2012-05-202-0/+2
| | | | | | | | Also show a notification when an external keyboard is connected and does not have a keyboard layout selected yet. Bug: 6405203 Change-Id: Id0ac6d83b3b381f8a236b2244a04c9acb203db3c
* Add missing XML close tag. Fixes bug 6488238.Raph Levien2012-05-141-0/+1
| | | | Change-Id: Ic1197d0b8bece1595626a92f025cb7ae7e96163d
* Merge "Add fallback fonts for Malayalam, Kannada, and Telugu scripts" into ↵Victoria Lease2012-05-112-4/+33
|\ | | | | | | jb-dev
| * Add fallback fonts for Malayalam, Kannada, and Telugu scriptsVictoria Lease2012-05-082-4/+33
| | | | | | | | | | Bug: 6232193 Change-Id: If0ba9fd15560d2e5e91712b3f954f139d8c081b1
* | Fix bug #6480486 Zero width non-joiner and zero width joiner rendered weirdlyFabrice Di Meglio2012-05-111-0/+0
| | | | | | | | | | | | - add missing ZWS (uni200B), ZWNJ (uni200C), ZWJ (uni200D) Change-Id: I2e70bbaa855a75e0172c375cfcbc8544325030da
* | Add RobotoCondensed family and optimized Roboto Light.Raph Levien2012-05-1013-0/+19
| | | | | | | | | | | | | | This adds the Roboto Condensed family (with the name sans-serif-condensed, for consistency with existing family names). Change-Id: Ied2c509ebbb2b3b8637c659e62c9a821b6941eaa
* | Add Roboto Light and Light italic fonts, as sans-serif-light familyRaph Levien2012-05-095-0/+14
|/ | | | Change-Id: Ibbdd7a74f3731c8e9c9fe60ce04a179c081bc09c
* Add Droid Devanagari/Tamil fonts.Victoria Lease2012-05-077-4/+26
| | | | | | | | | | | | These fonts are replacements for the Lohit Devanagari/Tamil fonts. We need to fit Devanagari onto all builds, so we only provide a single, regular-weight font there, but Tamil is omitted for SMALLER_FONT_FOOTPRINT builds and gets UI/non-UI and Regular/Bold weight versions. The UI versions of the fonts are used for UI/system display, and the non-UI versions are used only by WebView. Bug: 6318791 Change-Id: I50ff6ec4bb428c0ac30049273f03a94de05b0c4f
* Update Arabic font for SystemUIFabrice Di Meglio2012-05-046-4/+4
| | | | | | | - bug #5987379 Need an Arabic font with metrics "compatible" with Roboto - use the Alt version with GSUB optimizations Change-Id: I4d8c62cab37a7b010abab602c39899084d347fdc
* Update DroidNashk to version 1.10Steve Block2012-04-261-0/+0
| | | | | | | This is the latest drop (ver 1.10) of DroidNaskhShiftAlt.ttf from Monotype. Bug: 5987379 Change-Id: I68a4dc89e3bb98e9d326eb9de196c1017503635b
* Map KEY_SELECT to DPAD_CENTER.Jeff Brown2012-04-251-1/+1
| | | | Change-Id: If387be6b233db2222347e39e9edb3ad886e936a3
* Improve handling of certain keyboard layout properties.Jeff Brown2012-04-182-230/+217
| | | | | | | | | | | | | | | Automatically choose a default value for the 'number' property based on the characters that the key can generate. Don't generate any character when ctrl, alt or meta is pressed unless the behavior exactly matches the modifier keys that are pressed. Simplified the basic keyboard layouts taking into account the new features. Bug: 6110399 Change-Id: Ibc0f0b50c2dcf3f962a33ac77c24d2993b77637d
* Try out the latest SystemUI version of DroidNaskhBart Sears2012-04-171-0/+0
| | | | | | | | | This is the latest drop (ver 1.00) of DroidNaskhShifAlt.ttf from Monotype. Checking it in so we can see if there is any clipping. Bug: 5987379 Change-Id: I25697e64c1643dc4d36fe4ff6a407549c1165d60
* Include ALL the audio packagesJean-Baptiste Queru2012-04-131-0/+2
| | | | Change-Id: I4a7bedcaf8a9eccbabdfef4ebee46ee4e356b04e
* Add new Arabic font for SystemUIFabrice Di Meglio2012-04-125-4/+4
| | | | | | | - still work in progress - bug #5987379 Change-Id: I0a7f7437c9061eab0abc9d5979c947eb5511992a
* Merge "Add Japanese to fallback fonts"Russell Brenner2012-04-034-6/+128
|\
| * Add Japanese to fallback fontsRussell Brenner2012-04-034-6/+128
| | | | | | | | | | | | | | | | | | | | On devices with adequate space, add MTLmr3m.ttf (Japanese) to the set of fallback fonts. By default, DroidSansFallback (Chinese) is given priority over MTLmr3m. If the locale is changed to Japanese, the priority is reversed. Bug: 6272763 Change-Id: I785a927d6dff0206aa9a670c51fdad76e219fc97
* | Add Japanese specific key codes.Yang Chuang2012-04-021-8/+8
|/ | | | | | | | | These keys are specific to Japanese hardware keyboard which can be used by input method. Patch ported from AOSP, with the addition of EISU and KANA mappings. Change-Id: I647473cdd257458e3b9d134b0fc623eae946c3e0
* move hardware feature definitionsColin Cross2012-03-2632-760/+0
| | | | | | | Move the hardware feature xml files from frameworks/base/data/etc to frameworks/native/data/etc. Change-Id: If7dc9d68c0c57516adb8e863b68c8252abd6014c
* Improved comments for vendor fonts xmlRussell Brenner2012-03-221-3/+28
| | | | Change-Id: I9dd7c8971df0a2862de316e096c1b6d60658814a
* Merge "Add notes about switching languages"Russell Brenner2012-03-142-0/+18
|\
| * Add notes about switching languagesRussell Brenner2012-03-132-0/+18
| | | | | | | | | | | | | | | | Fallback and vendor font configuration files now describe how to customize font setup for Han languages (Chinese, Japanese, Korean). Bug: 5873170 Change-Id: Id27cce9a6ba2b6ce61b221342dabdd1b40962933
* | Add new READ_EXTERNAL_STORAGE permission.Dianne Hackborn2012-03-121-0/+4
|/ | | | | | Also adds some initial compatibility code for dealing with it. Change-Id: I104bff11798349e4aaa6da9b7be787b257daa1bb
* Update AndroidEmoji to version 1.01Bart Sears2012-02-281-0/+0
| | | | | | | | | | | | | The following four glphys were in version 1.0, but were at the wrong Unicode points (F1238-A & F1250). This version moves these glyphs to the correct Unicode locations (1F238-A & 1F250). SQUARED CJK UNIFIED IDEOGRAPH-7533: U+F1238 --> U+1F238 SQUARED CJK UNIFIED IDEOGRAPH-5272: U+F1239 --> U+1F239 SQUARED CJK UNIFIED IDEOGRAPH-55B6: U+F123A --> U+1F23A CIRCLED IDEOGRAPH ADVANTAGE: U+F1250 --> U+1F250 Change-Id: I20c40ec4c7fbe960bb264985686c0a17ad8d4a5e
* Update DroidNaskh fontBart Sears2012-02-162-0/+0
| | | | | | | | | | | | | | | Monotype has released a new version of DroidNaskh. This version has *no* changes in any of the glyphs. The change is to remove the following tables from the .ttf files. These tables are not used by Android and are not included in any of our other Droid font files. These tables are not part of the TrueType Font file specification. Removing these tables reduces the size of the font files from ~370K to ~93K. Monotype did not bump the version because there were no user visible changes. ASCP and TSI0 through TSI5 Change-Id: I4f9ce63b60353e2c3b6378929fba0ed9ced456e5
* Merge "New version of DroidSansFallback"Bart Sears2012-02-162-0/+0
|\