OSDN Git Service

android-x86/packages-apps-Launcher3.git
7 years agoFade deep shorcuts in and out.
Tony Wickham [Thu, 22 Sep 2016 20:08:40 +0000 (20:08 +0000)]
Fade deep shorcuts in and out.
am: b318c0e396

Change-Id: Ib31d1878822ec42ad8fdfcfd78636ea4b2472cae

7 years agoFade deep shorcuts in and out.
Tony Wickham [Tue, 20 Sep 2016 23:15:13 +0000 (16:15 -0700)]
Fade deep shorcuts in and out.

Animate open:
- Stagger-fade shortcuts as they open
- Become fully opaque before fully open, at which point the
  arrow animates in (scale). This way there is no overlap of
  a translucent shortcut over an opaque arrow.

Animate close:
- Stagger-fade shortcuts as they close
- Delay fade until arrow animation is finished, to ensure
  there is no overlapping of translucent and opaque.

This is much less visually jarring when quickly dragging
and dropping apps with shortcuts.

Bug: 31533078
Change-Id: I8673ee64e92414c718233ea89b70362187e53696

7 years agoMerge "Move TransformingTouchDelegate logic to BaseContainerView." into ub-launcher3...
Jonathan Miranda [Thu, 22 Sep 2016 19:22:50 +0000 (19:22 +0000)]
Merge "Move TransformingTouchDelegate logic to BaseContainerView." into ub-launcher3-master

7 years agoMerge "Fixing two critical bugs in all apps transition controller" into ub-launcher3...
Hyunyoung Song [Thu, 22 Sep 2016 18:24:23 +0000 (18:24 +0000)]
Merge "Fixing two critical bugs in all apps transition controller" into ub-launcher3-calgary am: b7d16b7e5c
am: f4502973cc

Change-Id: I5ff208db9d23b5348aa88015650c962278aaf49b

7 years agoMerge "Fixing two critical bugs in all apps transition controller" into ub-launcher3...
Hyunyoung Song [Thu, 22 Sep 2016 18:21:53 +0000 (18:21 +0000)]
Merge "Fixing two critical bugs in all apps transition controller" into ub-launcher3-calgary
am: b7d16b7e5c

Change-Id: I95a6bfc2247eb98d5c3758589989bcaf2657e072

7 years agoFixing two critical bugs in all apps transition controller am: 0a9c092c89
Hyunyoung Song [Thu, 22 Sep 2016 18:20:54 +0000 (18:20 +0000)]
Fixing two critical bugs in all apps transition controller am: 0a9c092c89
am: ea045e7532

Change-Id: I64a1d4620427d4c7d9dcb67a27dc07fb1f5aa03b

7 years agoFixing two critical bugs in all apps transition controller
Hyunyoung Song [Thu, 22 Sep 2016 18:17:25 +0000 (18:17 +0000)]
Fixing two critical bugs in all apps transition controller
am: 0a9c092c89

Change-Id: I115b7bc6d165dc9d5e73e1878b96d194bfc62da7

7 years agoMove TransformingTouchDelegate logic to BaseContainerView.
Jon Miranda [Wed, 21 Sep 2016 21:27:41 +0000 (14:27 -0700)]
Move TransformingTouchDelegate logic to BaseContainerView.

In ag/1460444 we used TransformingTouchDelegate to extend the
touch target for the widgets list. Now both WidgetsContainerView
and AllAppsContainerView will use the same TransformingTouchDelegate logic
to extend the touch target for their respective lists.

This is part of a larger refactor where in a follow up CL, we will
handle the logic for dismissing WCV and AACV when touching outside
of its content in BaseContainerView. (currently broken in WCV).

Change-Id: I7fddb456bba34a6533f8824da0481d308a8b715e

7 years agoMerge "Fixing two critical bugs in all apps transition controller" into ub-launcher3...
Hyunyoung Song [Thu, 22 Sep 2016 17:36:40 +0000 (17:36 +0000)]
Merge "Fixing two critical bugs in all apps transition controller" into ub-launcher3-calgary

7 years agoMerge "Import translations. DO NOT MERGE" into ub-launcher3-calgary-polish
Bill Yi [Thu, 22 Sep 2016 09:56:31 +0000 (09:56 +0000)]
Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgary-polish
am: abb607fc9b  -s ours

Change-Id: Ie324250d9e2f2fab6b2557e1122e9065f96067d1

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 22 Sep 2016 09:56:30 +0000 (09:56 +0000)]
Import translations. DO NOT MERGE
am: 0fe66d46ae  -s ours

