summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Restore workspace gradients when returning from Widget dropRaj Yengisetty2015-12-121-0/+2
| | | | Change-Id: I08927ea359460f60cebe1b942273a24eea8f86d5
* Fix: Workspace background gradientRaj Yengisetty2015-12-121-0/+3
| | | | | | | | | | | | | Repro: - Open App Drawer - Launcher any app - Press back (User should be returned to the App Drawer) - Press back again (User should be returned to the Home Screen) - Note gradient near status bar (Home Screen gradient is missing!) - Press home - Note Home Screen gradient reappears Change-Id: Ib24d94c2deba06f872f42bfffff78317844dd731
* Trebuchet: Add scrubber to widget viewstaging/cm-13.0cretin452015-12-105-2/+114
| | | | Change-Id: I68711e95ed31a962b47e995e979e32de37570b44
* Reimplement CM Settings Overview Panel Part 5Yvonne Wong2015-12-103-35/+105
| | | | | | | | - Enable default screen button - Make UI changes to settings panel - Add a broadcast receiver for hide/unhide search bar setting Change-Id: I849dd412231795b894e7af7ee575e60feb618c70
* Trebuchet: Add DB migrationcretin452015-12-094-7/+183
| | | | Change-Id: Ic470848380ede33ba52e71d453d5328a23160b48
* Reimplement CM Settings Overview Panel Part 4Yvonne Wong2015-12-088-64/+283
| | | | | | | - Enable protected apps and update workspace/app drawer/widgets view when protected apps change - Change reload launcher to happen after each setting toggle to reduce UI lag Change-Id: I0a4a4a077c3cb94eaccfb4e8c4213135cb99d57e
* Trebuchet: Add app drawer settingscretin452015-12-038-35/+152
| | | | Change-Id: I040420608de64bedc6e9832268796cdf801f5c21
* Reimplement CM Settings Overview Panel Part 3Yvonne Wong2015-12-038-46/+781
| | | | | | - Enable dynamic grid resizing Change-Id: I95a7f20da48e037a94ce5b6191c5597490d91d9d
* Re-Implementation of hidden foldersVineet Patil2015-11-308-10/+621
| | | | Change-Id: I2cdb881eb6a2608279d30a1cdfc1327a89ae7693
* Reimplement CM Settings Overview Panel in the new Launcher Part 2Yvonne Wong2015-11-308-38/+185
| | | | | | | - Enables hiding the search bar from the workspace - Adds a reload launcher flag to reload only during onResume or newIntent if needed Change-Id: I0feb279f9003b268b5a129cef40d3665787ee451
* Reimplement CM Settings Overview Panel in the new Launcher Part 1Yvonne Wong2015-11-3021-47/+3414
| | | | | | | | | - 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
* Trebuchet: Use full res app icon on icon cache initcretin452015-11-231-1/+2
| | | | Change-Id: I77400641d561de9b012b4fadd088fb62c9dbdcdd
* Reimplement the CM scrubber against the new Launchercretin452015-11-2315-64/+1430
| | | | | | PS4: Implement RTL support Change-Id: I4456d54b5924913d1b36e1cfa9a2269150f6fb3e
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-187-78/+397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge "Removing items which are on invalid screen" into ub-launcher3-burnabySunny Goyal2015-09-091-12/+19
|\
| * Removing items which are on invalid screenSunny Goyal2015-09-041-12/+19
| | | | | | | | | | Bug: 23804751 Change-Id: If26a6b201aa6127cfd2a08fc4b408a27d6329bad
* | Restoring provider behavior for reloading app on old devicesSunny Goyal2015-09-091-4/+16
| | | | | | | | | | | | | | | | | | > For older devices, launcher will only reload in case of inserts with specific query parameters > For older devices, launcehr will notify content observers of any internal inserts > Chaning TAG for Launcher provider as max logging tag is only 23 characters Bug: 23821706 Change-Id: I32891387612d967c41ddae848c43dc4b1de1b0e9
* | Merge "Preventing null pointer crash when opening a folder" into ↵Sunny Goyal2015-09-031-1/+1
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Preventing null pointer crash when opening a folderSunny Goyal2015-09-031-1/+1
| |/ | | | | | | | | Bug: 23770713 Change-Id: I3ce82450358f1493f70639d594e1e3f391945437
* / Revert workaround for move to default screen on home intent.Ivan Lee2015-09-031-2/+2
|/ | | | | | BUG=23556755 Change-Id: Ia268a58389b90fd0503e474f02f33a312c051c0e
* Merge "Fixing NPE in recycler view scroll bar." into ub-launcher3-burnabyWinson Chung2015-08-311-3/+17
|\
| * Fixing NPE in recycler view scroll bar.Winson2015-08-311-3/+17
| | | | | | | | | | | | | | | | - The regression was introduced in scroll bar changes ag/751628, but unlike AllApps, the WidgetsRecyclerView can have an unbound model. Bug: 23689784 Change-Id: Ibd3d5bcbafab0ada9a372fa00acaa45809ce720d
* | Merge "Adding workaround for regression caused by ag/752175" into ↵Winson Chung2015-08-311-2/+2
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Adding workaround for regression caused by ag/752175Winson2015-08-311-2/+2
| |/ | | | | | | Change-Id: I92617c88f17a5827454e147f93d822975587d5b4
* | Merge "Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a ↵Sunny Goyal2015-08-281-2/+4
|\ \ | | | | | | | | | managed profile app" into ub-launcher3-burnaby
| * | Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a managed ↵Sunny Goyal2015-08-281-2/+4
| | | | | | | | | | | | | | | | | | | | | profile app Bug: 23515512 Change-Id: I60678eccd4b60225ff30960f7197d633f72c7659
* | | Merge "Adding graphic for all apps empty search screen." into ↵Winson Chung2015-08-284-4/+274
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Adding graphic for all apps empty search screen.Winson2015-08-284-4/+274
| |/ | | | | | | Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
* | Revert "Adding viewId for the QSB"Sunny Goyal2015-08-271-7/+2
| | | | | | | | | | | | | | | | Using QSB widget id from xml This reverts commit 995685913955f33b05fdc0b473df901f2b0652c0. Change-Id: I33c48cf074f2dc1cf509c2d9f1f19b40b91f6a22
* | Merge "Adding viewId for the QSB" into ub-launcher3-burnabySunny Goyal2015-08-271-1/+7
|\ \
| * | Adding viewId for the QSBSunny Goyal2015-08-271-1/+7
| | | | | | | | | | | | Change-Id: I4ad6bc8c0d94e60a4d354dfc29f456ca561fc500
* | | Merge "Fixing an issue where you would inadvertently start fastscrolling." ↵Winson Chung2015-08-271-4/+8
|\ \ \ | | | | | | | | | | | | into ub-launcher3-burnaby
| * | | Fixing an issue where you would inadvertently start fastscrolling.Winson2015-08-271-4/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | - This would happen when you scroll near the thumb and pass through the area where the scrollbar was when the gesture started, and this CL prevents gestures that move beyond a fixed distance from the original touch position that is not already a fastscroll. Bug: 23561678 Change-Id: I66226777671456a8919503dae4e92164ee10dd6d
* | | Merge "Fixing issue with missing scroll bar after fast-scrolling and ↵Winson Chung2015-08-271-0/+4
|\ \ \ | |_|/ |/| | | | | searching." into ub-launcher3-burnaby
| * | Fixing issue with missing scroll bar after fast-scrolling and searching.Winson2015-08-271-0/+4
| |/ | | | | | | | | | | | | | | - This was due to us not re-attaching the thumb to the scrollbar after we scroll the view to the top explicitly without the user scrolling. Bug: 23562489 Change-Id: I5932b9b3b9358e23c0ec23aa235644b4f27c43ea
* | Pending bind callbacks should be cleared before starting the loader,Sunny Goyal2015-08-271-0/+6
| | | | | | | | | | | | | | | | | | similar to startBinding Bug: 23310446 Bug: 19422965 Bug: 23304651 Change-Id: I4821b4c0c7796c33ad9691b6735235a220fa635a
* | Merge "Fixing work folder addition logic > Showing animation when folder ↵Sunny Goyal2015-08-253-59/+64
|\ \ | |/ |/| | | is added > Not showing animation while cling is visible > Checking is loader completed from UI thread > Running bind complete runnables when bind is completed" into ub-launcher3-burnaby
| * Fixing work folder addition logicSunny Goyal2015-08-203-59/+64
| | | | | | | | | | | | | | | | | | | | | | > Showing animation when folder is added > Not showing animation while cling is visible > Checking is loader completed from UI thread > Running bind complete runnables when bind is completed Bug: 21772992 Bug: 23181585 Change-Id: I50742850da8294a877478ce02b107a026f68b563
* | Merge "Fixing widgets container inactive scroll bar color." into ↵Winson Chung2015-08-241-4/+0
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Fixing widgets container inactive scroll bar color.Winson2015-08-241-4/+0
| | | | | | | | | | | | | | | Bug: 20035978 Change-Id: Ia267ff8f171f7c4cde00593bd69cf69c1660c431
* | | Merge "Making the detached scrollbar catch up faster to the actual scroll ↵Winson Chung2015-08-241-2/+12
|\| | | | | | | | | | | position." into ub-launcher3-burnaby
| * | Making the detached scrollbar catch up faster to the actual scroll position.Winson2015-08-241-2/+12
| | | | | | | | | | | | | | | Bug: 20035978 Change-Id: I4f9780e1c5c1d10a7956ece729163544d79d72c3
* | | Merge "Removing call to isButtonPressed as its only Lollipop and above" into ↵Sunny Goyal2015-08-241-5/+3
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Removing call to isButtonPressed as its only Lollipop and aboveSunny Goyal2015-08-171-5/+3
| | | | | | | | | | | | Change-Id: I0d70befa25baf4864303833111652dbf1d19daa5
* | | Using the usermanager api to get creation timeSunny Goyal2015-08-211-1/+4
| | | | | | | | | | | | | | | Bug: 22539048 Change-Id: I17647f2456434ca66a9778300e1a2910cec171d4
* | | Fixing issue with search bar not being visible.Winson2015-08-201-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - If you queue up two SearchBarDropTarget state transitions one right after another, the second animation will skip (since the values haven't started animating yet) and the first animation will complete instead, leaving the visibility of the search and drop target bars at odds with the current bar state. - Instead, we should cancel all existing animators first, such that if we are already in the final state, no animations will run, and the correct bars will be visibile. Bug: 23201830 Change-Id: I1f8e802821ef2b4904a3efa7edbea6ae615479b9
* | | Updating the scrollbar to make the fastscroller more visible.Winson2015-08-201-31/+64
| | | | | | | | | | | | | | | Bug: 20035978 Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd
* | | Merge "Tweaking fast scroller to follow touch closer." into ub-launcher3-burnabyWinson Chung2015-08-206-60/+160
|\ \ \ | |_|/ |/| |
| * | Tweaking fast scroller to follow touch closer.Winson2015-08-206-60/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Issue: The fast scroller currently does not follow the touch input because fundamentally, the fixed scrollbar height and the mapping of the scroll space to the scrollbar space is fundamentally incompatible. - This CL changes the fast scroller to allow it to detach when the user fast-scrolls, then re-attaches after the user scrolls the screen and the current scroll position for the scrollbar picks up the thumb position. - Since the scroll position and the fast scroller thumb is now detached, we can change the distribution of the fast scroll letters to make it independent of the rows for each section and instead uniformly distribute it along the scrollbar, which allows for more stability. - There are edge cases where this fails, especially when there are few apps, which we can investigate further. Bug: 20035978 Change-Id: I8322f862107e6f330deff692885233706564bffd
* | | Merge "Fixing empty screen created at the end, even when dragging the last ↵Sunny Goyal2015-08-191-4/+4
|\ \ \ | | | | | | | | | | | | item on the last screen." into ub-launcher3-burnaby