Winson Chung
07bbe73c7b
am e9a33cef: Merge "Fixing crash in All Apps." into ub-launcher3-burnaby
...
* commit 'e9a33cefd4fb47e01d8fd4704252521f268ba664':
Fixing crash in All Apps.
2015-05-05 01:04:00 +00:00
Winson Chung
bbc132f807
am 2a53cb7a: Merge "Launcher-side changes to support prediction bar." into ub-launcher3-burnaby
...
* commit '2a53cb7a5e86920fdc9063ddf3966af5d5472c56':
Launcher-side changes to support prediction bar.
2015-05-05 01:03:59 +00:00
Hyunyoung Song
f97932256b
am 80068f51: Merge "WidgetTray performance improvement (less sorting): Part 1" into ub-launcher3-burnaby
...
* commit '80068f518c858babf75cb6f5bf076875dc0cc481':
WidgetTray performance improvement (less sorting): Part 1
2015-05-05 01:03:57 +00:00
Sunny Goyal
276e1b9d36
am 3290ec4c: Preventing launcher crash because of invalid install shortcut intent
...
* commit '3290ec4cc220f97460b3b19f28adaf829ea971e1':
Preventing launcher crash because of invalid install shortcut intent
2015-05-05 01:03:56 +00:00
Winson Chung
e9a33cefd4
Merge "Fixing crash in All Apps." into ub-launcher3-burnaby
2015-05-05 00:44:34 +00:00
Winson Chung
3857d7aeb3
Fixing crash in All Apps.
...
Bug 20431579
Change-Id: Iba6ce88a931cb56f111f5b2ea44f81c5059a934f
2015-05-04 17:43:32 -07:00
Winson Chung
2a53cb7a5e
Merge "Launcher-side changes to support prediction bar." into ub-launcher3-burnaby
2015-05-05 00:36:02 +00:00
Hyunyoung Song
80068f518c
Merge "WidgetTray performance improvement (less sorting): Part 1" into ub-launcher3-burnaby
2015-05-04 23:28:55 +00:00
Hyunyoung Song
8821ca9a6a
WidgetTray performance improvement (less sorting): Part 1
...
- No longer return sorted list from the package manager since, the only
time the widget list requires to be sorted is when recycler view renders
them.
- Made getWidgetsAndShortcuts private to guarantee that widgets are
being loaded in the worker thread.
Change-Id: I2c35973c1226e831514380dd38fc2f88b1b91d02
2015-05-04 16:28:20 -07:00
Winson Chung
cd99cd3ed6
Launcher-side changes to support prediction bar.
...
Change-Id: Ib9974ad8888ad87137c774f9f531fae9d56b899a
2015-05-04 14:45:54 -07:00
Sunny Goyal
3290ec4cc2
Preventing launcher crash because of invalid install shortcut intent
...
Change-Id: Ibede31c8f018b17da5f272aa505a31f40a1b76f3
2015-05-04 13:54:25 -07:00
Geoff Mendal
f2a3ae5c2b
Import translations. DO NOT MERGE
...
Change-Id: Ib1da4c603648f41a420e18f7d343d5b5bdf23870
Auto-generated-cl: translation import
2015-05-01 21:12:46 -07:00
Sunny Goyal
2f03c4ae9f
am 0be752ca: Merge "Handling managed profile creation in the model as the activity can get killed in the background." into ub-launcher3-burnaby
...
* commit '0be752ca6b168872dfe18c576b61c745e2395dec':
Handling managed profile creation in the model as the activity can get killed in the background.
2015-05-02 00:15:18 +00:00
Sunny Goyal
0be752ca6b
Merge "Handling managed profile creation in the model as the activity can get killed in the background." into ub-launcher3-burnaby
2015-05-02 00:08:50 +00:00
Hyunyoung Song
8fd4436b27
am fe46c29c: Merge "Set preloading for the WidgetTray recycler view. b/20339302" into ub-launcher3-burnaby
...
* commit 'fe46c29ca388b9547243aff767a89112cef63083':
Set preloading for the WidgetTray recycler view. b/20339302
2015-05-01 21:34:36 +00:00
Hyunyoung Song
fe46c29ca3
Merge "Set preloading for the WidgetTray recycler view. b/20339302" into ub-launcher3-burnaby
2015-05-01 21:24:20 +00:00
Hyunyoung Song
e809332032
Set preloading for the WidgetTray recycler view.
...
b/20339302
Introduced a constant that we can use to tweak how much extra screen
space worth of widgets are preloaded.
Change-Id: I47f0fec134b4e268140482694a1903cf902731c6
2015-05-01 14:21:57 -07:00
Sunny Goyal
b0a2d07fa3
am 65832b62: Merge "Updating fling to delete anim" into ub-launcher3-burnaby
...
* commit '65832b6267053220e3c4b798db882a2f0641ad4d':
Updating fling to delete anim
2015-05-01 20:02:46 +00:00
Sunny Goyal
666965f5b9
am c45d9247: Merge "Various managed profile fixes" into ub-launcher3-burnaby
...
* commit 'c45d9247eb1aae752b34ed3aeead007162cbd963':
Various managed profile fixes
2015-05-01 20:02:45 +00:00
Sunny Goyal
957c13f032
Handling managed profile creation in the model as the activity
...
can get killed in the background.
Change-Id: I95f62cf268fe642c9a2bb4975eb92bf8e12d23a9
2015-05-01 13:02:20 -07:00
Sunny Goyal
65832b6267
Merge "Updating fling to delete anim" into ub-launcher3-burnaby
2015-05-01 19:56:24 +00:00
Sunny Goyal
c45d9247eb
Merge "Various managed profile fixes" into ub-launcher3-burnaby
2015-05-01 19:53:51 +00:00
Sunny Goyal
dfde999ccd
Various managed profile fixes
...
> When matching existing shortcut, match the uri as intent doesn't implement equals
> Fixing user matching when searching for apps in all-apps
Bug: 20749743
Change-Id: I14f3e2134e774727176e865d74108ef79de874d6
2015-05-01 12:32:31 -07:00
Hyunyoung Song
eac0ecec07
am 9d9dd60e: Merge "WidgetTray UI - change text color for the section and widget name" into ub-launcher3-burnaby
...
* commit '9d9dd60ee1faf1ebbe318034506fd9634f9e3fe9':
WidgetTray UI - change text color for the section and widget name
2015-05-01 19:17:07 +00:00
Hyunyoung Song
9d9dd60ee1
Merge "WidgetTray UI - change text color for the section and widget name" into ub-launcher3-burnaby
2015-05-01 19:08:40 +00:00
Sunny Goyal
38ae99bb45
am 31abc291: Clearing drag state after the close animation is complete
...
* commit '31abc291deb7a8879fc2ef675814efdb6fa9d56f':
Clearing drag state after the close animation is complete
2015-05-01 18:13:01 +00:00
Hyunyoung Song
ffae07e447
WidgetTray UI - change text color for the section and widget name
...
Change-Id: I8ce966d151bc62a9eb23ca3fa8c13c3aeb0c7f37
2015-05-01 10:55:53 -07:00
Sunny Goyal
31abc291de
Clearing drag state after the close animation is complete
...
Bug: 19350802
Change-Id: I048dfa2743692c6c7d56dcacab900ec2d17504ed
2015-05-01 10:43:25 -07:00
Sunny Goyal
ddec73471e
Updating fling to delete anim
...
Change-Id: I1c63e88b3e605113ea66afca9dcfbc30de1d4c8e
2015-04-30 16:02:36 -07:00
Hyunyoung Song
caeba72b50
am 111c8357: Removes code that is incompatible with google3, Velvet build rules.
...
* commit '111c83579a165fe9d8f915cda4e08de47e16c056':
Removes code that is incompatible with google3, Velvet build rules.
2015-04-30 22:56:08 +00:00
Hyunyoung Song
111c83579a
Removes code that is incompatible with google3, Velvet build rules.
...
Change-Id: Ibce31b52f5ffc4a03bdd48c575521c774f17a353
2015-04-30 15:43:26 -07:00
Sunny Goyal
17d3485757
am 9aaef938: Removing debug log
...
* commit '9aaef938c3f0db6c78555459eb84be25ab87f98e':
Removing debug log
2015-04-30 19:00:50 +00:00
Sunny Goyal
9aaef938c3
Removing debug log
...
Change-Id: Ifb6adc0826d744f2bbc654c37c2470754f364a2b
2015-04-30 10:32:25 -07:00
Sunny Goyal
16839e8be6
am 65d076b2: Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnaby
...
* commit '65d076b2ffe7ca96f014a95bd362c7d1ce004b97':
Enabling accessibility drag and drop in folder
2015-04-30 00:47:29 +00:00
Sunny Goyal
65d076b2ff
Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnaby
2015-04-30 00:43:55 +00:00
Sunny Goyal
2fef80e390
am a911672f: Simplifying add to workspace by not going through the worker thread
...
* commit 'a911672f45900fc0ed746e0d84c43c6e5ad89b6a':
Simplifying add to workspace by not going through the worker thread
2015-04-29 23:19:23 +00:00
Sunny Goyal
a911672f45
Simplifying add to workspace by not going through the worker thread
...
Change-Id: I3260786bee257aea93ade49e6fa18008232addbe
2015-04-29 14:58:17 -07:00
Sunny Goyal
f1bead8e74
am 9b032054: Merge "Enabling folder paged view to scroll itself with accessibility focus traversal" into ub-launcher3-burnaby
...
* commit '9b03205432c01d02afb0af8813c0b9da540795dc':
Enabling folder paged view to scroll itself with accessibility focus traversal
2015-04-29 18:54:43 +00:00
Sunny Goyal
8cc01145a0
am 29a627ed: Merge "Animating dragview color change when dragging over ButtonDropTarget" into ub-launcher3-burnaby
...
* commit '29a627ed3a689a99da4e909e493e73abd245defe':
Animating dragview color change when dragging over ButtonDropTarget
2015-04-29 18:54:42 +00:00
Sunny Goyal
3537002b0e
am e2f7268d: Merge "Removing obsolete resources" into ub-launcher3-burnaby
...
* commit 'e2f7268df9fd30c2817323bd8e527d0cc576e2dc':
Removing obsolete resources
2015-04-29 18:54:40 +00:00
Sunny Goyal
9b03205432
Merge "Enabling folder paged view to scroll itself with accessibility focus traversal" into ub-launcher3-burnaby
2015-04-29 18:44:20 +00:00
Sunny Goyal
29a627ed3a
Merge "Animating dragview color change when dragging over ButtonDropTarget" into ub-launcher3-burnaby
2015-04-29 18:42:10 +00:00
Sunny Goyal
e2f7268df9
Merge "Removing obsolete resources" into ub-launcher3-burnaby
2015-04-29 18:41:36 +00:00
Sunny Goyal
d5591a24ae
am ca571978: Merge "Updating drop target assets" into ub-launcher3-burnaby
...
* commit 'ca5719780b4a9a4b8f171393f74644e6654c1bab':
Updating drop target assets
2015-04-29 18:28:26 +00:00
Sunny Goyal
fe0d1f2458
Animating dragview color change when dragging over ButtonDropTarget
...
Change-Id: I642438be681769812302dba0b6deca38f89f7a16
2015-04-29 11:25:16 -07:00
Sunny Goyal
ca5719780b
Merge "Updating drop target assets" into ub-launcher3-burnaby
2015-04-29 18:20:25 +00:00
Sunny Goyal
c525d80dcd
Removing obsolete resources
...
Change-Id: I9a8d3d23e772a3ffc161ac97a5f08808aab79d5b
2015-04-29 11:18:27 -07:00
Geoff Mendal
5093ee206b
Import translations. DO NOT MERGE
...
Change-Id: Ia72fdd63b664dfc41f1954e59b89499cf4f2be5f
Auto-generated-cl: translation import
2015-04-29 06:59:33 -07:00
Sunny Goyal
3a2698b308
Updating drop target assets
...
Change-Id: I33f7dc30b10a617ae4784f067491ab01b27b7733
2015-04-28 21:38:56 -07:00
Sunny Goyal
db184fdc7b
Enabling folder paged view to scroll itself with accessibility focus traversal
...
Change-Id: I9095d5bf2de8e2053e0aaa27fb385b158e493964
2015-04-28 20:43:07 -07:00