Change-Id: I1893eda4c98c2f8c1e88344b026ea94819654b47

7 years agoMerge "Import translations. DO NOT MERGE" into ub-launcher3-calgary-polish
TreeHugger Robot [Thu, 22 Sep 2016 09:53:25 +0000 (09:53 +0000)]
Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgary-polish

7 years agoMerge "Import translations. DO NOT MERGE" into ub-launcher3-master
TreeHugger Robot [Thu, 22 Sep 2016 09:52:46 +0000 (09:52 +0000)]
Merge "Import translations. DO NOT MERGE" into ub-launcher3-master

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 22 Sep 2016 07:18:16 +0000 (00:18 -0700)]
Import translations. DO NOT MERGE

Change-Id: I343b48a459a76f8095562da1d4e6b06ec58acb37
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 22 Sep 2016 07:17:47 +0000 (00:17 -0700)]
Import translations. DO NOT MERGE

Change-Id: Idd135c03ff2a6ff9d08ca6c4e9e5ec6ae1520efa
Auto-generated-cl: translation import

7 years agoMerge "Make IME less sticky when launching a new app b/31382106" into ub-launcher3...
Hyunyoung Song [Thu, 22 Sep 2016 00:30:50 +0000 (00:30 +0000)]
Merge "Make IME less sticky when launching a new app b/31382106" into ub-launcher3-calgary-polish
am: 1c8c3c1f05

Change-Id: Icbb7207443592d97922cfeeab384e83ee0b8e019

7 years agoMake IME less sticky when launching a new app b/31382106
Hyunyoung Song [Thu, 22 Sep 2016 00:30:49 +0000 (00:30 +0000)]
Make IME less sticky when launching a new app b/31382106
am: 7e83ab90ae

Change-Id: I1f3fac72ce6ba14ea0c116f71f398ff2727469af

7 years agoMerge "Make IME less sticky when launching a new app b/31382106" into ub-launcher3...
Hyunyoung Song [Thu, 22 Sep 2016 00:10:55 +0000 (00:10 +0000)]
Merge "Make IME less sticky when launching a new app b/31382106" into ub-launcher3-calgary-polish

7 years agoMake IME less sticky when launching a new app
Hyunyoung Song [Thu, 22 Sep 2016 00:03:56 +0000 (17:03 -0700)]
Make IME less sticky when launching a new app
b/31382106

Change-Id: Iee60a2f7e6a70858623e80d4b8b68154d1941210

7 years agoMerge "Created include filters for jacoco" into ub-launcher3-calgary am: d6925a9f70
Shankhoneer Chakrovarty [Wed, 21 Sep 2016 19:55:58 +0000 (19:55 +0000)]
Merge "Created include filters for jacoco" into ub-launcher3-calgary am: d6925a9f70
am: 98c7c2fc80

Change-Id: Iff4f4e0648251fbc3823c0d3bf079ee2824f0e56

7 years agoCreated include filters for jacoco am: 687c345f9e
Shankhoneer Chakrovarty [Wed, 21 Sep 2016 19:55:50 +0000 (19:55 +0000)]
Created include filters for jacoco am: 687c345f9e
am: 62f55c0d1a

Change-Id: Ie6d60eb3bc8623e3fdd607a41f26fc8f43f61242

7 years agoMerge "Created include filters for jacoco" into ub-launcher3-calgary
Shankhoneer Chakrovarty [Wed, 21 Sep 2016 19:53:20 +0000 (19:53 +0000)]
Merge "Created include filters for jacoco" into ub-launcher3-calgary
am: d6925a9f70

Change-Id: I163101ef0a64eb38e47597db49b644290d5bb3c3

7 years agoCreated include filters for jacoco
Shankhoneer Chakrovarty [Wed, 21 Sep 2016 19:53:20 +0000 (19:53 +0000)]
Created include filters for jacoco
am: 687c345f9e

Change-Id: Iba826f45c2a0c0d5952090d2f454f18c7534403d

7 years agoMerge "Created include filters for jacoco" into ub-launcher3-calgary
Shankhoneer Chakrovarty [Wed, 21 Sep 2016 19:47:05 +0000 (19:47 +0000)]
Merge "Created include filters for jacoco" into ub-launcher3-calgary

7 years agoFixing two critical bugs in all apps transition controller
Hyunyoung Song [Wed, 21 Sep 2016 05:50:06 +0000 (22:50 -0700)]
Fixing two critical bugs in all apps transition controller

