summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplifying logic for managed for icon additionSunny Goyal2017-05-2211-452/+241
| | | | | | | | | | | | | | | | | | | | > Checking for duplicate icons before adding new icons For O and above, icon addition is controlled using SessionCommitReceiver. As long as the Launcher is the default app, it will keep adding icons on the homescreen. Apps installed while launcher was not the default homescreen, no icons will be added. For below O, icons are added based on package event. As long as the Launcher process is running, it will keep adding icons on the homescreen. Apps installed while the launcher app was dead, no icons will be added. Bug: 37528649 Bug: 37082950 Bug: 34112546 Change-Id: Ic99501fa476c00474a479f2a36c24614bfa3f4bf
* Merge "Rename "Settings" to "Home settings"" into ub-launcher3-dorval-polishTony Wickham2017-05-221-1/+1
|\
| * Rename "Settings" to "Home settings"Tony Wickham2017-05-191-1/+1
| | | | | | | | | | Bug: 37903251 Change-Id: Ia6a8b329135100af9b54900e275c5362695bfd74
* | Merge "Keep elevation during the Folder clip animation." into ↵TreeHugger Robot2017-05-221-1/+1
|\ \ | | | | | | | | | ub-launcher3-dorval-polish
| * | Keep elevation during the Folder clip animation.Jon Miranda2017-05-121-1/+1
| | | | | | | | | | | | Change-Id: Id2a60de89d5f0fdf6a1173a08a89b9e95e757ea4
* | | Merge "Removing various reflection calls with final APIs" into ↵TreeHugger Robot2017-05-2211-270/+138
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | Removing various reflection calls with final APIsSunny Goyal2017-05-2211-270/+138
| | | | | | | | | | | | | | | | Change-Id: Ibf48d6015d808f86bc79ccf64e3077eb5b6ccaff
* | | | Minor accessibility change for app discovery itemMario Bertschler2017-05-221-1/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | am: fc2b3d2b8a Change-Id: I8ebb397d368f83e7602f7f6fa6658ac89493d498
| * | | Minor accessibility change for app discovery itemMario Bertschler2017-05-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 38345854 Change-Id: Ib200b5a6295eb26650c7f28d0b7823b489c70cda
* | | | Merge "Making some methods accessible" into ub-launcher3-dorval-polishSunny Goyal2017-05-194-10/+8
|\ \ \ \
| * | | | Making some methods accessibleSunny Goyal2017-05-194-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 37616877 Change-Id: I22ed43d9a39d321757d7c2fde7754b95a44780e2
* | | | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorvalBill Yi2017-05-190-0/+0
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | am: 45febfec54 -s ours Change-Id: I45c8936ad2900bddc3133ffa5f105ea496d2eefb
| * | | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorvalTreeHugger Robot2017-05-1889-228/+582
| |\ \ \ \
| | * | | | Import translations. DO NOT MERGEBill Yi2017-05-1789-228/+582
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0e20d48d0f6eaedfa6d93fc7ed0b355c34e92a98 Auto-generated-cl: translation import
* | | | | | Merge "Make expanded system shortcuts clickable" into ub-launcher3-dorvalTony Wickham2017-05-191-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 440052ce5d Change-Id: I5d53a468bb4aa3060e3e7e618bfdbdb537a5aadc
| * | | | | Merge "Make expanded system shortcuts clickable" into ub-launcher3-dorvalTreeHugger Robot2017-05-181-1/+2
| |\ \ \ \ \
| | * | | | | Make expanded system shortcuts clickableTony Wickham2017-05-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The textview on top was consuming the clicks, so we set it to not be focusable (clicks are handled by the parent). This regression was caused by a TextView bug introduced in ag/2247666, which set clickable=true if focusable=true. Bug: 38385679 Change-Id: I0a946073919dabcd19b47cd7df2a1fcac6946cd5
* | | | | | | resolve merge conflicts of 8af16760d to ub-launcher3-dorval-polishTony Wickham2017-05-1910-22/+56
|\| | | | | | | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: I4cdfeebd09be58270c249429104d91dc9a31b49c
| * | | | | Merge "Update accessibility for popup" into ub-launcher3-dorvalTony Wickham2017-05-1810-23/+56
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Update accessibility for popupTony2017-05-1110-23/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Content description includes count of notifications. - Notifications have a dismiss action. - All icons that support shortcuts will have action to show shortcut menu, since there will be system shortcuts even if there are no deep shortcuts. Bug: 36564782 Change-Id: I51b085fa26754f2dcd93c7db6548f2edf054f494
* | | | | | Merge "When building Launcher3 target, LauncherDumpProto class should not be ↵Hyunyoung Song2017-05-191-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | proguarded b/36904684" into ub-launcher3-dorval am: 904a38340c Change-Id: I3cb282f6c78ff0c9a34e8f3ced25915fe3b96d7f
| * | | | | Merge "When building Launcher3 target, LauncherDumpProto class should not be ↵TreeHugger Robot2017-05-171-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | proguarded b/36904684" into ub-launcher3-dorval
| | * | | | | When building Launcher3 target, LauncherDumpProto class should not be proguardedHyunyoung Song2017-05-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/36904684 Change-Id: I0fd0e1c63d54d83db428a04067a37f582e4d23f1
* | | | | | | Removing workspaceLoaded check from loadDeepShortcuts()Sunny Goyal2017-05-191-11/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 4869bf3f74 Change-Id: I1516a214df024f5e9b9387671cfadd3697384ede
| * | | | | | Removing workspaceLoaded check from loadDeepShortcuts()Sunny Goyal2017-05-171-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loadDeepShortcuts() is called after loadWorkspace() which already clears the shortcutMap. So if loader runs twice, during the second run, workspaceLoaded is true, but the shortcutMap had already been cleared in loadWorkspace(). Bug: 38384071 Change-Id: I40f0faf88376617e56819aef02620488e528dfb2
* | | | | | | resolve merge conflicts of 02aced978 to ub-launcher3-dorval-polishTony Wickham2017-05-195-14/+13
|\| | | | | | | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: Ib44ce0130b9eb01c354f18326d7d3a1eeb2c5eb8
| * | | | | Merge "Use a single color for all icon badges." into ub-launcher3-dorvalTony Wickham2017-05-165-14/+13
| |\ \ \ \ \
| | * | | | | Use a single color for all icon badges.Tony Wickham2017-05-165-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 38346375 Change-Id: I26b7ad3dcfea6a18e169d656e19605c9794eadd3
* | | | | | | Merge "Rounded caret" into ub-launcher3-dorval-polishPeter Schiller2017-05-181-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Rounded caretPeter Schiller2017-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3889fe61a29834c3c7e3829a990b481507589f68
* | | | | | | | Don't set system shortcut text to whiteTony Wickham2017-05-182-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 38201638 Change-Id: Icacd63810306848ec1fb54e5dcc6021660ac5099
* | | | | | | | Import translations. DO NOT MERGEBill Yi2017-05-1789-228/+582
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I14925e787ac1adbf5aa2e89cebc6c5b3548c7fe4 Auto-generated-cl: translation import
* | | | | | | | Adding an option to change the shadow sizeSunny Goyal2017-05-176-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8ec810c5cf06852771247af5f1d717f41079c4f5
* | | | | | | | Aligning the search box with bottom of hotseat iconsSunny Goyal2017-05-172-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 37616877 Change-Id: I153e754db8e6c96b47ab644e19ce110f56bf852e
* | | | | | | | Merge "Add setting to turn off icon badging" into ub-launcher3-dorvalTony Wickham2017-05-163-8/+71
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d315d07aee Change-Id: Id23914cbee040f3916257e02a9eb6b3f5a821b83
| * | | | | | | Merge "Add setting to turn off icon badging" into ub-launcher3-dorvalTony Wickham2017-05-163-8/+71
| |\ \ \ \ \ \ \
| | * | | | | | | Add setting to turn off icon badgingTony Wickham2017-05-163-8/+71
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redirects to system Notifications setting page. Bug: 36815147 Change-Id: I5ee542f94ed51a73a57df3a726384944ff3ee71d
* | | | | | | | Design adjustments for transition from workspace toMario Bertschler2017-05-167-64/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All apps. Change-Id: I0aeb8da7f0eebdf677ca7bda06fb538f08a6ee51
* | | | | | | | Merge "Minor polishment on app discovery UI." into ub-launcher3-dorvalMario Bertschler2017-05-163-5/+6
|\| | | | | | | | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | am: 8ffddbb7c2 Change-Id: I611a4707882a0fb5c78c223ebd9f5c8e0e67d411
| * | | | | | Merge "Minor polishment on app discovery UI." into ub-launcher3-dorvalMario Bertschler2017-05-163-5/+6
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Minor polishment on app discovery UI.Mario Bertschler2017-05-163-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/38341964 b/38342208 b/38341681 Change-Id: I8dfe4f5431cbfa96573c0461fddd410367c9ad13
* | | | | | | Merge "Log whether an event happened during landscape mode or not ↵Hyunyoung Song2017-05-163-2/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/38211234" into ub-launcher3-dorval am: 441c628a75 Change-Id: I2101f93fc5dca6e0f216a2cc8b86b976dc052bbe
| * | | | | | Merge "Log whether an event happened during landscape mode or not ↵TreeHugger Robot2017-05-163-2/+8
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / / b/38211234" into ub-launcher3-dorval
| | * | / / Log whether an event happened during landscape mode or notHyunyoung Song2017-05-163-2/+8
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/38211234 <sample log> action:TAP Source child:APP_ICON, packageHash=-1046965711, componentHash=-371608779, intentHash=208792422, grid(4,4), span(1,1), pageIdx=0 parent:WORKSPACE id=0 Elapsed container 3071 ms session 3071 ms action 0 ms isInLandscapeMode true isInMultiWindowMode false </sample log> Change-Id: I44dfe4e7ee2a41c56a50cc2b507bbbeedc458018
* | | | | Add missing 'leave behind' view for new Folder animation.Jon Miranda2017-05-162-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 35064148 Bug: 38338552 Change-Id: Iac1a795acf0ab21cf319e50d8b504cf42fbbb976 (cherry picked from commit 9544c8e49803742823a271cede8c29e0ec249ada)
* | | | | Updating the icon shape override optionsSunny Goyal2017-05-162-7/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: e7539e9be6 Change-Id: I5fa0da129b8173db1537562bdca67e1508ee2861
| * | | | Updating the icon shape override optionsSunny Goyal2017-05-162-7/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Removing rounded rect and cylinder > Adding tear drop shape > Updating the label for default setting Bug: 38216026 Change-Id: Ie31baef1171a78e2d95c617ef8fa8c669dd7c817
* | | | Adding support for top padding in BaseRecyclerView. The scrollbar isSunny Goyal2017-05-159-35/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drawn below the top padding. Also adding callback for getting the all-apps vertical pull range so that it can be controlled by SearchUiManager Bug: 37616877 Change-Id: Ib4642073f3e92f6676caede3bddd652fda89c86f
* | | | Merge "Fixes a bug in verifying the validity of a session info." into ↵TreeHugger Robot2017-05-151-1/+4
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | | Fixes a bug in verifying the validity of a session info.Mario Bertschler2017-05-151-1/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | b/38276210 Change-Id: I4c89fb60b21d4dbc70efb91111ac16ec16bdea4f