summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement CM Settings Overview Panel in the new Launcher Part 1Yvonne Wong2015-11-301-0/+10
| | | | | | | | | - Adds vertical sliding panel and animations associated with opening and closing the panel - Adds the views for settings and animation for the drawer arrow - Enables hiding workspace icon labels, hiding drawer icon labels, scrolling wallpaper, and larger icons - Changes how ragged grid custom icon sizes gets defined Change-Id: I1a82215a09486b4770494e665e598efdbabd1d3e
* Reimplement the CM scrubber against the new Launchercretin452015-11-231-0/+6
| | | | | | PS4: Implement RTL support Change-Id: I4456d54b5924913d1b36e1cfa9a2269150f6fb3e
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-181-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Folder animations in parity with cm. Folder Layout Revision Updated the folder layout to reflect design revisions based on community feedback Change-Id: Ica1bb796dfccf779a954cf0903a1ae94a010ea1a Conflicts: res/drawable-hdpi/folder_bg.9.png res/drawable-hdpi/folder_fill_highlight.9.png res/drawable-mdpi/folder_bg.9.png res/drawable-mdpi/folder_fill_highlight.9.png res/drawable-xhdpi/folder_bg.9.png res/drawable-xhdpi/folder_fill_highlight.9.png res/drawable-xxhdpi/folder_bg.9.png res/drawable-xxhdpi/folder_fill_highlight.9.png res/layout-land/launcher.xml res/layout-port/launcher.xml res/layout-sw720dp/launcher.xml res/layout/user_folder.xml res/values/dimens.xml src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java Folder animation changes as per cm-13.0 Change-Id: I019511a58bd9f6a60a3c9b68c826726881cec83f Implementing folder animations Change-Id: I83f17c996ecc894ce22fd195b9b33caf58e2e822
* resolved conflicts for merge of 13ef17a3 to mnc-dr-devHyunyoung Song2015-07-221-32/+13
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Using the default search widget in Launcher3Sunny Goyal2014-11-111-14/+0
| | | | | | | | | | > Removing all logic related to search and voice overlays from Launcher3 > Using the widget provided by global search provider on the homescreen > Removing VoiceButtonProxy, as it is not being used anymore Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d
* Add InsettableFrameLayout layout params to easily ignore insetsAdam Cohen2014-10-241-0/+4
| | | | Change-Id: I117fc34627e24ea5f909c3c87e9c2dbca46babb6
* Adding ability to list folder items in separate fileAdam Cohen2014-10-171-0/+2
| | | | | | | -> remove all apps default layouts Bug 17569015 Change-Id: I39b899b61d5b1cff2d7801d281dacfc804c403c5
* Removing unused cling resources.Sunny Goyal2014-08-271-10/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating Clings UISunny Goyal2014-08-271-7/+0
| | | | | | issue: 16127412 Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
* Updating clings, removing ununsed clingsSunny Goyal2014-08-251-6/+4
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating the icon click feedbackSunny Goyal2014-08-191-1/+0
| | | | | | | | | > Using BubbleTextView everywhere, removed PagedIconView > There is a brightness feedback on touch and shadow feedback on click, until app launches issue: 16878374 Change-Id: I3dc1149a123c8a75feca6210948398bf2187f1f2
* Updating the virtual preloader UX.Sunny Goyal2014-08-111-0/+6
| | | | | | | | | | | | > No click feedback when in preloader mode > No preloader UI when drawn in drag layer > The preloader consists of a background 9 patch image and a circular progress is drawn in the content region of the background. > The preloader is drawn in a slightly larget area than the actual bounds to make the circular progress more prominent compared to the icon. issue: 15835307 Change-Id: Ifec3d93ecf1fac994d1128b517da3797247e7ed6
* Updating the widget trayAdam Cohen2014-08-111-5/+0
| | | | | | | | -> adding dark panel / associated visual updates -> cleaning up the sizing / padding / to match all apps -> fixing a couple things from previous CL -> (removed Context#getDrawable() calls, L-only) Change-Id: Ia65a6eb704b35f74e7305be9334c27971b22235a
* Enabling quantum look and feel everywhereAdam Cohen2014-07-071-0/+6
| | | | | | | | -> _l assets become default, new folder icon look is default -> Starting to unify folder look / feel with all apps -> New page indicators Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
* Fixing up PagedView to work in landscape modeAdam Cohen2013-10-311-2/+1
| | | | | | | | | -> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
* Add support for <include> in workspace XML.Daniel Sandler2013-10-031-0/+3
| | | | | | | | | | | | Note that this doesn't honor folder nesting (that is, you can't include an XML file full of shortcuts inside a <folder> node and expect them all to appear in that folder). It's really just a way to concatenate/overlay multiple XML files, making it easier to make a few tweaks/additions for certain screen sizes or locales. Bug: 10932771 Change-Id: I1fc29477d0717a8a7bc116f16729a955e6c625d5
* Merge "Initial Changes for Dynamic Grid" into jb-ub-gel-agarWinson Chung2013-08-201-3/+0
|\
| * Initial Changes for Dynamic GridWinson Chung2013-08-201-3/+0
| | | | | | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* | Modify qsb bar elements to handle hotword state.Cristina Stancu2013-08-161-0/+1
|/ | | | | | | | | | They currently handle a pressed mode (showing a blue overlay), we'd like them to also handle a hotword state that would modify their appearance when hotword is available and active. Meant to work with: ag/344334 Change-Id: I07e261ce64307fdad8a4c16fc02eb009ca826ece
* Adding workaround for page indicators to support many pages.Winson Chung2013-07-181-0/+7
| | | | | | - Tweaking assets until we get something proper Change-Id: Ie07946acb529ff747d76896ff38837f8db6a7258
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-171-0/+2
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Delete unused class HandleViewBjorn Bringert2013-06-061-16/+0
| | | | Change-Id: I775d34a2c0a755994a6e1bfe6127fed4ddcda0b7
* Fixing issue with resource ids. (Bug 6532243)Winson Chung2012-05-231-0/+6
| | | | Change-Id: Ie4a245a224038a750e60b0203003638fd561713d
* Updating how widget previews lookMichael Jurka2012-05-221-18/+0
| | | | | | | | | Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
* Sending broadcast for pre-configuring default workspace widgets.Winson Chung2012-05-011-0/+4
| | | | Change-Id: I3c5598b9a2cec6cdcc96015645018b0a6e44a2fc
* Adding workaround to make voice button target area larger (Bug 5653332)Winson Chung2012-01-121-0/+7
| | | | Change-Id: I8c4e940f9ae01ac4f6808ecfb10035249c12a499
* Merge "Fixing issue where AllApps labels were getting clipped (Bug: ↵Winson Chung2011-11-081-4/+4
|\ | | | | | | 5490118)" into ics-mr1
| * Fixing issue where AllApps labels were getting clipped (Bug: 5490118)Winson Chung2011-11-081-4/+4
| | | | | | | | | | | | - Tweaking the AllApps grid spacing Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
* | Altering touch feedback for qsb assets. (Bug: 5560273)Winson Chung2011-11-031-0/+6
|/ | | | | | - Removing some dead code Change-Id: If6f3ffcf28249ca08c23089acb5bcd501b455119
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-0/+4
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-0/+7
| | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* Launcher cleanup and fixes.Winson Chung2011-07-251-0/+3
| | | | | | | | | - Removing unused hotseat assets - Adding xhdpi assets from designer repo - Decoupling dock divider and scroll bar to fix landscape divider issue - Fixing issue where dock portals were being clipped Change-Id: If3894a9a265e0272111e852857f9cfbf994ec050
* Initial changes to add configurable hotseat.Winson Chung2011-07-201-0/+10
| | | | Change-Id: I4c2ed4a1c122c057662fabc70bfef7c5c088460b
* Cleaning up dead code.Winson Chung2011-06-231-18/+0
| | | | Change-Id: I922e20b41d19ca9936c75277ba7c58a291d297fa
* Removing the old dot.dot.dot page indicators at the bottom.Winson Chung2011-06-231-4/+0
| | | | Change-Id: Ia501329223c5e80634b1f9e3f13ceac378217491
* Tweaking launcher grid and spacing.Winson Chung2011-06-221-9/+2
| | | | Change-Id: I369a87f473d1e870b2f819221f6383aab340b067
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-1/+0
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Removing wallpapers tab, adding shop icon back.Winson Chung2011-05-311-4/+0
| | | | Change-Id: I90bb107cce033ecb78a8fe365aa99c641a492b48
* Adding Wallpapers tab.Winson Chung2011-05-121-1/+5
| | | | Change-Id: Ic42bec30a4a3a4f8745bd1b5b164f33cc9a6c96f
* Adding back the widgets pane to the merged AllApps.Winson Chung2011-04-281-0/+13
| | | | | | - Fixing issue with holographic drag outlines being drawn offset Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005
* Make customization drawer deal better with a small heightMichael Jurka2011-04-061-0/+1
| | | Change-Id: I879d167bacf5f5e9415e9033fbd4babe102109f0
* Adding background protection for AllApps.Winson Chung2011-03-041-0/+10
| | | | Change-Id: If4f8a2e80e1ceae6c84fcea58cc5fcc118aad25e
* Various tweaks to launcherWinson Chung2010-12-141-4/+0
| | | | | | | | | - Removing hotdog for shadow bg protection - Adding bg protection for customization tray - Restoring holographic outlines for all apps - Small bug fixes Change-Id: I58d81bb490f78c76fcaf46122febc3c1aace854e
* Differentiating max widget cell count and max wallpaper cell count in ↵Winson Chung2010-12-091-0/+2
| | | | | | customization drawer. Change-Id: Ic649f185f9a294af38ed224e9dbb7530e7cbf29a
* Adding outlines to side pages for widgets and wallpaper pages in the ↵Winson Chung2010-12-011-0/+9
| | | | | | customization tray. Change-Id: Ib2ec5e630c1c861003d0e0b5672ed69ef25c0b47
* Modifying wallpapers customization page to look like widgets.Winson Chung2010-11-101-9/+2
| | | | | | - Disallowing touch handling when there are no children Change-Id: I925d6f1f862f8c7994a80c4eaacc80f8d59f6ab2
* Increasing icons for homescreen as well as as all-apps (temporarily until we ↵Winson Chung2010-10-271-2/+0
| | | | | | | | get hi-res icons). - Also fixing spacing in the portrait mode, and using the same styles for both AllApps and workspace icons. Change-Id: I222dd5d53a39d6940a85f40b57912b69c926ffd0
* Altering homescreen spacing to match design.Winson Chung2010-10-241-0/+6
| | | | Change-Id: I8b859992fe843d0cf688cb84bcbaab6dbeccb6fb
* More spacing changes for AllApps.Winson Chung2010-10-201-0/+5
| | | | | | - Also testing a simple scale of existing icons in lieu of high res icons. Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
* ->Added attribute to PagedView to specify spacing betweenAdam Cohen2010-10-051-0/+2
| | | | | | adjacent pages ->Fixing crash on phones Change-Id: I8ea97ce6d569c59b6d51b544dc10b0310d294b43