Adam Cohen
b2603e3d3a
Fix issue of extra blank screen after uninstall (issue 12372657)
...
Change-Id: I0326914821f68d789cb26767518ead1292d87db0
2014-03-03 16:12:35 -08:00
Adam Cohen
89d0bf0713
am 65e43032: Fix build
...
* commit '65e43032c8962765a3e89826d4312042a03ee3be':
Fix build
2014-03-03 11:39:35 -08:00
Adam Cohen
65e43032c8
Fix build
...
Change-Id: I17944c557970ed35e1bc67f6f3e3372ff88651ad
2014-03-03 11:37:27 -08:00
Adam Cohen
6902916b07
am 474a3573: Merge "Avoid stripping empty screens if the workspace is still loading (issue 12523285)" into ub-now-lunchbox
...
* commit '474a35735ae758757dfd161a5c045d027bb9e033':
Avoid stripping empty screens if the workspace is still loading (issue 12523285)
2014-03-03 11:19:36 -08:00
Adam Cohen
474a35735a
Merge "Avoid stripping empty screens if the workspace is still loading (issue 12523285)" into ub-now-lunchbox
2014-03-03 19:07:23 +00:00
Adam Cohen
517a7f5fd0
Avoid stripping empty screens if the workspace is still loading (issue 12523285)
...
-> This appears to be what may be causing data loss in some users during update.
A certain (seemingly) rare combination of life-cycle events and package events
seems to be the culprit (potentially why it's seen at update time).
Change-Id: Iea4f8aef012ba80b7ba568e0df264edb9284efbe
2014-03-01 12:17:44 -08:00
Anjali Koppal
feec09d731
Merge "Make launcher implement PageSwitchListener." into ub-now-mister-ugly
2014-02-28 22:32:06 +00:00
Anjali Koppal
f5d29130b9
Make launcher implement PageSwitchListener.
...
Change-Id: Ief4b0cb4700aeace56a3c923a0a669a626c6506b
2014-02-28 13:33:27 -08:00
Jorim Jaggi
e69746dc88
am 4f462f4a: Merge "Revert "Disabled the wallpaper when completely in -1 Now space."" into ub-now-lunchbox
...
* commit '4f462f4a8b9fc6897d9fab9ad31c06e0b8f79373':
Revert "Disabled the wallpaper when completely in -1 Now space."
2014-02-28 06:55:56 -08:00
Jorim Jaggi
4f462f4a8b
Merge "Revert "Disabled the wallpaper when completely in -1 Now space."" into ub-now-lunchbox
2014-02-28 14:52:44 +00:00
Chris Wren
71bc71fb7e
am 71144266: skip backup if launcher is in a bad state
...
* commit '7114426665c21a11464147a8bb5e094b7949db42':
skip backup if launcher is in a bad state
2014-02-27 12:57:07 -08:00
Chris Wren
7114426665
skip backup if launcher is in a bad state
...
Bug: 13153542
Change-Id: I4312ebd200e8e652ef841f54301981c2a486b726
2014-02-27 15:49:39 -05:00
Jorim Jaggi
b45b65e1e5
Revert "Disabled the wallpaper when completely in -1 Now space."
...
This reverts commit f3a8e8c0bd .
Bug: 12978354
Change-Id: I11f1eeaab4fad9a2e4acf835144f0b0dc6fac54b
2014-02-27 20:33:46 +01:00
Chris Wren
0fe418832a
am 0e4a365e: Merge "use restored icon for restored app shortcuts" into ub-now-lunchbox
...
* commit '0e4a365e0d0220aff3cf60aa390fe9fcc05dbea1':
use restored icon for restored app shortcuts
2014-02-25 08:21:35 -08:00
Chris Wren
0e4a365e0d
Merge "use restored icon for restored app shortcuts" into ub-now-lunchbox
2014-02-24 21:59:34 +00:00
Adam Cohen
1c471f4c3b
am 71e03b99: Fix issue where clings didn\'t appear after set up wizard (issue 13077829)
...
* commit '71e03b9979b5ee4c30daa7eb0a704ec92b38431b':
Fix issue where clings didn't appear after set up wizard (issue 13077829)
2014-02-21 14:40:50 -08:00
Adam Cohen
71e03b9979
Fix issue where clings didn't appear after set up wizard (issue 13077829)
...
-> Also removed the db-created as a criteria for showing the clings
(this was a bit problematic in some cases and going forward)
-> Instead, we use database upgrade as a signal to not show the clings.
This is used instead of the above criteria (to prevent old users from
seeing the migration cling and losing their data.)
-> Stripped some old code related to custom clings that's no longer used.
Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
2014-02-21 14:37:53 -08:00
Chris Wren
6d0dde01f3
use restored icon for restored app shortcuts
...
Bug: 10778992
Change-Id: Ie430a6587d49dc0d78b87b81582c0cef7c281017
2014-02-14 11:49:30 -05:00
Sandeep Siddhartha
92ecd2346b
Merge "Refactor clicks and remove dead code" into ub-now-mister-ugly
2014-02-14 03:34:49 +00:00
Sandeep Siddhartha
a942030eb6
Refactor clicks and remove dead code
...
Change-Id: Id92f43b4f6b31707a18035dace6ad14ab728d0bb
2014-02-13 17:37:15 -08:00
Jorim Jaggi
55bd9725d5
Implement spring-loading of folders when dragging over.
...
Bug: 8912132
Change-Id: Id81889a133e56461df2e20599c4b40020818ba18
2014-02-12 22:16:51 +01:00
Yura
085c853a57
Do updateWorkspaceScreenOrder inside a single transaction.
...
The workspacescreens table is updated in LauncherModel.updateWorkspaceScreenOrder
and that the operation to remove all screens, then reinsert the new list of
screens in not inside a single transaction, so if the app is updating or
crashes between ContentResolver.delete and ContentResolver.bulkInsert then
the data will be lost. This CL makes it all happen inside 1 transaction.
Bug: 12523285
Change-Id: I409dbc9f48fa9c8bd4bf3b1453204a4daac1689a
2014-02-11 15:15:29 +00:00
Adam Cohen
ec0d61d79e
Fix NPE in when dropping from all apps (issue 12917451)
...
When dropping from all apps, accept drop was returning true if the item
was above a folder, however, when it came time to complete the drop,
the folder wouldn't accept the item. This can be prevented by increasing
the criteria in acceptDrop.
Change-Id: Ib644ec45984e8366c33bb674f3d3a76e22ed5160
2014-02-07 16:34:51 -08:00
Chris Wren
b6d4c2827a
update placeholder on package install or restore
...
Bug: 10778992
Change-Id: I3293d8bab8ae0ef49fc5554531bba5bd6f70932c
2014-02-06 15:05:16 -05:00
Adam Cohen
c87c21a0cd
Merge "Small refactor to separate adding workspace / all apps items" into ub-now-lunchbox
2014-02-05 22:25:41 +00:00
Winson Chung
cb2de6f8a0
am 6033ceb4: Ensure we don\'t call getLayoutDirection() for devices not running JB MR1+. (Bug 12906355)
...
* commit '6033ceb438d2d8e6c8406e2b61ae515e6156965c':
Ensure we don't call getLayoutDirection() for devices not running JB MR1+. (Bug 12906355)
2014-02-05 13:59:48 -08:00
Adam Cohen
76a47a1b22
Small refactor to separate adding workspace / all apps items
...
Change-Id: I06b7bc7f7f0e01696cb9670b8385e5148593e3e0
2014-02-05 13:05:02 -08:00
Winson Chung
6033ceb438
Ensure we don't call getLayoutDirection() for devices not running JB MR1+. (Bug 12906355)
...
Change-Id: I25115b9529c21d3079f50bc26bad8f846a6fcd3e
2014-02-05 20:39:15 +00:00
Mac Duy Hai
22dc65e741
Fix deprecated EMPTY_ARRAY usage (nanoprotos).
...
Newer nanoproto compiler discourages the use of this.
Change-Id: Ic27a6d15f2892bb49df3100147c086a2bce20fd4
2014-02-05 10:52:07 +00:00
Yura
4f93ec63b1
Do not show overview when menu pressed on CustomContent screen.
...
Bug: 12524591
Change-Id: I2bc0c4d206214d994c9a9e1bd13b42f2e53dba9f
2014-02-04 16:30:23 +00:00
Derek Prothro
93b92d0895
Merge "Fix black flash during rotation of -1 screen with GEL." into ub-now-lunchbox
2014-01-30 22:03:55 +00:00
Derek Prothro
dadd984a89
Fix black flash during rotation of -1 screen with GEL.
...
We need to make sure the custom content is adding synchronously
while the rest of the workspace is being created. If we wait
for it to be added in a separate run task, we see a black
flash during rotation.
Also rename a few methods and remove obsolete methods.
Bug: 11802691
Change-Id: I3f6500aa1fabe68cef59ad8c764877f954986a99
2014-01-30 15:55:48 -05:00
Michael Jurka
2a4f4928a9
Fix bug: Scroll position reported incorrectly to live wallpapers
...
Bug: 11189265
Change-Id: I410f318df4e43ed13d33889a8158a03438a6174f
2014-01-30 14:21:09 +01:00
Sandeep Siddhartha
d805837a87
Add callback for "Widgets" button click in launcher
...
Bug: 12553852
Change-Id: I8befd046242b32e86dbc6c98e6d97f0307380dd0
2014-01-28 10:41:15 -08:00
Chris Wren
f4d081107f
handle shortcut restore for missing packages
...
Bug: 10778992
Change-Id: I8766b8d4dd9c0269d52a7ec3da58dd408bc5f09f
2014-01-27 17:30:48 -05:00
Dan Sandler
947ef4e7ab
am 7a9cda18: Merge "Defend against missing DB during migration." into jb-ub-now-kermit
...
* commit '7a9cda18eb31b5ab47d7eca064374eaa6efdc268':
Defend against missing DB during migration.
2014-01-24 21:02:03 -08:00
Dan Sandler
7a9cda18eb
Merge "Defend against missing DB during migration." into jb-ub-now-kermit
2014-01-25 05:00:33 +00:00
Winson Chung
d6467b98e8
am 2aaf6e33: Merge "Adding tighter first run checks for migration clings. (Bug 12626290)" into jb-ub-now-kermit
...
* commit '2aaf6e339000646501bc3d73e497a365174fad26':
Adding tighter first run checks for migration clings. (Bug 12626290)
2014-01-23 12:23:35 -08:00
Winson Chung
2aaf6e3390
Merge "Adding tighter first run checks for migration clings. (Bug 12626290)" into jb-ub-now-kermit
2014-01-23 20:21:12 +00:00
Ian Parkinson
4195da42b7
am 94449158: Avoid NPE from delayed Runnable
...
* commit '944491587e8a8f77233a1916cc16cd07edd97f2e':
Avoid NPE from delayed Runnable
2014-01-22 11:32:47 -08:00
Winson Chung
0b560dda27
Adding tighter first run checks for migration clings. (Bug 12626290)
...
Change-Id: I09fc95c9a3d50ce57f9140e89da2ff4856807f92
2014-01-21 13:00:26 -08:00
Dan Sandler
2b4717447e
Defend against missing DB during migration.
...
Bug: 12600784
Change-Id: Ie295d2ac970eab798b9826748d400cd30a04662d
2014-01-21 14:14:41 -05:00
Ian Parkinson
944491587e
Avoid NPE from delayed Runnable
...
Naive fix to b/12656485. Other Runnables in Launcher similarly check
that mWorkspace hasn't become null between being posted and being
executed, so I think this is probably appropriate.
Bug: 12656485
Change-Id: Ib4f3d0e8686c6249fe838144b1e8120c85f66f01
2014-01-21 13:09:59 +00:00
Adam Cohen
f488644c2c
am a4db090b: Merge "Adding specific buckets for N5 in dynamic grid. (Bug 12604220)" into jb-ub-now-kermit
...
* commit 'a4db090b1345038a89a38ba8af6ac74f71e2ed7c':
Adding specific buckets for N5 in dynamic grid. (Bug 12604220)
2014-01-17 16:23:19 -08:00
Adam Cohen
a4db090b13
Merge "Adding specific buckets for N5 in dynamic grid. (Bug 12604220)" into jb-ub-now-kermit
2014-01-18 00:21:57 +00:00
Winson Chung
3abfd16e5d
Adding specific buckets for N5 in dynamic grid. (Bug 12604220)
...
Change-Id: I1fa62b7d16f557c7191fb1666d687b8784a88857
2014-01-17 14:43:02 -08:00
Adam Cohen
0d5de13425
am 5ac62d69: Merge "Fix overlapping pages (issue 12551580)" into jb-ub-now-kermit
...
* commit '5ac62d6914067c48e1fcdb3f6f149532017c5803':
Fix overlapping pages (issue 12551580)
2014-01-17 14:34:19 -08:00
Adam Cohen
5ac62d6914
Merge "Fix overlapping pages (issue 12551580)" into jb-ub-now-kermit
2014-01-17 22:32:22 +00:00
Adam Cohen
c07347961e
am e6e0af03: Merge "Dismissing search and other overlays when the menu button is pressed. (Bug 12524591)" into jb-ub-now-kermit
...
* commit 'e6e0af03ee39b3e800c8f7e86eefffae432ee7c8':
Dismissing search and other overlays when the menu button is pressed. (Bug 12524591)
2014-01-17 13:28:54 -08:00
Adam Cohen
e6e0af03ee
Merge "Dismissing search and other overlays when the menu button is pressed. (Bug 12524591)" into jb-ub-now-kermit
2014-01-17 20:25:14 +00:00