summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Allow user to place PendingAddShortcutInfo in opened Folder." into ↵TreeHugger Robot2017-05-225-91/+141
|\ | | | | | | ub-launcher3-dorval-polish
| * Allow user to place PendingAddShortcutInfo in opened Folder.Jon Miranda2017-05-225-91/+141
| | | | | | | | | | | | | | | | Current implementation only allowed dropping PendingAddShortcutInfo on a FolderIcon. Bug: 37814579 Change-Id: Ice42421c34665b0ebf199945761c5c86614573a4
* | Simplifying logic for managed for icon additionSunny Goyal2017-05-2210-451/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > 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 "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
* | | Removing various reflection calls with final APIsSunny Goyal2017-05-2211-270/+138
| | | | | | | | | | | | Change-Id: Ibf48d6015d808f86bc79ccf64e3077eb5b6ccaff
* | | 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
* | | | resolve merge conflicts of 8af16760d to ub-launcher3-dorval-polishTony Wickham2017-05-198-22/+47
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: I4cdfeebd09be58270c249429104d91dc9a31b49c
| * | | Merge "Update accessibility for popup" into ub-launcher3-dorvalTony Wickham2017-05-188-23/+47
| |\ \ \
| | * | | Update accessibility for popupTony2017-05-118-23/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | 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-194-14/+11
|\| | | | | |_|/ / |/| | | | | | | | | | | 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-164-14/+11
| |\ \ \
| | * | | Use a single color for all icon badges.Tony Wickham2017-05-164-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Adding an option to change the shadow sizeSunny Goyal2017-05-171-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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-161-1/+46
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | am: d315d07aee Change-Id: Id23914cbee040f3916257e02a9eb6b3f5a821b83
| * | | | | Merge "Add setting to turn off icon badging" into ub-launcher3-dorvalTony Wickham2017-05-161-1/+46
| |\ \ \ \ \
| | * | | | | Add setting to turn off icon badgingTony Wickham2017-05-161-1/+46
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redirects to system Notifications setting page. Bug: 36815147 Change-Id: I5ee542f94ed51a73a57df3a726384944ff3ee71d
* | | | | | Design adjustments for transition from workspace toMario Bertschler2017-05-163-57/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All apps. Change-Id: I0aeb8da7f0eebdf677ca7bda06fb538f08a6ee51
* | | | | | Merge "Minor polishment on app discovery UI." into ub-launcher3-dorvalMario Bertschler2017-05-161-1/+1
|\| | | | | | |_|/ / / |/| | | | | | | | | | | | | | | | | | | am: 8ffddbb7c2 Change-Id: I611a4707882a0fb5c78c223ebd9f5c8e0e67d411
| * | | | Merge "Minor polishment on app discovery UI." into ub-launcher3-dorvalMario Bertschler2017-05-161-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Minor polishment on app discovery UI.Mario Bertschler2017-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/38341964 b/38342208 b/38341681 Change-Id: I8dfe4f5431cbfa96573c0461fddd410367c9ad13
* | | | | Merge "Log whether an event happened during landscape mode or not ↵Hyunyoung Song2017-05-162-2/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/38211234" into ub-launcher3-dorval am: 441c628a75 Change-Id: I2101f93fc5dca6e0f216a2cc8b86b976dc052bbe
| * | | | Log whether an event happened during landscape mode or notHyunyoung Song2017-05-162-2/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | Adding support for top padding in BaseRecyclerView. The scrollbar isSunny Goyal2017-05-158-26/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Removing padding override in multi-window mode" into ↵TreeHugger Robot2017-05-121-3/+0
|\ \ \ \ | |/ / / |/| | | | | | | ub-launcher3-dorval-polish
| * | | Removing padding override in multi-window modeSunny Goyal2017-05-121-3/+0
| | | | | | | | | | | | | | | | | | | | Bug: 37870754 Change-Id: Ia9fa51dccbd425874245bd312c0b0e087257fa81
* | | | Accessibility fixes for moving itemsTony Wickham2017-05-121-4/+6
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | am: 0270039b98 Change-Id: I856b8980817dd36785f27e203c0ee6174b24e568
| * / Accessibility fixes for moving itemsTony Wickham2017-05-111-4/+6
| |/ | | | | | | | | | | | | | | - Don't open popup when using "move item" action - Don't announce "Item moved" if dropping on original cell Bug: 33501751 Change-Id: I7236cd51fc00c357a1d7597e2fcb68c3a7c16b0b
* | Merge "Fade in background scrim when resuming from screen off." into ↵TreeHugger Robot2017-05-113-1/+38
|\ \ | | | | | | | | | ub-launcher3-dorval-polish
| * | Fade in background scrim when resuming from screen off.Jon Miranda2017-05-113-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change hides the hard cut off that appears when the Launcher window is transitioning upwards when resuming from when the screen is off. Bug: 36446766 Change-Id: I0c0fe13ee9e08d27b94916d0407ef431d82b8d6a
* | | Merge "Adding listener support for color extraction changes Changing the ↵TreeHugger Robot2017-05-116-17/+37
|\ \ \ | |/ / |/| | | | | apps-search layout to use theme attribute instead of hard coded layout id" into ub-launcher3-dorval-polish
| * | Adding listener support for color extraction changesSunny Goyal2017-05-096-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | Changing the apps-search layout to use theme attribute instead of hard coded layout id Bug: 37616877 Change-Id: Iae601758303f83a2774635f0d88f74d99fc643c3
* | | Merge "Visual updates for popup" into ub-launcher3-dorvalTony2017-05-104-8/+37
|\ \ \ | | |/ | |/| | | | | | | | | | am: 5cfde85cb6 Change-Id: I4e97cb52054b5c5ff467f3481b92730f6f9a3e8e
| * | Merge "Visual updates for popup" into ub-launcher3-dorvalTreeHugger Robot2017-05-104-8/+37
| |\ \
| | * | Visual updates for popupTony2017-05-094-8/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update some dimens - Increase left padding for shortcuts - Adjust arrow and notification ellipsis offset accordingly - Align shortcut dividers to be same width as text - Notification text 14sp instead of 15sp - Increase width of popup by 12dp - Shortcuts text 87% black instead of 54% - Arrow has same color as attached side, so takes on header gray instead of white when appropriate Bug: 37753827 Change-Id: I0844b85995f22218a3b7e605e1653cceaed6cda1
* | | | Merge "Adding support for DB downgrade" into ub-launcher3-dorval-polishTreeHugger Robot2017-05-094-53/+196
|\ \ \ \
| * | | | Adding support for DB downgradeSunny Goyal2017-05-094-53/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding a schema file for handling DB downgrade. This schema file is part of the backup/restore set, and hence is available on a device with lower app version. Bug: 37257575 Change-Id: I69c8ef5f28d5209be6e6679412c7459d4eeda5d0
* | | | | Fix bug where deep shortcut drag view target was skewed to the right.Jon Miranda2017-05-092-1/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | am: aa6f66aad2 Change-Id: I87a99bfc52d7c8398099fc2230f02c0c7b6dee22
| * / / Fix bug where deep shortcut drag view target was skewed to the right.Jon Miranda2017-05-092-1/+4
| |/ / | | | | | | | | | | | | Bug: 38140665 Change-Id: I9386bf70cf51b6be33264f85cbfe9e8049d0c32e
* | | Merge "Fix folder animation in RTL mode." into ub-launcher3-dorval-polishTreeHugger Robot2017-05-091-3/+4
|\ \ \
| * | | Fix folder animation in RTL mode.Jon Miranda2017-05-091-3/+4
| | | | | | | | | | | | | | | | | | | | Bug: 37905379 Change-Id: I3d837753b8fd4bcd2e2c59f1aa7c62457f037de3