bug#1: if long press from page indicator region, you can pull up all apps
even though the workspace is in overview state.

bug#2: all apps should not intercept touch not only in overview mode
but also in any modal state.

Change-Id: I91c0a181f037f6c2465a983825da3a2da7e2920f

7 years agoMerge "Fix ExtendedEditText not handling touch correctly b/31555902" into ub-launcher...
Hyunyoung Song [Tue, 20 Sep 2016 21:50:27 +0000 (21:50 +0000)]
Merge "Fix ExtendedEditText not handling touch correctly b/31555902" into ub-launcher3-calgary-polish
am: 13c14c8f8c

Change-Id: I6dfc939480c54909e34e5ae6747bd22e86fa5368

7 years agoFix ExtendedEditText not handling touch correctly b/31555902
Hyunyoung Song [Tue, 20 Sep 2016 21:50:26 +0000 (21:50 +0000)]
Fix ExtendedEditText not handling touch correctly b/31555902
am: 3f9d647de6

Change-Id: I8222f4f386f3322d167bce070070bf473685d789

7 years agoMerge "Fix ExtendedEditText not handling touch correctly b/31555902" into ub-launcher...
Hyunyoung Song [Tue, 20 Sep 2016 21:10:34 +0000 (21:10 +0000)]
Merge "Fix ExtendedEditText not handling touch correctly b/31555902" into ub-launcher3-calgary-polish

7 years agoMerge "When shortcuts close, only set text visible if not in hotseat." into ub-launch...
Tony Wickham [Tue, 20 Sep 2016 21:05:18 +0000 (21:05 +0000)]
Merge "When shortcuts close, only set text visible if not in hotseat." into ub-launcher3-calgary-polish
am: 4125386687

Change-Id: I10a7cdd6b8eb49633afa4e07e0e1a184760786e5

7 years agoWhen shortcuts close, only set text visible if not in hotseat.
Tony Wickham [Tue, 20 Sep 2016 21:05:17 +0000 (21:05 +0000)]
When shortcuts close, only set text visible if not in hotseat.
am: 12624a5a17

Change-Id: I0c6fedcb89d626e3bddca98610ec3da808cdc68e

7 years agoMerge "When shortcuts close, only set text visible if not in hotseat." into ub-launch...
Tony Wickham [Tue, 20 Sep 2016 20:49:37 +0000 (20:49 +0000)]
Merge "When shortcuts close, only set text visible if not in hotseat." into ub-launcher3-calgary-polish

7 years agoFix ExtendedEditText not handling touch correctly
Hyunyoung Song [Tue, 20 Sep 2016 19:37:41 +0000 (12:37 -0700)]
Fix ExtendedEditText not handling touch correctly
b/31555902

Change-Id: Ife23cf6af29ac47315aee4abc0ffe2dbcde352f9

7 years agoCreated include filters for jacoco
Shankhoneer Chakrovarty [Thu, 15 Sep 2016 01:30:05 +0000 (18:30 -0700)]
Created include filters for jacoco

Go to for report: https://cnsviewer.corp.google.com/ear/cns/on-d/home/android-test/kharon/shankh/world/test_logs/ub-launcher3-calgary/0/CodeCoverage/inv_5368912399306607305/coverage_8663315225010526892.ear/index.html
go to https://x20web.corp.google.com/users/sh/shankh/coverage/index.html for source code level code coverage statistics

Bug: 29882934

Change-Id: I397537f45ac4611e8a97d4656d0e7d2b694688fc

7 years agoMerge "Only reset search field when back key is hit if there is no query." into ub...
Jonathan Miranda [Mon, 19 Sep 2016 23:19:31 +0000 (23:19 +0000)]
Merge "Only reset search field when back key is hit if there is no query." into ub-launcher3-calgary-polish
am: 6a7ca92f72

Change-Id: Ib3212c0a393d6e4ccf8e56a456b8642d10e65287

7 years agoOnly reset search field when back key is hit if there is no query.
Jon Miranda [Mon, 19 Sep 2016 23:19:29 +0000 (23:19 +0000)]
Only reset search field when back key is hit if there is no query.
am: bb918b3532

Change-Id: Icc66e5fcd8686b4280f4e21be8e1e6464cf9d874

7 years agoMerge "Add context to widget dimensions for accessibility." into ub-launcher3-calgary...
Jonathan Miranda [Mon, 19 Sep 2016 23:19:14 +0000 (23:19 +0000)]
Merge "Add context to widget dimensions for accessibility." into ub-launcher3-calgary-polish
am: 41be5cdea5

