summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* am 79f25bed: Merge "Add LauncherCallbacks for requesting permissions on MNC" ↵Dave Hawkey2015-06-293-0/+16
|\ | | | | | | | | | | | | into ub-launcher3-almonte * commit '79f25bedd2ed13613323b085b46b9b42aee21696': Add LauncherCallbacks for requesting permissions on MNC
| * Merge "Add LauncherCallbacks for requesting permissions on MNC" into ↵Dave Hawkey2015-06-263-0/+16
| |\ | | | | | | | | | ub-launcher3-almonte
| | * Add LauncherCallbacks for requesting permissions on MNCDave Hawkey2015-06-263-0/+16
| | | | | | | | | | | | Change-Id: Ia8f704590e03e16db04c2f7acee1e79ce7334749
| * | [DO NOT MERGE] Making some constants publicSunny Goyal2015-06-261-43/+43
| |/ | | | | | | Change-Id: I95665184b100ab83b2171718d82fcc1e31c2fae1
| * Merge "Add extras required for compilation" into ub-launcher3-almonteWinson Chung2015-06-191-0/+16
| |\
| | * Add extras required for compilationAdam Cohen2015-06-191-0/+16
| | | | | | | | | | | | | | | | | | -> Patching back from a future branch Change-Id: I5127a82560e39bf391fe083d0eb8932cf2473562
| * | Updating ComponentKey for compatibility with build.Winson Chung2015-06-181-1/+6
| | | | | | | | | | | | Change-Id: I293177c0eff8c162c2d21bfc2aebf83926c62690
| * | Catch TransactionTooLargeException when loading widget provider listHyunyoung Song2015-06-091-17/+42
| | | | | | | | | | | | | | | | | | | | | | | | b/19904873 Change-Id: Ic0d13ee7513731706bc0f9fde8502acba0899cb3 Note: fix for almonte will be separate due to diff btw the branches.. (cherry picked from commit 3abd5488cca5b06c97251db453a5a6ed61e33ce8)
| * | Merge "Guard against monkey actor test NPE inside FocusHelper b/19626762" ↵Hyunyoung Song2015-05-281-0/+6
| |\ \ | | |/ | |/| | | | into ub-launcher3-almonte
| | * Guard against monkey actor test NPE inside FocusHelperHyunyoung Song2015-05-281-0/+6
| | | | | | | | | | | | | | | | | | b/19626762 Change-Id: Icaff5931f4076323855f23e7165b0e78a11241b6
| * | [DO NOT MERGE] Use custom slide-up animation on LMP MR1 instead of system ↵Adam Cohen2015-05-222-1/+10
| |/ | | | | | | | | | | | | | | default issue 21402755 Change-Id: I87ddef08e7b3134c791f769fc279e62d520cd18c
| * Preventing NullPointerException when cancelling a shortcut additionSunny Goyal2015-05-131-1/+3
| | | | | | | | | | | | Bug: 21024018 Change-Id: Iac09d9e4f1411aa9fe1ec89fbfe749b009c7d457 (cherry picked from commit f044bb1edd8670fbc2cf9eeb1a51c31b91f0889c)
| * Remove duplicate calls to getSortedWidgetsAndShortcutsHyunyoung Song2015-04-202-16/+24
| | | | | | | | | | | | b/19904873 Change-Id: I2e56bc0c7524caa2ef3c5fb00f35cb032cd1860b
| * Stop using custom activity transition, rely on system default in these casesAdam Cohen2015-04-021-3/+4
| | | | | | | | | | | | | | | | | | -> workaround for platform issue related to this resource, but also a decent code cleanup issue 20006693 Change-Id: Iea3a2fb14be5ed78d882ddf9d970b12d177f4249
* | Merge "Allowing UserHandle to be passed in the intent when creating AppInfo" ↵Sunny Goyal2015-06-261-21/+14
|\ \ | | | | | | | | | into ub-launcher3-burnaby
| * | Allowing UserHandle to be passed in the intent when creating AppInfoSunny Goyal2015-06-261-21/+14
| | | | | | | | | | | | | | | | | | | | | | | | > Removing createShortcut with userHandle, as shortcuts can only be for the primary user. Bug: 22070517 Change-Id: Ifc58a76d0f1e0ab8f1943b46588cc19dd88bdda1
* | | Removing junit.framework.AssertSunny Goyal2015-06-261-4/+3
|/ / | | | | | | | | Bug: 22124692 Change-Id: Ie9c920ec6ef9631392a70b9ab2a5659ba23385b3
* | Merge "Announce content desc of workspace immediately after unlocking the ↵Hyunyoung Song2015-06-261-0/+2
|\ \ | | | | | | | | | lock screen. b/22051420" into ub-launcher3-burnaby
| * | Announce content desc of workspace immediately after unlocking the lock screen.Hyunyoung Song2015-06-251-0/+2
| | | | | | | | | | | | | | | | | | b/22051420 Change-Id: I41ab93782383c04e0074d87632ebe8d884a8e208
* | | Merge "Fixing backup restore" into ub-launcher3-burnabySunny Goyal2015-06-268-98/+178
|\ \ \
| * | | Fixing backup restoreSunny Goyal2015-06-258-98/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Not deleting icons from cache, which have not been restored yet > Not checking if activity exists during DB migration. Missing components are removed during loader anyway > Backing up and restoring bitmaps even when iconType is resource. This allows us to show a proper bitmap icon, until the correct resource is available. > Loading proper shortcutResource icon for promiseIcons > Checking against promise intent when verifying duplicates > A launcher App intent can contain EXTRA_PROFILE Bug: 22094970 Change-Id: I982971338846733833ec133119393af0bea0eb08
* | | | Moving LauncherExtension to a separate packageSunny Goyal2015-06-251-2/+8
|/ / / | | | | | | | | | Change-Id: I6eef1cbb17295e59eae04f90fa44037be5f7da4b
* | | Fixing issue with casting context to activity.Winson Chung2015-06-262-9/+2
| | |
* | | Merge "Exposing drag methods with user info." into ub-launcher3-burnabyWinson Chung2015-06-251-9/+30
|\ \ \
| * | | Exposing drag methods with user info.Winson Chung2015-06-251-9/+30
| | | | | | | | | | | | | | | | Change-Id: I974b67d23d3d29795c1c1d24e1ecf212b52e3912
* | | | Ensuring that we always update the predicted apps set.Winson Chung2015-06-251-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ieecf019442dcf4af42463ed6cbc4cdcd19468dec
* | | | Merge "Fixing crash when using app name comparator with empty titles." into ↵Winson Chung2015-06-251-2/+4
|\| | | | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Fixing crash when using app name comparator with empty titles.Winson Chung2015-06-251-2/+4
| | | | | | | | | | | | | | | | | | | | Bug: 22065752 Change-Id: I4160f5e1728e46ce85fd2579889e7952de01a752
* | | | Merge "Prevent extra animation when scrolling the recycler view." into ↵Winson Chung2015-06-251-3/+5
|\| | | | |/ / |/| | | | | ub-launcher3-burnaby
| * | Prevent extra animation when scrolling the recycler view.Winson Chung2015-06-241-3/+5
| | | | | | | | | | | | Change-Id: I362b557ae63a2cbef77ebf7fac9a7a27adeabb49
* | | Removing some synthetic methodsSunny Goyal2015-06-242-11/+15
| | | | | | | | | | | | Change-Id: I08310e21871c7d670eb384ef1e835d155540c3e8
* | | Merge "Code cleanup, WorkspaceStateTransitionAnimation" into ↵Hyunyoung Song2015-06-231-21/+15
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Code cleanup, WorkspaceStateTransitionAnimationHyunyoung Song2015-06-231-21/+15
| | | | | | | | | | | | Change-Id: I6b82f705f8dfddc507ddd66d5fd8a499cd6f58fd
* | | Working around overscroll issues in AllApps.Winson Chung2015-06-233-2/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | - For the time being, we are going to do custom drawing to ensure that we get the touch events in the right order, while still allowing the recycler view to draw the overscroll effect on top of the prediction bar. Bug: 21335369 Change-Id: I6bf64e5c1e9aa634a953223a5decf74942e4fb57
* | | Refactoring fast scroller.Winson Chung2015-06-2314-393/+847
|/ / | | | | | | | | | | | | | | | | | | | | | | | | - Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
* | Merge "Making the provider column names public" into ub-launcher3-burnabySunny Goyal2015-06-231-21/+26
|\ \
| * | Making the provider column names publicSunny Goyal2015-06-221-21/+26
| | | | | | | | | | | | Change-Id: Idc85e34aceaaed5a1abb693a8a04d06f9c70b4b4
* | | Fixing paged view overscroll effect being drawn outside the screenSunny Goyal2015-06-221-2/+1
|/ / | | | | | | | | | | bounds when in transposed layout. Change-Id: I93be6a003b7d28708697990cfae8c7be96f84676
* | Merge "Using material style overscroll effect for workspace and folders" ↵Sunny Goyal2015-06-226-202/+485
|\ \ | | | | | | | | | into ub-launcher3-burnaby
| * | Using material style overscroll effect for workspace and foldersSunny Goyal2015-06-196-202/+485
| | | | | | | | | | | | | | | Bug: 21335369 Change-Id: I53cc6edfa87334b9326f1dedd90c3e2222beade5
* | | Add workspace scrim animation to the state transition to reduce jankiness.Hyunyoung Song2015-06-191-17/+9
|/ / | | | | | | | | | | | | | | | | b/20956087 Note: Will work on creating a separate view for the scrim animation rather than the drag layer on a separate CL. Change-Id: Idaced5c6867abe3ed9afa984c885023676b3a141
* | Merge "Cancelling launcher reload on mcc change" into ub-launcher3-burnabySunny Goyal2015-06-183-26/+4
|\ \
| * | Cancelling launcher reload on mcc changeSunny Goyal2015-06-183-26/+4
| | | | | | | | | | | | | | | Bug: 21022833 Change-Id: Iccd477e7b1638d162e1a500cdb7a52b8d359c657
* | | Merge "Revert resource name to what platform ui automator test defines. ↵Hyunyoung Song2015-06-181-1/+1
|\ \ \ | | | | | | | | | | | | b/21923650" into ub-launcher3-burnaby
| * | | Revert resource name to what platform ui automator test defines.Hyunyoung Song2015-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
* | | | Merge "Moving predicted apps callbacks to use ComponentKey." into ↵Winson Chung2015-06-186-20/+57
|\ \ \ \ | |_|/ / |/| | | | | | | ub-launcher3-burnaby
| * | | Moving predicted apps callbacks to use ComponentKey.Winson Chung2015-06-186-20/+57
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 21270185 Change-Id: If2d9dd77235e7a96de96a1a5441a589ef8a72a7f
* | | | Converting folder name to string before applying it to folder infoSunny Goyal2015-06-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | > getText() returns Spannable which can contain text styling Change-Id: Iacdf9da47b54b5cd290a355152383d75bf3e6836
* | | | Merge "Remove DEBUG flag inside WidgetsListAdapter" into ub-launcher3-burnabyHyunyoung Song2015-06-181-1/+1
|\ \ \ \
| * | | | Remove DEBUG flag inside WidgetsListAdapterHyunyoung Song2015-06-171-1/+1
| | |/ / | |/| | | | | | | | | | Change-Id: I7e5b3162f2b3768caff7ff79fd75567a793a1f45