summaryrefslogtreecommitdiffstats
path: root/res/layout/apps_customize_pane.xml
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of 13ef17a3 to mnc-dr-devHyunyoung Song2015-07-221-62/+0
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Clearing some android list errors/warnings.Sunny Goyal2014-11-031-1/+1
| | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* Removing unused cling resources.Sunny Goyal2014-08-271-2/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Fix issues with the new widget layoutAdam Cohen2014-08-141-9/+1
| | | | | | | | | | | -> use first layout instead of first measure to determine size -> fix issue where we were doubly accounting for padding of AppsCustomizePagedView -> show page backgrounds by default, hide fake page by default -> stripping some dead code related to the market button and all apps cling Change-Id: I787bdf1092c821b780670098fb219a8a68914bc8
* Further refinement of all apps / widgets transitionAdam Cohen2014-08-131-6/+11
| | | | Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
* Polishing the AllApps transitionAdam Cohen2014-08-101-9/+22
| | | | | | | | | | -> separating HW layers during animation to be siblings instead of parent-child (was destroying parent layer on each frame) -> Unifying material transition with pre-L, everything is the same, just missing the reveal. Change-Id: I8f7d5e658c2d9298bea83ce8199cb35e6fc0d44e
* Preliminary work on Material TransitionsAdam Cohen2014-07-181-65/+30
| | | | | | | | | | | | | | | -> Early exploration of AllApps Hero transition with circular reveal -> Stripping a bunch of dead code from AppsCustomizeTabHost -> Moved background scrim to DragLayer -> Removed "SMALL" state from workspace: replaced with NORMAL_HIDDEN and OVERVIEW_HIDDEN. This is mainly to reduce the overall usage of the z-space model between allapps/widgets and workspace. There are vestigial remains of this model, mainly due to the overview mode, and a bit for spring-loaded. Change-Id: If2302a24394f0ec66621f01ffa2fc4934aa10c3f
* Enabling quantum look and feel everywhereAdam Cohen2014-07-071-14/+24
| | | | | | | | -> _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
* Initial changes to support AllApps on various form factors.Winson Chung2013-11-011-5/+3
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-021-6/+0
|
* Tweaking styles for AllApps and widgets spaces. (Bug 10843502)Winson Chung2013-09-241-1/+1
| | | | | | - Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
* Initial changes to restore AllApps.Winson Chung2013-09-051-13/+3
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-171-5/+7
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Porting PagedView from KG to gain simplified scaling model, reorderingAdam Cohen2013-07-081-0/+1
| | | | | | | | | | | | -> We are no longer scaling individual Celllayouts, instead we are scaling the entire Workspace (and the CellLayouts come along for the ride) -> Due to the above change, many assumptions were broken. In particular, our drag and drop / animation archiecture is fairly fragile due to the frequent and complex mapping of points between different bits of the hierarchy. This CL contains a number of fixes which address such breakages. Change-Id: I2e630eab17528729b764b61f587858f6499fd318
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-5/+5
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Add first RTL support to LauncherFabrice Di Meglio2013-01-231-4/+4
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* 7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifestFabrice Di Meglio2012-09-251-1/+2
| | | | | | | | | | | | - add basic RTL support in the AndroidManifest so that Widgets will be able to support RTL too - force LTR layout direction to AppsCustomizeTabHost so that we dont have to deal with layout mirroring yet (do not need to force also LTR layout direction to Wallpaper activity and fragment as another CL is removing the ActionBar on them) Change-Id: I66623a3fcec0d7adef62b0ab8c8b2170e09f1b1b
* Merge "Fixing small regressions in folder text offset. (Bug 5600902)" into ↵Winson Chung2011-11-161-1/+3
|\ | | | | | | ics-mr1
| * Fixing small regressions in folder text offset. (Bug 5600902)Winson Chung2011-11-141-1/+3
| | | | | | | | | | | | - Tweaking AppsCustomize tab bar dimens Change-Id: I5809c0ffb5fb0f7e0124d875c97198aafa4e43e3
* | Delay loading All Apps pages until the first time we enter All Apps, making ↵Michael Jurka2011-11-131-1/+3
|/ | | | | | launcher startup faster (5000628) Change-Id: I2a2218975141d7659184de83e505c7ab6e613232
* Improve Apps/Widgets transitionMichael Jurka2011-11-111-1/+2
| | | | | - Avoid using a bitmap when doing crossfade when switching between Apps/Widgets tabs, also fixes a visual issue on stingray (5104303) Change-Id: I7365c629e704f37e18350ad15a849c034553d0b3
* Fixing issue where AllApps labels were getting clipped (Bug: 5490118)Winson Chung2011-11-081-2/+2
| | | | | | - Tweaking the AllApps grid spacing Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-0/+2
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-2/+8
| | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* Improving transition between Apps/Widgets panes (5145408)Winson Chung2011-08-161-0/+5
| | | | Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
* Tablet/AllApps fixes.Winson Chung2011-08-091-18/+3
| | | | | | | | | - Fixing regression where the power button did not dismiss Apps/Customize - Fixing regression in number of icons in portrain in AC, and removing legacy peek var for calculations (5122724) - Fixing spacing in shop button on tablet - Fixing bug where the apps pane was being changed as we were animating (5139543) Change-Id: I3a3e5f224fd92e99072c830d13423d195179e7c7
* Updating All Apps backgroundMichael Jurka2011-08-041-1/+2
| | | | | | - Making background of All Apps black - Drawing background within All Apps (perf gains) Change-Id: I164274235bc347de04fab0702b7e7075e499e6c0
* Fxing issues with the scroll barWinson Chung2011-07-191-7/+0
| | | | | | | | - Removing track from AllApps - Scrollbar should reach edge of track now - Fixing flashing when going from AppsCustomize to workspace and switching tabs in AppsCustomize Change-Id: Id69bd04dc503608566c3a33a1344904e3db383bf
* Fixing issues with spring loaded adding.Winson Chung2011-07-111-9/+9
| | | | | | | | | - Delaying until items are added - Showing bg when going into spring loaded mode - Fixing regression where dropping widgets on full page would not trigger a notification - Fixing regression on tablet where pages were no longer being rotated or shown Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
* Fixing bug where scroll track was showing on the tablet.Winson Chung2011-07-071-0/+1
| | | | Change-Id: Id86ed481af01bb209f9116041eaa542b9e373302
* Updating assets.Winson Chung2011-07-071-12/+9
| | | | | | - Tweaking search bar layout. Change-Id: I9624fa4284135858d3e19b8b8e4710b5dd746042
* Cleaning up some spring-loaded related dragging code. Allow cancel spring ↵Winson Chung2011-07-061-0/+2
| | | | | | loaded mode. Change-Id: Ie1f0468c563bed7abc1aa6416e222cdb0853c03a
* Tweaking the scroll indicators with new assets and sizing.Winson Chung2011-06-301-1/+8
| | | | | | - Showing the scroll indicators when changing between workspace/apps customize Change-Id: I791c09b76deb00108c466f08ae3c29b19d77c4d8
* Tweaking AppsCustomize spacing to match CellLayout.Winson Chung2011-06-301-1/+2
| | | | Change-Id: I5c3fa215659b51c7fc8dcda19dd1fd753d192f5e
* Populating some more accessibility events.Winson Chung2011-06-291-0/+1
| | | | Change-Id: I7813abdd6dcc0979949caec9e31029486be0396d
* Using GridLayout in AppsCustomize widgets tab.Winson Chung2011-06-241-0/+1
| | | | | | | | - Starting to implement new widgets design - Hiding outlines in phone ui while dragging - Making the tab bar show only when we have items as well Change-Id: Ic027f9ba83fc0982f2f92a90412f050a8e248f9c
* Adding signposting to Phone UI in Workspace/AppsCustomize.Winson Chung2011-06-141-0/+9
| | | | Change-Id: Id63f247745a5ec1a63bbaff84602e4c91354f789
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-47/+19
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Modifying AppsCustomize behaviour to use springloaded mode.Winson Chung2011-06-081-2/+5
| | | | Change-Id: I21d181ad3d245731ee8402915f8918b91bfc4553
* Fixing regression in shop icon and widget pane.Winson Chung2011-06-021-1/+3
| | | | Change-Id: I79a17581df2ba17c309626dde33c946855b2d55e
* Removing wallpapers tab, adding shop icon back.Winson Chung2011-05-311-3/+1
| | | | Change-Id: I90bb107cce033ecb78a8fe365aa99c641a492b48
* Adding QSBWinson Chung2011-05-261-1/+1
| | | | | | - Also changing AppsCustomize bg to black. Change-Id: Iadd1a34dda56b02191e00502714296a1a3c8ee88
* Adding Wallpapers tab.Winson Chung2011-05-121-1/+3
| | | | Change-Id: Ic42bec30a4a3a4f8745bd1b5b164f33cc9a6c96f
* Adding back the widgets pane to the merged AllApps.Winson Chung2011-04-281-1/+5
| | | | | | - Fixing issue with holographic drag outlines being drawn offset Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-0/+96
Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948