Change-Id: Ib40c4281cfa97daa006ee3a8e782f166cfcbeb00

7 years agoAdd context to widget dimensions for accessibility.
Jon Miranda [Mon, 19 Sep 2016 23:19:13 +0000 (23:19 +0000)]
Add context to widget dimensions for accessibility.
am: 6c61323998

Change-Id: I5cd9cce4d842a17bafc68b31a09dcf0a62949c1e

7 years agoMerge "Only reset search field when back key is hit if there is no query." into ub...
Jonathan Miranda [Mon, 19 Sep 2016 23:08:42 +0000 (23:08 +0000)]
Merge "Only reset search field when back key is hit if there is no query." into ub-launcher3-calgary-polish

7 years agoMerge "Add context to widget dimensions for accessibility." into ub-launcher3-calgary...
Jonathan Miranda [Mon, 19 Sep 2016 23:04:11 +0000 (23:04 +0000)]
Merge "Add context to widget dimensions for accessibility." into ub-launcher3-calgary-polish

7 years agoUses a TransformingTouchDelegate to extend touch target for widgets list. am: 0ef81fdc22
Jon Miranda [Mon, 19 Sep 2016 21:49:27 +0000 (21:49 +0000)]
Uses a TransformingTouchDelegate to extend touch target for widgets list. am: 0ef81fdc22
am: 48542731c5

Change-Id: Ia2bd1b6e5203f40ce3ef75a05712ee63ccfbf3e3

7 years agoUses a TransformingTouchDelegate to extend touch target for widgets list.
Jon Miranda [Mon, 19 Sep 2016 21:43:54 +0000 (21:43 +0000)]
Uses a TransformingTouchDelegate to extend touch target for widgets list.
am: 0ef81fdc22

Change-Id: I33962020ff1cf75e46254c24687a53fd5b2088fa

7 years agoUses a TransformingTouchDelegate to extend touch target for widgets list.
Jon Miranda [Fri, 16 Sep 2016 19:38:09 +0000 (12:38 -0700)]
Uses a TransformingTouchDelegate to extend touch target for widgets list.

The widget row contents were being clipped, which made it seem like
the horizontal scroll was broken.

Bug: 30023607
Change-Id: I00b0c334bbb0faf166d4cd168392cc494ed732e0

7 years agoAdd context to widget dimensions for accessibility.
Jon Miranda [Mon, 19 Sep 2016 18:25:39 +0000 (11:25 -0700)]
Add context to widget dimensions for accessibility.

Bug: 19085860
Change-Id: Ia28c2c14b93945d796226eea3de040e971fd42f0

7 years agoMerge "Updating the paddings in folder cell" into ub-launcher3-calgary-polish
Sunny Goyal [Mon, 19 Sep 2016 16:39:23 +0000 (16:39 +0000)]
Merge "Updating the paddings in folder cell" into ub-launcher3-calgary-polish
am: d1e5b5ceaa

Change-Id: I23ffc16834bab24d3874c204ea4131e95cf7d20e

7 years agoUpdating the paddings in folder cell
Sunny Goyal [Mon, 19 Sep 2016 16:39:23 +0000 (16:39 +0000)]
Updating the paddings in folder cell
am: baec6ffae2

Change-Id: I4bfa78ade93639d3864baeeb5028b9caa3935c29

7 years agoMerge "Updating the paddings in folder cell" into ub-launcher3-calgary-polish
Sunny Goyal [Mon, 19 Sep 2016 16:33:40 +0000 (16:33 +0000)]
Merge "Updating the paddings in folder cell" into ub-launcher3-calgary-polish

7 years agoOnly reset search field when back key is hit if there is no query.
Jon Miranda [Mon, 19 Sep 2016 16:31:56 +0000 (09:31 -0700)]
Only reset search field when back key is hit if there is no query.

Bug: 31432372
Change-Id: I93c7ee661597f934402f464c4f0182a8fad38d39

7 years agoMerge "Fixing issue where overview->normal workspace mode cannot be done by tapping...
Hyunyoung Song [Fri, 16 Sep 2016 19:47:02 +0000 (19:47 +0000)]
Merge "Fixing issue where overview->normal workspace mode cannot be done by tapping b/31458165" into ub-launcher3-calgary-polish
am: 80e6aa4b01

Change-Id: I07d8700dd8683100c59c8ecd5efedbb6465056c5

