summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Update assets for pressed/focused/selected statesMichael Jurka2013-09-1837-16/+30
| | | | | | | Also, add shadow below/above wallpaper strip Bug: 10722070 Change-Id: I37c445bab90e103f414c95b62e101a73d060661f
* Update styling of tile to pick image as wallpaperMichael Jurka2013-09-186-3/+6
| | | Bug: 10743257
* Merge "Scale wallpaper thumbnails without altering aspect ratio" into ↵Michael Jurka2013-09-141-1/+1
|\ | | | | | | jb-ub-now-indigo-rose
| * Scale wallpaper thumbnails without altering aspect ratioMichael Jurka2013-09-131-1/+1
| | | | | | | | | | Bug: 10616928 Change-Id: I60f59a5c48fe02664229d9ebc1d497c91c49d99b
* | Merge "Update to using new crop intent" into jb-ub-now-indigo-roseMichael Jurka2013-09-142-3/+5
|\ \
| * | Update to using new crop intentMichael Jurka2013-09-132-3/+5
| |/ | | | | | | | | | | | | Also, unify WallpaperCropActivity so it's identical to the system default version (mainly removing Launcher dependencies) Change-Id: I1ebc390bce23de62d76daced6f8cb44d57e4ac0c
* / Adding xxhdpi resource directories.Winson Chung2013-09-1380-20/+0
|/ | | | Change-Id: Iccbdcbfc98187fd3a862774c4b11105d5f5b6d24
* Adding ability to delete previously saved wallpapersMichael Jurka2013-09-125-4/+45
| | | | | | | - Also preserving temporarily picked wallpapers on rotation Change-Id: I35361e2a5619cd986bd8b66268ce9e94b9a0027e
* Add system window inset support to DragLayer and children.John Spurlock2013-09-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of fitting system windows as before, DragLayer now lays out under the system windows. DragLayer will simply add the system window insets to each child's layout margins by default. e.g. for Hotseat, Page Indicators, QSB, Search Overlay. Children that want to use the full viewport can declare so by implementing a new Insettable interface. System window insets will be passed to Insettable#setInsets(insets) and the child can do what it wants with them. Currently, two of DragLayer's children implement Insettable: 1) Workspace (for the -1 screen). Full screen pages are given the entire viewport, paged view offsets modified to end up in the right place now that the viewport is larger (the full screen height). Non-full screen pages like the normal icon pages simply apply the insets to end up in the same place they did before. NowClientCardsView uses the full viewport, applying the insets as padding. Will want to better take advantage of this new real estate in a future CL. 2) All Apps (AppsCustomizeTabHost). Applies the insets as layout margin one level down, so that the bar area is opaque during the transition, but visually the content lands in the same place. (Also add db_files to .gitignore to ignore the output of the db tool) Bug:10687177 Bug:10652189 Change-Id: I80b25d63884d244fcf704b24dad9497ee0d8b453
* Re-add string that's used as title of wallpaper pickerMichael Jurka2013-09-101-0/+2
|
* Initial changes to restore AllApps.Winson Chung2013-09-0514-145/+12
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Create a separate wallpaper crop activityMichael Jurka2013-09-052-23/+39
| | | Change-Id: Ifb0a7dcb5a6e9ddd4f4bbccc793d9b4db1256cf2
* Show and hide the wallpaper list in response to touchMichael Jurka2013-09-051-0/+1
|
* Fix small wallpaper thumbnails on some devicesMichael Jurka2013-09-041-2/+2
| | | | | Bug: 10616928 Change-Id: I9094f122ec5b0873c4babda42799e3840ec330c4
* Move wallpapers to external activityMichael Jurka2013-09-0430-35/+0
| | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* Merge "Added settings button to overview mode" into jb-ub-gel-agarAdam Cohen2013-08-292-0/+11
|\
| * Added settings button to overview modeAdam Cohen2013-08-292-0/+11
| | | | | | | | Change-Id: Idcbfa49fe2710dec460155f34bd371321af6cf17
* | Improve wallpaper croppingMichael Jurka2013-08-2930-25/+0
|/ | | | | | | - Add support for tablets - Add support for parallax with user-cropped images - Improve behavior in landscape Change-Id: I50c4bba59b03d26d595a086a9ea425894f341705
* Merge "Fixing folders to always show in view, removing old assets and ↵Winson Chung2013-08-2625-21/+0
|\ | | | | | | references to LauncherModel count." into jb-ub-gel-agar
| * Fixing folders to always show in view, removing old assets and references to ↵Winson Chung2013-08-2325-21/+0
| | | | | | | | LauncherModel count.
* | Merge "Get the view to be used as qsb bar from the launcher directly." into ↵Adam Copp2013-08-231-7/+0
|\ \ | | | | | | | | | jb-ub-gel-agar
| * | Get the view to be used as qsb bar from the launcher directly.Cristina Stancu2013-08-221-7/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow more control over the qsb visuals and behaviour in GEL. Depends on ag/339203 Future changes: - revert ag/344333 since we won't need the normal qsb to support hotword anymore - Dragging icons over the Drop target bar (to remove/uninstall them or get App info) doesn't currently work in GEL. There might be future changes needed to fix that. Change-Id: Ic498f0abee5ad99ef1644ff94f174b61f8e1f5f0
* / Remove memory-debug-related launcher icons & functionality.Daniel Sandler2013-08-231-1/+1
|/ | | | | Bug: 10441366 Change-Id: I3ddb95839bcd5c07db7e76ce1a28323b499ea30d
* Oops, fix build breakage caused by missing files.Michael Jurka2013-08-212-0/+43
| | | Also, remove preview images for wallpaper pickers.
* Remove built-in wallpaper picker.Daniel Sandler2013-08-2110-225/+0
| | | | | | | | Note that we don't yet have a solution for the user's initial wallpaper. Bother! Bug: 9626042 Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-2139-2/+198
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* Merge "Initial Changes for Dynamic Grid" into jb-ub-gel-agarWinson Chung2013-08-2046-956/+75
|\
| * Initial Changes for Dynamic GridWinson Chung2013-08-2046-956/+75
| | | | | | | | 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 overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-137-20/+80
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* Adding support for custom page indicator markers.Winson Chung2013-07-264-0/+34
| | | | Change-Id: I057b0cccc4194157d92ebb123af2afaf94fb5415
* Adding switch to toggle Memory OverlayAdam Cohen2013-07-191-0/+2
| | | | | | | | | | -> The overlay causes performance regressions so it's hard to evaluate performance with it on. -> Also, the WeightWatcher is still running regardless, so you can always check it -> Saved as a shared pref Change-Id: Iad5ccbeca2c2b4e0ec86294879f3eb09caa594e9
* Adding workaround for page indicators to support many pages.Winson Chung2013-07-189-1/+12
| | | | | | - Tweaking assets until we get something proper Change-Id: Ie07946acb529ff747d76896ff38837f8db6a7258
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-1715-46/+185
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Ensuring that the db reflects all package added/removed/updated broadcasts.Winson Chung2013-07-111-4/+0
| | | | | | - Also ensuring that newly added pages are added before the empty page Change-Id: I97a01f791c438aa5c5b1fd770d3536b449a871bc
* Fix widget resizing (Which stopped working at some point)Adam Cohen2013-07-091-0/+1
| | | | | | | | -> Also, deferring empty screen removal until after the drop animation in order to reduce buggy transitions -> Also fixing workspace layout on tablet Change-Id: I1ae9fdaf592262f959424f321efa6df4298f85cc
* Porting PagedView from KG to gain simplified scaling model, reorderingAdam Cohen2013-07-083-0/+3
| | | | | | | | | | | | -> 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
* Merge "Use autoscroller to handle drag scrolling" into jb-ub-gel-agarMindy DelliCarpini2013-07-031-3/+0
|\
| * Use autoscroller to handle drag scrollingMindy DelliCarpini2013-07-031-3/+0
| | | | | | | | Change-Id: Ie094cbfa91f898133f84ad9ffc349d8cfa07e668
* | Fix now showing on screen 1Adam Cohen2013-06-271-33/+0
|/ | | | Change-Id: I83c3aa0b219e62af8c024229fe00933bcedbf9df
* Accelerate scrolling based on duration of drag near edgeMindy DelliCarpini2013-06-271-0/+3
| | | | | | | TODO: tune max/ min scrolling velocity Tune scroll trigger zones Change-Id: I1daf10f12617fa9362cb340d5ed7bac98b23c9be
* Fixing crash in shrink wrap on tablets.Winson Chung2013-06-251-6/+0
| | | | Change-Id: I061960b2ca7a2cf02729665fb032d23d8f463ada
* Initial implementation of Shrink-wrapAdam Cohen2013-06-252-11/+0
| | | | Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
* New icon to dump heap information and share it.Daniel Sandler2013-06-172-0/+6
| | | | | | | Alternatively, $ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
* Add API to launcher to insert a custom page to the left of workspaceAdam Cohen2013-06-111-0/+33
| | | | Change-Id: I85a4e096aab9bfcb1de74f04075bcabcb7e3262f
* Add a dummy activity which we can catch on-click in launcher to open ↵Adam Cohen2013-06-061-0/+2
| | | | | | allapps/widgets Change-Id: Idc718a9e03e7358f972c59fcfc3bf2eaf75e56ee
* Changing default screen to 0Adam Cohen2013-06-064-3/+5
| | | | Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5
* Making folders scrollableAdam Cohen2013-06-066-33/+42
| | | | Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
* Remove wallpapers for real this time.Daniel Sandler2013-06-0662-0/+0
| | | | Change-Id: I642029c62864141f5e5ff553629a1a9f9164aed5
* Delete unused class HandleViewBjorn Bringert2013-06-061-16/+0
| | | | Change-Id: I775d34a2c0a755994a6e1bfe6127fed4ddcda0b7