Sunny Goyal
322d556220
Moving a few testing classes to a separate package
...
Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
2015-08-19 13:47:11 -07:00
Winson Chung
bf4c1d402e
am 1cd32a21: Merge "Deferring the move to the default screen until after we callback to the callbacks." into ub-launcher3-burnaby
...
* commit '1cd32a2144dc1a620e6a22e5a05b489ec86abb18':
Deferring the move to the default screen until after we callback to the callbacks.
2015-08-19 19:22:15 +00:00
Winson Chung
1cd32a2144
Merge "Deferring the move to the default screen until after we callback to the callbacks." into ub-launcher3-burnaby
2015-08-19 19:19:26 +00:00
Winson
15f8b17adb
Deferring the move to the default screen until after we callback to the callbacks.
...
- Since move to default screen starts the scroller immediately, any delays in
handling onNewIntent and onHomeIntent in the callbacks will cause the scroller
to skip frames the next time it updates. This change will defer updating the
page to the default screen until after onNewIntent is called back (and all its
posted runnables).
Bug: 22929080
Change-Id: Ibab6106938721702d4da23faaca99039861e10dc
2015-08-19 12:13:20 -07:00
Sunny Goyal
c268148f06
resolved conflicts for merge of 9fc953b9 to ub-launcher3-master
...
Change-Id: Ia3e845a2e336c846cceefdc2d1e8c6786753f1b1
2015-08-17 14:43:41 -07:00
Sunny Goyal
9fc953b94d
Version code cleanup
...
> Renaming Lmp to Lollipop
> Lollipop_MR1 instead of directly using 22
> Using M APIs directly instead of reflection
Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
2015-08-17 13:26:01 -07:00
Sunny Goyal
e3e05563b7
am d21f9404: Merge "Disabling auto restore of widgets. > Always show "Setup" button for a widget which has a config activity." into ub-launcher3-burnaby
...
* commit 'd21f9404da5c8cdc959b483a40876b02ced35e43':
Disabling auto restore of widgets. > Always show "Setup" button for a widget which has a config activity.
2015-08-14 19:28:53 +00:00
Sunny Goyal
84b4adc3fb
Disabling auto restore of widgets.
...
> Always show "Setup" button for a widget which has a config activity.
Bug: 23155863
Change-Id: I60683889e76be830a76ac1245e079574aaf0ad10
2015-08-14 11:42:01 -07:00
Winson Chung
0396828d05
am a1ee659e: Merge "Adding market search." into ub-launcher3-burnaby
...
* commit 'a1ee659e748b02ed74d8cafd3796a5c8ce5f1c44':
Adding market search.
2015-08-10 22:59:20 +00:00
Winson Chung
a1ee659e74
Merge "Adding market search." into ub-launcher3-burnaby
2015-08-10 22:55:40 +00:00
Winson Chung
eb2b1c634a
am 7573123c: Merge "Fixing invisible search bar" into ub-launcher3-burnaby
...
* commit '7573123c0518f338895d59ada6ec4a8e170f5bf5':
Fixing invisible search bar
2015-08-07 18:00:52 +00:00
Winson
2a87fe8c41
resolved conflicts for merge of 0ad33066 to ub-launcher3-master
...
Change-Id: I5dbbaaf9fb03ed3003174154ea7d7dbae9048a70
2015-08-07 10:37:21 -07:00
Winson Chung
bedf9232eb
Adding market search.
...
Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
2015-08-06 12:22:38 -07:00
Winson
a1f79d3e16
Fixing invisible search bar
...
- We used to rely on the state transition to inflate the search
widget after the permission to bind widgets was granted, which
is fragile. Now we try and inflate the search widget after
user grants the permission if necessary.
Bug: 22515084
Bug: 22980143
Change-Id: Id111d263bc8a864e0fa652cfd0e07e66ec690fe7
2015-08-05 21:18:53 +00:00
Winson Chung
0ad3306684
Merge "Refactoring search bar animations." into ub-launcher3-burnaby
2015-08-05 19:21:03 +00:00
Winson Chung
006ee269ba
Refactoring search bar animations.
...
- This refactoring ensures that LauncherStateTransition does not
do its own animation on the QSB, and that all animations to the
SearchDropTargetBar go through its own animators.
Bug: 22515084
Change-Id: Ia7d13c44d861eac7517076b52a9651a90911ed0a
2015-08-05 12:04:06 -07:00
Jun Mukai
f0033da0dd
Suppress focusability of normal launcher descendants when a popup opens.
...
Bug: 22563223
Change-Id: Iebee7c0c858a4d48524b3d5415e4f6d39861c49a
2015-08-05 10:31:48 -07:00
Sunny Goyal
f9ada46270
am 317698bd: Loading high resolution icons for first 3 items in a folder
...
* commit '317698bd012c1930b83bb4e2e47ac9e363fa6c6a':
Loading high resolution icons for first 3 items in a folder
2015-08-04 18:09:20 +00:00
Sunny Goyal
317698bd01
Loading high resolution icons for first 3 items in a folder
...
> Sometimes a folder gets rearranged, without updating the model,
like when an app in uninstalled. In that case, we need to update
the icons for folder items, which were previously hidden
Bug: 22813360
Change-Id: I99754911c969bf2153efb2948c226c1c69219b88
2015-08-04 11:05:15 -07:00
Sunny Goyal
3c938a7e0d
resolved conflicts for merge of 3f7550c1 to ub-launcher3-master
...
Change-Id: I3bb155473d48832e496a8983f84c20e6e935fa41
2015-08-04 10:33:30 -07:00
Sunny Goyal
3f7550c1ed
Merge "Calculating widget minSpans and spans statically/independent of orientation > Filtering the widget list and excluding widgets which dont fit the grid > setting minSpans for the widget item when binding." into ub-launcher3-burnaby
2015-08-04 17:27:48 +00:00
Sunny Goyal
233ee964a9
Calculating widget minSpans and spans statically/independent of orientation
...
> Filtering the widget list and excluding widgets which dont fit the grid
> setting minSpans for the widget item when binding.
Bug: 22541314
Bug: 22559137
Change-Id: Ieda48b56c95bee0c7ec71dd691af7e23e2d43db6
2015-08-03 16:39:49 -07:00
Winson Chung
790b7ad28e
am 153b02a5: Merge "Remove handler for searchables changed broadcast." into ub-launcher3-burnaby
...
* commit '153b02a5e69c99b1154eea107da6b2fba4c6f3a3':
Remove handler for searchables changed broadcast.
2015-08-03 22:20:10 +00:00
Winson Chung
88fa741e50
Remove handler for searchables changed broadcast.
...
Bug: 22515084
2015-08-03 14:25:28 -07:00
Sunny Goyal
5d2fc32e6d
Several animation calls cleanup
...
> Using View property instead of strings to avoid extra reflection step
> Using ViewPropertyAnimator when several properties are being animated
Change-Id: I41625643b38b70bac11e2c81d18058ec878d73bd
2015-07-31 13:07:14 -07:00
Sunny Goyal
6c56c68555
Changing the dogfood check to a static boolean to better handle proguard optimizations
...
Change-Id: I892b88ce1a007fafc23a73ad4193c5c4aa411d1b
2015-07-16 14:09:53 -07:00
Hyunyoung Song
b4a367459a
resolved conflicts for merge of 98ff38aa to ub-launcher3-master
...
Change-Id: Ie43d7215e604758936c558b79d191f1b26bb31f8
2015-07-13 14:23:39 -07:00
Hyunyoung Song
98ff38aa48
Animation should start and finish on widgets button when opening/closing widget tray.
...
b/21301759
Change-Id: Ib0b9132d8709426598d95fc9f60d37752e05b711
2015-07-10 17:50:13 -07:00
Sunny Goyal
aad90582a1
Handle custom shortcuts only when requestCode is REQUEST_CREATE_SHORTCUT,
...
otherwise it would conflict with results coming from a different request
Change-Id: I395cc970acef54d289d6c0a37cdfa35fc4dbb9ab
2015-07-11 00:09:28 +00:00
Sunny Goyal
3f99a1440e
Merge "Fixing screen jump when going to spring_loaded mode in rtl" into ub-launcher3-master
2015-07-10 23:43:54 +00:00
Winson Chung
19795603fe
am 76648c58: Making long-press of AllApps to jump directly to search.
...
* commit '76648c58d5fe8e5c0695f865243d3f421c53a84d':
Making long-press of AllApps to jump directly to search.
2015-07-10 23:35:58 +00:00
Winson Chung
76648c58d5
Making long-press of AllApps to jump directly to search.
...
Bug: 22210146
Change-Id: Iacf28416d6e31233a68e3b41576a8860b4b72b88
2015-07-10 16:08:56 -07:00
Sunny Goyal
ce5a7e5ee4
Fixing screen jump when going to spring_loaded mode in rtl
...
> Removing call to snapToScreen when changing state
> Marking adjacent pages visible in overview and spring_loaded mode, so that they get drawn atleast once.
Change-Id: If305e0d4cfa63bac03f301d69017da55f89155bd
2015-07-09 10:17:46 -07:00
Winson Chung
882a52eacf
Fixing minor issue with spatially sorting workspace items for binding.
...
Change-Id: I10e05b3ae34a8101a48b625899888c7e8de1fe71
2015-07-08 23:45:46 +00:00
Adam Cohen
518a39ba2e
am d98fff30: Merge "Adding custom slide up activity transition for L MR1" into ub-launcher3-burnaby
...
* commit 'd98fff30552e7e8cff1205926001cbac7d7e9a35':
Adding custom slide up activity transition for L MR1
2015-07-08 02:08:08 +00:00
Adam Cohen
d98fff3055
Merge "Adding custom slide up activity transition for L MR1" into ub-launcher3-burnaby
2015-07-08 01:59:57 +00:00
Adam Cohen
947e02b638
Adding custom slide up activity transition for L MR1
...
issue 21402755
Change-Id: Id2542c0a3c38bd71aa407a3b0fe00fdee24e2f69
2015-07-07 18:52:09 -07:00
Sunny Goyal
3b2e432104
am dd2e6dfc: Updating onRequestPermissionsResult signature to public
...
* commit 'dd2e6dfc16b7c6ae65123e4df545d42124b76cb0':
Updating onRequestPermissionsResult signature to public
2015-07-07 18:12:04 +00:00
Sunny Goyal
dd2e6dfc16
Updating onRequestPermissionsResult signature to public
...
Change-Id: Ie08caa55a195e9062006d13e86238cca827ef249
2015-07-07 10:57:57 -07:00
Sunny Goyal
3a56edb0ea
Merge "Refactoring ItemInfo" into ub-launcher3-master
2015-07-07 06:06:59 +00:00
Sunny Goyal
8d59509f1a
Using an empty error view for QSB
...
Bug: 21731323
Change-Id: I837b7bf9bac443cd2062ab2d4c24e081eb01732d
2015-07-06 12:22:39 -07:00
Sunny Goyal
aa8ef119f1
Refactoring ItemInfo
...
> Changing dragObject to ItemInfo
> Removing dropPos which is always null
> Removing requiresDbUpdate which is only used in CellLayout
Change-Id: I753ddaae0880c8a9bfee5a1266095ff34610284a
2015-06-30 10:26:49 -07:00
Dave Hawkey
cb5f619770
am 79f25bed: Merge "Add LauncherCallbacks for requesting permissions on MNC" into ub-launcher3-almonte
...
* commit '79f25bedd2ed13613323b085b46b9b42aee21696':
Add LauncherCallbacks for requesting permissions on MNC
2015-06-29 17:41:14 +00:00
Sunny Goyal
a1d1bf3119
Allowing UserHandle to be passed in the intent when creating AppInfo
...
> Removing createShortcut with userHandle, as shortcuts can only be
for the primary user.
Bug: 22070517
Change-Id: Ifc58a76d0f1e0ab8f1943b46588cc19dd88bdda1
2015-06-26 13:51:11 -07:00
Dave Hawkey
3a43ed61cb
Add LauncherCallbacks for requesting permissions on MNC
...
Change-Id: Ia8f704590e03e16db04c2f7acee1e79ce7334749
2015-06-26 10:27:47 -06:00
Hyunyoung Song
1a8a6e0baa
Merge "Announce content desc of workspace immediately after unlocking the lock screen. b/22051420" into ub-launcher3-burnaby
2015-06-26 04:08:14 +00:00
Hyunyoung Song
166e6488e6
Announce content desc of workspace immediately after unlocking the lock screen.
...
b/22051420
Change-Id: I41ab93782383c04e0074d87632ebe8d884a8e208
2015-06-25 21:06:07 -07:00
Winson Chung
ca0f7d7728
Merge "Exposing drag methods with user info." into ub-launcher3-burnaby
2015-06-25 20:19:49 +00:00
Winson Chung
5ffd51db0c
Exposing drag methods with user info.
...
Change-Id: I974b67d23d3d29795c1c1d24e1ecf212b52e3912
2015-06-25 13:14:14 -07:00
Winson Chung
91c0595443
Ensuring that we always update the predicted apps set.
...
Change-Id: Ieecf019442dcf4af42463ed6cbc4cdcd19468dec
2015-06-25 19:24:24 +00:00