summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Clean up unnecessary backslashesArne Coucheron2013-07-034-7/+7
| | | | | | * Last line in a PRODUCT_COPY_FILES block shouldn't end with backslash Change-Id: I57b4914048a2a17ff98057844941898b682dbcd5
* Ringtones: Fix ANDROID_LOOP=true for ArgoNavis and Perseus ringtonesJorge Ruesga2013-06-232-0/+0
| | | | | | | | | | Add ANDROID_LOOP metatag to ArgoNavis and Perseus ringtones, removed in commit https://github.com/CyanogenMod/android_frameworks_base/commit/5d7c089cabe599c3c5614c53f5a94c8c2357340f Change-Id: I2fd05e73d68758867a17d2c3369cfeefc203ac5a JIRA: CYAN-1434 Issue: https://jira.cyanogenmod.org/browse/CYAN-1434 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Duplicate Media cleanupDanesh Mondegarian2013-05-079-12/+0
| | | | | | | Clean duplicate notifications and ringtones. JIRA : https://jira.cyanogenmod.org/browse/CYAN-292 Change-Id: Icab24ca455891c2347fd521e4d8c804cb024c51f
* Correct executable bit for source filesKenny Root2013-04-1327-0/+0
| | | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5 Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
* Add keymapping for select BT headsetsciwrl2013-03-241-0/+1
| | | | | | | | | Per CYAN-522, select BT headsets (e.g. Jabra Street, Jabra BT3030, etc) send key 159 for fast-forward button, instead of the expected key 208. Need's testing with affected BT devices. Change-Id: I06ba689f77dd1058fb82b1de9f72b4df59150cf9
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-156-7/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/java/android/os/Trace.java core/java/android/widget/Toast.java core/res/res/values-cs/strings.xml core/res/res/values-el/strings.xml core/res/res/values-iw/strings.xml core/res/res/values/config.xml core/res/res/values/symbols.xml media/java/android/media/AudioService.java packages/SystemUI/res/values-sv/strings.xml packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java packages/SystemUI/src/com/android/systemui/statusbar/policy/BatteryController.java packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java policy/src/com/android/internal/policy/impl/keyguard/KeyguardHostView.java policy/src/com/android/internal/policy/impl/keyguard/KeyguardMessageArea.java policy/src/com/android/internal/policy/impl/keyguard/KeyguardViewManager.java policy/src/com/android/internal/policy/impl/keyguard/KeyguardViewMediator.java services/java/com/android/server/NotificationManagerService.java services/java/com/android/server/power/ElectronBeam.java Change-Id: I60b8ddf20a1d7bcf9dc7b1a4ed841aaa4d953294
| * Play a tone when wireless charging begins.Jeff Brown2012-12-113-0/+1
| | | | | | | | | | | | | | | | | | | | | | Only plays a tone if the battery level is below 95% which is the same heuristic used when determining whether to turn the screen on. Use new low battery and wireless charging sounds on Mako. Bug: 7371658 Change-Id: Ia4527ec398d024ee418a4287e1fcbf0ec83bcc24
| * Merge "Fix for bug 7467609 Bad rendering of Telugu text" into jb-mr1.1-devRaph Levien2012-12-041-7/+9
| |\
| | * Fix for bug 7467609 Bad rendering of Telugu textRaph Levien2012-12-041-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change moves Telugu back before the fallback font. Previously it had been moved to after it because it contained incorrect mappings of a number of characters, including U+2212 and U+FFFD. These fonts have now been fixed. When placed after the Droid Sans Fallback font, the glyph count for complex script shaping exceeded the 2^16 limit, causing incorrect rendering. This patch depends on the fix for the Lohit-Telugu font. Change-Id: Ib1bc665a246c4ad65a0dea1c261df5696b440344
| * | Reorder tone mark and nikhahit in DroidSansThai.ttfRaph Levien2012-11-301-0/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for bug 6630331. This is a workaround for a shortcoming in the Thai shaper in Harfbuzz. De facto (but not documented) shaping rules dictate that a tone mark followed by a SARA AM should be rendered with the NIKHAHIT below the tone mark, rather than above it as would be indicated by a straightforward interpretation of the GSUB and GPOS rules. This patch adds an additional substitution of the form MAI THO + SARA AM -> NIKHAHIT + MAI THO + SARA AA. The three tone marks affected are MAI EK, MAI THO, and MAI CHATTAWA, based on an usage analysis of the Thai dictioary included in ICU. When we upgrade to harfbuzz-ng, we can revert this workaround. Change-Id: I209ed094e7c89ea7f6fd6e983d37e396c6da1f64
| * grant shell user EXPAND_STATUS_BAR permissionGuang Zhu2012-11-151-0/+1
| | | | | | | | | | Bug: 7555251 Change-Id: I68cebb26bcee060c56e124941f3ea9289ab2b3bf
* | FM Radio: Add support for FM Radio in AndroidAnurag Gupta2013-02-092-0/+40
| | | | | | | | | | | | | | | | | | | | | | Creating interface and framework for using FM Radio RX and TX from different vendors. Signed-off-by: Christian Bejram <christian.bejram@stericsson.com> Change-Id: I1a71aed01bfffdddfabf1cdfbfa3707cb1ed016b Conflicts: core/java/android/app/ContextImpl.java
* | Squashed commit of the theme engine support.Ricardo Cerqueira2012-11-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated 4.2 support for the old T-Mobile theme engine, as usual needs the provider and switcher apps installed as well. I'm finally dropping the 400+ commit history on this, since everybody else keeps picking it up from CM as a single patch anyway... But for the record, nothing of this would be possible without Josh, Ed, and the rest of the TMo guys who wrote and maintained it until 2.2: amit chabra <amit.chabra@t-mobile.com> Amit Kohli <amit.kohli@t-mobile.com> Chris Cogar <chriscogar@t-mobile.com> Dirk Sigurdson <dirk.sigurdson@t-mobile.com> Ed Carrigan <edward.carrigan@t-mobile.com> Gaurav Sharma <gaurav.sharma3@t-mobile.com> Hui Feng <hui.feng@t-mobile.com> John Ritz <john.ritz1@t-mobile.com> Josh Guilfoyle <josh.guilfoyle@t-mobile.com> Mark Roberts <mark.roberts48@t-mobile.com> Pankaj Kumar <Pankaj.kumar6@t-mobile.com> Samuel Cheung <samuel.cheung@t-mobile.com> Sergey Ten <sergey.ten6@t-mobile.com> Change-Id: I7148d51be48f28a2dc4bdf9ec9018f04b268ffc4
* | Remove references to removed notifications.Brian Beloshapka2012-11-191-2/+0
| | | | | | | | | | | | Remove references to files deleted by patch: http://review.cyanogenmod.com/#/c/16913/ Change-Id: Ic40ad7aa1cd43843effc4456c52b6c3fe52b7165
* | Remove duplicate notificationsciwrl2012-11-192-0/+0
| | | | | | | | | | | | | | | | | | | | Acrux=Antares and Bellatrix=Betelgeuse. I'm guessing these are duplicate due to differing names. I believe Antares and Betelgeuse are the names in AOSP, so leaving those two. Change-Id: Ie58b20039bb4343c9907fc5bc31e099fd942bb87
* | Audio: Organize, include only newer ringtonesAdam Farden2012-11-19252-508/+152
| | | | | | | | Change-Id: I8480bab6aee378db137630262015dcd14436aa12
* | Sounds: remove misplaced/duplicate fileRobert Burns2012-11-191-0/+0
| | | | | | | | Change-Id: I4b6cc606735b1bd56dcccc11472f42aa0e5ef76b
* | AudioPackage5 contains duplicated bad-case filenamesTanguy Pruvot2012-11-191-1/+1
|/ | | | | | | | Conflicts: data/sounds/AllAudio.mk Change-Id: Ie046a9faff5b1b71b6a09ec06aee679be909112a
* reduce camera sound volume.Eric Laurent2012-10-224-0/+0
| | | | | | | | | Reduce new video start and stop sounds volume to match camera shutter sound volume. Bug 7377030. Change-Id: Ic42b36f063006da30dd870fa5ed9c8c5361aa043
* New camera soundsEric Laurent2012-10-186-0/+0
| | | | | | | | Added new camera shutter, video start and video stop sounds. Bug 7377030. Change-Id: If2215042fe812280122de40fb6de31c1541adb0c
* Update Arabic fonts to remove Rial ligatureRaph Levien2012-10-172-0/+0
| | | | | | | | | | | | | | | | | | | | | This patch fixes bug 7309211 [ar][fa] Riyal ligature mistakenly on in Android Arabic fonts It also fixes a number of other problems in the normal (non-system ui) versions of the Naskh fonts, similar to the changes applied for the fix to bug 6872613, and makes those fonts more consistent with the system ui version. 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 Thanks to Roozbeh for the updated font data. Change-Id: I29aecba2ea62853a8ed3181c023c62a09e800def
* Merge "Add new tablet sound set Bug: 7351672" into jb-mr1-devJustin Ho2012-10-161-0/+47
|\
| * Add new tablet sound setJustin Ho2012-10-161-0/+47
| | | | | | | | | | | | Bug: 7351672 Change-Id: I9228d3f87729862f94727f99a179538551449881
* | Update alarm sounds and tune some ringtonesJustin Ho2012-10-1619-0/+64
|/ | | | | | | | Bug: 7351672 Bug: 5502770 Bug: 7312457 Change-Id: Iea0d674431b0fabbf7e9c4b30d9f08a6235cdc64
* New alarm ringtonesIsaac Katzenelson2012-10-1111-0/+70
| | | | | | | | | Bug: 7299078 Adding 2 new sound files, replacing 3 more. Added a new makefile with the 2 new files. Change-Id: I417dd6cfe8ae575fcb2cefbe4fd7f59b762c708b
* Add new ringtones/notifications for Occam.Dave Burke2012-10-116-0/+0
| | | | | Bug: 7312457 Change-Id: Id3a3a25d412b4f1441067e0d86d2bf30e10dd1b7
* Merge "Revert "Updating Roboto fonts with updated Cyrillic glyphs and fixes ↵Justin Ho2012-10-0514-0/+0
|\ | | | | | | to tabular numerals. Bug:7198855,7070912"" into jb-mr1-dev
| * Revert "Updating Roboto fonts with updated Cyrillic glyphs and fixes to ↵Justin Ho2012-10-0514-0/+0
| | | | | | | | | | | | | | | | tabular numerals. Bug:7198855,7070912" This reverts commit 0baa38065a0e3912f03e930fdda2e22f4a1a8c64 Change-Id: I716db7239f21e9b65ab2557135726778768064ba
* | Merge "Revert "Updated Roboto fonts with correct T comma accent encoding"" ↵Justin Ho2012-10-0514-0/+0
|\ \ | | | | | | | | | into jb-mr1-dev
| * | Revert "Updated Roboto fonts with correct T comma accent encoding"Justin Ho2012-10-0514-0/+0
| | | | | | | | | | | | | | | | | | This reverts commit 439b85ef9d9248c616ec474662edcd885618977c Change-Id: I53ce11b21401402f68896cd211d5781414596361
* | | Merge "Add multi user support for bluetooth" into jb-mr1-devMatthew Xie2012-10-041-0/+5
|\ \ \ | |/ / |/| |
| * | Add multi user support for bluetoothMatthew Xie2012-10-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Create a BLUETOOTH_STACK permission to share between all users of Bluetooth apk. Bluetooth Manager binds to apk of current user bug 6925422 Change-Id: I2df5546e977c2d77bc66d97d12479d933826922a
* | | Updated Roboto fonts with correct T comma accent encodingChristian Robertson2012-10-0414-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Roboto fonts fixing issue where Tcommaaccent and Tcedilla characters were encoded improperly (their values were switched). This patch addresses bug 7198855 and bug 7070912. Original was mistakenly submitted to master but should be applied to jb-mr1-dev instead. Also, this commit reverts the addition of RobotoCondensed-Light and its italic, for which we don't have any build file or XML metadata support. Change-Id: If1c592474f1f7199e98bb98edf4de6466b43fa51
* | | Merge "Updating Roboto fonts with updated Cyrillic glyphs and fixes to ↵Justin Ho2012-10-0414-0/+0
|\ \ \ | |/ / |/| / | |/ tabular numerals. Bug:7198855,7070912" into jb-mr1-dev
| * Updating Roboto fonts with updated Cyrillic glyphs and fixes to tabular ↵Christian Robertson2012-09-2514-0/+0
| | | | | | | | | | | | numerals. Bug:7198855,7070912 Change-Id: I652f234918b3f22ec25d120452a48dd1443184d9
* | Updating AndroidClock font to match the Roboto thin style for time display.Christian Robertson2012-09-271-0/+0
|/ | | | | | | The primary difference between the AndroidClock and Roboto-Thin fonts is that the new clock font defaults to variable width characters for better alignment on the lock screen. Bug:7206207 Change-Id: I8509324510ce01d0a73ab1bb6b730b5d646a462c
* 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