summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Guard against null default wallpaperChristoph Studer2014-03-031-9/+15
| | | | | | | Deal with WallpaperManager.getBuiltInDrawable() returning null. Bug: 13109487 Change-Id: Ib5665a0eb947e9784cdcd0e8dfab1a01b4deca82
* Merge "Import translations. DO NOT MERGE" into ub-now-lunchboxBaligh Uddin2014-02-2556-224/+0
|\
| * Import translations. DO NOT MERGEBaligh Uddin2014-02-2456-224/+0
| | | | | | | | | | Change-Id: I2b7248218fe16856a9721b8b9169700977f19d00 Auto-generated-cl: translation import
* | Merge "Fixed visibility issue of save button in case the url loading failed" ↵Selim Cinek2014-02-251-0/+1
|\ \ | | | | | | | | | into ub-now-lunchbox
| * | Fixed visibility issue of save button in case the url loading failedSelim Cinek2014-02-251-0/+1
| |/ | | | | | | | | Bug: 12953091 Change-Id: Idc640532e2c2c6143d49d330bd541682eca64ac5
* | Merge "use restored icon for restored app shortcuts" into ub-now-lunchboxChris Wren2014-02-244-40/+255
|\ \ | |/ |/|
| * use restored icon for restored app shortcutsChris Wren2014-02-144-40/+255
| | | | | | | | | | Bug: 10778992 Change-Id: Ie430a6587d49dc0d78b87b81582c0cef7c281017
* | Fix issue where clings didn't appear after set up wizard (issue 13077829)Adam Cohen2014-02-214-67/+22
| | | | | | | | | | | | | | | | | | | | | | -> 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
* | am 9594e887: (-s ours) am 37fe7d2b: (-s ours) am f42cf7de: (-s ours) Import ↵Baligh Uddin2014-02-200-0/+0
|\ \ | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE * commit '9594e887712d8dfca47c0f160a24cfb7a8262cb8': Import translations. DO NOT MERGE
| * \ am 37fe7d2b: (-s ours) am f42cf7de: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-02-200-0/+0
| |\ \ | | | | | | | | | | | | | | | | * commit '37fe7d2b99dc514f567b31e5931d054bacefe377': Import translations. DO NOT MERGE
| | * \ am f42cf7de: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-02-200-0/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | * commit 'f42cf7de53f9f500ae06b62b9097b9edc7884a2b': Import translations. DO NOT MERGE
| | | * | Import translations. DO NOT MERGEBaligh Uddin2014-02-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4fb41af97a881f6669af15ddd6db1af4f3429765 Auto-generated-cl: translation import
* | | | | Fix for Can't convert to dimension: type=0x12 Crash on JB deviecs.Yura2014-02-134-5/+58
| |_|_|/ |/| | | | | | | | | | | | | | | Bug: 11578157 Change-Id: I116cef5f30e9028348cd028eaf46038d9d79bdd3
* | | | Implement spring-loading of folders when dragging over.Jorim Jaggi2014-02-125-61/+147
| | | | | | | | | | | | | | | | | | | | Bug: 8912132 Change-Id: Id81889a133e56461df2e20599c4b40020818ba18
* | | | am 57251be2: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-02-110-0/+0
|\| | | | | | | | | | | | | | | | | | | * commit '57251be2d77ad94f05c49d42d682ec008a6e211d': Import translations. DO NOT MERGE
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-02-101-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Icfe6248a812a2aa103c830a9fabe22de9ff228bb Auto-generated-cl: translation import
* | | | Merge "Import translations. DO NOT MERGE" into ub-now-lunchboxBaligh Uddin2014-02-111-2/+2
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2014-02-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icb76bf81b4253215543f7e384efac9eb23e0c432 Auto-generated-cl: translation import
* | | | | Do updateWorkspaceScreenOrder inside a single transaction.Yura2014-02-112-4/+26
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Fix NPE in when dropping from all apps (issue 12917451)Adam Cohen2014-02-071-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | update placeholder on package install or restoreChris Wren2014-02-065-4/+88
| | | | | | | | | | | | | | | | | | | | Bug: 10778992 Change-Id: I3293d8bab8ae0ef49fc5554531bba5bd6f70932c
* | | | Merge "Small refactor to separate adding workspace / all apps items" into ↵Adam Cohen2014-02-053-22/+46
|\ \ \ \ | | | | | | | | | | | | | | | ub-now-lunchbox
| * | | | Small refactor to separate adding workspace / all apps itemsAdam Cohen2014-02-053-22/+46
| | | | | | | | | | | | | | | | | | | | Change-Id: I06b7bc7f7f0e01696cb9670b8385e5148593e3e0
* | | | | am 6033ceb4: Ensure we don\'t call getLayoutDirection() for devices not ↵Winson Chung2014-02-051-1/+5
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | running JB MR1+. (Bug 12906355) * commit '6033ceb438d2d8e6c8406e2b61ae515e6156965c': Ensure we don't call getLayoutDirection() for devices not running JB MR1+. (Bug 12906355)
| * | | | Ensure we don't call getLayoutDirection() for devices not running JB MR1+. ↵Winson Chung2014-02-051-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | (Bug 12906355) Change-Id: I25115b9529c21d3079f50bc26bad8f846a6fcd3e
* | | | | Fix deprecated EMPTY_ARRAY usage (nanoprotos).Mac Duy Hai2014-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer nanoproto compiler discourages the use of this. Change-Id: Ic27a6d15f2892bb49df3100147c086a2bce20fd4
* | | | | Do not show overview when menu pressed on CustomContent screen.Yura2014-02-041-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12524591 Change-Id: I2bc0c4d206214d994c9a9e1bd13b42f2e53dba9f
* | | | | Merge "Missing paddingRight added." into ub-now-lunchboxYura2014-02-041-0/+1
|\ \ \ \ \
| * | | | | Missing paddingRight added.Yura2014-02-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8166178 Change-Id: Ie2ba02a1ad85d29f1028fe021ade37975b453305
* | | | | | Import translations. DO NOT MERGEGeoff Mendal2014-02-031-2/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | Change-Id: Ieaf2484f1b08841a5fecd5050c4df75125e1cecf Auto-generated-cl: translation import
* | | | | am f47cc890: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-01-310-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'f47cc890e9475b31acd1416de57d32062d395e9e': Import translations. DO NOT MERGE
| * | | | Import translations. DO NOT MERGEBaligh Uddin2014-01-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I630533bcc5d004fc677f54233f8d0578e119ab4e Auto-generated-cl: translation import
* | | | | Merge "Fix black flash during rotation of -1 screen with GEL." into ↵Derek Prothro2014-01-302-22/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ub-now-lunchbox
| * | | | | Fix black flash during rotation of -1 screen with GEL.Derek Prothro2014-01-302-22/+9
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Fix bug: Scroll position reported incorrectly to live wallpapersMichael Jurka2014-01-301-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11189265 Change-Id: I410f318df4e43ed13d33889a8158a03438a6174f
* | | | | Add callback for "Widgets" button click in launcherSandeep Siddhartha2014-01-281-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12553852 Change-Id: I8befd046242b32e86dbc6c98e6d97f0307380dd0
* | | | | handle shortcut restore for missing packagesChris Wren2014-01-274-14/+123
|/ / / / | | | | | | | | | | | | | | | | Bug: 10778992 Change-Id: I8766b8d4dd9c0269d52a7ec3da58dd408bc5f09f
* | | | am 7a9cda18: Merge "Defend against missing DB during migration." into ↵Dan Sandler2014-01-241-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | jb-ub-now-kermit * commit '7a9cda18eb31b5ab47d7eca064374eaa6efdc268': Defend against missing DB during migration.
| * | | Merge "Defend against missing DB during migration." into jb-ub-now-kermitDan Sandler2014-01-251-2/+4
| |\ \ \
| | * | | Defend against missing DB during migration.Dan Sandler2014-01-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12600784 Change-Id: Ie295d2ac970eab798b9826748d400cd30a04662d
* | | | | Merge "Catch exceptions if Exif is malformed" into ub-now-lunchboxMichael Jurka2014-01-242-0/+9
|\ \ \ \ \
| * | | | | Catch exceptions if Exif is malformedMichael Jurka2014-01-232-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11650650 Change-Id: Iee8f1675850c692fe54dc619f3e969ba180e4206
* | | | | | am 2aaf6e33: Merge "Adding tighter first run checks for migration clings. ↵Winson Chung2014-01-232-1/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | (Bug 12626290)" into jb-ub-now-kermit * commit '2aaf6e339000646501bc3d73e497a365174fad26': Adding tighter first run checks for migration clings. (Bug 12626290)
| * | | | | Merge "Adding tighter first run checks for migration clings. (Bug 12626290)" ↵Winson Chung2014-01-232-1/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into jb-ub-now-kermit
| | * | | | | Adding tighter first run checks for migration clings. (Bug 12626290)Winson Chung2014-01-212-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I09fc95c9a3d50ce57f9140e89da2ff4856807f92
* | | | | | | am c2abb6b4: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-01-230-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c2abb6b443592cd1d070e2fa196511e2f6957077': Import translations. DO NOT MERGE
| * | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-01-2329-107/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9a8480fdd1e29c679711c256f4e2a0d2d0687c36 Auto-generated-cl: translation import
* | | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-01-2329-107/+57
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2e2a6f98fd63d04c55e08e0c11d256105701457a Auto-generated-cl: translation import
* | | | | | Merge "Disable Set Wallpaper button while loading image" into ub-now-lunchboxMichael Jurka2014-01-233-0/+10
|\ \ \ \ \ \
| * | | | | | Disable Set Wallpaper button while loading imageMichael Jurka2014-01-173-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12472111 Change-Id: I2a0cba47f31af2416b0dd062929f277fcbf80481