7 years agoFixing issue where overview->normal workspace mode cannot be done by tapping b/31458165
Hyunyoung Song [Fri, 16 Sep 2016 19:45:06 +0000 (19:45 +0000)]
Fixing issue where overview->normal workspace mode cannot be done by tapping b/31458165
am: f99370c2a9

Change-Id: Id5c7b068fae21a2c4941390bf99db413581ede44

7 years agoMerge "Fixing issue where overview->normal workspace mode cannot be done by tapping...
Hyunyoung Song [Fri, 16 Sep 2016 19:34:39 +0000 (19:34 +0000)]
Merge "Fixing issue where overview->normal workspace mode cannot be done by tapping b/31458165" into ub-launcher3-calgary-polish

7 years agoUpdating the paddings in folder cell
Sunny Goyal [Wed, 14 Sep 2016 18:26:21 +0000 (11:26 -0700)]
Updating the paddings in folder cell

> Updating overall padding for the cell and adding drawable padding
> Ensuring that the folder cell is always rendered properly based
  on available vertical space

Bug: 30605958
Change-Id: I8ceb9fea5a25052b0d7461f52edca0e6a33fa085

7 years agoFixing issue where overview->normal workspace mode cannot be done by tapping
Hyunyoung Song [Fri, 16 Sep 2016 19:03:27 +0000 (12:03 -0700)]
Fixing issue where overview->normal workspace mode cannot be done by tapping
b/31458165

Because workspaceInModalState makes the VerticalFlingDetector
to consume the touch input, click is not detected in Overview mode.

Placed pulldown to search behind a feature flag.

Change-Id: I31ab69f57944a18e6b264c4f2ed2d0c1175cd940

7 years agoMerge "Don't close all apps when touching deep shortcuts container." into ub-launcher...
Tony Wickham [Fri, 16 Sep 2016 18:52:22 +0000 (18:52 +0000)]
Merge "Don't close all apps when touching deep shortcuts container." into ub-launcher3-calgary-polish
am: f595f3de0f

Change-Id: I46ea15877619d6a179e8a79401367e4f13873028

7 years agoDon't close all apps when touching deep shortcuts container.
Tony Wickham [Fri, 16 Sep 2016 18:52:21 +0000 (18:52 +0000)]
Don't close all apps when touching deep shortcuts container.
am: 946f85060a

Change-Id: I5966cc024c9ac1e60ebb4ded18df8430dbc68513

7 years agoMerge "Don't close all apps when touching deep shortcuts container." into ub-launcher...
Tony Wickham [Fri, 16 Sep 2016 18:47:48 +0000 (18:47 +0000)]
Merge "Don't close all apps when touching deep shortcuts container." into ub-launcher3-calgary-polish

7 years agoMerge "Fixed NumberFormatException when trying to display vector drawable." into...
Jonathan Miranda [Fri, 16 Sep 2016 17:59:25 +0000 (17:59 +0000)]
Merge "Fixed NumberFormatException when trying to display vector drawable." into ub-launcher3-calgary-polish
am: 2fdd8f75c3

Change-Id: I5a7e48c6611f079813e83f2e2dfb95f6053f3e37

7 years agoFixed NumberFormatException when trying to display vector drawable.
Jon Miranda [Fri, 16 Sep 2016 17:59:24 +0000 (17:59 +0000)]
Fixed NumberFormatException when trying to display vector drawable.
am: a802a62c47

Change-Id: Ibbcf9ad0160f299a661cd9429071738ae8f7a325

7 years agoMerge "Fixed NumberFormatException when trying to display vector drawable." into...
Jonathan Miranda [Fri, 16 Sep 2016 17:47:27 +0000 (17:47 +0000)]
Merge "Fixed NumberFormatException when trying to display vector drawable." into ub-launcher3-calgary-polish

7 years agoMerge "Set contentDescription on caret" into ub-launcher3-calgary-polish
Hyunyoung Song [Thu, 15 Sep 2016 23:35:31 +0000 (23:35 +0000)]
Merge "Set contentDescription on caret" into ub-launcher3-calgary-polish
am: c1c6126745

Change-Id: I2893e95ee3d494ba5e19fb9ad02a1400f1d0f283

7 years agoSet contentDescription on caret
Hyunyoung Song [Thu, 15 Sep 2016 23:35:30 +0000 (23:35 +0000)]
Set contentDescription on caret
am: c5afad6eb9

Change-Id: Ibea35c8fe58d7db0bcbddb41ae6e24ef7804dde0

