summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added AppInfoDropTargetBar to spring loaded workspace.Tony Wickham2015-09-1513-41/+195
| | | | Change-Id: Ieedc68eba9a5934ab30d6d546d8a837274491064
* Added BaseDropTargetBar, which SearchDropTargetBar extends.Tony Wickham2015-09-153-99/+162
| | | | | | This is to allow for a future AppInfoDropTargetBar. Change-Id: I5e66129919226eaef1ba1ddb0c0c99d0a6dc48df
* Merge "Initial spring loaded workspace." into ub-launcher3-masterTony Wickham2015-09-1521-156/+27
|\
| * Initial spring loaded workspace.Tony Wickham2015-09-1421-156/+27
| | | | | | | | | | | | | | | | | | It is a bit clunky and doesn't have the App Info drag bar at the bottom yet, but it is a start. Also removed page hints because they are no longer used. Change-Id: I1f8f82d33e6694cab1f1c762e78852ac0d40ab33
* | am 15f68dcd: Merge "Tweaking print_db script to take grid size directly." ↵Winson Chung2015-09-141-14/+11
|\ \ | | | | | | | | | | | | | | | | | | into ub-launcher3-burnaby-polish * commit '15f68dcdf238c58233d954fd0344223e85607c35': Tweaking print_db script to take grid size directly.
| * \ Merge "Tweaking print_db script to take grid size directly." into ↵Winson Chung2015-09-141-14/+11
| |\ \ | | | | | | | | | | | | ub-launcher3-burnaby-polish
| | * | Tweaking print_db script to take grid size directly.Winson2015-09-141-14/+11
| | | | | | | | | | | | | | | | Change-Id: Id274f6086a37adbbea4f86d01c55e38d6c616c00
* | | | am 8a511b91: (-s ours) Merge "Wallpaper preview parallax matches the actual ↵Tony Wickham2015-09-140-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | wallpaper\'s." into ub-launcher3-burnaby-polish * commit '8a511b9123d9219498a8560b1b19e382ebf8cf61': Wallpaper preview parallax matches the actual wallpaper's.
| * | | Merge "Wallpaper preview parallax matches the actual wallpaper's." into ↵Tony Wickham2015-09-148-56/+141
| |\ \ \ | | |/ / | |/| | | | | | ub-launcher3-burnaby-polish
| | * | Wallpaper preview parallax matches the actual wallpaper's.Tony Wickham2015-09-108-56/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry picking the following changes from ub-launcher3-master: Change-Id: I41c5bbbfdabfeb4e20d77e9b5804842a03211edf Change-Id: I69afa3f8cc59c77e9c4c25e29e8db8c4beb87462 Change-Id: I82b7ba506d51ee4b3812af5fbdf95d3303b37aef Change-Id: Id7c2b5483c5535d59be2f8a459ce7788e3c8318a Bug: 23568800 Change-Id: I343169b9fdc5ceaab3d4b39044627d78b7267868
* | | | am c0b52fef: Refactoring to ensure item deletion always removes from the DB.Winson2015-09-106-67/+75
|\| | | | | | | | | | | | | | | | | | | * commit 'c0b52fefbc11531d560359c093484099f9d1298e': Refactoring to ensure item deletion always removes from the DB.
| * | | Refactoring to ensure item deletion always removes from the DB.Winson2015-09-106-67/+75
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Routing the various places where we call through to delete from LauncherModel through Launcher, which will delegate the removal of the icon from the workspace, and properly handle the removal of all items and their contents from the db. Bug: 23944119 Change-Id: I022fe2b3e79da16b5af87505c4362490b8422686
* | | Merge "Prevent full sized icons from being stored when low-res icons are ↵Winson Chung2015-09-101-23/+33
|\ \ \ | |_|/ |/| | | | | requested." into ub-launcher3-master
| * | Prevent full sized icons from being stored when low-res icons are requested.Winson2015-08-311-23/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When LauncherModel loads for the first time, the full set of widget package icons are loaded, which loads and stores full resolution icons even if low-res icons are requested. This CL ensures that if we query for package icons, the low res icon is returned if it is requested, only loading the high-res icons when the user goes into the widgets tray. Bug: 22797443 Change-Id: I45cd23c302c5e654ba7e0306a4b07b2fbeb70d2b
* | | Merge "Added copyright license to fade_out.xml." into ub-launcher3-masterTony Wickham2015-09-101-0/+15
|\ \ \
| * | | Added copyright license to fade_out.xml.Tony Wickham2015-09-101-0/+15
| | | | | | | | | | | | | | | | Change-Id: I58149e0699b02b59d61919a7b25df1e0daa6fde8
* | | | Find page for widget starting at current page from overview.Tony Wickham2015-09-101-1/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | Previously the search began with the page that the user long-pressed to enter the overview, even if they then free- scrolled to another page before selecting "Widgets." Change-Id: Ie286f6864c78b573c05dd9d02c1346e17db711a6
* | | am 01251b0d: am 4abaf133: Merge "Removing items which are on invalid screen" ↵Sunny Goyal2015-09-100-0/+0
|\ \ \ | | |/ | |/| | | | | | | | | | into ub-launcher3-burnaby * commit '01251b0dc4c302a8b9eb6ef6797c8e33eebab139':
| * | am 4abaf133: Merge "Removing items which are on invalid screen" into ↵Sunny Goyal2015-09-091-12/+19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-burnaby * commit '4abaf133546b0c950edc82594985e9da50d9c1dd': Removing items which are on invalid screen
* | | | am e5745e9d: am c74e4197: Restoring provider behavior for reloading app on ↵Sunny Goyal2015-09-100-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | old devices > 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 inse * commit 'e5745e9d0245cac794f4cb74b8d3800981d5f581':
| * | | am c74e4197: Restoring provider behavior for reloading app on old devices ↵Sunny 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 > Chani * commit 'c74e41973a74aa416e16aeadaa2f491153da26bc': Restoring provider behavior for reloading app on old devices > 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
* | | | | am b894aa1f: (-s ours) Fix typos caused by gerrit\'s inline editor.Tony Wickham2015-09-100-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'b894aa1f671aee026e8555e4ed30c8dd415a40c2': Fix typos caused by gerrit's inline editor.
| * | | | Fix typos caused by gerrit's inline editor.Tony Wickham2015-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie142f5c6b418ac775cc167787f8e372d5354b91a (cherry picked from commit 1ea392f0bc30134a800be224d8fbcf1af63bb80b)
* | | | | am 388a6574: Merge "Long-clicking workspace overlay buttons does the same ↵Tony Wickham2015-09-100-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thing as clicking them." into ub-launcher3-burnaby-polish * commit '388a657419b67dc7104769622a77213ac8076091': Long-clicking workspace overlay buttons does the same thing as clicking them.
| * | | | Merge "Long-clicking workspace overlay buttons does the same thing as ↵Tony Wickham2015-09-041-6/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | clicking them." into ub-launcher3-burnaby-polish
| | * | | | Long-clicking workspace overlay buttons does the same thing as clicking them.Tony Wickham2015-09-041-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15000525 Change-Id: I4123863de888989ad6171cb43001c3ad86c19edb (cherry picked from commit c75917f12956734fbe93615f5ee27ecad1a46c63)
* | | | | | am 1336070b: (-s ours) Merge "Reuse existing temporary wallpaper tiles when ↵Tony Wickham2015-09-100-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selecting same photo." into ub-launcher3-burnaby-polish * commit '1336070b2a3f9ff8c65231c075135102d6f166ad': Reuse existing temporary wallpaper tiles when selecting same photo.
| * | | | | Merge "Reuse existing temporary wallpaper tiles when selecting same photo." ↵Tony Wickham2015-09-041-7/+27
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-burnaby-polish
| | * | | | | Reuse existing temporary wallpaper tiles when selecting same photo.Tony Wickham2015-09-041-7/+27
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, if you selected a photo to set as the wallpaper multiple times, it kept adding temporary wallpaper tiles that were all identical. Now it reuses the same tile, updating the thumbnail and wallpaper if the Uri happens to point to a new image (such as if a photo is renamed). Change-Id: Ib05c9db4e1fd17226b503174f25add3368158b11 (cherry picked from commit f970ee5cdc0185fa5003ded178ef680813d8a259)
* | | | | | Merge "When placing a widget, go to a page with enough space." into ↵Tony Wickham2015-09-104-2/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ub-launcher3-master
| * | | | | | When placing a widget, go to a page with enough space.Tony Wickham2015-09-094-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The search for this page starts at the current one and continues to the right (on LTR) until a page is found that can accomodate the widget, taking possible resizing and reordering into account. Bug: 11338870 Change-Id: I2e9a310eb8f74024dca9150f55a525e1309c2f07
* | | | | | | am 489fc56d: Don\'t repeat ReorderPreviewAnimation for folders/widgets in ↵Tony Wickham2015-09-100-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | power save mode. * commit '489fc56df80293f107fe706b19456edab10b9872': Don't repeat ReorderPreviewAnimation for folders/widgets in power save mode.
| * | | | | | Don't repeat ReorderPreviewAnimation for folders/widgets in power save mode.Tony Wickham2015-09-041-2/+14
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since power save mode (introduced in Lollipop, also known as battery saver) disables animations, the ReorderPreviewAnimation looks bad - instead of displaced folders subtly and smoothly moving up and down, they violently jump between up and down positions in rapid succession. Setting the animation to not repeat in this case avoids this issue. Bug: 23675090 Change-Id: I8149610af75e7023dca28a942b3447228083cd33 (cherry picked from commit 9e0702f4af33db569c9ed79bdf311204abe40dd5)
* | | | | | resolved conflicts for 12688552 to ub-launcher3-masterWinson2015-09-09203-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaf97c5ae486e19cd3ad320ed88346571252d878a
| * | | | | Compressing Launcher resources.Winson2015-09-04203-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 23812987 Change-Id: I66452a321c3c48661387282ba782ba948e0aae6b
* | | | | | am 64704663: am 606726ba: Merge "Preventing null pointer crash when opening ↵Sunny Goyal2015-09-100-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a folder" into ub-launcher3-burnaby * commit '647046637efc2b7414b15062cc650cb690c01f46':
| * | | | | am 606726ba: Merge "Preventing null pointer crash when opening a folder" ↵Sunny Goyal2015-09-041-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-burnaby * commit '606726ba289583a67188d9448b220c2e3fae87d7': Preventing null pointer crash when opening a folder
* | | | | | | am f96b1ad2: am 667d6888: Revert workaround for move to default screen on ↵Ivan Lee2015-09-100-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | home intent. * commit 'f96b1ad27f1a27bd8ab0cedd35aff2dbf2495a33':
| * | | | | | am 667d6888: Revert workaround for move to default screen on home intent.Ivan Lee2015-09-041-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '667d6888f4a7f1a6267c1968f22fdb8ff3af8d34': Revert workaround for move to default screen on home intent.
* | | | | | | | am 4aa48517: Merge "Disabling fast scroller when searching apps." into ↵Winson Chung2015-09-103-1/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-burnaby-polish * commit '4aa48517df32d35a1ae3b48bd02acc087c247351': Disabling fast scroller when searching apps.
| * | | | | | | Merge "Disabling fast scroller when searching apps." into ↵Winson Chung2015-09-033-1/+16
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-burnaby-polish
| | * | | | | | | Disabling fast scroller when searching apps.Winson2015-09-033-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - There is no meaningful order for the app search results since they are ranked. Bug: 23759082 Change-Id: I0aa4eea68136ea3ecef2a80b20ba7b0d46f0653b
* | | | | | | | | Merge commit '5c6bdbbc27525acc8c49cea6a1de36723a13fac7' into ↵Winson2015-09-092-7/+18
|\| | | | | | | | | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manual_merge_5c6bdbbc Change-Id: I508bce36edca28ed565338e5173b64eba14e89d4
| * | | | | | | Fixing regression, reset AllApps when the screen turns off.Winson2015-09-032-11/+34
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now that we are debouncing the workspace state, we were no longer resetting the all apps view when the screen turns off when the user is already on the workspace. Bug: 23759455 Change-Id: I996b595945de96ae6ff2344349027d4722921984
* | | | | | | Merge "Make sure all overlay panels are visible as user free scrolls." into ↵Tony Wickham2015-09-093-12/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-master
| * | | | | | | Make sure all overlay panels are visible as user free scrolls.Tony Wickham2015-09-093-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously there was a workaround to ensure that adjacent panels were visible while in the overview or spring-loaded states, but it incorrectly kept only those original pages visible even while the user scrolled to other pages. So now we only use the workaround when first entering the overview or spring-loaded states, and then fall back to the default getVisiblePages() implementation in PageView when in free scoll mode. Bug: 23766408 Change-Id: I692ec00b9cd6d7889c374aee41b85abd0a5d8d3c
* | | | | | | | am 4abaf133: Merge "Removing items which are on invalid screen" into ↵Sunny Goyal2015-09-091-12/+19
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-burnaby * commit '4abaf133546b0c950edc82594985e9da50d9c1dd': Removing items which are on invalid screen
| * | | | | | | 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
* | | | | | | am c74e4197: Restoring provider behavior for reloading app on old devices ↵Sunny 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 > Chani * commit 'c74e41973a74aa416e16aeadaa2f491153da26bc': Restoring provider behavior for reloading app on old devices > 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