summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Retiring some feature flagsSunny Goyal2018-07-1027-215/+41
| | | | Change-Id: I80a00ecaec0785ce2ba6a5f14a54c8a76f555d43
* Merge "Touch up/cancel over navigation bar will send down event to drag ↵TreeHugger Robot2018-07-101-8/+18
|\ | | | | | | layer" into ub-launcher3-master
| * Touch up/cancel over navigation bar will send down event to drag layerMatthew Ng2018-07-101-8/+18
| | | | | | | | | | | | | | | | | | | | There is no events from nav bar to send to drag layer until crossing the touch slop on move. If up occurs, sending the touch down event will clear floating objects such as the folders. Change-Id: I6095506f505535e04d59c403e539f37e27295470 Fixes: 111008382 Test: open folder, touch an empty space on nav bar
* | Animating task icon scale when using long swipeSunny Goyal2018-07-108-78/+105
|/ | | | | | | | > Separating the task icon animation and setter into 2 separate methods and calling each appropriately > Using taskId instead of TaskView for ignoreSet as taskView can be reassigned Bug: 110893730 Change-Id: I7bc958e53becffdf633766373b257ead2eeef2ad
* Merge "Dismiss pip will fade task in and snap to it" into ub-launcher3-masterTreeHugger Robot2018-07-101-9/+49
|\
| * Dismiss pip will fade task in and snap to itMatthew Ng2018-06-261-9/+49
| | | | | | | | | | | | Test: pip maps and dismiss when on overview Fixes: 73097187 Change-Id: I6eedb8c2a57963f29d5655dd8f2bcdd350ed4792
* | Merge "Moving some abstract classes to interfaces, to better use java-8 ↵TreeHugger Robot2018-07-1011-252/+67
|\ \ | | | | | | | | | features" into ub-launcher3-master
| * | Moving some abstract classes to interfaces, to better use java-8 featuresSunny Goyal2018-07-0911-252/+67
| | | | | | | | | | | | Change-Id: I862af4931c95cbde052130d8b7d4ac3375db782f
* | | Only call requestUnbind if we are connected.Sunny Goyal2018-07-091-1/+1
|/ / | | | | | | | | | | | | | | Somethimes onSettingChanged can come after the connected has disconnected because of posting message on the different thread. Bug: 110929527 Change-Id: I09f503c2f2f437c8656d491a7fdec3ce4e82257b
* | Prevent extra call to set activity orientation.Winson Chung2018-07-032-4/+5
| | | | | | | | | | | | | | | | - We can request the locked orientation for quickscrub only when we start quickscrub Bug: 80500702 Change-Id: I2e83ff916f92959fccf79f1d6b987806338512f5
* | Lazy loading LauncherAppStateSunny Goyal2018-07-036-59/+88
| | | | | | | | | | | | | | Separating InvarantDeviceProfile out of LauncherAppState and creating LauncherAppState only when it is actually used Change-Id: I2ee55f53cae01f11203f94675bb5f70c65ad2b9d
* | Fixed small line that may appear opening task menu with decimal positionMatthew Ng2018-07-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | Round the y and x values to get correct position without showing a small line when opening the task menu. Test: increase the display and font size to large, go to overview and tap icon Fixes: 110415497 Change-Id: Ia41378863fb08fc72f5cd14b40f45769ab612d22
* | Cleaning up build rules to simplify customizing derivative projectsSunny Goyal2018-07-0219-121/+163
| | | | | | | | | | | | | | | | | | > Using {packageName} instead of hardcoding com.android.launcher3 in AndroidManifest.xml for strings which are dependent on packageName > Adding proguard rule to prevent obfuscating any overridable class > Making it easier to extend SettingsActivity by overriding the fragment class Change-Id: I5668c3f33b4cf20ad01d7f54b3d79cc0d268d391
* | Merge changes from topic "am-b2190f70-93ef-44e6-8473-41d098cf486b" into ↵TreeHugger Robot2018-06-290-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-master * changes: [automerger skipped] Import translations. DO NOT MERGE skipped: d7a20ce619 skipped: 18b5715113 [automerger skipped] Import translations. DO NOT MERGE skipped: d7a20ce619 Import translations. DO NOT MERGE
| * \ [automerger skipped] Import translations. DO NOT MERGE skipped: d7a20ce619 ↵Android Build Merger (Role)2018-06-280-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | skipped: 18b5715113 Change-Id: Ic6e477e32c55e87f4e475104c69e08bfd5a355d1
| | * \ [automerger skipped] Import translations. DO NOT MERGE skipped: d7a20ce619Android Build Merger (Role)2018-06-280-0/+0
| | |\ \ | | | | | | | | | | | | | | | Change-Id: Ic2480c1add8ddafa803b5e5d30f2adaf2b3813cc
| | | * | Import translations. DO NOT MERGEBill Yi2018-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ieabec06db1791c1b2887c37aa600f2178906d761 Auto-generated-cl: translation import
* | | | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-masterTreeHugger Robot2018-06-291-1/+1
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBill Yi2018-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib5c08722b8ccc9194894bf7b007cd5d59a74829a Auto-generated-cl: translation import
* | | | | | [automerger] Fix clipping issue on adaptive icons Bug: 62372639 am: 82d0835fa5Android Build Merger (Role)2018-06-281-4/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | Change-Id: Ib3b40778e3828dacd0d851481afdeefe9960e5b3
| * | | | | Fix clipping issue on adaptive iconsHyunyoung Song2018-06-281-4/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 62372639 Verified the one last device, b***line. Change-Id: I1d97d0cbe0afe76ee21de5964abf639fb4c0fceb
* | | | | [automerger] Fix clipping issue on adaptive icons Bug: 62372639 am: 7d4ef41cb4Android Build Merger (Role)2018-06-282-3/+4
|\| | | | | |/ / / |/| | | | | | | Change-Id: Id8b659b99db2b2ee5fcb468a046ef9704046487e
| * | | Fix clipping issue on adaptive iconsHyunyoung Song2018-06-282-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 62372639 Change-Id: Ie9dcf18f61c45225823dfbbf85578edcbffd86b9
* | | | [automerger] Last minute swipe up overshoot tweaks am: d63e6dff28Android Build Merger (Role)2018-06-272-5/+10
|\| | | | | | | | | | | | | | | Change-Id: I75d08b42fd6a62f6ab58ce51d1309f13392cd58b
| * | | Last minute swipe up overshoot tweaksAdam Cohen2018-06-272-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | b/109709720 Change-Id: Ie3831289a9af2ba4b03fcbb4f2cbb3f4c2431aec
| * | | Merge "Swipe up overshoot always plays" into ub-launcher3-edmonton-polishTony Wickham2018-06-273-37/+134
| |\ \ \
* | \ \ \ Merge changes from topic "am-cf9638ae-d2ec-4b5a-94ac-d1ce047249a4" into ↵Tony Wickham2018-06-273-37/+134
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-master * changes: [automerger] Swipe up overshoot always plays am: cc3755da6e Swipe up overshoot always plays
| * \ \ \ \ [automerger] Swipe up overshoot always plays am: cc3755da6eAndroid Build Merger (Role)2018-06-273-37/+134
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | Change-Id: I663d742f3349d52e74d84a6d4f5376588abf201c
| | * | | | Swipe up overshoot always playsTony2018-06-273-37/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using an OvershootInterpolator, we adjust the end progress to > 1 and add a second interpolator to settle back to 1. That way, even if the animation runs starting very late, e.g. 1.0, it still has room to overshoot. We use this same OvershootParams class to calculate an overshoot for a blocked long fling as well. Bug: 109709720 Change-Id: I43152237e4350f93e7c462c22e68d09d05c1dd57
* | | | | | Using platform implementation of Scroller instead of maintaining a copySunny Goyal2018-06-271-520/+16
|/ / / / / | | | | | | | | | | | | | | | | | | | | Bug: 109828536 Change-Id: Ief98c96e0c39a2ea70ed32e59aff71e6c45b176a
* | | | | [automerger] Revert "Add stagger and "springs" to app closing transition." ↵Android Build Merger (Role)2018-06-263-121/+16
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | am: f274996ef3 Change-Id: Ic3e64ddfcd62489548e0b929d899270d0fccf9e6
| * | | | Revert "Add stagger and "springs" to app closing transition."Jonathan Miranda2018-06-263-121/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cd57901ca460975205af9ba6cd5cd96a7225fc15. Reason for revert: <INSERT REASONING HERE> Change-Id: I13e9d2db8f6d6118a1448ba04b67c81b4e485447
* | | | | [automerger] Revert "Refactor "spring" code into one method." am: 6a2a1a91a0Android Build Merger (Role)2018-06-261-31/+31
|\| | | | | | | | | | | | | | | | | | | Change-Id: I158aa43199f611917b2a2f24a05c0431c8017699
| * | | | Revert "Refactor "spring" code into one method."Jonathan Miranda2018-06-261-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b83c71aa24983e1a8b7910cad32cb49133891e55. Reason for revert: <INSERT REASONING HERE> Change-Id: I747dfc2ed63709f5f4032b4d4bd2cf3cd5d9e8ce
* | | | | [automerger] Revert "Fix typo in horizontalShift" am: 33cbe61e97Android Build Merger (Role)2018-06-261-1/+1
|\| | | | | | | | | | | | | | | | | | | Change-Id: I3c9aa98e9d319c2b6ed05fc6bddc2bd2251f67a3
| * | | | Revert "Fix typo in horizontalShift"Jonathan Miranda2018-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e45b3e21a95e40168a35c4bcd0f425ba2e56bc11. Reason for revert: <INSERT REASONING HERE> Change-Id: I4d2956d3f8d23e8f9579fd61418bc84e7226ef60
| * | | | Merge "Revert "Tune app closing/launcher resume animation "spring" values."" ↵Jonathan Miranda2018-06-263-16/+13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into ub-launcher3-edmonton-polish
* | \ \ \ \ Merge changes from topic "am-311047b7-9aba-4d38-a09b-84959ef45285" into ↵Jonathan Miranda2018-06-263-16/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-master * changes: [automerger] Revert "Tune app closing/launcher resume animation "spring" values." am: 5023771e05 Revert "Tune app closing/launcher resume animation "spring" values."
| * \ \ \ \ \ [automerger] Revert "Tune app closing/launcher resume animation "spring" ↵Android Build Merger (Role)2018-06-263-16/+13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | values." am: 5023771e05 Change-Id: I7216325a14ad1328311eecc59e7c99f79dc54521
| | * | | | | Revert "Tune app closing/launcher resume animation "spring" values."Jonathan Miranda2018-06-263-16/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c9a7c50fac2552b96c4f80587494afcb0da78aab. Reason for revert: <INSERT REASONING HERE> Change-Id: I7ed4270b742803265ed4e3e13b63688842e0b48c
* | | | | | | [automerger] Add additional call to onStop() to stablize PIP position. am: ↵Android Build Merger (Role)2018-06-261-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | | | | | | 626467130f Change-Id: I7338f8978dcfd0ce3a313a8ea5c911e4362c146d
| * | | | | Add additional call to onStop() to stablize PIP position.Tracy Zhou2018-06-261-0/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 110799409 Test: Manual Change-Id: I361eeadbf298bb239d8e373f3c6fa49d1f2410a6
* | | | / [automerger] Tune app closing/launcher resume animation "spring" values. am: ↵Android Build Merger (Role)2018-06-253-13/+16
|\| | | | | |_|_|/ |/| | | | | | | | | | | | | | | c9a7c50fac Change-Id: I620eb8f6d2c86b64eb2ff2ed6df2efecfd80a169
| * | | Tune app closing/launcher resume animation "spring" values.Jon Miranda2018-06-253-13/+16
| |/ / | | | | | | | | | | | | Bug: 109828964 Change-Id: I64252667451f511b7affdde5ffb28812876e7f4c
| * | Merge "Invoking splitscreen takes snapshot of task without scrim" into ↵TreeHugger Robot2018-06-222-0/+9
| |\ \ | | | | | | | | | | | | ub-launcher3-edmonton-polish
| * \ \ Merge "Touching outside the task in overview goes home" into ↵TreeHugger Robot2018-06-224-5/+75
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-edmonton-polish
| * \ \ \ Merge "Add @Test and @Ignore to untested test methods in ↵Jonathan Miranda2018-06-221-0/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | RequestPinItemTest." into ub-launcher3-edmonton-polish
| * \ \ \ \ Merge "Fetching assist data only if required by overlay" into ↵TreeHugger Robot2018-06-226-23/+78
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ub-launcher3-edmonton-polish
* | \ \ \ \ \ [automerger] Invoking splitscreen takes snapshot of task without scrim am: ↵Android Build Merger (Role)2018-06-222-0/+9
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 26f02037cd Change-Id: I91eb9037fb7b4e601c8d6edb3be7944e7f8b5d84
| * | | | | | Invoking splitscreen takes snapshot of task without scrimMatthew Ng2018-06-222-0/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I456200f9f61f12b7b80a2604cfeffc2fa16711ce Fixes: 109676098 Test: splitscreen in overview