The Android Automerger
fe99cffbc1
merge in gingerbread-release history after reset to gingerbread
2011-03-14 22:34:01 -07:00
The Android Automerger
08c34a3af3
merge in gingerbread-release history after reset to gingerbread
2011-03-12 11:56:25 -08:00
The Android Automerger
f82391aa03
merge in gingerbread-release history after reset to gingerbread
2011-03-11 10:35:46 -08:00
The Android Automerger
6aa9d3bc83
merge in gingerbread-release history after reset to gingerbread
2011-03-09 08:54:06 -08:00
The Android Automerger
7fb1e5ae6b
merge in gingerbread-release history after reset to gingerbread
2011-03-07 16:40:16 -08:00
The Android Automerger
61fa50d9da
merge in gingerbread-release history after reset to gingerbread
2011-03-04 21:56:46 -08:00
The Android Automerger
2d8e5f7de8
merge in gingerbread-release history after reset to gingerbread
2011-03-04 17:42:04 -08:00
The Android Automerger
433020a918
merge in gingerbread-release history after reset to gingerbread
2011-03-03 14:17:48 -08:00
Eric Fischer
143b470673
Import revised translations. DO NOT MERGE
...
Change-Id: I434e3257200a2f1eda21d4497a1a68b286e9b19e
2011-02-18 07:58:01 -08:00
Eric Fischer
a47d23f9bc
Import revised translations. DO NOT MERGE
...
Change-Id: I434e3257200a2f1eda21d4497a1a68b286e9b19e
2011-02-14 17:23:30 -08:00
Eric Fischer
f7be630c94
Import revised translations. DO NOT MERGE
...
Change-Id: I12478c849c20e9b243d6b6c559c10ac38382bef8
2011-01-28 13:20:57 -08:00
Eric Fischer
d8c14af3c7
Import revised translations. DO NOT MERGE
...
Change-Id: I990bf5a784ef5886d89b7cee3456584c2aa707be
2011-01-27 14:02:25 -08:00
Eric Fischer
66acbec3a2
Import translations for additional languages.
...
Change-Id: I9df0e884b1defd86f3ba5f626d750c0e2171bf80
2011-01-06 10:35:56 -08:00
Adam Powell
df99daa3bc
Fix bug 3126193 - over-scroll glow extends beyond folder bounds
...
Fixed a layout problem in Launcher2 where lists and grids did not have
proper containers.
Change-Id: I683e42362345a9c9d18d957e84bb8522675fdfc6
2010-11-08 17:02:48 -08:00
Justin Ho
f68b229cb2
Revert "New set of wallpapers for Gingerbread."
...
This reverts commit 6ad2fac46f .
2010-11-04 17:55:09 -07:00
Justin Ho
6ad2fac46f
New set of wallpapers for Gingerbread.
2010-11-03 18:40:36 -07:00
Joe Onorato
ec8345a13f
When the launcher is paused and we reload stuff in the background, we need to re-re-load it in onResume.
...
Otherwise we can load widgets and other resources from the wrong Configuration.
This doesn't completely fix the bug, but it makes it much less likely. We tell
the launcher once at the beginning of starting a reload because of SD cards coming
back, and once when we bind.
Bug: 3126698
Change-Id: I99ee6af38bef91e261832bad4dec978a5d4a8b3d
2010-10-26 19:27:21 -07:00
Eric Fischer
188eb40670
Import revised translations. DO NOT MERGE
...
Change-Id: If3ea4bf95e0a9a2ce891201ef7d2e65a7608a71c
2010-10-25 15:45:06 -07:00
Eric Fischer
cbf7a73ec9
Import revised translations. DO NOT MERGE
...
Change-Id: I38692a4ba3f195c57f5af7271bf88f3f797e1c39
2010-10-22 15:29:13 -07:00
Eric Fischer
e314ac4f18
Import revised translations. DO NOT MERGE
...
Change-Id: Ie8b736808423093dc1422a80e971fed1ac31cd64
2010-10-21 16:44:13 -07:00
Justin Ho
eceda0e792
DO NOT MERGE - Updated hotseat icons (mdpi and hdpi)
...
Change-Id: Ic19ddc5b7d6075b7cf9ef32e42276ffc81dc70b6
2010-10-19 13:45:19 -07:00
Kenny Root
6b4bbd9bdd
Import revised translations DO NOT MERGE
...
Change-Id: Ifdea363c8ee351a42c630ce84cf6f8dff7ee7e7c
2010-10-15 15:23:24 -07:00
Justin Ho
f9617d3b2b
Updated hotseat icons(mdpi and hdpi) and trashcan (mdpi)
...
Change-Id: I90d8c69ac30612ace077df0b48c44b7628763ad5
2010-10-14 17:02:18 -07:00
Kenny Root
f447a3d790
Merge "Import revised translations" into gingerbread
2010-10-14 14:17:25 -07:00
Kenny Root
fc8171ead9
Import revised translations
...
Change-Id: Ie3b00ac372907ea32464ab334ee22f9c03647b9a
2010-10-14 09:44:21 -07:00
Roy West
400d564681
Fix bug3096516 re capitlization of Manage apps menu item
...
Change-Id: Icdc77662827d10bd0f8ab32616d380db29bd94bb
2010-10-14 06:10:33 -07:00
Justin Ho
174b7028eb
Updated hotseat and trashcan icons in Launcher2 (hdpi)
...
Change-Id: I7d49b84bb61ca354fef309367d76d79deaa2e83b
2010-10-12 20:25:25 -07:00
Gilles Debunne
63196c1162
Merge "Changed Grid layout on home. More space at the bottom." into gingerbread
2010-10-11 17:13:19 -07:00
Brad Fitzpatrick
700889f504
Serialize background async db updates
...
Bug: 2983765
Change-Id: I1fdd33ea8ee4fbc79a75ce0450f04d8e18915975
2010-10-11 10:10:40 -07:00
Brad Fitzpatrick
02e53429c4
Merge "Don't block the UI when rearranging icons." into gingerbread
2010-10-10 15:49:12 -07:00
Brad Fitzpatrick
ade2f8122f
Don't block the UI when rearranging icons.
...
The pause is mostly notable when a sync is happening at the same time.
The related function addItemToDatabase() is unchanged by this CL
though as it populates item.id and would need more invasive changes
elsewhere.
Change-Id: I6538445aeb15d9efedf99f262c39f6175f7f1e0e
2010-10-10 15:42:06 -07:00
Jeff Brown
0db354cba9
Snap workspace back to screen on ACTION_CANCEL.
...
Bug: 3066123
Change-Id: Icbdf3ef241ec44b5569e7490c1b950d80699ddc8
2010-10-08 22:53:33 -07:00
Gilles Debunne
1a1c76e69a
New hotseat assets.
...
Change-Id: I5505d267076de39cb3fabd0fa7419adc3f619d39
2010-10-08 15:00:59 -07:00
Gilles Debunne
a8b84327e0
Changed Grid layout on home. More space at the bottom.
...
Bug: http://b/issue?id=3053235
This is a proper way to do what was done in https://android-git.corp.google.com/g/#change,71522
The longAxisEndPadding used to be equal to button_bar_height.
Increased it to match proposed mock from designers and increase space
between last row and hot seats buttons.
Change-Id: I31dfba0a3e90a30f18d42b16681592d9527517d4
2010-10-07 11:58:44 -07:00
Joe Onorato
673aefe8b2
Merge "When the SD card comes back, we need to show the apps on it." into gingerbread
2010-10-07 11:42:22 -07:00
Joe Onorato
cec583352c
When the SD card comes back, we need to show the apps on it.
...
The problem was that we were doing startLoader, but once the
apps are loaded, all that does is re-bind everything. Before
a recent change of mine, we were clearing mWorkspaceLoaded and
mAllAppsLoaded. But that's not good either, because it meant
that there needed to be a lock that the main thread and the
worker thread were both acquiring, which was causing ANRs.
Instead, now we schedule two messages - one to add the apps
back into the list, and one to update everything to use
those new icons.
Bug: 3065061
Change-Id: If9d36d4b55a7ba72fcf48a5ed8941bb9466bebe6
2010-10-07 14:37:40 -04:00
Gilles Debunne
d2e0ab363d
Revert "Changed Grid layout on home. More space at the bottom."
...
This reverts commit 372ca9736e .
Change-Id: I5c5df72067bd17b14c8afc7b7869a50a0198f9ac
2010-10-07 11:04:32 -07:00
Eric Fischer
fc223d969b
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-10-06 17:32:48 -07:00
Eric Fischer
8a3a0753a0
Import revised translations. DO NOT MERGE
...
Change-Id: Id10c202123114a32708d7def3942b900f1d5933b
2010-10-06 17:13:05 -07:00
Gilles Debunne
1639986f72
Merge "Changed Grid layout on home. More space at the bottom." into gingerbread
2010-10-06 16:51:18 -07:00
Gilles Debunne
d4c008292f
New hot seat assets
...
Change-Id: I95ebf95f6eb0d24a88e1726acbb9e2498965d180
2010-10-06 14:46:27 -07:00
Winson Chung
6a5f4d8526
Merge "Adding more specific title for pick-application dialog." into gingerbread
2010-10-05 08:54:32 -07:00
Gilles Debunne
372ca9736e
Changed Grid layout on home. More space at the bottom.
...
Strange behavior: cell height has to be increased to increase padding.
I guess this is because the cells have to fit in the screen height and are
rescaled, with a top alignement thus creating padding at the bottom.
Bug: http://b/issue?id=3053235
Change-Id: I727ab091a736916b7efc1c05a80c5b006bc56f67
2010-10-01 15:36:36 -07:00
Daniel Lehmann
9d0812b2f6
Sending the DIAL Intent to simulate pushing the phone-hardbutton
...
Bug:3049178 Launching the phone app should always take the user to the dialer
Change-Id: I61edffa37a211e205e8b2192e6a81963eff54ee7
2010-10-01 14:30:52 -07:00
Winson Chung
58f2088922
Adding more specific title for pick-application dialog.
...
Change-Id: I9703f80b34d05b2cfa6239652eae36d1ebcde6e5
2010-10-01 13:51:55 -07:00
Joe Onorato
d98979b814
Merge "Reload everything when coming back from the SD being unmounted." into gingerbread
2010-09-30 16:39:50 -07:00
Joe Onorato
789065d26e
Reload everything when coming back from the SD being unmounted.
...
We could do this more efficiently by only updating the packages that
have changed, but that would involve a big rewrite.
Bug: 3020854
Change-Id: Ie7e3bee20f45dc5efa93d960902e9dfb79c4a3a5
2010-09-30 16:32:11 -07:00
Eric Fischer
b806823d7d
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-09-30 15:46:56 -07:00
Joe Onorato
92d8770394
Merge "Add a script to pull launcher.db off the device and pretty print an html file with the contents." into gingerbread
2010-09-29 17:47:57 -07:00
Joe Onorato
6f9d4bd7c4
Add a script to pull launcher.db off the device and pretty print an html file with the contents.
...
Change-Id: I4640fad71e5f77e0dbcbe4df4204bf36a03d3562
2010-09-29 17:47:13 -07:00