summaryrefslogtreecommitdiffstats
path: root/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* New widget picker for keyguard widgetsMichael Jurka2012-10-311-0/+23
| | | | | | | | | | 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
* Use new color avatar assetsAmith Yamasani2012-10-027-0/+0
| | | | | | Bug: 7204409 Bug: 7222997 Change-Id: Iac2c4ab2d7bf0090670573bf4c967f07abdf6f51
* Make Settings shortcuts launch into the correct activity/fragment.Amith Yamasani2012-09-301-0/+0
| | | | | | | | | Bug: 6959454 Change the task affinities so that the shortcuts are not tied to Settings main task. Change-Id: I7729d17d8144a4a57f0d135fe80bdbd7af8dad01
* Add optional regulatory info pageBrian Muramatsu2012-09-181-0/+0
| | | | | | | | | | | Bug 7081675 If R.bools.config_show_regulatory_info is true, then show a "Regulatory information" item on the "About phone" page. Show a DialogFragment displaying the regulatory_info drawable if the item is clicked. Add a 1x1 blank regulatory_info drawable for devices that won't show this. Change-Id: I5823d8969de038becf4911dce893dab5dbb23537
* User management UI: take 2Amith Yamasani2012-09-107-0/+0
| | | | | | | | Single screen user management, also visible on secondary users. Work in progress, especially with respect to synchronizing with the Me profile. Change-Id: Id6e94a85d53356847e4e019c52e3388de9ecb354
* More traditional list item style for dreams settings.John Spurlock2012-08-301-22/+0
| | | | | | | | | | | | | Other improvements: - remove "Start dreaming now", promote "When to dream" to action bar - added logging - hide dream settings button if n/a - new flat style for settings/preview + dividers - refresh dreams list when packages are installed/uninstalled - added placeholder for help url Bug:7010260 Change-Id: Ia443b4f76678eaf1a52b907d50aefb0d8f7e4748
* New dream settings - first cutJohn Spurlock2012-08-291-0/+22
| | | | | | | | | | | | | | | First draft implementation of mocks for dream settings. Want to merge for the weekly build, so a few things remain, namely: - flat style for preview/settings buttons + dividers - animation between dream row expanded/collapsed state - wire up the help url - possibly ditch the non-standard style - add logging - refresh when packages are installed/uninstalled Bug:7010260 Change-Id: I96e3ab944170925bd76edf7b8b1127adfffc6262
* Remove NFC sharing from Settings.Martijn Coenen2011-09-151-28/+0
| | | | | Bug: 5297151 Change-Id: I64304230296912519aa057a89f139a2242b557e3
* Data usage: precise editing, restrict help, D-pad.Jeff Sharkey2011-09-131-0/+26
| | | | | | | | | | | | | | | Introduce dialogs for precise editing of network policy warning/limit values, triggered by click on sweep labels. Show up to 999MB before rounding to GB, and round to nearest 5MB value when dragging. Partial D-pad navigation around chart controls. Fix jumping when relayout during drag, and fix sweep overlap bug. When restricting data without limited networks, show dialog help to guide user towards network limit. When reloading chart data, try restoring to nearest cycle. Bug: 5289641, 5111701, 5226078 Change-Id: Ic59dee6496c480a64dc56f8534acf4d81b50bca7
* Sync asset drop and smoother animation.Jeff Sharkey2011-08-301-8/+4
| | | | | Bug: 5233703 Change-Id: I3fa52da71b78dcfa7842047b427c5121d3ac7e68
* Power control widget holofiedPeter Ng2011-08-303-6/+6
| | | | | | | -brightness needs to implement brightness_half_holo state *fixed now in the patch { old assets should be removed also(any "appwidget" that doesn't have holo in it)} Change-Id: I2c1e754f68cf321c5b3517ba92c8f235b418e696
* Rename {zeroclick, share_tap} -> ndef_push in code.Nick Pelly2011-08-261-0/+0
| | | | | | | | | Not sure what the product name will be, but ndef push seems to be a nice neutral name for the code. Text strings are left as "Share Tap" for now. Change-Id: I9dbf82eda2273220c23f443710a340c2c93e8291
* Bug 5161247: More... is aligned with other main menu entriesGilles Debunne2011-08-221-0/+21
| | | | Change-Id: I813d9f674f1bcff940e5e57051e4ced8b56911a6
* Sharetap settings screen animation and text.Martijn Coenen2011-08-181-0/+28
| | | | Change-Id: Ia19426be5a38a191a2786c1e75c4c5833a7c155f
* Data usage app bars, draw estimated cycle usage.Jeff Sharkey2011-07-171-0/+37
| | | | | | | | | | Show application list with normalized percentage data usage as horizontal bar chart. Draw estimated usage for remainder of cycle to reinforce log scale, and break out received/sent when showing app details. Bug: 5038591, 4948713, 4818025 Change-Id: Ib71e73d4f692adc7fe8ae87edd0cec2a8f3976d3
* Fix animation bugs, stop disabled sweep touches.Jeff Sharkey2011-06-244-0/+4
| | | | | | | | | | | Change sweep drawables to crossfade correctly between states, and work around 4946591 by nesting container one level deeper. Also wait until first layout pass is finished before applying LayoutTransition. Prevent touches from reaching sweeps when chart is disabled. Also bring back log scale for data. Change-Id: I2194714ab075fd32525681119f30427c1b96fc50
* More data usage chart iteration, app details.Jeff Sharkey2011-06-234-8/+8
| | | | | | | | | | | Moved app details back into single Fragment to support animations and template tabs. Show the network in background behind app details chart series to match designs. Clamping sweeps at axis boundaries. Bug: 4813014, 4598460, 4818029 Change-Id: I72c0b21ee1d595e4da31d293ae0dab9e801041f3
* Iterate on data usage chart UI.Jeff Sharkey2011-06-234-0/+88
| | | | | | | | | | | | Switched to inflating chart views from XML, using attributes for configuration. Start using drawable assets for chart components instead of manually painting. Include hand-cut assets, and animate between states when touched to invoke. Clamp sweeps to valid chart ranges and prepare for sweep labels. Bug: 4768483, 4598460 Change-Id: Ic660c35bec826eb5e3f6a1dde3cc04d8c437ef2b
* Unused assets removed from SettingsGilles Debunne2011-03-151-0/+0
| | | | | | preview moved from drawable to drawable-mdpi Change-Id: Id58d2cf38d52483057960b7ef176acf61e84dba3
* Added widget preview image. NOTE: This image should be replaced by a custom ↵Adam Lesinski2010-10-041-0/+0
| | | | | | graphic. Change-Id: Ia8abd993b399a9fed567266f699874baa67a09f9
* Move ManageAccountsSettings into Settings.Daisuke Miyakawa2010-09-171-0/+28
| | | | | | | | | | | | | | | | | | - Add activity-alias for the Activity. - Copy the Activity from AccountsAndSyncSettings. - Fragmentize ManageAccountsSettings. - Remove dependency toward AccountPreferenceBase, which is used in AccountsAndSyncSettings widely. - Add missing implementation derived from AccountPrefernceBase. - Copy dependent drawables. - Copy dependent xmls - Copy AccountPrefernce.java. - Copy strings, adding CHAR LIMIT. - Remove the logic which remove the preference when its destination Activity is missing. We already have the destination as Fragment, and it never disappear. Change-Id: Id41c63d7064aebeaae31bcd84bf4fd20a5636dfe
* Move pngs from drawable to drawable-mdpi in project packages/apps/SettingsGilles Debunne2010-08-021-0/+0
| | | | Change-Id: I977a79934596ddd05e1bb86093c19dbd4bb6463c
* Move application icon to left in InstalledAppDetails.Suchi Amalapurapu2010-03-044-0/+84
| | | | | Fix text overlapping icon issue. Add new icons for filter options
* am 3f20d278: am a21a458b: Merge change I3abd5c0d into eclair-mr2Daniel Sandler2009-11-0513-0/+0
|\ | | | | | | | | | | | | Merge commit '3f20d2782ffd00d46ce9a2c017e02d0cde72429c' * commit '3f20d2782ffd00d46ce9a2c017e02d0cde72429c': Updated icons for Settings.
| * Updated icons for Settings.Daniel Sandler2009-11-0313-0/+0
| | | | | | | | Fixes http://b/2105756
* | am 5eea8422: am ac465854: am d02acfb9: Merge change I2abbb876 into eclairMike Cleron2009-10-293-18/+36
|\ \ | |/ | | | | | | | | | | Merge commit '5eea8422718e415d99f360fcc5962236e1391008' * commit '5eea8422718e415d99f360fcc5962236e1391008': New widgets
| * New widgetsMike Cleron2009-10-273-18/+36
| |
* | am 7c8a08d5: am ee52bed5: Merge change I39527366 into eclairAmith Yamasani2009-10-011-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit '7c8a08d51389e1c2c0411a1a4a12646880199e01' * commit '7c8a08d51389e1c2c0411a1a4a12646880199e01': Use a custom system icon for native processes.
| * Use a custom system icon for native processes.Amith Yamasani2009-09-301-0/+0
| | | | | | | | New icons for system components in Battery Use screen.
* | am a6ddefe6: am 99716fb4: updating sync settings iconDebajit Ghosh2009-10-011-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'a6ddefe68f465a78cf8dcacfbbf0b289816d1d19' * commit 'a6ddefe68f465a78cf8dcacfbbf0b289816d1d19': updating sync settings icon
| * updating sync settings iconDebajit Ghosh2009-09-301-0/+0
| |
* | am ef83ad69: am e65c943f: New Privacy settings screen and Backup settings ↵Amith Yamasani2009-09-251-0/+0
|\ \ | |/ | | | | | | | | | | | | | | toggle. See #2132044 & #2133178 Merge commit 'ef83ad69c79069de13202173351183af46036bfd' * commit 'ef83ad69c79069de13202173351183af46036bfd': New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178
| * New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178Amith Yamasani2009-09-231-0/+0
| | | | | | | | | | Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting And 2098232: "Set unlock pattern" should be at the top of the section
* | resolved conflicts for merge of 2b9fd2d7 to masterDaniel Sandler2009-08-3112-0/+0
|\ \ | |/
| * Add missing hdpi frames of the unlock pattern animation.Daniel Sandler2009-08-315-0/+0
| |
* | am 98fa0e29: Merge change 23149 into eclairDaniel Sandler2009-08-2850-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit '98fa0e2941a86284d3eaae8c60fbde4a2410b786' * commit '98fa0e2941a86284d3eaae8c60fbde4a2410b786': High-resolution (hdpi) artwork from TAT for Settings.
| * High-resolution (hdpi) artwork from TAT for Settings.Daniel Sandler2009-08-2850-0/+0
| |
* | am 3bbb03ff: New settings top-level icons.Amith Yamasani2009-08-1913-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit '3bbb03ffbb6abc3252a5b32a04d2752e49cc1706' * commit '3bbb03ffbb6abc3252a5b32a04d2752e49cc1706': New settings top-level icons.
| * New settings top-level icons.Amith Yamasani2009-08-1913-0/+0
| |
| * am 36efef1d: cut number of frames in lock screen demo animation from 15 to 8Doug Zongker2009-08-1813-24/+17
| |\ |/ / | | | | | | | | | | Merge commit '36efef1d7122aab2cc1172e7b7fe4d79ac98a41f' into eclair * commit '36efef1d7122aab2cc1172e7b7fe4d79ac98a41f': cut number of frames in lock screen demo animation from 15 to 8
| * cut number of frames in lock screen demo animation from 15 to 8Doug Zongker2009-08-1813-24/+17
| | | | | | | | | | This trims about 108k out of the settings app, and the animation is still acceptable.
* | am 6c3287a4: Adopt new AppWidget assets, per http://b/2038594.Jeff Sharkey2009-08-064-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit '6c3287a4d3a8e02322b501034db3133a3ccb1051' * commit '6c3287a4d3a8e02322b501034db3133a3ccb1051': Adopt new AppWidget assets, per http://b/2038594.
| * Adopt new AppWidget assets, per http://b/2038594.Jeff Sharkey2009-08-064-0/+0
| |
* | Add an icon to the left of the settings at the top level.Amith Yamasani2009-07-3113-0/+0
|/ | | | | Add a new attribute for the icon. Add place holder icons.
* Redo power widget layout with the proper widget style.Ken Shirriff2009-06-2913-5/+38
| | | | | | | | The power widget now uses the fuzzy-edged widget background. It has a resonable layout in portrait and landscape. appwidget_inner is the background for a button on the inside, with a border on the left. appwidget_outer is the background for a button on the outside (i.e. leftmost); it does not have a border.
* Improve power control widget GUI.Ken Shirriff2009-06-1212-0/+0
| | | | | Shrink power widget to 3 cells wide. Reorder buttons to group wireless and other. Add color bar to indicate on/off.
* Minor UI improvements and showing of unplugged duration.Amith Yamasani2009-06-121-0/+0
|
* Shrink power widget to 3 cells wide.Ken Shirriff2009-06-113-0/+0
|
* More details in the summary and details screens.Amith Yamasani2009-06-101-0/+0
| | | | | | | Show packages included, time that a subsystem was on for. Load label and icon in the background and cache the values. Switch between totals and since-unplugged. Other UI improvements.
* Implement the power-control widget.Ken Shirriff2009-06-0818-0/+33
| | | | | | | | | This widget allows uses to turn on/off bluetooth, wifi, gps, and sync, and adjust brightness without going through the settings menu. The widget provider updates the settings when the buttons are pressed. The widget provider is also a receiver for events indicating that the status was updated elsewhere and the buttons need to be changed.