7 years agoMerge "Set contentDescription on caret" into ub-launcher3-calgary-polish
Hyunyoung Song [Thu, 15 Sep 2016 23:31:37 +0000 (23:31 +0000)]
Merge "Set contentDescription on caret" into ub-launcher3-calgary-polish

7 years agoSet contentDescription on caret
Hyunyoung Song [Thu, 15 Sep 2016 23:19:14 +0000 (16:19 -0700)]
Set contentDescription on caret

Change-Id: I1f66b96b3f94649d85857b0107144bb4070ef448

7 years agoUse ContextCompat.getColor to support API levels below 23.
Jon Miranda [Thu, 15 Sep 2016 22:21:16 +0000 (22:21 +0000)]
Use ContextCompat.getColor to support API levels below 23.
am: 488d8adeb8

Change-Id: I153c4d57effecf1a59bc92884e0da48660f84870

7 years agoFixed NumberFormatException when trying to display vector drawable.
Jon Miranda [Thu, 15 Sep 2016 22:07:44 +0000 (15:07 -0700)]
Fixed NumberFormatException when trying to display vector drawable.

Found while debugging on Lollipop.

Change-Id: Idb098d3a8f7f1fa608fd8a32225cdefa41ba47a7

7 years agoUse ContextCompat.getColor to support API levels below 23.
Jon Miranda [Thu, 15 Sep 2016 22:05:12 +0000 (15:05 -0700)]
Use ContextCompat.getColor to support API levels below 23.

Found while debugging on Lollipop.

Change-Id: Ibe97fd30c4ee8cd0c1735a41802b859345f9e931

7 years agoAdding support for extending the touch target in the touchDelegate am: 1cc48e1d0c
Sunny Goyal [Thu, 15 Sep 2016 21:35:37 +0000 (21:35 +0000)]
Adding support for extending the touch target in the touchDelegate am: 1cc48e1d0c
am: 9784572c47

Change-Id: I0ec99d77913f1c5d3d6da0ba6b667c830b2e8ce2

7 years agoAdding support for extending the touch target in the touchDelegate
Sunny Goyal [Thu, 15 Sep 2016 21:33:10 +0000 (21:33 +0000)]
Adding support for extending the touch target in the touchDelegate
am: 1cc48e1d0c

Change-Id: I29ce4b52a2b687f73b2db4ddb633210e905aad69

7 years agoFix bug where page indicator animation repeats itself.
Jon Miranda [Thu, 15 Sep 2016 20:58:00 +0000 (20:58 +0000)]
Fix bug where page indicator animation repeats itself.
am: 3f9d6278e3

Change-Id: Icb431b7c6cc1ea05c8d3e2e09a75f28956a9c15b

7 years agoAdding support for extending the touch target in the touchDelegate
Sunny Goyal [Thu, 15 Sep 2016 19:32:28 +0000 (12:32 -0700)]
Adding support for extending the touch target in the touchDelegate

Bug: 31458312
Change-Id: Ic819bdede2776ff63ec17053cc1326415edc1ca0

7 years agoFix bug where page indicator animation repeats itself.
Jon Miranda [Thu, 15 Sep 2016 19:31:28 +0000 (12:31 -0700)]
Fix bug where page indicator animation repeats itself.

Bug: 31501865
Change-Id: I0df77859b82b60fd0e50023e0f5690961850cf6c

7 years agoPull down should start search. b/31458165
Hyunyoung Song [Thu, 15 Sep 2016 17:58:47 +0000 (17:58 +0000)]
Pull down should start search. b/31458165
am: 46133612b4

Change-Id: I1147a69e6dd9fbfb614b8740a30e6c840948435a

7 years agoPull down should start search.
Hyunyoung Song [Thu, 15 Sep 2016 17:48:25 +0000 (10:48 -0700)]
Pull down should start search.
b/31458165

Change-Id: If4821e3d89a05a00551af6a5209ebc1693a1389b

7 years agoSimplifying the startSearch call in launcher callbacks
Sunny Goyal [Tue, 13 Sep 2016 22:03:06 +0000 (22:03 +0000)]
Simplifying the startSearch call in launcher callbacks
am: 6f28e71e94

Change-Id: I1f450940d01acc479b8363b3bd10eb7fe70ae249

7 years agoSimplifying the startSearch call in launcher callbacks
Sunny Goyal [Tue, 13 Sep 2016 21:19:29 +0000 (14:19 -0700)]
Simplifying the startSearch call in launcher callbacks

