summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Cleaner Tejat notification in Audio Package 11Jean-Michel Trivi2013-07-173-1/+1
| | | | | | | | | | Add a reworked version of "Tejat", at 48kHz. The original asset is "/data/sounds//notifications/wav/Deneb.wav". Use this new version in Audio Package 11 under its original name. Bug 9900161 Change-Id: I4d7c73715db4e52f5c89aeca726f8b314e0895d5
* Fix up device sounds.Dave Burke2013-05-281-0/+65
| | | | | Bug: 9179812 Change-Id: Ie86287487830c06f38bcc5c0e8bab3da225d6bbf
* Add DPad keys to PlaypadMichael Wright2013-04-261-0/+4
| | | | Change-Id: If274aa7e9d5e4988cf613ea9a16584c413ded8dd
* Fix keylayouts to use BACK instead of incorrect BUTTON_BACK.Michael Wright2013-04-2313-25/+41
| | | | | | | | Fix duplicate keys in a couple of the onza controllers. Also, add them to the Makefile so they actually get included in the build. Bug: 8292749 Change-Id: I8246155f84d0c3c75b21e37fb579227fda76e197
* Standardize gamepad layouts on existing controllersMichael Wright2013-04-1718-7/+543
| | | | | Bug: 8292749 Change-Id: I24bae8c9229125fcdd583d74b29f4334ddff782e
* Fix for bug 8574856 - bad metrics in Roboto ItalicRaph Levien2013-04-101-0/+0
| | | | | | | | | | | | The last update to Roboto Italic has a stray point in delta.alt with a y value of -11299. This causes metrics to give too much vertical space in some cases. This is a "hot patch" fix, with the stray point deleted using TTX. We want to fix the font upstream as well, but this should fix things in the mean time. Change-Id: I08edae96f69753b2d46dfc3fd1cc3b9176dcb5ad
* Update Droid SerifRaph Levien2013-04-084-0/+0
| | | | | | | | | This patch updates the Droid Serif fonts to version 20130131. This fixes bug 6180699 and should expand the range of combining marks (e.g. Polytonic Greek, African, Canadian aboriginal languages) significantly. Change-Id: I31975d0b35f5164b2da9fd7a5df0474aaed3ed5c
* Merge "Update Roboto to version 1.200311" into jb-mr2-devRaph Levien2013-04-0512-0/+0
|\
| * Update Roboto to version 1.200311Raph Levien2013-04-0312-0/+0
| | | | | | | | | | | | | | | | | | | | This updates Roboto to the latest version. This change should fix a number of problems, including bug 7306377 (vietnamese o with horn), bug 6679075 (vietnamese u+1ee1), bug 7568194 (cyrillic yeru), and is also on the critical path of bug 7291977 (t comma accent), bug 8278292 (E ogonek) and likely others. Change-Id: Ife3db2aec4784a54cfe0287b61eac8339c198c71
* | Update list of all audio files.Jean-Baptiste Queru2013-04-032-11/+278
| | | | | | | | | | | | | | | | | | | | This adds a script that can generate the list from the other makefiles. This also regenerates the list. Bug: 6336895 Change-Id: If1546c4a3f5b1f0d7c3ca79d29383e9843b2a89d
* | Rename DroidNaskh UI fontRaph Levien2013-03-294-3/+3
|/ | | | | | | Renames DroidNaskh-Regular-SystemUI to DroidNaskhUI-Regular to be consistent with naming scheme for Noto fonts. Change-Id: I3319ee5cd85360c85b0523bd932d461eb05d1b18
* Switch indic fonts to NotoRaph Levien2013-03-281-6/+34
| | | | | | | | | | | | This change switches from the older (cibu and lohit) Indic fonts to the new Noto fonts. All the new fonts come in both normal and bold weights, and with system ui (more compact vertical metrics, to match Roboto) variants as well as normal. The fonts have been tested on a phone (Galaxy Nexus) and seem to work, but should be more carefully evaluated by native speakers. Change-Id: Ib0a10ee5a130bab258ff198e22b8304e00141073
* Camera and MediaRecorder: Support AppOpsEino-Ville Talvala2013-02-251-0/+1
| | | | | | | | - Allow media processes to update AppOps state - Pass package name to media services Bug: 8181262 Change-Id: I115d39f0b306cb9eb7cd3d3e663c680b7322fd3f
* Merge "Fix default behavior for gamepad buttons"Michael Wright2013-02-152-8/+8
|\
| * Fix default behavior for gamepad buttonsMichael Wright2013-02-122-8/+8
| | | | | | | | | | Bug: 8183679 Change-Id: Iaac33979828f18b1b8b6b111cd07b029384519ec
* | App ops: cleanup, handle root and shell, perms.Dianne Hackborn2013-02-111-65/+0
|/ | | | | | | | | | | | | | | | | | | | Rework how the shell user is defined so that it is associated with an actual apk, instead of being a free roaming uid with special permissions assigned to it. This allows us to correctly account for its operations in app ops. Implement a special case for the root user in app ops -- it is always allowed, always with the package name "root". Add various code to take care of cleaning up package state from app ops -- when packages are uninstalled, and during boot if any packages currently being stored no longer exist. Also fix a bug in the activity manager to correctly grant permissions in all cases when onNewIntent() is being called. Change-Id: Iae9f6d793ee48b93518c984ad957e46ae4582581
* Add initial plumbing for brightness keysMichael Wright2013-02-012-4/+7
| | | | Change-Id: I595e8a25e6c245e4b22f06df9a8acdbb75e4b041
* am 9c4ba4fe: am b616f0c2: add android.permission.LOOP_RADIO for access to ↵Doug Zongker2013-01-291-0/+4
|\ | | | | | | | | | | | | | | loop radio device # Via Android Git Automerger (1) and Doug Zongker (1) * commit '9c4ba4fe752b131b01aa402389c96eb8f24764b8': add android.permission.LOOP_RADIO for access to loop radio device
| * am b616f0c2: add android.permission.LOOP_RADIO for access to loop radio deviceDoug Zongker2013-01-291-0/+4
| |\ | | | | | | | | | | | | | | | # Via Doug Zongker * commit 'b616f0c239ad61f818741909821b86aceff60b60': add android.permission.LOOP_RADIO for access to loop radio device
| | * add android.permission.LOOP_RADIO for access to loop radio deviceDoug Zongker2013-01-291-0/+4
| | | | | | | | | | | | Change-Id: I811d70fa67aa758122678809f32b8aade42ced0f
* | | Merge "Turn off execute bit for ordinary media files"Glenn Kasten2012-12-179-0/+0
|\ \ \
| * | | Turn off execute bit for ordinary media filesGlenn Kasten2012-11-159-0/+0
| | | | | | | | | | | | | | | | Change-Id: Idbb4f793307d4e1c4af289f855bd4a1a781722db
* | | | resolved conflicts for merge of d7337fb9 to masterJeff Brown2012-12-113-0/+1
|\ \ \ \ | | |/ / | |/| | | | | | Change-Id: I51dedcc5ee521e62ad6101c0b09e4f881b8c4bf0
| * | | am 3781523b: am eaae7d97: Merge "Play a tone when wireless charging begins." ↵Jeff Brown2012-12-113-0/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | into jb-mr1.1-dev * commit '3781523becbb2d576761c2701763ff3588294a97': Play a tone when wireless charging begins.
| | * | 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
* | | | am 8a3def6e: am 0da0d337: am a7acb4b9: Merge "Fix for bug 7467609 Bad ↵Raph Levien2012-12-051-7/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | rendering of Telugu text" into jb-mr1.1-dev * commit '8a3def6ef9d6c16e25ba4927f5b23081e8dd0cc8': Fix for bug 7467609 Bad rendering of Telugu text
| * | | am 0da0d337: am a7acb4b9: Merge "Fix for bug 7467609 Bad rendering of Telugu ↵Raph Levien2012-12-041-7/+9
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | text" into jb-mr1.1-dev * commit '0da0d337752ea153fb0e9f5d73512060ff007f6d': Fix for bug 7467609 Bad rendering of Telugu text
| | * | 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
* | | | | am 4cd6cef3: am 70463dca: am 49ed5da3: Merge "Reorder tone mark and nikhahit ↵Raph Levien2012-12-051-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | in DroidSansThai.ttf" into jb-mr1.1-dev * commit '4cd6cef3af43d688d75b33c646fc158e837debd0': Reorder tone mark and nikhahit in DroidSansThai.ttf
| * | | | am 70463dca: am 49ed5da3: Merge "Reorder tone mark and nikhahit in ↵Raph Levien2012-12-041-0/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | DroidSansThai.ttf" into jb-mr1.1-dev * commit '70463dca7de2843908523348d6f97f075efe9632': Reorder tone mark and nikhahit in DroidSansThai.ttf
| | * | | 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
* | | | am e9019d90: am dbcdb1a8: am a9c0bb4a: Merge "grant shell user ↵Guang Zhu2012-11-161-0/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | EXPAND_STATUS_BAR permission" into jb-mr1.1-dev * commit 'e9019d90a3eed0dae98d5502e386212e56a92267': grant shell user EXPAND_STATUS_BAR permission
| * | am dbcdb1a8: am a9c0bb4a: Merge "grant shell user EXPAND_STATUS_BAR ↵Guang Zhu2012-11-161-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | permission" into jb-mr1.1-dev * commit 'dbcdb1a854b155605fe69dc47b8f6e4e441c817d': grant shell user EXPAND_STATUS_BAR permission
| | * grant shell user EXPAND_STATUS_BAR permissionGuang Zhu2012-11-151-0/+1
| | | | | | | | | | | | | | | Bug: 7555251 Change-Id: I68cebb26bcee060c56e124941f3ea9289ab2b3bf
* | | am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-0745-0/+0
|\ \ \ | |/ / | | | | | | | | | * commit '58ed5d748c0b9b64845975ef5844ad313de7c3f6': Correct executable bit for source files
| * | am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-0745-0/+0
| |\ \ | | |/ | |/| | | | | | | * commit '768d9e1a72ceee7d4a5f608776b87b62d6ce4a04': Correct executable bit for source files
| | * Correct executable bit for source filesKenny Root2012-11-0745-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
* | | Audio assets at 48000 HzGlenn Kasten2012-10-237-7/+40
|/ / | | | | | | | | Bug: 7397767 Change-Id: If62c2219adf61f0c1b2115a83b7394d76829c028
* | 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