Romain Guy
e6b8e2fa73
Better previews.
...
Change-Id: I400c6b45fae2f74722985f766dc17c0892550403
2009-11-10 11:56:55 -08:00
Romain Guy
a6abce8464
Improve previews display and allow to jump directly to any screen.
...
Change-Id: I87e7a6a53f286ab7a04657e1598a947f9302e2a1
2009-11-10 02:54:41 -08:00
Romain Guy
1a304a1198
Better preview visuals.
...
Smaller thumbnail (removed unnecessary padding), more opaque background.
Uses a white background because the dark background interferes with the
new dark widgets.
Change-Id: I7654741d845609200569fce34b6cde891d2b5d29
2009-11-10 00:02:32 -08:00
Romain Guy
1fbc1c8431
Add previews on long press on the indicators.
...
Change-Id: I6349d55345255caacc1381e83459544f8b8e085c
2009-11-09 20:45:03 -08:00
Marco Nelissen
c07c79b10b
Update Launcher2 to the new wallpaper API
2009-11-09 19:35:07 -08:00
Romain Guy
8a73c51ee8
New position indicators and icons for Launcher2.
...
Change-Id: Id444943a3cc2e9db78733614141cbe2be837fdbf
2009-11-09 19:19:59 -08:00
Jeff Sharkey
1e2efc8a6d
Start listening again after LauncherProvider clears widgets.
...
After the LauncherProvider resets the database and wipes
out the host info, the Launcher must tell the AppWidgetHost
to listen again.
Originally 87e688d8... in packages/apps/Launcher.
Fixes http://b/2238470
2009-11-09 10:07:56 -08:00
Mike Cleron
b64b67a012
Fix http://b/issue?id=2203681
...
There is a race between the view system
dispatching focus and mRollo being intialized. Now
if AllApps is supposed to gain focus before mRollo
is ready we remember that state and gain focus
later.
2009-11-08 15:39:29 -08:00
Joe Onorato
87467d3a21
Fix 2246713 - Bad offset when picking up a widget for the first time.
2009-11-08 14:36:43 -05:00
Joe Onorato
511ab64d25
Fix 2215274 - Duplicate widgets appearing on top of each other
...
My fix for duplicate icons didn't account for widgets.
2009-11-08 14:14:07 -05:00
Joe Onorato
e6168662d8
Fix bug 2242465 - Can add shortcuts while the "3d all apps" is open.
...
The more I think about it, the more I think AllApps should just be a separate
activity. It's not a drawer anymore and you open it by pressing a button.
Also, it will want to derive from RenderScriptActivity or something, and
have all that stuff dealt with automatically too. It's to late to make a
change like this now, but if we do choose to do it someday, I think we'll want
to reconsider the menu that's shown.
For now, just close all apps when they add a shortcut or change the wallpaper.
2009-11-08 13:39:30 -05:00
Joe Onorato
d753b42d51
Bug 2246631 - Show soft keyboard on launcher dialogs
2009-11-08 13:31:11 -05:00
Joe Onorato
eb8325a9e2
Bug 2239823 - Can't focus "home" icon in 3d all apps
2009-11-08 13:20:30 -05:00
Joe Onorato
c61cff9299
Make the selection indicator and the focus indicator in 3d all apps different colors. Bug 2239818.
2009-11-08 12:06:04 -05:00
Android (Google) Code Review
487de5d1b2
Merge change I74688835 into eclair
...
* changes:
Account for the gap at the top of the search widget when animating
2009-11-06 17:08:23 -05:00
Romain Guy
18042c82c5
[Launcher2] Delete app widgets when their configuration is cancelled or there's not enough room on Home.
...
Bugs #2234228 and #2244729 .
Approved by mcleron
Change-Id: I15e4850d8c1a821497df5d32e5fb63b3400d1e44
2009-11-06 13:45:44 -08:00
Joe Onorato
ad72e1705c
Fix launcher2 crash. We weren't initializing the list of folders. Bug 2210545.
2009-11-06 16:25:43 -05:00
Mike Cleron
74688835cd
Account for the gap at the top of the search widget when animating
2009-11-06 00:15:37 -08:00
Mike Cleron
3a2b3f2be5
If 3 screens are good 5 will be better
2009-11-05 17:17:50 -08:00
Joe Onorato
2d80476997
The apps might not have finished loading by the time we're doing this. Fixes bug 2241755.
2009-11-05 16:03:12 -05:00
Joe Onorato
0ace11a2b0
Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning it to me without
...
providing more detailed steps to reproduce.
2009-11-05 16:03:12 -05:00
Jason Sams
20df7c7d72
Fix white square bug when new apps are added while home is not active.
2009-11-05 12:30:24 -08:00
Android (Google) Code Review
1f0bb3ab41
Merge change I44ad9fe5 into eclair
...
* changes:
Add android.home.drop even for the live wallpapers.
2009-11-04 18:01:17 -05:00
Romain Guy
84f296c106
Add android.home.drop even for the live wallpapers.
...
Change-Id: I44ad9fe573dc3d2e5d091fed01300d44b6be9473
2009-11-04 15:00:44 -08:00
Android (Google) Code Review
2d685eaec9
Merge change I2bbe9af6 into eclair
...
* changes:
Update the search widget to be vertically centered within it's footprint.
2009-11-04 16:17:01 -05:00
Mike Cleron
2bbe9af65e
Update the search widget to be vertically centered within it's footprint.
2009-11-04 12:25:55 -08:00
Joe Onorato
eebd92496e
Fix bug 2236111 - right edge of widget chopped-off while dragging
...
By using resolveSize, we're clamping the size we measure to the
size of the screen, so just use our prefered size instead. Nobody
is going to otherwise limit us, so this value won't be mismatched
with the size we actually get.
2009-11-04 13:48:32 -05:00
Jason Sams
90396672ba
Don't release the GL context when all-apps looses its surface.
2009-11-03 13:59:34 -08:00
Mike Cleron
4a5c1e1ec9
Fix 2209039 and 2220106
...
Improve trackball handling and menu interaction
2009-11-03 10:17:05 -08:00
Joe Onorato
a13f574e3a
Fix 2205899 - unable to access last row using trackball scroll if last row is having less than
...
4 icons.
2009-11-02 17:15:19 -05:00
Joe Onorato
080d9b614e
Adjust logging of launcher2 launch times, and make all apps loading wait a little longer,
...
even though usually it happens later anyway.
For bug 2226555.
2009-11-02 12:01:11 -05:00
Joe Onorato
a4c0cb9655
Tweak the shape/size of the all apps selection glow.
...
Bug 2231227
2009-11-02 10:45:15 -05:00
Joe Onorato
b6341e9ee2
Fix launcher crash
2009-11-02 10:41:48 -05:00
Joe Onorato
6f613d2999
Fix bugs 2218563 and 2176751 - Not properly loading icons, and sometimes marking them as cached when
...
they're not.
2009-10-31 19:50:30 -04:00
Joe Onorato
3c2f7e105d
fix 2206016 - Passion: Deleted Icons are added again after deleting folder on home screen
2009-10-31 19:17:31 -04:00
Joe Onorato
381a2a6f28
remove unused code.
2009-10-31 18:34:20 -04:00
Joe Onorato
41a12d225a
When closing a folder, make sure to remove it from the list of drop targets.
...
This fixes the following bugs: 2222908 2208857
2009-10-31 18:30:00 -04:00
Joe Onorato
f99f8c1ad2
Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 and com.cooliris.media
...
If we haven't even initialized yet, don't respond to app list changes.
I think this will fix that bug. It's possible that there's some other race in there somehow.
2009-10-31 17:27:36 -04:00
Joe Onorato
cb9f798894
Fix 2199124 - Sometimes app icons don't go away when deleting the app.
...
The app list isn't sorted by component name, it's sorted by title, so we can't
binary search on the component name. Duh.
Linear search is fine here.
2009-10-31 16:33:17 -04:00
Android (Google) Code Review
a1b02556d0
Merge change I3134655d into eclair
...
* changes:
More capabilities for default home configuration
2009-10-30 20:00:04 -04:00
Mike Cleron
b87bd16c8e
More capabilities for default home configuration
...
Added support for adding appwidgets beyond clock and search to the
intital configuration. Also pulled in a previous change in Launcher that
allowed http shortcuts. New syntax looks like this in
default_workspace.xml:
<appwidget
launcher:packageName="com.android.settings"
launcher:className="com.android.settings.widget.SettingsAppWidgetProvider"
launcher:screen="0"
launcher:x="0"
launcher:y="2"
launcher:spanX="4"
launcher:spanY="1" />
<shortcut
launcher:packageName="com.android.settings"
launcher:icon="@drawable/ic_launcher_appwidget"
launcher:title="@string/group_folder"
launcher:uri="http://www.nytimes.com "
launcher:screen="2"
launcher:x="2"
launcher:y="2" />
2009-10-30 16:36:56 -07:00
Android (Google) Code Review
80dcf33341
Merge change Ia4f871c1 into eclair
...
* changes:
use table maskfilter for glow
2009-10-30 17:03:34 -04:00
Mike Reed
cdd117935f
use table maskfilter for glow
...
http://b/issue?id=2210685
2009-10-30 08:13:24 -04:00
Jason Sams
c85147968f
Wrap text with the curve instead of the fade. Mipmap distant text and icons. Fix two physics bugs. Snapping at end of list was inconsistant between flings and moves. Fix phyiscs boundary condition during low speed movement back to center.
2009-10-29 14:27:29 -07:00
Joe Onorato
664457dbfd
Fix 2200739 - Crash when you click on an empty icon slot in 3d all apps
2009-10-28 16:30:34 -04:00
Joe Onorato
b39e51aee4
Fix 2201778 - Key click on all apps
...
Do it by hand, because the default on click handling doesn't do what we want.
2009-10-28 15:47:49 -04:00
Joe Onorato
859b3a7453
fix bug 2200625 - NPE at com.android.launcher2.AllAppsView.onTouchEvent(AllAppsView.java:259) on Passion
...
There's no need to do selection if we're not visible.
2009-10-28 15:17:01 -04:00
Jason Sams
8113479607
Fix leak when receiving multiple surface changed messages, typically when exiting a landscape app.
2009-10-27 15:38:42 -07:00
Mike Cleron
f8bbd34d7d
Make home send tap commands to live wallpaper.
...
(This only applies to taps on empty spaces)
2009-10-23 16:15:16 -07:00
Android (Google) Code Review
a07724f705
Merge change Ia0618e41 into eclair
...
* changes:
Fix 2198937: Home becomes unresponsive after picking wallpaper
2009-10-22 18:32:12 -04:00