summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Only reset search field when back key is hit if there is no query." ↵Jonathan Miranda2016-09-191-3/+2
|\ | | | | | | into ub-launcher3-calgary-polish
| * Only reset search field when back key is hit if there is no query.Jon Miranda2016-09-191-3/+2
| | | | | | | | | | Bug: 31432372 Change-Id: I93c7ee661597f934402f464c4f0182a8fad38d39
* | Merge "Add context to widget dimensions for accessibility." into ↵Jonathan Miranda2016-09-192-0/+4
|\ \ | | | | | | | | | ub-launcher3-calgary-polish
| * | Add context to widget dimensions for accessibility.Jon Miranda2016-09-192-0/+4
| | | | | | | | | | | | | | | Bug: 19085860 Change-Id: Ia28c2c14b93945d796226eea3de040e971fd42f0
* | | Uses a TransformingTouchDelegate to extend touch target for widgets list.Jon Miranda2016-09-192-18/+19
|\ \ \ | |/ / |/| | | | | | | | | | | am: 0ef81fdc22 Change-Id: I33962020ff1cf75e46254c24687a53fd5b2088fa
| * | Uses a TransformingTouchDelegate to extend touch target for widgets list.Jon Miranda2016-09-192-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | The widget row contents were being clipped, which made it seem like the horizontal scroll was broken. Bug: 30023607 Change-Id: I00b0c334bbb0faf166d4cd168392cc494ed732e0
* | | Merge "Updating the paddings in folder cell" into ub-launcher3-calgary-polishSunny Goyal2016-09-198-32/+52
|\ \ \ | |_|/ |/| |
| * | Updating the paddings in folder cellSunny Goyal2016-09-168-32/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | > Updating overall padding for the cell and adding drawable padding > Ensuring that the folder cell is always rendered properly based on available vertical space Bug: 30605958 Change-Id: I8ceb9fea5a25052b0d7461f52edca0e6a33fa085
* | | Merge "Fixing issue where overview->normal workspace mode cannot be done by ↵Hyunyoung Song2016-09-163-12/+30
|\ \ \ | |/ / |/| | | | | tapping b/31458165" into ub-launcher3-calgary-polish
| * | Fixing issue where overview->normal workspace mode cannot be done by tappingHyunyoung Song2016-09-163-12/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/31458165 Because workspaceInModalState makes the VerticalFlingDetector to consume the touch input, click is not detected in Overview mode. Placed pulldown to search behind a feature flag. Change-Id: I31ab69f57944a18e6b264c4f2ed2d0c1175cd940
* | | Merge "Don't close all apps when touching deep shortcuts container." into ↵Tony Wickham2016-09-161-0/+6
|\ \ \ | | | | | | | | | | | | ub-launcher3-calgary-polish
| * | | Don't close all apps when touching deep shortcuts container.Tony Wickham2016-09-081-1/+6
| | | | | | | | | | | | | | | | | | | | Bug: 31373894 Change-Id: Ica1d0c2318e8f5d3e45196174c9b495a1c2515cd
* | | | Merge "Fixed NumberFormatException when trying to display vector drawable." ↵Jonathan Miranda2016-09-161-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | into ub-launcher3-calgary-polish
| * | | | Fixed NumberFormatException when trying to display vector drawable.Jon Miranda2016-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found while debugging on Lollipop. Change-Id: Idb098d3a8f7f1fa608fd8a32225cdefa41ba47a7
* | | | | Merge "Set contentDescription on caret" into ub-launcher3-calgary-polishHyunyoung Song2016-09-151-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Set contentDescription on caretHyunyoung Song2016-09-151-0/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I1f66b96b3f94649d85857b0107144bb4070ef448
* | | | | Use ContextCompat.getColor to support API levels below 23.Jon Miranda2016-09-152-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found while debugging on Lollipop. Change-Id: Ibe97fd30c4ee8cd0c1735a41802b859345f9e931
* | | | | Adding support for extending the touch target in the touchDelegateSunny Goyal2016-09-151-3/+26
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | am: 1cc48e1d0c Change-Id: I29ce4b52a2b687f73b2db4ddb633210e905aad69
| * | | | Adding support for extending the touch target in the touchDelegateSunny Goyal2016-09-151-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 31458312 Change-Id: Ic819bdede2776ff63ec17053cc1326415edc1ca0
* | | | | Fix bug where page indicator animation repeats itself.Jon Miranda2016-09-151-5/+0
| |_|_|/ |/| | | | | | | | | | | | | | | Bug: 31501865 Change-Id: I0df77859b82b60fd0e50023e0f5690961850cf6c
* | | | Pull down should start search.Hyunyoung Song2016-09-152-3/+102
| |/ / |/| | | | | | | | | | | | | | b/31458165 Change-Id: If4821e3d89a05a00551af6a5209ebc1693a1389b
* | | Simplifying the startSearch call in launcher callbacksSunny Goyal2016-09-134-41/+15
| | | | | | | | | | | | Change-Id: I722e110903cced237f05667c4d711468d7cd3daa
* | | Adding support for multiwindow drag and dropSunny Goyal2016-09-129-106/+301
| | | | | | | | | | | | Change-Id: I95b46e3c3f1238307d3ef5a6c81a8e530ba0987a
* | | Merge "Using DragObject for folder drop instead of maintaining states when ↵Sunny Goyal2016-09-124-52/+50
|\ \ \ | | | | | | | | | | | | drag starts from inside a folder" into ub-launcher3-calgary-polish
| * | | Using DragObject for folder drop instead of maintaining states whenSunny Goyal2016-09-094-52/+50
| | | | | | | | | | | | | | | | | | | | | | | | drag starts from inside a folder Change-Id: I073b59c194d0bd483d579bbcb638b116b09590a0
* | | | Merge "Fixing double system state call in iconCache" into ↵Sunny Goyal2016-09-121-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-calgary-polish
| * | | | Fixing double system state call in iconCacheSunny Goyal2016-09-111-2/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I6d43c8054c18e199f4343662f92631f0808c773e
* | | | | Merge "Adding support for searching word segments when camelcase is used in ↵Sunny Goyal2016-09-123-21/+141
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | the title" into ub-launcher3-calgary-polish
| * | | | Adding support for searching word segments when camelcase is used in the titleSunny Goyal2016-09-093-21/+141
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 30880421 Change-Id: If642d24408fe0e80b5a0dd9a2a57d2f3c2d92ea9
* | | | | Merge "Preventing a shortcut which requires permissions from being added to ↵Sunny Goyal2016-09-103-7/+77
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | homescreen" into ub-launcher3-calgary-polish
| * | | | | Preventing a shortcut which requires permissions from being added toSunny Goyal2016-09-083-7/+77
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | homescreen A shortcut can be added by any app as INSTALL_SHORTCUT is a normal level permission. But the intent is actually launched by the launcher app which can have other permission as well. > When adding a shortcut from the broadcast, verify that the intent does not require any permission > When adding a shortcut using the two-step drop process, verify that the source app also has the permission to create such a shortcut Bug: 30778130 Change-Id: I710a490d69019dc25709db5a97020c20d9325007
* | | | | Merge "Show IME when search query != null after rotation" into ↵Hyunyoung Song2016-09-094-6/+37
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | ub-launcher3-calgary-polish
| * | | | Show IME when search query != null after rotationHyunyoung Song2016-09-094-6/+37
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia35fba140a5addc21bf347cd63b72dc4e357421e
* | | | | Merge "Fix deferred shortcut container removal." into ↵TreeHugger Robot2016-09-091-3/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-calgary-polish
| * | | | | Fix deferred shortcut container removal.Tony Wickham2016-09-081-3/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Previously, the drag listener listener was removed from the container as soon as it started animating closed, which got rid of its opportunity to complete the deferred removal. - The deferred removal now calls close(), which does further cleanup including updating the app icon's text visibility. Bug: 31248681 Change-Id: I18e545e7e19e50b7d47e23a5beb8f254ba1a4ccf
* | | | | Merge "Don't show app info for ITEM_TYPE_SHORTCUT." into ↵TreeHugger Robot2016-09-091-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | ub-launcher3-calgary-polish
| * | | | Don't show app info for ITEM_TYPE_SHORTCUT.Tony Wickham2016-09-081-1/+2
| |/ / / | | | | | | | | | | | | | | | | Bug: 30440566 Change-Id: I77b101331ea249c633be9f7df1edebefa7b9e0a8
* | | | Merge "Launcher restore state fixes:" into ub-launcher3-calgary-polishSunny Goyal2016-09-083-282/+362
|\ \ \ \
| * | | | Launcher restore state fixes:Sunny Goyal2016-09-063-282/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Creating PendingRequestArgs to store generic request info across activity instances > Storing the CALL_PHONE request in PendingRequestArgs > Handling onActivityResult only after the workspace has loaded. onActivityResult sometimes modifies launcher db when removing empty screens, and any add action is also deferred until bindComplete. This simplifies this logic. > Always binding the restored page irrespective of pending result. Before starting a request activity (bind widget permission, or widget config activity or shortcut picker), workspace commits the pending screen id to the DB. Hence the restore page is valid when restore is called (onResume loads with currentPage instead of restored page) Bug: 28573143 Change-Id: I34be603cbeb2145f5caf0d18e016f50029e07df8
* | | | | Merge "Updating the assets for the all-apps search background." into ↵Sunny Goyal2016-09-0830-3/+137
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | ub-launcher3-calgary-polish
| * | | | Updating the assets for the all-apps search background.Sunny Goyal2016-09-0830-3/+137
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 30309105 Change-Id: I4dd4a97ff49fd3c6dd386f100ca35dfb629044df
* | | | | Merge "Add outline to shortcuts when focused." into ub-launcher3-calgary-polishTony Wickham2016-09-083-2/+30
|\ \ \ \ \
| * | | | | Add outline to shortcuts when focused.Tony Wickham2016-09-073-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 30563273 Change-Id: Ia54c112dcf91c225588b7388001eb93ee5c03171
* | | | | | Change all apps caret target bounding box b/30400751Hyunyoung Song2016-09-070-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | am: da1c17c492 Change-Id: Ic3b9cc87ec75e13162588bab8cefe8f870af13f8
| * | | | | Change all apps caret target bounding boxHyunyoung Song2016-09-078-52/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/30400751 1) This also fixes the issue of apps drawer sliding up when page is swiped horizontally immediately above the hotseat area. 2) Disclaimer: this should be cp'ed to calgary. Hence, I tried to keep the diff small. Ideally, CaretDrawable animation handling should move to AllAppsHandleImageView via refactoring in follow up CL. Change-Id: I4d808ee2eeca53b40c0b4e4e0e364fef056e26c3 (cherry picked from commit 016eaeea99e163f0b5385cf660297e6c21ff21e5)
* | | | | | Merge "Preventing concurrentmodification exception when dragging a icon with ↵Sunny Goyal2016-09-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | shortcuts from inside a folder" into ub-launcher3-calgary-polish
| * | | | | | Preventing concurrentmodification exception when dragging a iconSunny Goyal2016-09-071-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with shortcuts from inside a folder When dragging the icon, DeepShortcutContainer removes itself as a dragListener causing the exception Change-Id: Ifb2b4a3045caa54aa0b6a9b525055ffdcfaa04a6
* | | | | | Merge "Change all apps caret target bounding box b/30400751" into ↵Hyunyoung Song2016-09-078-52/+61
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | ub-launcher3-calgary-polish
| * | | | | Change all apps caret target bounding boxHyunyoung Song2016-09-078-52/+61
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/30400751 1) This also fixes the issue of apps drawer sliding up when page is swiped horizontally immediately above the hotseat area. 2) Disclaimer: this should be cp'ed to calgary. Hence, I tried to keep the diff small. Ideally, CaretDrawable animation handling should move to AllAppsHandleImageView via refactoring in follow up CL. Change-Id: I4d808ee2eeca53b40c0b4e4e0e364fef056e26c3
* | | | | Support user event logging for drag and drop b/30039490Hyunyoung Song2016-09-060-0/+0
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | am: 551e5abfe1 -s ours Change-Id: Ie1edd18af660437dcbd510885f9101b93592b53f