summaryrefslogtreecommitdiff
path: root/res/values
AgeCommit message (Collapse)Author
2017-03-20Add android:label to MediaDocumentsProvider.Ben Lin
Test: Builds. Bug: 30138665 Change-Id: I5fb7c516cf917f40f0a0b9b7196d7e8aacbdc886
2017-01-06[RingtonePicker] Add and delete custom ringtonesAndre Lago
Added UI items to add and delete custom ringtones, using the new RingtoneManager API for it. Test: manual - add and remove ringtones, check if they get played Bug: 30658854 Change-Id: Ie8d51ffd9bebda625563017978e41cfdffbfee7a
2016-10-12Add buttonless UI for watch type devices.Michael Kwan
Watch type devices defaults to using an interaction model that avoids the use of buttons in AlertDialogs. A buttonless mode was added and enabled for watch devices to conform with the behaviour of other similar dialogs. Test: manual using watch system settings Bug: 30946435 Change-Id: Iaee39ac373bc5c1ec669cdaea025a56360725f28
2016-07-13Add resources for sound names in overlaysJean-Michel Trivi
Add resources for sound name strings in three sound categories: ringtone, alarm and notifications. If product specific sounds are added, their names need to be defined in the RingtonePicker strings as an overlay. But for the overlay entries to be valid, they need to be defined in the original package for which the overlay is defined. This CL adds generic resources to be defined in overlays so the product-specific sound names can be translated. Bug 24800792 Change-Id: Ia7d8ccad3e52646b41e10d5406c58179af255dae
2016-06-23Update ringtone picker to use DeviceDefault style.Andrew Sapperstein
Change-Id: Ieb30e137f1358a13173eceb249f4c7661e2cd336 FIXES: 29619195
2016-06-01Add support for localization of sound names in RingtonePickerJean-Michel Trivi
Add a cursor wrapper for queries on the names of sounds. When the string is queried for the title column, build a resource name from the value in the database, and check if a (potentially localized) resource is found. Return that one if available, return the default value if not found. Bug 28347978 Change-Id: Ic1e3bb25acf3fccb18074d40c2fc8bdc42b5c769
2015-05-20Make ringtone picker use material themeJason Monk
Bug: 21078077 Change-Id: Ia46ee652bfff8457e62dfb952976265f7b71f2ce
2015-01-29No longer need to take care of pre boot msg.Dianne Hackborn
Change-Id: Ib91d67a952582090d1fccf1dc8e7902edad2dfa5
2014-08-25Update material colorsAlan Viverette
BUG: 17212898 Change-Id: Id4228e1bf9a21139111d4ed6b7672bd5bb80be20
2014-08-06Update branding colorsAlan Viverette
BUG: 16845793 Change-Id: I4ed109b5cce1d0c98b6c0942356d157adf9a69be
2014-07-20De-holo ringtone picker in MediaProvider.John Spurlock
Instead, make it look like a dialog launched from Settings. Bug:16156303 Change-Id: I00e5bbb2aadcc0858da5ea6822274eab95b2cb42
2013-09-13Add Videos root; optimal thumbnails; empty.Jeff Sharkey
Create new Videos root which is similar to Images, surfacing its contents based on buckets. Mark roots as empty as applicable. Generate thumbnails when not available instead of always reading the full file. Bug: 10412208, 10712057, 10710865 Change-Id: I7cdd2caf2335e470c2fa3e6ba3edec957d6cf243
2013-08-28Follow stronger DocumentsProvider contract.Jeff Sharkey
Provides same functionality, but follows updated DocumentsProvider contract in framework. Bug: 10497206 Change-Id: I50d051bd70de412a1aa587430b2bba9f4b215abf
2013-08-17Create images and music documents backends.Jeff Sharkey
Surfaces images clustered by buckets to match existing Gallery behavior. Surfaces music by artist, then album, then song. Only offers read-only access for now. Bug: 10330012, 10330011 Change-Id: I2b439ff12b0a6be209391d7ce4b38ade5badd604
2013-06-02Change titile from Ringtone to Notification soundHyejin Kim
- check the ringtone type - according to sound type, select the title Change-Id: I5708bccb79733cb9720911270b5060d21a5fc1e2
2011-08-22Add boot message when upgrading databases.Dianne Hackborn
Change-Id: Ieb3b68e4c28641b86b20b0cbb567be4d333ec788
2011-01-12Use bigger thumbnails on xlarge. Use higher quality JPEGDaniel Lehmann
Bug:3339040 Change-Id: I8fae930e63c661185e131f5c10419e92b9542d0b
2009-06-30Update music/media content provider for global search.Satish Sampath
Updated the icons with the ones we were using in global search. Updated the sql for fetching search results to match the latest agreed format. Changes to Global search and music app will follow. Related bug - http://b/issue?id=1819601
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project