Change-Id: I722e110903cced237f05667c4d711468d7cd3daa

7 years agoFixing broken build
Sunny Goyal [Mon, 12 Sep 2016 22:16:57 +0000 (15:16 -0700)]
Fixing broken build

Change-Id: I2429244ff6c9a08ca7c1ab224bb7aad031d76574

7 years agoAdding support for multiwindow drag and drop
Sunny Goyal [Mon, 12 Sep 2016 21:58:54 +0000 (21:58 +0000)]
Adding support for multiwindow drag and drop
am: d139b0aa7d

Change-Id: Ie2a41a3e355ff502a870bde5c8be2576b8712bf7

7 years agoAdding support for multiwindow drag and drop
Sunny Goyal [Mon, 12 Sep 2016 21:36:30 +0000 (14:36 -0700)]
Adding support for multiwindow drag and drop

Change-Id: I95b46e3c3f1238307d3ef5a6c81a8e530ba0987a

7 years agoMerge "Using DragObject for folder drop instead of maintaining states when drag start...
Sunny Goyal [Mon, 12 Sep 2016 20:29:45 +0000 (20:29 +0000)]
Merge "Using DragObject for folder drop instead of maintaining states when drag starts from inside a folder" into ub-launcher3-calgary-polish
am: 1e35fbbac7

Change-Id: I82e18807efe254f86df434dc73c94f951f041c3a

7 years agoUsing DragObject for folder drop instead of maintaining states when drag starts from...
Sunny Goyal [Mon, 12 Sep 2016 20:29:45 +0000 (20:29 +0000)]
Using DragObject for folder drop instead of maintaining states when drag starts from inside a folder
am: e393d3af36

Change-Id: I44abfbed5ea0a8125b8c5ca50ecdf3a205de8775

7 years agoMerge "Using DragObject for folder drop instead of maintaining states when drag start...
Sunny Goyal [Mon, 12 Sep 2016 20:21:04 +0000 (20:21 +0000)]
Merge "Using DragObject for folder drop instead of maintaining states when drag starts from inside a folder" into ub-launcher3-calgary-polish

7 years agoMerge "Fixing double system state call in iconCache" into ub-launcher3-calgary-polish
Sunny Goyal [Mon, 12 Sep 2016 18:19:08 +0000 (18:19 +0000)]
Merge "Fixing double system state call in iconCache" into ub-launcher3-calgary-polish
am: 0cf3265bd0

Change-Id: I1f2e4f1ae4222ca25aa5e9fbd6a5e6dc992ea1e9

7 years agoFixing double system state call in iconCache
Sunny Goyal [Mon, 12 Sep 2016 18:19:08 +0000 (18:19 +0000)]
Fixing double system state call in iconCache
am: fd47652574

Change-Id: Ia2288bbd269480a3337b0f819e1c8a9a05140294

7 years agoMerge "Adding support for searching word segments when camelcase is used in the title...
Sunny Goyal [Mon, 12 Sep 2016 18:19:07 +0000 (18:19 +0000)]
Merge "Adding support for searching word segments when camelcase is used in the title" into ub-launcher3-calgary-polish
am: 9c41f94b5b

Change-Id: I8d68ca9eaa36b7c447a2a8b793dc7c62f917096b

7 years agoAdding support for searching word segments when camelcase is used in the title
Sunny Goyal [Mon, 12 Sep 2016 18:19:06 +0000 (18:19 +0000)]
Adding support for searching word segments when camelcase is used in the title
am: e4a3e0cfaf

Change-Id: I98380419701f598ac87bf81d3c173bf26b5281e6

7 years agoMerge "Fixing double system state call in iconCache" into ub-launcher3-calgary-polish
Sunny Goyal [Mon, 12 Sep 2016 18:10:29 +0000 (18:10 +0000)]
Merge "Fixing double system state call in iconCache" into ub-launcher3-calgary-polish

7 years agoMerge "Adding support for searching word segments when camelcase is used in the title...
Sunny Goyal [Mon, 12 Sep 2016 18:09:48 +0000 (18:09 +0000)]
Merge "Adding support for searching word segments when camelcase is used in the title" into ub-launcher3-calgary-polish

7 years agoFixing double system state call in iconCache
Sunny Goyal [Sun, 11 Sep 2016 21:48:39 +0000 (14:48 -0700)]
Fixing double system state call in iconCache

Change-Id: I6d43c8054c18e199f4343662f92631f0808c773e

