summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * New version of DroidSansFallbackBart Sears2012-02-152-0/+0
| | | | | | | | | | | | | | This version updates U+FE43 and U+FE44 to make them a bit wider. No other changes. Change-Id: I8f3544b42c21b3659520003bf1a81e574a31ad78
* | Adding shell commands for modifying content.Svetoslav Ganov2012-02-151-0/+1
|/ | | | | | | | | | | | | | 1. Added methods to the ActivityManagerService remote interface that allow accessing content providers outside of an application. These methods are guarded by an internal signature protected permission which is given to the shell user. This enables a shell program to access content providers. 2. Implemented a shell command that takes as input as standart fagls with values and manipulates content via the content provider mechanism. Change-Id: I2943f8b59fbab33eb623458fa01ea61a077b9845
* Build all font files as prebuilts.Ying Wang2012-02-132-31/+71
| | | | | | | Bug: 5972956 So that mm/mmm can be used to install all the font files. Change-Id: I9378e98b3a01d26680613e5738a270077bca0b64
* Adding a feature to indicate specific support for Bluetooth API.Dan Morrill2012-02-101-0/+19
|
* Fix bug #5968466 system running out of memory during WebView performance testFabrice Di Meglio2012-02-061-1/+0
| | | | | | - there can be only one Arabic "normal" fallback Change-Id: I07f8123be0988bbb5b2fb23cc3fbf13870ef36c0
* Revert back to DroidSansArabic font for SystemUIFabrice Di Meglio2012-02-023-0/+2
| | | | | | | - see bug #5957987 Revert to use DroidSansArabic instead of DroidNaskh font for Arabic Shaping in SystemUI - DroidNaskh was having FontMetrics not compatible with Roboto Change-Id: I9f3031c250f907c80f3992f71d929dc91686e1e5
* am bcce2a19: am da7b7700: Merge "Update to latest version of Roboto" into ↵Bart Sears2012-01-134-0/+0
|\ | | | | | | | | | | | | ics-mr1 * commit 'bcce2a195390c3f5fc235c3fa551d3d725a7f88a': Update to latest version of Roboto
| * Update to latest version of RobotoBart Sears2012-01-134-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5527891 U+0125 (h with Circumflex): Moved the Circumflex to not stick out beyond the left edge of the "h" U+0300, U+0301, U+0303, U+0309, U+030F, U+0323: Move to the left so that they can be composited. U+047C (Capital Omega with Titlo): Fixed the Titlo accent U+047D (Small Omega with Titlo): Fixed the Titlo accent U+048E (Capital ER with tick): Changed the tick to be diagonal U+2248 (Almost equal to): Added the glyph Change-Id: Ibcadcd008a58f42d8bd4238d768101d8bf726ff6
* | Add glyphs for Vertical TextBart Sears2012-01-122-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Adds U+FE10-U+FE19, U+2022, U+25C9, U+FE45, U+FE46 Also has an updated version of U+59A9 (this is a bug fix unrelated to the new Vertical Text glyphs). This is the second drop from Monotype. The first drop was missing U+FE11 and U+FE13 and had a few other minor issues. Bug: 5472953 Change-Id: I270ae3c88bf8ba227de58cdce7321464ca708308
* | Add glyphs for Vertical TextBart Sears2011-12-162-0/+0
| | | | | | | | | | | | | | | | | | | | Adds U+FE10-U+FE19, U+2022, U+25C9, U+FE45, U+FE46 Also has an updated version of U+59A9 (this is a bug fix unrelated to the new Vertical Text glyphs). Bug: 5472953 Change-Id: Ifbb030ddd86269b883a04eed024a939e507338c8
* | Emoji characters for AndroidBart Sears2011-12-133-0/+6
|/ | | | Change-Id: I887dca18bb5046a8390bf96c99d983d9c434648f
* Update Armenian and Georgian fontsRussell Brenner2011-12-072-0/+0
| | | | | | | | | | | New versions do not contain BCI hints, which were deleterious to rendering in TextView with these particular fonts. WebView does not use hints, and so TextView and WebView now render the same. Font versions are updated from 1.00 to 1.01. Bug: 5727604 Change-Id: Ib69318708994324caba36c10ac6159da70426d28
* Fix application launch shortcuts.Jeff Brown2011-11-291-4/+5
| | | | | | | | | | | | | | | | | Improved quick launch bookmarks to support category-based shortcuts instead of hardcoding package and class names for all apps. Added a set of Intent categories for typical applications on the platform. Added support for some of the HID application launch usages to reduce reliance on quick launch for special purpose keys. Some keyboard vendors have hardcoded launch keys that synthesize "Search + X" type key combos. The goal is to encourage them to stop doing this by implementing more of HID. Bug: 5674723 Change-Id: I79f1147c65a208efc3f67228c9f0fa5cd050c593
* Whoops, need to acquire lock.Dianne Hackborn2011-11-151-0/+1
| | | | | | | Also increase time between reports to try to reduce the amount of redundant spam we get. Change-Id: Iedd7d743826fffa62ee431073cb7dfb49a00cea0
* Add a sound-playing method to Camera API.Eino-Ville Talvala2011-11-104-0/+3
| | | | | | | | | | To allow applications with non-standard Camera use cases to use the platform sound files and routing, add a method to play any of the standard Camera sounds (shutter, autofocus, record start/stop) using a background thread. Bug: 5447107 Change-Id: I2524853a626e3ce334a7aad2f7de061d5c04abd0
* Various performance and other work.Dianne Hackborn2011-10-311-0/+1
| | | | | | | | | | | | | | | | | | - IME service now switches between visible and perceptible depending on whether it is being showm, allowing us to more aggressively free its memory when not shown. - The activity display time is no longer delayed by the activity transition animation. - New -R (repeat) option for launching activities with the am command. - Improved some documentation on Loader to be clear about some methods that apps should not normally call. - FrameworkPerf test now allows you to select individual tests to run. Change-Id: Id1f73de66dc93d63212183958a72119ad174318b
* am 28b3fd13: Merge "Correctly updating Roboto HHEA table" into ics-mr0Justin Ho2011-10-284-0/+0
|\ | | | | | | | | * commit '28b3fd136d713b4d94fc72113e1ff42637374d2a': Correctly updating Roboto HHEA table
| * Merge "Correctly updating Roboto HHEA table" into ics-mr0Justin Ho2011-10-274-0/+0
| |\
| | * Correctly updating Roboto HHEA tableJustin Ho2011-10-274-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5516773 The last change regressed a few glyphs since the wrong file was checked in Change-Id: I1f42c2ef9d57e840804d431183a07b0ed8640ea4
* | | am 777e682f: Merge "Add Lohit-Tamil.ttf and Lohit-Bengali.ttf to Fallback ↵Bart Sears2011-10-271-0/+10
|\ \ \ | |/ / | | | | | | | | | | | | | | | list" into ics-mr0 * commit '777e682f13c8874f60ca21cb9264ae26a9d19a40': Add Lohit-Tamil.ttf and Lohit-Bengali.ttf to Fallback list
| * | Add Lohit-Tamil.ttf and Lohit-Bengali.ttf to Fallback listBart Sears2011-10-261-0/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | Bug: 5370370 Lohit-Tamil.ttf and Lohit-Bengali.ttf were added to the system image in CL 4baaa05f0383bee670a0bebc177b94a1c119eab7 but did not get added to the fallback_fonts.xml file, so skia will never find these fonts. This CL will not increase the sysetm image size, it will simply let Skia find these fonts. Change-Id: I85b3c191c278181ee36a88841832dcfba0bab886
* | am ed124603: Merge "Updated Roboto HHEA table Bug: 5516773" into ics-mr0Justin Ho2011-10-264-0/+0
|\ \ | |/ | | | | | | * commit 'ed12460301cf0e04ac61993aaf1142f75f504814': Updated Roboto HHEA table Bug: 5516773
| * Merge "Updated Roboto HHEA table Bug: 5516773" into ics-mr0Justin Ho2011-10-264-0/+0
| |\
| | * Updated Roboto HHEA tableJustin Ho2011-10-264-0/+0
| | | | | | | | | | | | | | | | | | Bug: 5516773 Change-Id: Ia8da7be2be4345260dadb66b1abec1bd7cd66409
| * | Adding alternate sound set and corresponding mk fileJustin Ho2011-10-267-0/+67
| |/ | | | | | | | | | | Bug: 5502770 Change-Id: I245e6775417df9dfe493f9501542f2cc6aaeb0b4
* | Adding alternate sound set and corresponding mk fileJustin Ho2011-10-267-0/+67
| | | | | | | | | | | | Bug: 5502770 Change-Id: I245e6775417df9dfe493f9501542f2cc6aaeb0b4
* | am 1f182af9: Merge "Update Prime keyboard feedback sounds Tune notification ↵Justin Ho2011-10-263-4/+4
|\ \ | |/ | | | | | | | | | | sound Hojus Bug: 5416299" into ics-mr0 * commit '1f182af915164b72582e7ee669f125f7553857ac': Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299
| * Merge "Update Prime keyboard feedback sounds Tune notification sound Hojus ↵Justin Ho2011-10-253-4/+4
| |\ | | | | | | | | | Bug: 5416299" into ics-mr0
| | * Update Prime keyboard feedback soundsJustin Ho2011-10-253-4/+4
| | | | | | | | | | | | | | | | | | | | | Tune notification sound Hojus Bug: 5416299 Change-Id: I474a4e692f4132399ca35d1aa5ca9ccfd86af557
* | | merge ics-mr0Ed Heyl2011-10-254-0/+0
|\ \ \ | |/ / | | | | | | Change-Id: I4f0b2bb1b1136c9467e9d55f57f5333153cae65d
| * | Updated Roboto fontJustin Ho2011-10-254-0/+0
| |/ | | | | | | | | | | Bugs: 5462847, 5497556, 5502610 Change-Id: Ic4943bd05519f5fbf0cb2a818e2eb0625e01604d
* | am 9397f580: Merge "Add louder keypress sounds for different device ↵Justin Ho2011-10-204-0/+0
|\ \ | |/ | | | | | | | | | | configurations" into ics-mr0 * commit '9397f5807b5377c5edef99820614694cc7e05160': Add louder keypress sounds for different device configurations
| * Add louder keypress sounds for different device configurationsJustin Ho2011-10-204-0/+0
| | | | | | | | Change-Id: Ib5fe70e7b9d31efd8383e9d3351e33d08a3f7ae6
* | am a548b5cb: Merge "Removing Testudo and adding Themos ringtone Bug: ↵Justin Ho2011-10-183-1/+1
|\ \ | |/ | | | | | | | | | | 5416299" into ics-mr0 * commit 'a548b5cb82008d2d6629ab78ba775a24bff55040': Removing Testudo and adding Themos ringtone Bug: 5416299
| * Removing Testudo and adding Themos ringtoneJustin Ho2011-10-173-1/+1
| | | | | | | | | | | | Bug: 5416299 Change-Id: Ic3ab5d6fbfddf82f7a19f1579d96bd59ebf4d8d9
* | Merge "Remove non-module names from PRODUCT_PACKAGES"Ying Wang2011-10-111-3/+0
|\ \ | |/ |/|
| * Remove non-module names from PRODUCT_PACKAGESYing Wang2011-10-101-3/+0
| | | | | | | | | | | | | | | | Bug: 5430740 Those files are in PRODUCT_COPY_FILES but not modules that can be put in PRODUCT_PACKAGES. Change-Id: I9e2f60de7ac2e12e6880e1365a36615835ca747c
* | Resolved conflicts for merge of 83cf0313 to masterJustin Ho2011-10-106-8/+5
|\ \ | | | | | | | | | Change-Id: Ib66ee7e34d0c4d845004bce635ee1ef300d3b344
| * \ Merge "Ensuring previous sounds are named correctly Bug: 5416299" into ↵Hiroshi Lockheimer2011-10-106-8/+5
| |\ \ | | | | | | | | | | | | ics-factoryrom
| | * | Ensuring previous sounds are named correctlyJustin Ho2011-10-106-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5416299 Change-Id: I0f2cd229be02908553368d6ff19977a0ebd3e613
* | | | am 832c5485: Merge "Update screen lock/unlock sound Bug: 5416299" into ↵Justin Ho2011-10-104-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | ics-factoryrom * commit '832c54857519c405d7aa0d3bccfe74078f1a1abf': Update screen lock/unlock sound Bug: 5416299
| * | | Merge "Update screen lock/unlock sound Bug: 5416299" into ics-factoryromJustin Ho2011-10-104-0/+0
| |\ \ \
| | * | | Update screen lock/unlock soundJustin Ho2011-10-104-0/+0
| | |/ / | | | | | | | | | | | | | | | | | | | | Bug: 5416299 Change-Id: Icdb1d45ce2afd742cc89cfb8e53245a158d4c241
* | | | am 17249d64: Adding Pollux notification tone Bug: 5416299Justin Ho2011-10-102-0/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | * commit '17249d6472b85e669c1b854fc413888e78af6def': Adding Pollux notification tone Bug: 5416299
| * | Adding Pollux notification toneJustin Ho2011-10-102-0/+1
| |/ | | | | | | | | | | Bug: 5416299 Change-Id: I471977f1119c1afe314fa7539d8452fab5a4961e
* | Merge "Make symlinks for DroidSans.ttf and DroidSans-Bold.ttf"Ying Wang2011-10-061-27/+49
|\ \
| * | Make symlinks for DroidSans.ttf and DroidSans-Bold.ttfYing Wang2011-10-061-27/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5420351 Make the following symlinks: /system/fonts/DroidSans.ttf -> Roboto-Regular.ttf /system/fonts/DroidSans-Bold.ttf -> Roboto-Bold.ttf Change-Id: If9a74ef4ac2386cdb46d125fed8ce5771e872310