summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add entry to copy VideoStop.ogg file to system imageSanthosh Kumar H E2016-01-021-0/+1
| | | | | | | | VideoStop.ogg file was not getting built into system image because of copying logic/entry missing in make files. Added entry to copy VideoStop.ogg to /system/media/audio/ui/ Change-Id: If60d5ae6357367aceeb063600f75db300e3ae04b
* Add custom camera shutterAbhisek Devkota2015-12-222-1/+8
| | | | | SAMBAR-1185 Change-Id: I71ca056813005ea7b17213fa8a47061de6192aa7
* Frameworks: Remove duplicated audio fileslion07382015-12-1523-44/+0
| | | | | | | | | | | | | | | | | | | | | Alarm Cesium = Oxygen Carbon = Neptunium Ringtone Carina = Ding = Noises1 Eridani = MildlyAlarming Notification arcturus = Arcturus F1_MissedCall = Canopus F1_New_MMS = Sirrah Lalande = Cobalt SpaceSeed = CetiAlpha Tinkerbell = Merope vega = Vega Change-Id: I56237759f6c7ead6c24c1a433ab4eff4c77f0a6e
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-072-0/+405
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 3 Change-Id: I59b9e5a943e0860d43bcfb36ee0e8b8b072412ea
| * Add ESC mapping for Pixel C keyboardDmitry Torokhov2015-09-291-0/+1
| | | | | | | | | | | | | | | | | | Now that we have "replace" key event support in the framework we can map ESC as AltR+1. Bug: 24504154 Change-Id: Ief8a50098fc5484171011f268ffc22a309cbba62
| * Add layout and keymap for Pixel C Bluetooth keyboardDmitry Torokhov2015-09-292-0/+404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds special layout and character map for Pixel C keyboard (Dragon base) that lacks several keys, such as ESC, bracket keys, tilda and backslash, which are mapped various Alt-R combinations. Currently we map: [Shift]+AltR+2 -> ~ and ` [Shift]+AltR+O -> { and [ [Shift]+AltR+P -> } and ] [Shift]+AltR+= -> | and \ ESC mapping requires additional changes. Bug: 24504154 Change-Id: I24fc68efe7e2ddebee26a273838443b441491857
* | Update boosted audio files 1/2Abhisek Devkota2015-11-07105-0/+0
| | | | | | | | | | | | SAMBAR-975 Change-Id: Ia5ed2a07857d1555a3697c2bb521932270eb5dad (cherry picked from commit d19d27b9de81d9b39931bf32e0f1841453a16374)
* | Add volume boosted ringtones (2/2)Abhisek Devkota2015-10-28106-12/+125
| | | | | | | | | | SAMBAR-789 Change-Id: Icbd895502feb3d7fa5d04732a507251129dee2eb
* | Remove duplicate audio: Tejat is ArgonAbhisek Devkota2015-10-289-7/+0
| | | | | | | | | | | | | | | | Argon is our default notification in vendor/cm, so remove Tejat as the offending duplicate. CYNGNOS-180 Change-Id: I605e610419ed4c4e6cc8345f0d90d698321aa21e
* | Duplicate Alarm: Fermium == ArgonAbhisek Devkota2015-10-274-3/+0
| | | | | | | | | | | | CYNGNOS-306 Change-Id: I7097d7b28630bd45e62673a5df2fa788f94cc00f
* | Remove duplicate alarmAbhisek Devkota2015-10-274-3/+0
| | | | | | | | | | | | | | | | Nobelium == Neon CYNGNOS-306 Change-Id: I4da60bf6015f0dab8a4e7a016d936ece3f2e9569
* | Remove more duplicate soundsAbhisek Devkota2015-10-267-9/+0
| | | | | | | | | | | | Best testing area is DeskClock alarm sound > Ringtone Change-Id: I5085382b3b8dae66f415691436ce297f684cb892
* | ringtones: Add ANDROID_LOOP to "Digital Phone" metadataNiko Koivu2015-10-261-0/+0
| | | | | | | | Change-Id: Ic2fcd50a29550a48c4d16f2af112f7369547ccef
* | Framework: Fix typos in audio files includesNBruderman2015-10-261-4/+2
| | | | | | | | | | | | Thanks for @Sava DUBROVSKAYA for pointing this out. Change-Id: I829e8ff3ec98a586afa0693784e26e9cb2ca72b3
* | Ringtones: Remove the old ones with same name so material is useddhacker292015-10-261-2/+0
| | | | | | | | Change-Id: Ife683c3b2ec44c97cff005412d13f204f91cee8f
* | Include material ringtones and notification soundsZyg0te2015-10-261-0/+24
| | | | | | | | Change-Id: Iad92a59ddb5a7ce840003f466e5155b81b6e1c0a
* | Sounds: Cleanup duplicate ringtones/alarmsMatt Mower2015-10-262-6/+0
|/ | | | | | | Removes duplicates from AllAudio makefile and fixes title tag of Promethium (from Platinum). Change-Id: I767a846dbc5575ec9f86b1326e0b9f7aa015086b
* Revert "Create a special CONSTRAINED font bucket in frameworks."Roozbeh Pournader2015-08-181-20/+4
| | | | | | This reverts commit 9e21eced5efacd605036be599d96974964deb09b. Bug: 22929087
* Fix issue #22989030: Separate battery whitelistsDianne Hackborn2015-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | We now have a new whitelist you can put apps in, which opts them out of the old battery saver mode and new app idle, but doesn't keep them from going in to doze. This is for a few special cases that we had previously whitelisted for battery saver, and inherited to the new modes... ultimately we should figure out how to get these apps out of the whitelist completely, but this will help for now. Apps in this new whitelist are not shown in the UI, because they are still significantly restricted by not being able to operate normally in doze. This also means they are still visible in the list of all apps for the user to be able to put them on/off the complete whitelist if that is what they really want. In the course of doing this, I needed to clean up code in the network policy manager to better separate management of the two firewall rules that now have different whitelists applied to them. This also hopefully just generally simplifies and cleans up that code. Hopefully! Change-Id: I92e15f2f85899571dd8b049b5e3eb1354f55f353
* Create a special CONSTRAINED font bucket in frameworks.Roozbeh Pournader2015-08-041-4/+20
| | | | | | | | | | | | | This is a temporary font profile to get razor and razorg (Nexus 7, 2013 version). It's not tested thoroughly, and should not be used for any other devices. The CONSTRAINED profile removes Bamum, Lisu, Mandaic, Mongolian, New Tai Lue, Syriac, Tibetan, and Vai fonts from razor[g] devices, and switches the CJK fonts to the limited pre-Lollipop fonts. Bug: 22929087 Change-Id: I58c1693ee45e54b429013029d236617834446811
* Permission to view shared storage for all users.Jeff Sharkey2015-07-061-0/+1
| | | | | | | | | | | | | | | | Typical apps are restricted so they can only view shared storage belonging to the user they're running as. However, a handful of system components need access to shared storage across all users, such as DefaultContainerService and SystemUI. Since WRITE_MEDIA_STORAGE already offers this functionality by bypassing any FUSE emulation, reuse it to grant the "sdcard_rw" GID which is no longer handed out to third-party apps. Then we change the FUSE daemon to allow the "sdcard_rw" GID to see shared storage of all users. Bug: 19995822 Change-Id: I504c2a179ba74f142ed0d32da5baa69f4212cd82
* Let's reinvent storage, yet again!Jeff Sharkey2015-06-251-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we're treating storage as a runtime permission, we need to grant read/write access without killing the app. This is really tricky, since we had been using GIDs for access control, and they're set in stone once Zygote drops privileges. The only thing left that can change dynamically is the filesystem itself, so let's do that. This means changing the FUSE daemon to present itself as three different views: /mnt/runtime_default/foo - view for apps with no access /mnt/runtime_read/foo - view for apps with read access /mnt/runtime_write/foo - view for apps with write access There is still a single location for all the backing files, and filesystem permissions are derived the same way for each view, but the file modes are masked off differently for each mountpoint. During Zygote fork, it wires up the appropriate storage access into an isolated mount namespace based on the current app permissions. When the app is granted permissions dynamically at runtime, the system asks vold to jump into the existing mount namespace and bind mount the newly granted access model into place. Bug: 21858077 Change-Id: I62fb25d126dd815aea699b33d580e3afb90f8fd2
* Fix ascent and descent of Droid Sans Mono to match Roboto.Roozbeh Pournader2015-06-131-0/+0
| | | | | | | | | | | | | | | | | | | | Previously, the inconsistency resulted in test in the testUniformY in frameworks/base/graphics/tests/graphicstests/src/android/graphics/TypefaceTest.java fail. The tests assume the different sans/serif/mono styles share a consistent ascent and descent. The font is modified using the following Python script: from fontTools import ttLib font_file = 'DroidSansMono.ttf' font = ttLib.TTFont(font_file) font['hhea'].ascent = 1900 font['hhea'].descent = -500 font.save('touched/'+font_file) Bug: 19791102 Change-Id: I2fcd44b952691deeeed18f30d06bc9f6d5e4a8de
* Merge EXTENDED font profile with the next (unnamed) profile.Roozbeh Pournader2015-06-111-14/+7
| | | | | | | | | | | | | | | | | | | | This is now possible since we have less space restrictions on devices. This helps make sure that devices don't mistakenly ship with a limited font support simply because they didn't turn on the extended font profile. Although the larger version of Droid Sans Fallback is no longer used in any font profile for a device, it is kept since it's used by the SDK. The Nanum Gothic font is no longer used in any device profile either, but it's kept in the fallback chain, so the SDK (that uses it) continues to work. Bug: 19668057 Change-Id: I6e32c4c98745e9b6aff6684d993943a19aebf6f7
* Move NotoSansSymbols higher than CJK in the fallback chain.Roozbeh Pournader2015-06-042-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that symbol characters who have both an alternative or "full-width" version in the CJK fonts and a more regular version in the symbols font get the default or "half-width" version by default in non-CJK locales. This is not a complete fix: such "full-width" symbol characters only exist in the Simplfied Chinese font for now, which means in Traditional Chinese, Japanese, and Korean locales, they characters would now appear "half-width", which *may* be sub-optimal. The complete fix would make sure the ones that actually need to be "full-width" in TC/J/K are also included in the TC/J/K font. Bug: 21525318 Bug: 21525012 Bug: 21524421 Bug: 21521330 Bug: 21520316 Bug: 21518544 Bug: 21517912 Bug: 21503807 Bug: 21502245 Bug: 21501669 Bug: 21525905 Bug: 21524018 Bug: 21503952 Bug: 21502678 Change-Id: I93cf7119b45ed3c080cd39d631a687e0ef9fd8ce
* Update Naskh font names to match upstream and add Tibetan.Roozbeh Pournader2015-05-192-8/+16
| | | | | | | | | | | | | | | The latest files from the upstream Noto repository are named NotoNaskhArabic* instead of the previous NotoNaskh*. Also, Noto Sans Tibetan is now included in the fallback chain. Apart from supporting Tibetan and Dzongkha langauges, this adds a character (U+0FD6) that completes coverage for ARIB character sets. Bug: 13680438 Bug: 18181755 Bug: 18639453 Bug: 19390244 Change-Id: I09b493340d1453ef61b08c841e1731119d645822
* Make Noto Sans Japanese default font on extended profiles.Roozbeh Pournader2015-05-121-0/+5
| | | | | | | | This experimentally makes Noto Sans Japanese the default Japanese font. Bug: 21074688 Change-Id: I4a9396a03bd758541574431760d5d387a472bec6
* Rename Noto Han fonts to their latest names.Roozbeh Pournader2015-04-292-4/+4
| | | | | | | NotoSansHans has been renamed to NotoSansSC and NotoSansHant has been renamed to NotoSansTC. Change-Id: I3c416d1aa753dc9be2c0e4ee1a8d77cdb9cdd4b1
* Rename FONT_NOTOSANS_FULL to FONT_NOTOSANS_JP_FULL.Roozbeh Pournader2015-04-291-2/+2
| | | | | | | This clarifies the meaning of the variable, that this switch only affects the Noto Sans Japanese font. Change-Id: I28043ed41ec51af0273a071692426d51352ef849
* Merge "Mark AVRCP devices as internal."Michael Wright2015-04-151-0/+19
|\
| * Mark AVRCP devices as internal.Michael Wright2015-03-111-0/+19
| | | | | | | | | | | | | | This prevents devices from waking up when an AVRCP key is injected. Bug: 19685657 Change-Id: I97137531da07b61211b792b407c4c9a09b231839
* | Support more smaller scripts of Asia and Africa.Roozbeh Pournader2015-04-132-2/+66
| | | | | | | | | | | | | | | | | | Noto fonts for Bamum, Lisu (Fraser), Mandaic, Mongolian, New Tai Lue, Syriac (Estrangela), and Vai scripts are added to the fallback chain. Bug: 19390244 Bug: 18639453 Change-Id: If18a7ea245f3b15baa9fb4f53855ae64759f921b
* | Switch from Lohit Odia to Noto Sans Oriya fonts.Roozbeh Pournader2015-04-062-8/+20
| | | | | | | | | | | | Noto Sans Oriya fonts also have bold and UI versions, which are added. Change-Id: Id622143688d89e25857c00489d81703780f79887
* | Allow override of Motoya with full NotoSansKris Giesing2015-03-261-0/+3
| | | | | | | | | | | | b/17599829 Change-Id: I619288eadb8bf814b08dca833f540a80e38c2123
* | Introduce per-user GIDs for storage.Jeff Sharkey2015-03-231-2/+2
| | | | | | | | | | | | | | This will eventually allow us to have a single unified filesystem instead of requiring zygote to use bind mounts. Change-Id: I29b819ab51498b4bab874e0367b1ab4165f84025
* | Remove Roboto fonts and their build rulesRoozbeh Pournader2015-02-2520-56/+0
|/ | | | | | | They are now moved to external/roboto-fonts. Symlinks from deprecated fonts to Roboto for compatibility reasons are still created here. Change-Id: I9e1b88a4289d055ea187e241d6514f0b37c5ee1b
* Merge "Move apache specific portions of android.net.http to ↵Narayan Kamath2015-02-131-1/+0
|\ | | | | | | external/apache-http."
| * Move apache specific portions of android.net.http to external/apache-http.Narayan Kamath2015-02-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We continue to compile external/apache-http into ext.jar. This contains a few changes apart fom the classes moving around : - Makefile changes to build docs and api-stubs for now. A future change will revert these changes and remove these classes from stubs and docs. - Hardcode event IDs in legacyerrorstrings to avoid a dependency between the frameworks and apache. These strings are on their way out and will never change anyway. - Remove imports due to {@link} tags and use {@code} instead. - Remove an accidental(?) dependency on apache commons code that's a part of apache-http. bug: 18027885 Change-Id: I51cd038d846ec7d02c283a4541b10a6a9cf62ecf
* | Move Noto Sans Tai Le to the end of the font fallback list.Roozbeh Pournader2015-02-112-13/+15
|/ | | | | | | | | | | This is to make sure the East Asian punctuation shared between CJK languages and Tai Le are rendered from the CJK fonts when no language is specified for the text, or CJK text is rendered in a non-CJK locale. Also remove the old comment about 64k glyphs limit. Bug: 19355391 Change-Id: Ic2cbc79cecf9539ace8a432f373685eeff81e106
* Add library definition for org.apache.http.legacy.Narayan Kamath2015-01-211-1/+4
| | | | | bug: 18027885 Change-Id: I300ab2eb0f87e004ef20157bd23517865133665c
* Merge "Add 8 more scripts to the font fallback chain." into lmp-mr1-devRaph Levien2014-12-052-0/+66
|\
| * Add 8 more scripts to the font fallback chain.Roozbeh Pournader2014-11-252-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | Fonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai Viet, and Tifinagh scripts are added to the fallback chain. This would enable or improve display of texts in Berber languages, Cham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai, Tai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song. Bug: 17686019 Change-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d
* | Add keylayout for Logitech RedHawk Gamepad DO NO MERGEMathieu Meisser2014-12-021-0/+65
| | | | | | | | | | Bug: 18596369 Change-Id: Iad03de3384052b360d6b9d887ca9540de68cd21e
* | Added Razer USA, Ltd serval DO NOT MERGEStuart Wells2014-12-021-0/+42
|/ | | | | Bug: 18596369 Change-Id: I76b7c36068c3d10ab4acb3123550ef115db0d3d2
* Add Lohit Odia (Oriya) font to the fallback chain.Roozbeh Pournader2014-11-242-0/+8
| | | | | | | | This adds Lohit Odia (Oriya) font as the default font for the Oriya script to the fallback chain. Bug: 17686019 Change-Id: If0c60a0f35a029c3761b8ea26a2546ca5c5fa0c0
* Use fonts for smaller languages of South and Southeast Asia.Roozbeh Pournader2014-11-102-2/+132
| | | | | | | | | Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese, Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese, Syloti Nagri, Tagbanwa, and Thaana scripts are added. Bug: 17686019 Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
* am 99cc35bb: Merge "Add Cutive Mono as serif monospace font for captioning" ↵Alan Viverette2014-10-112-4/+19
|\ | | | | | | | | | | | | into lmp-dev * commit '99cc35bbde7415fcdeada6fb4243097af85ae33f': Add Cutive Mono as serif monospace font for captioning
| * Add Cutive Mono as serif monospace font for captioningAlan Viverette2014-10-102-4/+19
| | | | | | | | | | | | | | | | Sets up Courier and Courier New to point to Cutive Mono, since Courier is a serif monospace font. BUG: 17666124 Change-Id: I96bb2ff59020edd8210c253752f76f0eb5100e18
* | [FM] Add FM permission to support FM radio appBenson Huang2014-10-011-0/+4
|/ | | | | | | | | | Add FM permission like KK to support FM radio app. Change-Id: Ifb76f63e3136a5f88306903fd28e9abbb01e69c9 Signed-off-by: Benson Huang <benson.huang@mediatek.com> Conflicts: data/etc/platform.xml
* Give audio GID to MANAGE_VOICE_KEYPHRASES apps.Jeff Sharkey2014-10-011-0/+6
| | | | | | | | | Some system apps doing hotword training need low-level access to audio hardware, beyond what the existing HAL offers. For now, give them the audio GID. Bug: 17763721 Change-Id: I8025c3abacae13a6ffec4e10e4976a67ab505bdf