summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ActivityPicker.java
Commit message (Collapse)AuthorAgeFilesLines
* Update Settings to use themed Context.getDrawable()Alan Viverette2014-10-101-1/+1
| | | | | | | | | | Explicit null theme is passed when using Resources.getDrawable() and no theme is available, e.g. when using getResourcesForApplication(). This fixes an issue with ic_text_dot theming and helps avoid similar issues in the future. BUG: 17648301 Change-Id: I3e97c3490b6f2a55744f567b21284f2935ae9af7
* New widget picker for keyguard widgetsMichael Jurka2012-10-311-2/+6
| | | | | | | | | | New layout for widget picker is still not up to final design, but this change prepares all the backend work Also, remove use of features filter from the picker, since this is being removed from the API Change-Id: I9b332e22cf34b98c20c720602c920d28aed01d6c
* Clear bitmaps from canvses after done drawing to them.Dianne Hackborn2011-08-021-0/+2
| | | | Change-Id: I902edf771c66485269289aeeb4d64c56fe899906
* Fix possible NPE in ActivityPicker.Romain Guy2009-12-141-56/+113
| | | | | | | Bug: 2325451. This change also improves the UI by returning an empty drawable of the appropriate size to make sure all labels line up correctly in the list.
* Display icons in the correct density in the ActivityPicker.Romain Guy2009-12-091-28/+34
|
* Automated import from //branches/master/...@141652,141652Jeffrey Sharkey2009-03-241-22/+374
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+58
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-58/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+58