summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | 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
| | * / 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 "Visual updates for popup" into ub-launcher3-dorvalTreeHugger Robot2017-05-1012-33/+67
| | |\
| | | * Visual updates for popupTony2017-05-0912-33/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | Fix bug where deep shortcut drag view target was skewed to the right.Jon Miranda2017-05-092-1/+4
| | | | | | | | | | | | | | | | | | | | Bug: 38140665 Change-Id: I9386bf70cf51b6be33264f85cbfe9e8049d0c32e
| | * | Import translations. DO NOT MERGEBill Yi2017-05-091-2/+2
| | |/ | | | | | | | | | | | | Change-Id: I08a7f35261493f7a1591ab1207ae7758816e13e3 Auto-generated-cl: translation import
| | * Updating the setAsyncExecutor call as per API changesSunny Goyal2017-05-081-1/+1
| | | | | | | | | | | | | | | Bug: 37534990 Change-Id: I3cb9ea4e9aec5647a0f03e5514780f42f207ebc0
| | * Empty commit to trigger a build.Bill Rassieur2017-05-080-0/+0
| | | | | | | | | | | | BUG: 38093737
| | * Do not delete chost widgets when opening DB.Sunny Goyal2017-05-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During restore, the data can be in inconsistant state, as the system is yet to give us the widget map. Deleting the widget during open would cause the AppWidgetRestoredReceiver to store the widget id after it has been deleted. Bug: 37935101 Bug: 38029633 Change-Id: Id3b8766229718239ae784794e848dcfbc74658ac
* | | merge in oc-release history after reset to oc-devgitbuildkicker2017-05-110-0/+0
|\ \ \ | |/ / |/| |
| * | merge in oc-release history after reset to mastergitbuildkicker2017-02-050-0/+0
| |\ \
| | * \ merge in oc-release history after reset to mastergitbuildkicker2017-01-120-0/+0
| | |\ \
| | | * \ merge in oc-release history after reset to mastergitbuildkicker2016-11-100-0/+0
| | | |\ \
| | | | * \ merge in oc-release history after reset to mastergitbuildkicker2016-10-230-0/+0
| | | | |\ \
* | | | | \ \ merged ub-launcher3-dorval, and resolved conflictsHyunyoung Song2017-05-10505-14910/+24941
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 36904684 Bug: 37929893 Bug: 36068989 Merged-In: I3da7113926cdcb933707b3864c4334223c11e25b Merged-In: If9b11b212852cb1048d54db2224dab4acf2d93e0 Test: make -j 32 dist checkbuild Change-Id: I7e12afdf66a892654a06b77f7fc625a93554d1e7
| * | | | | Merge "Add meta data to indicate launcher_dump provider name" into ↵Hyunyoung Song2017-05-051-0/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval
| | * | | | | Add meta data to indicate launcher_dump provider nameHyunyoung Song2017-05-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/36904684 Change-Id: I3e4bdae163dbe1ecfbd0a009462f13f25e2486d6
| * | | | | | Merge "Don't delete legacy shortcuts in loadWorkspace()" into ↵Tony Wickham2017-05-051-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval
| | * | | | | | Don't delete legacy shortcuts in loadWorkspace()Tony Wickham2017-05-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Legacy 1x1 shortcut intents have null package names. This was causing an NPE when calling LauncherApps#getApplicationInfo(), which caused those shortcuts to be removed from the workspace. Bug: 37634887 Change-Id: I6d9876ee1634a573c1f0f94602ae373365cab01c
| * | | | | | | Merge "Fix center-align issue in widgets bottom sheet" into ub-launcher3-dorvalTreeHugger Robot2017-05-042-5/+13
| |\ \ \ \ \ \ \
| | * | | | | | | Fix center-align issue in widgets bottom sheetTony2017-05-042-5/+13
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove paddingStart - To add padding for multiple widgets, add empty view to scrollview Bug: 37918677 Change-Id: I5ec1208765874dda1c4439f60aaeb989c06ccd63
| * / / / / / / Start settings activity in a new task, so that if the LauncherActivitySunny Goyal2017-05-041-0/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finishes from behind, the task does not enter an inconsistant state Bug: 37921974 Change-Id: I5f943ae89ce1099d3b9cf6a4902c7fd077beb764
| * | | | | | Guard aginast O for checking AdaptiveIconDrawableHyunyoung Song2017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/37952598 Change-Id: Ief11aa61d804f9ca44ce9199002a6e763b3bf3e9
| * | | | | | Merge "Initializing the Add To Homescreen setting by reading it from market ↵TreeHugger Robot2017-05-032-18/+85
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | app" into ub-launcher3-dorval
| | * | | | | | Initializing the Add To Homescreen setting by reading it from market appSunny Goyal2017-05-032-18/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Also enabling add to home-to-homescreen feature based on install reason Bug: 36588249 Change-Id: Icfc1edd4c31ed7eb50086f8ffb1a7858a9641b41
| * | | | | | | Merge "Use source bounds/activity options for App Info System Shortcut" into ↵Tony Wickham2017-05-035-7/+24
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval
| | * | | | | | | Use source bounds/activity options for App Info System ShortcutTony2017-05-025-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 37923215 Change-Id: I6c3e64b7a98223ab26fde80c0a86dd169200065f
| * | | | | | | | Merge "Uninstalling app from recent apps shelf should not leave a hole." ↵Hyunyoung Song2017-05-031-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | into ub-launcher3-dorval
| | * | | | | | | Uninstalling app from recent apps shelf should not leave a hole.Hyunyoung Song2017-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 37751234 Change-Id: Ie36d2ab1a24523e5061582dbc0ee347444da8a78
| * | | | | | | | Merge "Relax notification filter for badges" into ub-launcher3-dorvalTony Wickham2017-05-022-5/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Relax notification filter for badgesTony Wickham2017-05-022-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow notifications with only title or text, not both (centered in popup) - Allow notifications without an intent (don't add onClickListener) Change-Id: I33d9bdbe0d27347d703b6fb81eda64ebdc7429d5
| * | | | | | | | | Merge "Handle back-to-back height reduction animations" into ub-launcher3-dorvalTony Wickham2017-05-022-14/+24
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Handle back-to-back height reduction animationsTony Wickham2017-04-272-14/+24
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We reduce the height of the notification item when the second to last notification is dismissed (to remove the unused footer) and when the last notification is removed (to remove the unused notification item). If the former is runninng when the latter starts, the end result is janky because we weren't properly cleaning up the first animation when the second began. We now cancel the existing animation before starting the second. Bug: 36172954 Change-Id: I742c15b6f59874bc675b4c20a83e9578ac5e5387
| * | | | | | | | | Merge "Close Folder when opening WidgetsBottomSheet" into ub-launcher3-dorvalTony Wickham2017-05-021-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Close Folder when opening WidgetsBottomSheetTony Wickham2017-05-021-1/+2
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dragging a shortcut from the bottom sheet to the open folder crashes. Bug: 37810233 Change-Id: I82c953dd67528f9f1bc5a678650e87215af347a2
| * | | | / / / / / Fix bug where system shortcuts text size is set to 0 in MW mode.Jon Miranda2017-05-021-0/+1
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, the BubbleTextView sets the display to Workspace mode, which sets the text size to be 0 in MW mode. Bug: 37898830 Change-Id: I665611b9986f1025d54b7ddb80746d4016003313
| * | | | | | | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorvalTreeHugger Robot2017-05-025-7/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Import translations. DO NOT MERGEThe Android Open Source Project2017-05-025-7/+7
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I06d773eb648c315dd683fdc353be5a3f34e91f2e Auto-generated-cl: translation import
| * | | | | | | | Merge "Remove background scrim when there are no top insets." into ↵TreeHugger Robot2017-05-011-0/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | ub-launcher3-dorval
| | * | | | | | | Remove background scrim when there are no top insets.Jon Miranda2017-05-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ie. In portrait multiwindow mode, the launcher is always on the bottom so we can remove the background scrim that is meant to protect the status bar contents. Bug: 36397512 Change-Id: Ie9655b0604b5bebafdfb4153b370bb655129051c
| * | | | | | | | Merge "When creating bitmap, do not apply width/height ratio if ↵TreeHugger Robot2017-04-282-13/+24
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | AdaptiveIconDrawable b/37670867" into ub-launcher3-dorval
| | * | | | | | | When creating bitmap, do not apply width/height ratio if AdaptiveIconDrawableHyunyoung Song2017-04-272-13/+24
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/37670867 Change-Id: I60884c52e7eb4b2d6f0ae2a5dc8e7c730f1f2454
| * / | | | | | Re-enable badges, with all dotsTony Wickham2017-04-276-15/+10
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated folder badge (dot) color to light gray, added notification header back (with same number as before, where each notification counts as >= 1), and increased shadow opacity for the dots. Change-Id: I53a3e0d94f23f482b55b3c10a922939ebb381314
| * | | | | | Remove notification listener to disable badgingTony Wickham2017-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 37748653 Change-Id: I80d9f7c5274604f552113c7be0319d5cd454b29c
| * | | | | | Merge "Only apply legacy treatment on app icons that is targeting O" into ↵Hyunyoung Song2017-04-274-13/+19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval
| | * | | | | | Only apply legacy treatment on app icons that is targeting OHyunyoung Song2017-04-264-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For shortcuts, always apply legacy treatment. b/37357483 Change-Id: I45f373ee0bb9436bc5029c88855ecb80b93fe277
| * | | | | | | Support notifications with 0 count (show as dots)Tony Wickham2017-04-268-45/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show number if number > 0 - Show icon if number == 0 and a notification specified an icon to show - Show a dot otherwise - In cases of multiple notifications, stack a second badge behind the first (visuals will be updated in future CL, as well as support stacked dots) - Folders always show dot if any app within has a badge. Change-Id: I0a89059b0e0a0d174fe739c9da4f75fa18c0edfa
| * | | | | | | Merge "Set the alpha to 1 when overview button is focused." into ↵Jonathan Miranda2017-04-261-7/+0
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | ub-launcher3-dorval
| | * | | | | | Set the alpha to 1 when overview button is focused.Jon Miranda2017-04-261-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 37569953 Change-Id: I5c2acde3b5b443fe21e869d52bb9d2f8d98a914d
| * | | | | | | Merge "Move update popup header out of BubbleTextView" into ub-launcher3-dorvalTreeHugger Robot2017-04-263-25/+23
| |\ \ \ \ \ \ \