summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding accessibility controlsSunny Goyal2015-01-161-1/+1
| | | | | | | | | | | > Adding 'Remove' option to workspace items > Adding 'Add to workspace' to all apps and widget list items, which adds the item to the first available space, giving preference to the current workspace screen > Adding 'App info' and 'Uninstall' options to appropriate items Bug: 18482913 Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937
* Supporting custom widgets provided by launcherAdam Cohen2014-12-051-0/+35
| | | | | | | -> This change provides integration for widgets provided by the launcher package which can run arbitrary code. Change-Id: I6052da5c4afed7ee72e3b44d045b9c46f2d84c42
* Clearing some android list errors/warnings.Sunny Goyal2014-11-038-10/+10
| | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* Fix folder hint text color. Likely a regression from upgrading the Activity ↵Adam Cohen2014-10-311-0/+1
| | | | | | | theme Bug: 18204650 Change-Id: I5e23df5f4f8f1f8ca7a22c8a62797e77c9a4a9e1
* Add InsettableFrameLayout layout params to easily ignore insetsAdam Cohen2014-10-241-5/+7
| | | | Change-Id: I117fc34627e24ea5f909c3c87e9c2dbca46babb6
* Allow LauncherOverlay to access and manage insetsAdam Cohen2014-10-242-6/+6
| | | | Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c
* Some resource fixes for drop targetSunny Goyal2014-10-232-49/+35
| | | | | | | | | | > Making it singleline with ellipsis everywhere > Decreasing the text size on smaller devices > Decreasing char limit for various labels Bug: 17563793 Bug: 17938450 Change-Id: I8ad1a156de0601d07419b2cc6418389bc2e24a4e
* First pass of the Launcher Overlay interface / implAdam Cohen2014-10-222-0/+57
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* Merge "Using LinearLayout for overview panel" into ub-now-queensSunny Goyal2014-10-201-19/+23
|\
| * Using LinearLayout for overview panelSunny Goyal2014-10-161-19/+23
| | | | | | | | | | | | | | | | > Using equal weight to ensure that all items are of same width > The total width of the panel is set in DeviceProfile#layout Bug: 17456856 Change-Id: Ic98f5c4f7befd4d32d1b52dfe8c9f5b6c58b020a
* | Removing all traces of Market button and TabIndicatorSunny Goyal2014-10-172-49/+0
|/ | | Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
* Updating content of page description frequently.Sunny Goyal2014-08-281-39/+0
| | | | | | | | > Removing unused search icon page indicator issue: 17256565 Change-Id: I95158cf68f98b2af847cefb4d126468b908301e2
* Removing unused cling resources.Sunny Goyal2014-08-271-2/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating Clings UISunny Goyal2014-08-272-10/+25
| | | | | | issue: 16127412 Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
* Updating clings, removing ununsed clingsSunny Goyal2014-08-252-0/+82
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating the icon click feedbackSunny Goyal2014-08-191-3/+1
| | | | | | | | | > 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
* Merge "Updating the UI for focused state of an icon/folder." into ↵Sunny Goyal2014-08-165-10/+5
|\ | | | | | | ub-now-porkchop
| * Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-185-10/+5
| | | | | | | | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* | 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
* Updating the ui for widget restore flowSunny Goyal2014-08-121-12/+4
| | | | | | | | | | | | | | > Pending widget show a PreloadIconDrawable to indicate installation progress > Only the concerned widgets are reinflated on package install and not the whole workspace. > Adding support for storing default package icon in IconCache issue: 10779035 issue: 16737660 Change-Id: Id787ae4a5ef72d6e01aeb5a1bae5ab8840037679
* Updating the widget trayAdam Cohen2014-08-111-15/+36
| | | | | | | | -> 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
* 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
* Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-211-0/+28
| | | | | | | | | | | When the app is restored, it displays placeholders for all pending widgets. These placeholders can be moved and removed similar to a widget (size is fixed to what defined in backup). Once the system notifies the launcher of the new widget ids, the place holders are replaced with actual widgets. issue: 10779035 Change-Id: I68cbe4da01e9ca2978cb4471a7c645d2aa592055
* 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-074-19/+45
| | | | | | | | -> _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
* Fix issue where clings didn't appear after set up wizard (issue 13077829)Adam Cohen2014-02-211-32/+0
| | | | | | | | | | | -> Also removed the db-created as a criteria for showing the clings (this was a bit problematic in some cases and going forward) -> Instead, we use database upgrade as a signal to not show the clings. This is used instead of the above criteria (to prevent old users from seeing the migration cling and losing their data.) -> Stripped some old code related to custom clings that's no longer used. Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-2/+1
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Moved paddingStart to -v17 folder.Yura2014-01-091-1/+2
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: I84879257c4e463879fd6bfc322514d30c469ca30
* Removed paddingStart and paddingEnd when they are the same.Yura2014-01-073-6/+6
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9
* Revert "Revert "Move wallpaper picker code to a separate directory""Michael Jurka2013-12-117-311/+0
| | | | This reverts commit 39de459a8621abfc91382ce7b4cdd37d09aaac12.
* Revert "Move wallpaper picker code to a separate directory"Michael Jurka2013-12-107-0/+311
| | | | This reverts commit 8e88cb84781907afb7cca80581fea2277264fd2c.
* Move wallpaper picker code to a separate directoryMichael Jurka2013-12-107-311/+0
| | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Dyanmically lay out overview mode across all orientations and form factors.Winson Chung2013-11-071-10/+6
| | | Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
* Initial changes to support AllApps on various form factors.Winson Chung2013-11-011-5/+3
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-1/+4
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Stop using a separate ImageView for default wallpaperMichael Jurka2013-10-231-5/+0
| | | | | | | | Fixes janky transition when going from default wallpaper to another wallpaper Bug: 11278179 Change-Id: I738d1ae7bbc5e2d139a084e721b53fed9008367f
* Load images on a bg threadMichael Jurka2013-10-212-2/+2
| | | | | | Bug: 11134758 Change-Id: Ie789a2fcb2024832ac104cd9cdbc3602abee85ee
* Use new default wallpaper APIMichael Jurka2013-10-151-0/+5
| | | Change-Id: I77ce7f03f0d2c94d890d3eeee6750488b071b2ab
* Guarantee views are invisible after being faded (issue 11112570)Adam Cohen2013-10-111-1/+1
| | | | | | | -> Prevent clicking of hotseat items during non-normal state -> Update folder text edit highlight color (issue 11072862) Change-Id: I0292b51dc5f7e318dc59e9a26bf1e39f333bc8eb
* Finalize visuals of wallpaper picker itemsMichael Jurka2013-10-034-5/+11
| | | | | | Also, move third-party wallpapers to end of list Bug: 10852962 Bug: 11024560
* Fix RTL bugs with wallpaper parallaxMichael Jurka2013-10-031-0/+1
| | | | | Bug: 10901046 Change-Id: Id4277173b0c13d25eb0507bd6fa9fa1309946510
* Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-021-6/+0
|
* Make some changes for transparent system barsMichael Jurka2013-10-011-4/+4
| | | | | | | | | | | -Move transparent bars from just GEL to Launcher3 -When wallpaper strip animates, render it under the nav bar -Disable rotation of wallpaper picker on phones Bug: 10814785 Bug: 10852650 Bug: 10852554 Change-Id: I9efeccbc4ad1933689266a5dede201ccfd34acf4
* Fixing AllApps pressed state (issue 10845969)Adam Cohen2013-09-301-0/+20
| | | | | | -> Adding haptic feedback to overview mode buttons (issue 10917359) Change-Id: Iaf7ac31521ae08f4223aa0d0ffc2f6511b85567f
* Adding pressed state to overview mode buttons (issue 10926631)Adam Cohen2013-09-261-3/+3
| | | | Change-Id: I9d670d4770e56921310d34dc08657a6e753ec5ee
* Tweaking styles for AllApps and widgets spaces. (Bug 10843502)Winson Chung2013-09-242-6/+11
| | | | | | - Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
* Getting the Overview Mode to look up to specAdam Cohen2013-09-221-10/+19
| | | | | | | | -> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
* More folder cleanupAdam Cohen2013-09-201-0/+1
| | | | | | | | -> Eliminating out ring -> Fixing the cursor color -> Using "nolip" asset appropriately Change-Id: Ie0e341e865298555dcb0fcb5644e1f3e6b5e39e6
* New folder look / assetsAdam Cohen2013-09-202-1/+2
| | | | | | | -> Restricting the number of items in folders to prevent scrolling (excess items deleted) Change-Id: I4af2590cd5ea7677c875c031f84d4d5bcca3e6e9