summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Protected Folders: Prevent the folder name from covering the toggleStephen Bird2015-07-131-0/+1
| | | | | | Change-Id: I2d1d4550674efcab221e071c3290da2aeadad501 (cherry picked from commit 9711ba2542f4a15ed5dce442886a6a86d3ac0fa6) (cherry picked from commit fac4493b4a99e9beb5d8b5ba75a042e3046fa9fd)
* Fix settings pane button alignment.Danny Baumann2015-01-221-57/+13
| | | | | | | | | The addition of the manage apps button caused unnecessary line wraps for some languages (e.g. DE), and the manage apps icon had a size different from the other icons in that pane. Change-Id: I3faaf32d9826a817250190517583764a2574bfb0 (cherry picked from commit 5ede4fea10abdfc04dbfaa411268568ecce87f95)
* Adding manage apps shortcut to Settings panelRaj Yengisetty2015-01-211-0/+15
| | | | | Change-Id: I02b454072258d57e82c825417941382ea7807e83 (cherry picked from commit cc342519488d50d2f59f514940de6cf02bd53ab2)
* Shrink spacers in settings button panel.Danny Baumann2015-01-021-4/+4
| | | | | | | Previously there was not enough space for the button labels in some languages (e.g. German). Change-Id: I086908c0777e996ef37b0a3a4ea919f2d1c3f4cc
* Workspace: Custom default screenNebojsa Cvetkovic2014-12-231-1/+1
| | | | Change-Id: Ic90254f7758b9dbd4997a19474e455230355b772
* Fix spacing issues on devices with/without nav-bar in overview settings panelRaj Yengisetty2014-12-022-4/+2
| | | | Change-Id: I329b63b780e5727307770e076bf03e3bc4d82dd0
* Trebuchet: Draw the dynamic grid image dynamicallyDanny Baumann2014-11-231-2/+2
| | | | | | | This commits makes it possible to draw the image which previews the selected grid dynamically. Change-Id: I7c029f06110afdf1fe62145a079bba76166bb690
* Revert Themes button to Settings buttonRoman Birg2014-11-191-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove the themes button in the overview panel and add back the Settings button instead. Conflicts: res/drawable-hdpi/ic_setting.png res/drawable-hdpi/ic_setting_pressed.png res/drawable-mdpi/ic_setting.png res/drawable-mdpi/ic_setting_pressed.png res/drawable-xhdpi/ic_setting.png res/drawable-xhdpi/ic_setting_pressed.png res/drawable-xxhdpi/ic_setting.png res/drawable-xxhdpi/ic_setting_pressed.png res/drawable/setting_button.xml res/drawable/settings_button.xml res/drawable/themes_button.xml res/layout/settings_pane.xml res/values/cm_strings.xml src/com/android/launcher3/Launcher.java src/com/android/launcher3/OverviewSettingsPanel.java Change-Id: Ia7517b508ec99d5c8070b960e3de35bd9b7e36fa
* Trebuchet: RTL support for Settings ScreensRaj Yengisetty2014-11-193-33/+23
| | | | Change-Id: I9e6d812a81aa4358e230bd1d58877695eaeee0ac
* Protected Folder Fragment: Add remove Shortcut from list.Raj Yengisetty2014-11-191-2/+7
| | | | Change-Id: I0e9f141bc34bcfa955d7f5f3535d9d437e94b1da
* Re-add Fade side pages and Page outline options.Raj Yengisetty2014-11-192-22/+45
| | | | | | | | Conflicts: res/layout/settings_transitions_screen.xml src/com/android/launcher3/TransitionEffectsFragment.java Change-Id: Iaab1dbd980d065e631d8f3cfe363f3a0b5897f86
* Customizeable Dynamic Grid:Raj Yengisetty2014-11-195-3/+136
| | | | | | | | | | | | | | | | | | | - Presets - Comfortable (+0) - Cozy (+1) - Condensed (+2) - Custom option with min, max Reordering items in the settings pane for better organization Modifying Settings Layout for readability Conflicts: res/layout/settings_pane_list_item.xml res/values/cm_strings.xml src/com/android/launcher3/DeviceProfile.java src/com/android/launcher3/list/SettingsPinnedHeaderAdapter.java Change-Id: I5c926b6ca4b2ed73c263ef34eeb368caeb7af9b5
* Remove old preference activityRaj Yengisetty2014-11-191-2/+2
| | | | | | | | | | | * Also cleanup & remove unused strings Conflicts: AndroidManifest.xml WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java res/values/cm_strings.xml Change-Id: I0b9f2405ab98b0df612a18ccfaa5d9ba98876d8a
* Protected App [3/3] Trebuchet - Protected Apps - Build fixed to work with ↵Raj Yengisetty2014-11-193-15/+114
| | | | | | | | | | | | | | | | | LOCAL_SDK_VERSION - Fixed adding components to protected folders and adding protected folders to other folders - Fixed issues with EditText for FolderName - Adding support for Settings hooks - Uses Setting's LockPattern for Protected Apps - Add Read from Settings Secure DB (DO NOT WRITE!) - Protecting a folder updates Launcher without restart - Batch send component visibility Conflicts: AndroidManifest.xml res/values/preferences_defaults.xml src/com/android/launcher3/AppsCustomizePagedView.java src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java src/com/android/launcher3/LauncherModel.java src/com/android/launcher3/LauncherProvider.java src/com/android/launcher3/OverviewSettingsPanel.java Change-Id: I41c295e7f2c9abc9b2e77e6e3d39b7ca60d47139
* PagedView: Transition EffectsNebojsa Cvetkovic2014-11-192-1/+1
| | | | | | | | | | | | | | | | Conflicts: res/layout/overview_panel.xml res/values/cm_arrays.xml res/values/cm_strings.xml res/values/dimens.xml res/values/preferences_defaults.xml src/com/android/launcher3/AppsCustomizePagedView.java src/com/android/launcher3/Launcher.java src/com/android/launcher3/PagedView.java src/com/android/launcher3/Workspace.java src/com/android/launcher3/settings/SettingsProvider.java Change-Id: Ib134705952877165c334181548d577b3dceece68
* Trebuchet Settings UI Refresh.Raj Yengisetty2014-11-195-43/+260
| | | | | | | | | | | | | | | | | | - Overview Panel contains all Launcher Settings - Accessible through long press on Workspace or HW Menu button - Settings are held in a SlidingPanel in the Overview Panel - Replace the Settings shortcut in Overview Panel with Themes shortcut - Replace widgets icon with new widgets icon from Launcher3 - Trebuchet Settings changes no longer require restarting Process - Transition Effects have PNG Sequence to show animation sequence - Remove PageIndicator click event to open Overview Panel in AppTray Contributors: Adrian Foulk - UX Lead Abishek Devkota - Project Manager Hayden Schoen - UX Designer Change-Id: I2186213960cf12e840e814757894fe104551856b
* 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