Yura
2239b997ee
am 085c853a: Do updateWorkspaceScreenOrder inside a single transaction.
...
* commit '085c853a5702c45865e9b017d21fa15cf2b151b9':
Do updateWorkspaceScreenOrder inside a single transaction.
2014-02-11 10:58:22 -08: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
Anton Hansson
d0642c4274
Merge remote-tracking branch 'goog/ub-now-lunchbox' into lunchbox-release
2014-02-11 10:33:40 +00:00
Baligh Uddin
8622350606
Import translations. DO NOT MERGE
...
Change-Id: I51be3973bdecb0b7b29107f99ead8f6f46970e0e
Auto-generated-cl: translation import
2014-02-10 15:41:12 -08:00
Baligh Uddin
30e43d723d
Import translations. DO NOT MERGE
...
Change-Id: Icb76bf81b4253215543f7e384efac9eb23e0c432
Auto-generated-cl: translation import
2014-02-10 15:40:51 -08:00
Baligh Uddin
57251be2d7
Import translations. DO NOT MERGE
...
Change-Id: Icfe6248a812a2aa103c830a9fabe22de9ff228bb
Auto-generated-cl: translation import
2014-02-10 15:39:10 -08:00
Adam Cohen
3c74c61916
am ec0d61d7: Fix NPE in when dropping from all apps (issue 12917451)
...
* commit 'ec0d61d79ef50010660b426b259a8ccb14656b31':
Fix NPE in when dropping from all apps (issue 12917451)
2014-02-07 16:41:08 -08: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
a04417a07d
am b6d4c282: update placeholder on package install or restore
...
* commit 'b6d4c2827a1514432b5eda46ff7d484d6cf244ac':
update placeholder on package install or restore
2014-02-06 15:15:41 -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 Skory
853b55b96e
Merge remote-tracking branch 'goog/ub-now-lunchbox' into lunchbox-release
2014-02-06 10:03:03 +00:00
Tom Stamm
279b0385d0
Merge remote-tracking branch 'goog/jb-ub-now-kermit' into kr
2014-02-05 16:04:27 -07:00
Adam Cohen
25fdf7653b
am c87c21a0: Merge "Small refactor to separate adding workspace / all apps items" into ub-now-lunchbox
...
* commit 'c87c21a0cd168c65c70b59ad12502a2e1a00b9c4':
Small refactor to separate adding workspace / all apps items
2014-02-05 14:28:22 -08: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
590c5660e1
am cb2de6f8: am 6033ceb4: Ensure we don\'t call getLayoutDirection() for devices not running JB MR1+. (Bug 12906355)
...
* commit 'cb2de6f8a027f43bf40f3f05664bc99bd78b2b00':
Ensure we don't call getLayoutDirection() for devices not running JB MR1+. (Bug 12906355)
2014-02-05 14:03:07 -08: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
06e2c385e4
am 22dc65e7: Fix deprecated EMPTY_ARRAY usage (nanoprotos).
...
* commit '22dc65e741139936343bc792900b2e2e25378793':
Fix deprecated EMPTY_ARRAY usage (nanoprotos).
2014-02-05 03:02:30 -08: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
Adam Skory
9e3ebf3c95
Merge remote-tracking branch 'goog/ub-now-lunchbox' into lunchbox-release
2014-02-04 19:32:38 +00:00
Yura
f7bc687e6e
am 4f93ec63: Do not show overview when menu pressed on CustomContent screen.
...
* commit '4f93ec63b13f660fab63745d7127308954d5a6bd':
Do not show overview when menu pressed on CustomContent screen.
2014-02-04 08:36:58 -08: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
Yura
eb1658bc8c
am fc244056: Merge "Missing paddingRight added." into ub-now-lunchbox
...
* commit 'fc2440566abaa5768e877138c07c1187243420b2':
Missing paddingRight added.
2014-02-04 08:02:43 -08:00
Yura
fc2440566a
Merge "Missing paddingRight added." into ub-now-lunchbox
2014-02-04 16:00:31 +00:00
Adam Skory
381fa3fb2d
Merge remote-tracking branch 'goog/ub-now-lunchbox' into release
2014-02-04 15:53:42 +00:00
Yura
1c8cb6fa77
Missing paddingRight added.
...
Bug: 8166178
Change-Id: Ie2ba02a1ad85d29f1028fe021ade37975b453305
2014-02-04 15:36:35 +00:00
Geoff Mendal
022025a9a1
am e68504f4: (-s ours) Import translations. DO NOT MERGE
...
* commit 'e68504f4a11296197c11b35aad71346b24af11be':
Import translations. DO NOT MERGE
2014-02-03 18:31:25 -08:00
Geoff Mendal
d48f99a8ba
Import translations. DO NOT MERGE
...
Change-Id: I04c1a3ce4bd1f77e255f2388fa481d3541c2a3b5
Auto-generated-cl: translation import
2014-02-03 16:51:14 -08:00
Geoff Mendal
e68504f4a1
Import translations. DO NOT MERGE
...
Change-Id: Ieaf2484f1b08841a5fecd5050c4df75125e1cecf
Auto-generated-cl: translation import
2014-02-03 16:50:19 -08:00
Adam Skory
8fa85d2025
Merge remote-tracking branch 'goog/jb-ub-now-kermit' into kermit-release
2014-02-03 15:24:53 +00:00
Baligh Uddin
e3752df785
am d25f91b0: (-s ours) am f47cc890: (-s ours) Import translations. DO NOT MERGE
...
* commit 'd25f91b036a76a19dfd10dfe88318a61157b7b9e':
Import translations. DO NOT MERGE
2014-01-31 16:29:28 -08:00
Baligh Uddin
d25f91b036
am f47cc890: (-s ours) Import translations. DO NOT MERGE
...
* commit 'f47cc890e9475b31acd1416de57d32062d395e9e':
Import translations. DO NOT MERGE
2014-01-31 16:25:44 -08:00
Baligh Uddin
f47cc890e9
Import translations. DO NOT MERGE
...
Change-Id: I630533bcc5d004fc677f54233f8d0578e119ab4e
Auto-generated-cl: translation import
2014-01-31 15:57:58 -08:00
Derek Prothro
ae7999c878
am 93b92d08: Merge "Fix black flash during rotation of -1 screen with GEL." into ub-now-lunchbox
...
* commit '93b92d0895f86fddf270b4861282b75c8e455ce3':
Fix black flash during rotation of -1 screen with GEL.
2014-01-30 14:10:45 -08: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
Baligh Uddin
abecfe309e
Merge "Import translations. DO NOT MERGE" into ub-now-mister-ugly
2014-01-30 16:52:40 +00:00
Michael Jurka
1a088d64ec
am 2a4f4928: Fix bug: Scroll position reported incorrectly to live wallpapers
...
* commit '2a4f4928a964fa8eef9ea6542f835ad4a79b9bd5':
Fix bug: Scroll position reported incorrectly to live wallpapers
2014-01-30 05:29:03 -08: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
Baligh Uddin
ecbfb7dd40
Import translations. DO NOT MERGE
...
Change-Id: Ia3907e8f94ebaa314fa075cabb54b21b1f59dca9
Auto-generated-cl: translation import
2014-01-29 13:23:03 -08:00
Sandeep Siddhartha
ef154fac24
am d805837a: Add callback for "Widgets" button click in launcher
...
* commit 'd805837a877bb503d7890c4f92cfd183dec8c5ee':
Add callback for "Widgets" button click in launcher
2014-01-28 11:34:30 -08: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
9c09d8e7d0
am f4d08110: handle shortcut restore for missing packages
...
* commit 'f4d081107f5984bfb92cb1a627667fea5bf1498c':
handle shortcut restore for missing packages
2014-01-28 07:45:09 -08:00
Chris Wren
f4d081107f
handle shortcut restore for missing packages
...
Bug: 10778992
Change-Id: I8766b8d4dd9c0269d52a7ec3da58dd408bc5f09f
2014-01-27 17:30:48 -05:00
Ian Parkinson
8944f244d5
Merge Launcher3 jb-ub-now-kermit to kermit-release
2014-01-27 17:38:11 +00:00
Dan Sandler
7051fe9021
am 947ef4e7: am 7a9cda18: Merge "Defend against missing DB during migration." into jb-ub-now-kermit
...
* commit '947ef4e7ab4cc303fc708ee45a241969ca7ebbdc':
Defend against missing DB during migration.
2014-01-24 21:03:27 -08: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
Michael Jurka
ec8d92a5a3
am 523e762a: Merge "Catch exceptions if Exif is malformed" into ub-now-lunchbox
...
* commit '523e762ad43aaacbf494d207b9556d4f827d26c2':
Catch exceptions if Exif is malformed
2014-01-24 04:06:38 -08:00