7 years agoAdding support for searching word segments when camelcase is used in the title
Sunny Goyal [Fri, 9 Sep 2016 03:31:38 +0000 (20:31 -0700)]
Adding support for searching word segments when camelcase is used in the title

Bug: 30880421
Change-Id: If642d24408fe0e80b5a0dd9a2a57d2f3c2d92ea9

7 years agoUsing DragObject for folder drop instead of maintaining states when
Sunny Goyal [Fri, 9 Sep 2016 19:42:10 +0000 (12:42 -0700)]
Using DragObject for folder drop instead of maintaining states when
drag starts from inside a folder

Change-Id: I073b59c194d0bd483d579bbcb638b116b09590a0

7 years agoMerge "Preventing a shortcut which requires permissions from being added to homescree...
Sunny Goyal [Sat, 10 Sep 2016 00:13:46 +0000 (00:13 +0000)]
Merge "Preventing a shortcut which requires permissions from being added to homescreen" into ub-launcher3-calgary-polish
am: acd0c4204b

Change-Id: Ide95340d3a4589a15bcb076e56f75da3a6e3c204

7 years agoPreventing a shortcut which requires permissions from being added to homescreen
Sunny Goyal [Sat, 10 Sep 2016 00:13:45 +0000 (00:13 +0000)]
Preventing a shortcut which requires permissions from being added to homescreen
am: fb5096d07b

Change-Id: Iac143134ac7679200fb1290072ec620d2a9bc131

7 years agoMerge "Preventing a shortcut which requires permissions from being added to homescree...
Sunny Goyal [Sat, 10 Sep 2016 00:04:51 +0000 (00:04 +0000)]
Merge "Preventing a shortcut which requires permissions from being added to homescreen" into ub-launcher3-calgary-polish

7 years agoMerge "Show IME when search query != null after rotation" into ub-launcher3-calgary...
Hyunyoung Song [Fri, 9 Sep 2016 22:18:36 +0000 (22:18 +0000)]
Merge "Show IME when search query != null after rotation" into ub-launcher3-calgary-polish
am: 915d56abc7

Change-Id: Iba9e2b716a7901e498b72470c241a1962dc2a2bf

7 years agoShow IME when search query != null after rotation
Hyunyoung Song [Fri, 9 Sep 2016 22:18:36 +0000 (22:18 +0000)]
Show IME when search query != null after rotation
am: c2fe1147f9

Change-Id: I9b7b139f5675edec9aff4968cef7780b48ff2165

7 years agoMerge "Show IME when search query != null after rotation" into ub-launcher3-calgary...
Hyunyoung Song [Fri, 9 Sep 2016 22:13:33 +0000 (22:13 +0000)]
Merge "Show IME when search query != null after rotation" into ub-launcher3-calgary-polish

7 years agoShow IME when search query != null after rotation
Hyunyoung Song [Fri, 9 Sep 2016 22:02:20 +0000 (15:02 -0700)]
Show IME when search query != null after rotation

Change-Id: Ia35fba140a5addc21bf347cd63b72dc4e357421e

7 years agoSeparating all the static data in a separate class, BgDataModel.
Sunny Goyal [Fri, 2 Sep 2016 00:24:47 +0000 (17:24 -0700)]
Separating all the static data in a separate class, BgDataModel.

This will allow moving all the Tasks defined in LauncherModel as
separate intependent classes

Change-Id: I0b2f82b90dc22590eb1cc360a5690e2e7f857b5c

7 years agoMerge "Using ItemInfoMatcher in place of similar interfaces and utility methods"...
Sunny Goyal [Fri, 9 Sep 2016 19:49:34 +0000 (19:49 +0000)]
Merge "Using ItemInfoMatcher in place of similar interfaces and utility methods" into ub-launcher3-master

7 years agoMerge "Fix deferred shortcut container removal." into ub-launcher3-calgary-polish
Tony Wickham [Fri, 9 Sep 2016 00:07:48 +0000 (00:07 +0000)]
Merge "Fix deferred shortcut container removal." into ub-launcher3-calgary-polish
am: 40851b637e

Change-Id: Ibdd247c65f7ab6b11f8a7e92a28c2b596af83131

7 years agoFix deferred shortcut container removal.
Tony Wickham [Fri, 9 Sep 2016 00:07:47 +0000 (00:07 +0000)]
Fix deferred shortcut container removal.
am: ec383dfc63

Change-Id: I3a2d582f3834f9034e46eebd67815fa890b520b0