blob: 40f4b39957ff00b42925b3b4368d6dd20812767f [file] [log] [blame]
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001/*
2 * Copyright (C) 2008 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Joe Onoratoa5902522009-07-30 13:37:37 -070017package com.android.launcher2;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080018
19import android.app.Activity;
20import android.app.AlertDialog;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080021import android.app.Dialog;
Mike LeBeau736cf282009-07-02 17:46:59 -070022import android.app.ISearchManager;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080023import android.app.SearchManager;
24import android.app.StatusBarManager;
Dianne Hackborn107f8392009-08-05 21:32:16 -070025import android.app.WallpaperManager;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080026import android.content.ActivityNotFoundException;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080027import android.content.ComponentName;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080028import android.content.Context;
29import android.content.DialogInterface;
30import android.content.Intent;
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -070031import android.content.Intent.ShortcutIconResource;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080032import android.content.pm.ActivityInfo;
33import android.content.pm.PackageManager;
34import android.content.pm.PackageManager.NameNotFoundException;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080035import android.content.res.Configuration;
Karl Rosaen138a0412009-04-23 19:00:21 -070036import android.content.res.Resources;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080037import android.graphics.Bitmap;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080038import android.graphics.drawable.Drawable;
39import android.graphics.drawable.TransitionDrawable;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080040import android.os.Bundle;
Jeffrey Sharkey99c87582009-03-24 17:59:43 -070041import android.os.Looper;
Karl Rosaen138a0412009-04-23 19:00:21 -070042import android.os.Message;
Jeffrey Sharkey99c87582009-03-24 17:59:43 -070043import android.os.MessageQueue;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080044import android.os.Parcelable;
45import android.os.RemoteException;
46import android.os.ServiceManager;
Karl Rosaen138a0412009-04-23 19:00:21 -070047import android.provider.LiveFolders;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080048import android.text.Selection;
49import android.text.SpannableStringBuilder;
50import android.text.TextUtils;
51import android.text.method.TextKeyListener;
The Android Open Source Projectf96811c2009-03-18 17:39:48 -070052import static android.util.Log.*;
Joe Onorato7c312c12009-08-13 21:36:53 -070053import android.util.Log;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080054import android.view.Display;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080055import android.view.KeyEvent;
56import android.view.LayoutInflater;
57import android.view.Menu;
58import android.view.MenuItem;
59import android.view.View;
60import android.view.ViewGroup;
Romain Guyb1b69f52009-08-10 15:10:15 -070061import android.view.WindowManager;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080062import android.view.View.OnLongClickListener;
63import android.view.inputmethod.InputMethodManager;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080064import android.widget.EditText;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080065import android.widget.TextView;
66import android.widget.Toast;
The Android Open Source Project7376fae2009-03-11 12:11:58 -070067import android.appwidget.AppWidgetManager;
68import android.appwidget.AppWidgetProviderInfo;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080069
70import java.lang.ref.WeakReference;
71import java.util.ArrayList;
Joe Onorato9c1289c2009-08-17 11:03:03 -040072import java.util.HashMap;
Jeffrey Sharkey99c87582009-03-24 17:59:43 -070073import java.util.LinkedList;
Romain Guy98d01652009-06-30 16:21:04 -070074import java.io.DataOutputStream;
75import java.io.FileNotFoundException;
76import java.io.IOException;
77import java.io.DataInputStream;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080078
79/**
80 * Default launcher application.
81 */
Joe Onorato9c1289c2009-08-17 11:03:03 -040082public final class Launcher extends Activity
83 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks {
The Android Open Source Project31dd5032009-03-03 19:32:27 -080084 static final String LOG_TAG = "Launcher";
Joe Onorato9c1289c2009-08-17 11:03:03 -040085 static final String TAG = LOG_TAG;
The Android Open Source Project31dd5032009-03-03 19:32:27 -080086 static final boolean LOGD = false;
87
Joe Onorato9c1289c2009-08-17 11:03:03 -040088 static final boolean PROFILE_STARTUP = false;
89 static final boolean PROFILE_ROTATE = false;
90 static final boolean DEBUG_USER_INTERFACE = false;
Romain Guy6fefcf12009-06-11 13:07:43 -070091
The Android Open Source Project31dd5032009-03-03 19:32:27 -080092 private static final int WALLPAPER_SCREENS_SPAN = 2;
93
94 private static final int MENU_GROUP_ADD = 1;
95 private static final int MENU_ADD = Menu.FIRST + 1;
96 private static final int MENU_WALLPAPER_SETTINGS = MENU_ADD + 1;
97 private static final int MENU_SEARCH = MENU_WALLPAPER_SETTINGS + 1;
98 private static final int MENU_NOTIFICATIONS = MENU_SEARCH + 1;
Romain Guy94dabf12009-07-21 10:55:43 -070099 private static final int MENU_SETTINGS = MENU_NOTIFICATIONS + 1;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800100
101 private static final int REQUEST_CREATE_SHORTCUT = 1;
102 private static final int REQUEST_CREATE_LIVE_FOLDER = 4;
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700103 private static final int REQUEST_CREATE_APPWIDGET = 5;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800104 private static final int REQUEST_PICK_APPLICATION = 6;
105 private static final int REQUEST_PICK_SHORTCUT = 7;
106 private static final int REQUEST_PICK_LIVE_FOLDER = 8;
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700107 private static final int REQUEST_PICK_APPWIDGET = 9;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800108
109 static final String EXTRA_SHORTCUT_DUPLICATE = "duplicate";
110
The Android Open Source Projectf96811c2009-03-18 17:39:48 -0700111 static final String EXTRA_CUSTOM_WIDGET = "custom_widget";
112 static final String SEARCH_WIDGET = "search_widget";
113
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800114 static final int SCREEN_COUNT = 3;
115 static final int DEFAULT_SCREN = 1;
116 static final int NUMBER_CELLS_X = 4;
Romain Guycbb89e42009-06-08 15:52:54 -0700117 static final int NUMBER_CELLS_Y = 4;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800118
Joe Onorato7c312c12009-08-13 21:36:53 -0700119 static final int DIALOG_CREATE_SHORTCUT = 1;
120 static final int DIALOG_RENAME_FOLDER = 2;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800121
Romain Guy98d01652009-06-30 16:21:04 -0700122 private static final String PREFERENCES = "launcher.preferences";
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800123
124 // Type: int
125 private static final String RUNTIME_STATE_CURRENT_SCREEN = "launcher.current_screen";
126 // Type: boolean
127 private static final String RUNTIME_STATE_ALL_APPS_FOLDER = "launcher.all_apps_folder";
128 // Type: long
129 private static final String RUNTIME_STATE_USER_FOLDERS = "launcher.user_folder";
130 // Type: int
131 private static final String RUNTIME_STATE_PENDING_ADD_SCREEN = "launcher.add_screen";
132 // Type: int
133 private static final String RUNTIME_STATE_PENDING_ADD_CELL_X = "launcher.add_cellX";
134 // Type: int
135 private static final String RUNTIME_STATE_PENDING_ADD_CELL_Y = "launcher.add_cellY";
136 // Type: int
137 private static final String RUNTIME_STATE_PENDING_ADD_SPAN_X = "launcher.add_spanX";
138 // Type: int
139 private static final String RUNTIME_STATE_PENDING_ADD_SPAN_Y = "launcher.add_spanY";
140 // Type: int
141 private static final String RUNTIME_STATE_PENDING_ADD_COUNT_X = "launcher.add_countX";
142 // Type: int
143 private static final String RUNTIME_STATE_PENDING_ADD_COUNT_Y = "launcher.add_countY";
144 // Type: int[]
145 private static final String RUNTIME_STATE_PENDING_ADD_OCCUPIED_CELLS = "launcher.add_occupied_cells";
146 // Type: boolean
147 private static final String RUNTIME_STATE_PENDING_FOLDER_RENAME = "launcher.rename_folder";
148 // Type: long
149 private static final String RUNTIME_STATE_PENDING_FOLDER_RENAME_ID = "launcher.rename_folder_id";
150
Joe Onorato9c1289c2009-08-17 11:03:03 -0400151 static final int APPWIDGET_HOST_ID = 1024;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800152
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800153 private static final Object sLock = new Object();
154 private static int sScreen = DEFAULT_SCREN;
155
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800156 private LayoutInflater mInflater;
157
Joe Onorato00acb122009-08-04 16:04:30 -0400158 private DragController mDragController;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800159 private Workspace mWorkspace;
Romain Guycbb89e42009-06-08 15:52:54 -0700160
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700161 private AppWidgetManager mAppWidgetManager;
162 private LauncherAppWidgetHost mAppWidgetHost;
Romain Guycbb89e42009-06-08 15:52:54 -0700163
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800164 private CellLayout.CellInfo mAddItemCellInfo;
165 private CellLayout.CellInfo mMenuAddInfo;
166 private final int[] mCellCoordinates = new int[2];
167 private FolderInfo mFolderInfo;
168
Joe Onorato7c312c12009-08-13 21:36:53 -0700169 private DeleteZone mDeleteZone;
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700170 private HandleView mHandleView;
Joe Onorato7c312c12009-08-13 21:36:53 -0700171 private AllAppsView mAllAppsGrid;
172 private boolean mAllAppsVisible;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800173
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800174 private Bundle mSavedState;
175
176 private SpannableStringBuilder mDefaultKeySsb = null;
177
Mike LeBeau736cf282009-07-02 17:46:59 -0700178 private boolean mIsNewIntent;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800179
Joe Onorato9c1289c2009-08-17 11:03:03 -0400180 private boolean mWorkspaceLoading = true;
181
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800182 private boolean mRestoring;
183 private boolean mWaitingForResult;
184 private boolean mLocaleChanged;
185
Dianne Hackborn67800862009-07-24 17:15:20 -0700186 private boolean mHomeDown;
187 private boolean mBackDown;
188
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800189 private Bundle mSavedInstanceState;
190
Joe Onorato9c1289c2009-08-17 11:03:03 -0400191 private LauncherModel mModel;
192
193 private ArrayList<ItemInfo> mDesktopItems = new ArrayList();
194 private static HashMap<Long, FolderInfo> mFolders = new HashMap();
195 private ArrayList<ApplicationInfo> mAllAppsList = new ArrayList();
Romain Guycbb89e42009-06-08 15:52:54 -0700196
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800197 @Override
198 protected void onCreate(Bundle savedInstanceState) {
199 super.onCreate(savedInstanceState);
Romain Guyb1b69f52009-08-10 15:10:15 -0700200
Joe Onorato9c1289c2009-08-17 11:03:03 -0400201 mModel = ((LauncherApplication)getApplication()).setLauncher(this);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800202 mInflater = getLayoutInflater();
Romain Guycbb89e42009-06-08 15:52:54 -0700203
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700204 mAppWidgetManager = AppWidgetManager.getInstance(this);
Romain Guycbb89e42009-06-08 15:52:54 -0700205
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700206 mAppWidgetHost = new LauncherAppWidgetHost(this, APPWIDGET_HOST_ID);
207 mAppWidgetHost.startListening();
Romain Guycbb89e42009-06-08 15:52:54 -0700208
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800209 if (PROFILE_STARTUP) {
210 android.os.Debug.startMethodTracing("/sdcard/launcher");
211 }
212
213 checkForLocaleChange();
214 setWallpaperDimension();
215
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800216 setContentView(R.layout.launcher);
217 setupViews();
218
Joe Onorato7c312c12009-08-13 21:36:53 -0700219 lockAllApps();
Joe Onorato7404ee42009-07-31 11:54:44 -0700220
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800221 mSavedState = savedInstanceState;
222 restoreState(mSavedState);
223
224 if (PROFILE_STARTUP) {
225 android.os.Debug.stopMethodTracing();
226 }
227
228 if (!mRestoring) {
Joe Onorato9c1289c2009-08-17 11:03:03 -0400229 mModel.startLoader(this, true);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800230 }
231
232 // For handling default keys
233 mDefaultKeySsb = new SpannableStringBuilder();
234 Selection.setSelection(mDefaultKeySsb, 0);
235 }
Romain Guycbb89e42009-06-08 15:52:54 -0700236
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800237 private void checkForLocaleChange() {
Romain Guy98d01652009-06-30 16:21:04 -0700238 final LocaleConfiguration localeConfiguration = new LocaleConfiguration();
239 readConfiguration(this, localeConfiguration);
240
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800241 final Configuration configuration = getResources().getConfiguration();
242
Romain Guy98d01652009-06-30 16:21:04 -0700243 final String previousLocale = localeConfiguration.locale;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800244 final String locale = configuration.locale.toString();
245
Romain Guy98d01652009-06-30 16:21:04 -0700246 final int previousMcc = localeConfiguration.mcc;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800247 final int mcc = configuration.mcc;
248
Romain Guy98d01652009-06-30 16:21:04 -0700249 final int previousMnc = localeConfiguration.mnc;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800250 final int mnc = configuration.mnc;
251
252 mLocaleChanged = !locale.equals(previousLocale) || mcc != previousMcc || mnc != previousMnc;
253
254 if (mLocaleChanged) {
Romain Guy98d01652009-06-30 16:21:04 -0700255 localeConfiguration.locale = locale;
256 localeConfiguration.mcc = mcc;
257 localeConfiguration.mnc = mnc;
258
259 writeConfiguration(this, localeConfiguration);
Joe Onorato9c1289c2009-08-17 11:03:03 -0400260 AppInfoCache.flush();
Romain Guy98d01652009-06-30 16:21:04 -0700261 }
262 }
263
264 private static class LocaleConfiguration {
265 public String locale;
266 public int mcc = -1;
267 public int mnc = -1;
268 }
269
270 private static void readConfiguration(Context context, LocaleConfiguration configuration) {
271 DataInputStream in = null;
272 try {
273 in = new DataInputStream(context.openFileInput(PREFERENCES));
274 configuration.locale = in.readUTF();
275 configuration.mcc = in.readInt();
276 configuration.mnc = in.readInt();
277 } catch (FileNotFoundException e) {
278 // Ignore
279 } catch (IOException e) {
280 // Ignore
281 } finally {
282 if (in != null) {
283 try {
284 in.close();
285 } catch (IOException e) {
286 // Ignore
287 }
288 }
289 }
290 }
291
292 private static void writeConfiguration(Context context, LocaleConfiguration configuration) {
293 DataOutputStream out = null;
294 try {
295 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
296 out.writeUTF(configuration.locale);
297 out.writeInt(configuration.mcc);
298 out.writeInt(configuration.mnc);
299 out.flush();
300 } catch (FileNotFoundException e) {
301 // Ignore
302 } catch (IOException e) {
303 //noinspection ResultOfMethodCallIgnored
304 context.getFileStreamPath(PREFERENCES).delete();
305 } finally {
306 if (out != null) {
307 try {
308 out.close();
309 } catch (IOException e) {
310 // Ignore
311 }
312 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800313 }
314 }
315
316 static int getScreen() {
317 synchronized (sLock) {
318 return sScreen;
319 }
320 }
321
322 static void setScreen(int screen) {
323 synchronized (sLock) {
324 sScreen = screen;
325 }
326 }
327
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800328 private void setWallpaperDimension() {
Dianne Hackborn107f8392009-08-05 21:32:16 -0700329 WallpaperManager wpm = (WallpaperManager)getSystemService(WALLPAPER_SERVICE);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800330
331 Display display = getWindowManager().getDefaultDisplay();
332 boolean isPortrait = display.getWidth() < display.getHeight();
333
334 final int width = isPortrait ? display.getWidth() : display.getHeight();
335 final int height = isPortrait ? display.getHeight() : display.getWidth();
Dianne Hackborn64271802009-08-08 20:54:24 -0700336 wpm.suggestDesiredDimensions(width * WALLPAPER_SCREENS_SPAN, height);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800337 }
338
339 @Override
340 protected void onActivityResult(int requestCode, int resultCode, Intent data) {
Romain Guyaad5ef42009-06-10 02:48:37 -0700341 mWaitingForResult = false;
342
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800343 // The pattern used here is that a user PICKs a specific application,
344 // which, depending on the target, might need to CREATE the actual target.
Romain Guycbb89e42009-06-08 15:52:54 -0700345
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800346 // For example, the user would PICK_SHORTCUT for "Music playlist", and we
347 // launch over to the Music app to actually CREATE_SHORTCUT.
Romain Guycbb89e42009-06-08 15:52:54 -0700348
Romain Guy94dabf12009-07-21 10:55:43 -0700349 if (resultCode == RESULT_OK && mAddItemCellInfo != null) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800350 switch (requestCode) {
351 case REQUEST_PICK_APPLICATION:
Joe Onorato9c1289c2009-08-17 11:03:03 -0400352 completeAddApplication(this, data, mAddItemCellInfo);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800353 break;
354 case REQUEST_PICK_SHORTCUT:
Romain Guy73b979d2009-06-09 12:57:21 -0700355 processShortcut(data, REQUEST_PICK_APPLICATION, REQUEST_CREATE_SHORTCUT);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800356 break;
357 case REQUEST_CREATE_SHORTCUT:
Joe Onorato9c1289c2009-08-17 11:03:03 -0400358 completeAddShortcut(data, mAddItemCellInfo);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800359 break;
360 case REQUEST_PICK_LIVE_FOLDER:
361 addLiveFolder(data);
362 break;
363 case REQUEST_CREATE_LIVE_FOLDER:
Joe Onorato9c1289c2009-08-17 11:03:03 -0400364 completeAddLiveFolder(data, mAddItemCellInfo);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800365 break;
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700366 case REQUEST_PICK_APPWIDGET:
367 addAppWidget(data);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800368 break;
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700369 case REQUEST_CREATE_APPWIDGET:
Joe Onorato9c1289c2009-08-17 11:03:03 -0400370 completeAddAppWidget(data, mAddItemCellInfo);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800371 break;
372 }
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700373 } else if (requestCode == REQUEST_PICK_APPWIDGET &&
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800374 resultCode == RESULT_CANCELED && data != null) {
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700375 // Clean up the appWidgetId if we canceled
376 int appWidgetId = data.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, -1);
377 if (appWidgetId != -1) {
378 mAppWidgetHost.deleteAppWidgetId(appWidgetId);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800379 }
380 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800381 }
382
383 @Override
384 protected void onResume() {
385 super.onResume();
386
Joe Onorato9c1289c2009-08-17 11:03:03 -0400387 Log.d(TAG, "onResume mRestoring=" + mRestoring);
388
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800389 if (mRestoring) {
Joe Onorato9c1289c2009-08-17 11:03:03 -0400390 mWorkspaceLoading = true;
391 mModel.startLoader(this, true);
392 mRestoring = false;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800393 }
Mike LeBeau736cf282009-07-02 17:46:59 -0700394
395 // If this was a new intent (i.e., the mIsNewIntent flag got set to true by
396 // onNewIntent), then close the search dialog if needed, because it probably
397 // came from the user pressing 'home' (rather than, for example, pressing 'back').
398 if (mIsNewIntent) {
399 // Post to a handler so that this happens after the search dialog tries to open
400 // itself again.
401 mWorkspace.post(new Runnable() {
402 public void run() {
403 ISearchManager searchManagerService = ISearchManager.Stub.asInterface(
404 ServiceManager.getService(Context.SEARCH_SERVICE));
405 try {
406 searchManagerService.stopSearch();
407 } catch (RemoteException e) {
408 e(LOG_TAG, "error stopping search", e);
409 }
410 }
411 });
412 }
413
414 mIsNewIntent = false;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800415 }
416
417 @Override
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700418 protected void onPause() {
419 super.onPause();
Joe Onoratoe77c08d2009-08-01 00:01:20 -0700420 closeAllAppsDialog(false);
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700421 }
Romain Guycbb89e42009-06-08 15:52:54 -0700422
Jeffrey Sharkey99c87582009-03-24 17:59:43 -0700423 @Override
424 public Object onRetainNonConfigurationInstance() {
Joe Onorato9c1289c2009-08-17 11:03:03 -0400425 // Flag the loader to stop early before switching
426 mModel.stopLoader();
Romain Guycbb89e42009-06-08 15:52:54 -0700427
Jeffrey Sharkey99c87582009-03-24 17:59:43 -0700428 if (PROFILE_ROTATE) {
429 android.os.Debug.startMethodTracing("/sdcard/launcher-rotate");
430 }
431 return null;
432 }
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700433
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800434 private boolean acceptFilter() {
435 final InputMethodManager inputManager = (InputMethodManager)
436 getSystemService(Context.INPUT_METHOD_SERVICE);
437 return !inputManager.isFullscreenMode();
438 }
439
440 @Override
441 public boolean onKeyDown(int keyCode, KeyEvent event) {
442 boolean handled = super.onKeyDown(keyCode, event);
443 if (!handled && acceptFilter() && keyCode != KeyEvent.KEYCODE_ENTER) {
444 boolean gotKey = TextKeyListener.getInstance().onKeyDown(mWorkspace, mDefaultKeySsb,
445 keyCode, event);
446 if (gotKey && mDefaultKeySsb != null && mDefaultKeySsb.length() > 0) {
Karl Rosaen138a0412009-04-23 19:00:21 -0700447 // something usable has been typed - start a search
Romain Guycbb89e42009-06-08 15:52:54 -0700448 // the typed text will be retrieved and cleared by
Karl Rosaen138a0412009-04-23 19:00:21 -0700449 // showSearchDialog()
450 // If there are multiple keystrokes before the search dialog takes focus,
451 // onSearchRequested() will be called for every keystroke,
452 // but it is idempotent, so it's fine.
453 return onSearchRequested();
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800454 }
455 }
456
457 return handled;
458 }
459
Karl Rosaen138a0412009-04-23 19:00:21 -0700460 private String getTypedText() {
461 return mDefaultKeySsb.toString();
462 }
463
464 private void clearTypedText() {
465 mDefaultKeySsb.clear();
466 mDefaultKeySsb.clearSpans();
467 Selection.setSelection(mDefaultKeySsb, 0);
468 }
469
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800470 /**
471 * Restores the previous state, if it exists.
472 *
473 * @param savedState The previous state.
474 */
475 private void restoreState(Bundle savedState) {
476 if (savedState == null) {
477 return;
478 }
479
480 final int currentScreen = savedState.getInt(RUNTIME_STATE_CURRENT_SCREEN, -1);
481 if (currentScreen > -1) {
482 mWorkspace.setCurrentScreen(currentScreen);
483 }
484
485 final int addScreen = savedState.getInt(RUNTIME_STATE_PENDING_ADD_SCREEN, -1);
486 if (addScreen > -1) {
487 mAddItemCellInfo = new CellLayout.CellInfo();
488 final CellLayout.CellInfo addItemCellInfo = mAddItemCellInfo;
489 addItemCellInfo.valid = true;
490 addItemCellInfo.screen = addScreen;
491 addItemCellInfo.cellX = savedState.getInt(RUNTIME_STATE_PENDING_ADD_CELL_X);
492 addItemCellInfo.cellY = savedState.getInt(RUNTIME_STATE_PENDING_ADD_CELL_Y);
493 addItemCellInfo.spanX = savedState.getInt(RUNTIME_STATE_PENDING_ADD_SPAN_X);
494 addItemCellInfo.spanY = savedState.getInt(RUNTIME_STATE_PENDING_ADD_SPAN_Y);
495 addItemCellInfo.findVacantCellsFromOccupied(
496 savedState.getBooleanArray(RUNTIME_STATE_PENDING_ADD_OCCUPIED_CELLS),
497 savedState.getInt(RUNTIME_STATE_PENDING_ADD_COUNT_X),
498 savedState.getInt(RUNTIME_STATE_PENDING_ADD_COUNT_Y));
499 mRestoring = true;
500 }
501
502 boolean renameFolder = savedState.getBoolean(RUNTIME_STATE_PENDING_FOLDER_RENAME, false);
503 if (renameFolder) {
504 long id = savedState.getLong(RUNTIME_STATE_PENDING_FOLDER_RENAME_ID);
Joe Onorato9c1289c2009-08-17 11:03:03 -0400505 mFolderInfo = mModel.getFolderById(this, mFolders, id);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800506 mRestoring = true;
507 }
508 }
509
510 /**
511 * Finds all the views we need and configure them properly.
512 */
513 private void setupViews() {
Joe Onorato00acb122009-08-04 16:04:30 -0400514 mDragController = new DragController(this);
515 DragController dragController = mDragController;
516
Romain Guyb1b69f52009-08-10 15:10:15 -0700517 DragLayer dragLayer = (DragLayer) findViewById(R.id.drag_layer);
Joe Onorato00acb122009-08-04 16:04:30 -0400518 dragLayer.setDragController(dragController);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800519
Joe Onorato7c312c12009-08-13 21:36:53 -0700520 mAllAppsGrid = (AllAppsView)dragLayer.findViewById(R.id.all_apps_view);
521
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800522 mWorkspace = (Workspace) dragLayer.findViewById(R.id.workspace);
523 final Workspace workspace = mWorkspace;
524
Joe Onorato7c312c12009-08-13 21:36:53 -0700525 DeleteZone deleteZone = (DeleteZone) dragLayer.findViewById(R.id.delete_zone);
526 mDeleteZone = deleteZone;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800527
Joe Onorato7c312c12009-08-13 21:36:53 -0700528 mHandleView = (HandleView) findViewById(R.id.all_apps_button);
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700529 mHandleView.setLauncher(this);
Joe Onorato7404ee42009-07-31 11:54:44 -0700530 mHandleView.setOnClickListener(this);
Romain Guyb1b69f52009-08-10 15:10:15 -0700531 TransitionDrawable handleIcon = (TransitionDrawable) mHandleView.getDrawable();
532 handleIcon.setCrossFadeEnabled(true);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800533
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800534 workspace.setOnLongClickListener(this);
Joe Onorato00acb122009-08-04 16:04:30 -0400535 workspace.setDragController(dragController);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800536 workspace.setLauncher(this);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800537
538 deleteZone.setLauncher(this);
Joe Onorato00acb122009-08-04 16:04:30 -0400539 deleteZone.setDragController(dragController);
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700540 deleteZone.setHandle(mHandleView);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800541
Joe Onorato00acb122009-08-04 16:04:30 -0400542 dragController.setDragScoller(workspace);
543 dragController.setDragListener(deleteZone);
544 dragController.setScrollView(dragLayer);
545
546 // The order here is bottom to top.
547 dragController.addDropTarget(workspace);
548 dragController.addDropTarget(deleteZone);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800549 }
550
551 /**
552 * Creates a view representing a shortcut.
553 *
554 * @param info The data structure describing the shortcut.
555 *
556 * @return A View inflated from R.layout.application.
557 */
558 View createShortcut(ApplicationInfo info) {
559 return createShortcut(R.layout.application,
560 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentScreen()), info);
561 }
562
563 /**
564 * Creates a view representing a shortcut inflated from the specified resource.
565 *
566 * @param layoutResId The id of the XML layout used to create the shortcut.
567 * @param parent The group the shortcut belongs to.
568 * @param info The data structure describing the shortcut.
569 *
570 * @return A View inflated from layoutResId.
571 */
572 View createShortcut(int layoutResId, ViewGroup parent, ApplicationInfo info) {
573 TextView favorite = (TextView) mInflater.inflate(layoutResId, parent, false);
574
575 if (!info.filtered) {
Joe Onorato9c1289c2009-08-17 11:03:03 -0400576 info.icon = Utilities.createIconThumbnail(info.icon, this, false);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800577 info.filtered = true;
578 }
579
580 favorite.setCompoundDrawablesWithIntrinsicBounds(null, info.icon, null, null);
581 favorite.setText(info.title);
582 favorite.setTag(info);
583 favorite.setOnClickListener(this);
584
585 return favorite;
586 }
587
588 /**
589 * Add an application shortcut to the workspace.
590 *
591 * @param data The intent describing the application.
592 * @param cellInfo The position on screen where to create the shortcut.
593 */
Joe Onorato9c1289c2009-08-17 11:03:03 -0400594 void completeAddApplication(Context context, Intent data, CellLayout.CellInfo cellInfo) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800595 cellInfo.screen = mWorkspace.getCurrentScreen();
596 if (!findSingleSlot(cellInfo)) return;
597
Romain Guy73b979d2009-06-09 12:57:21 -0700598 final ApplicationInfo info = infoFromApplicationIntent(context, data);
599 if (info != null) {
Joe Onorato9c1289c2009-08-17 11:03:03 -0400600 mWorkspace.addApplicationShortcut(info, cellInfo, isWorkspaceLocked());
Romain Guy73b979d2009-06-09 12:57:21 -0700601 }
602 }
603
604 private static ApplicationInfo infoFromApplicationIntent(Context context, Intent data) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800605 ComponentName component = data.getComponent();
606 PackageManager packageManager = context.getPackageManager();
607 ActivityInfo activityInfo = null;
608 try {
609 activityInfo = packageManager.getActivityInfo(component, 0 /* no flags */);
610 } catch (NameNotFoundException e) {
Romain Guy73b979d2009-06-09 12:57:21 -0700611 e(LOG_TAG, "Couldn't find ActivityInfo for selected application", e);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800612 }
Romain Guycbb89e42009-06-08 15:52:54 -0700613
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800614 if (activityInfo != null) {
615 ApplicationInfo itemInfo = new ApplicationInfo();
Romain Guycbb89e42009-06-08 15:52:54 -0700616
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800617 itemInfo.title = activityInfo.loadLabel(packageManager);
618 if (itemInfo.title == null) {
619 itemInfo.title = activityInfo.name;
620 }
Romain Guycbb89e42009-06-08 15:52:54 -0700621
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800622 itemInfo.setActivity(component, Intent.FLAG_ACTIVITY_NEW_TASK |
623 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
624 itemInfo.icon = activityInfo.loadIcon(packageManager);
625 itemInfo.container = ItemInfo.NO_ID;
626
Romain Guy73b979d2009-06-09 12:57:21 -0700627 return itemInfo;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800628 }
Romain Guy73b979d2009-06-09 12:57:21 -0700629
630 return null;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800631 }
Romain Guycbb89e42009-06-08 15:52:54 -0700632
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800633 /**
634 * Add a shortcut to the workspace.
635 *
636 * @param data The intent describing the shortcut.
637 * @param cellInfo The position on screen where to create the shortcut.
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800638 */
Joe Onorato9c1289c2009-08-17 11:03:03 -0400639 private void completeAddShortcut(Intent data, CellLayout.CellInfo cellInfo) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800640 cellInfo.screen = mWorkspace.getCurrentScreen();
641 if (!findSingleSlot(cellInfo)) return;
Romain Guycbb89e42009-06-08 15:52:54 -0700642
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800643 final ApplicationInfo info = addShortcut(this, data, cellInfo, false);
644
645 if (!mRestoring) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800646 final View view = createShortcut(info);
Joe Onorato9c1289c2009-08-17 11:03:03 -0400647 mWorkspace.addInCurrentScreen(view, cellInfo.cellX, cellInfo.cellY, 1, 1,
648 isWorkspaceLocked());
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800649 }
650 }
651
Romain Guycbb89e42009-06-08 15:52:54 -0700652
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800653 /**
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700654 * Add a widget to the workspace.
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800655 *
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700656 * @param data The intent describing the appWidgetId.
657 * @param cellInfo The position on screen where to create the widget.
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800658 */
Joe Onorato9c1289c2009-08-17 11:03:03 -0400659 private void completeAddAppWidget(Intent data, CellLayout.CellInfo cellInfo) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800660 Bundle extras = data.getExtras();
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700661 int appWidgetId = extras.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID, -1);
Romain Guycbb89e42009-06-08 15:52:54 -0700662
The Android Open Source Projectf96811c2009-03-18 17:39:48 -0700663 d(LOG_TAG, "dumping extras content="+extras.toString());
Romain Guycbb89e42009-06-08 15:52:54 -0700664
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700665 AppWidgetProviderInfo appWidgetInfo = mAppWidgetManager.getAppWidgetInfo(appWidgetId);
Romain Guycbb89e42009-06-08 15:52:54 -0700666
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700667 // Calculate the grid spans needed to fit this widget
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800668 CellLayout layout = (CellLayout) mWorkspace.getChildAt(cellInfo.screen);
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700669 int[] spans = layout.rectToCell(appWidgetInfo.minWidth, appWidgetInfo.minHeight);
Romain Guycbb89e42009-06-08 15:52:54 -0700670
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800671 // Try finding open space on Launcher screen
672 final int[] xy = mCellCoordinates;
673 if (!findSlot(cellInfo, xy, spans[0], spans[1])) return;
674
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700675 // Build Launcher-specific widget info and save to database
676 LauncherAppWidgetInfo launcherInfo = new LauncherAppWidgetInfo(appWidgetId);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800677 launcherInfo.spanX = spans[0];
678 launcherInfo.spanY = spans[1];
Romain Guycbb89e42009-06-08 15:52:54 -0700679
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800680 LauncherModel.addItemToDatabase(this, launcherInfo,
681 LauncherSettings.Favorites.CONTAINER_DESKTOP,
682 mWorkspace.getCurrentScreen(), xy[0], xy[1], false);
683
684 if (!mRestoring) {
Joe Onorato9c1289c2009-08-17 11:03:03 -0400685 mDesktopItems.add(launcherInfo);
Romain Guycbb89e42009-06-08 15:52:54 -0700686
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800687 // Perform actual inflation because we're live
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700688 launcherInfo.hostView = mAppWidgetHost.createView(this, appWidgetId, appWidgetInfo);
Romain Guycbb89e42009-06-08 15:52:54 -0700689
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700690 launcherInfo.hostView.setAppWidget(appWidgetId, appWidgetInfo);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800691 launcherInfo.hostView.setTag(launcherInfo);
Romain Guycbb89e42009-06-08 15:52:54 -0700692
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800693 mWorkspace.addInCurrentScreen(launcherInfo.hostView, xy[0], xy[1],
Joe Onorato9c1289c2009-08-17 11:03:03 -0400694 launcherInfo.spanX, launcherInfo.spanY, isWorkspaceLocked());
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800695 }
696 }
Romain Guycbb89e42009-06-08 15:52:54 -0700697
Joe Onorato9c1289c2009-08-17 11:03:03 -0400698 public void removeAppWidget(LauncherAppWidgetInfo launcherInfo) {
699 mDesktopItems.remove(launcherInfo);
700 launcherInfo.hostView = null;
701 }
702
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700703 public LauncherAppWidgetHost getAppWidgetHost() {
704 return mAppWidgetHost;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800705 }
Romain Guycbb89e42009-06-08 15:52:54 -0700706
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800707 static ApplicationInfo addShortcut(Context context, Intent data,
708 CellLayout.CellInfo cellInfo, boolean notify) {
709
Romain Guy73b979d2009-06-09 12:57:21 -0700710 final ApplicationInfo info = infoFromShortcutIntent(context, data);
711 LauncherModel.addItemToDatabase(context, info, LauncherSettings.Favorites.CONTAINER_DESKTOP,
712 cellInfo.screen, cellInfo.cellX, cellInfo.cellY, notify);
713
714 return info;
715 }
716
717 private static ApplicationInfo infoFromShortcutIntent(Context context, Intent data) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800718 Intent intent = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_INTENT);
719 String name = data.getStringExtra(Intent.EXTRA_SHORTCUT_NAME);
720 Bitmap bitmap = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_ICON);
721
722 Drawable icon = null;
723 boolean filtered = false;
724 boolean customIcon = false;
Romain Guy73b979d2009-06-09 12:57:21 -0700725 ShortcutIconResource iconResource = null;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800726
727 if (bitmap != null) {
728 icon = new FastBitmapDrawable(Utilities.createBitmapThumbnail(bitmap, context));
729 filtered = true;
730 customIcon = true;
731 } else {
732 Parcelable extra = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE);
Romain Guy73b979d2009-06-09 12:57:21 -0700733 if (extra != null && extra instanceof ShortcutIconResource) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800734 try {
Romain Guy73b979d2009-06-09 12:57:21 -0700735 iconResource = (ShortcutIconResource) extra;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800736 final PackageManager packageManager = context.getPackageManager();
737 Resources resources = packageManager.getResourcesForApplication(
738 iconResource.packageName);
739 final int id = resources.getIdentifier(iconResource.resourceName, null, null);
740 icon = resources.getDrawable(id);
741 } catch (Exception e) {
The Android Open Source Projectf96811c2009-03-18 17:39:48 -0700742 w(LOG_TAG, "Could not load shortcut icon: " + extra);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800743 }
744 }
745 }
746
747 if (icon == null) {
748 icon = context.getPackageManager().getDefaultActivityIcon();
749 }
750
751 final ApplicationInfo info = new ApplicationInfo();
752 info.icon = icon;
753 info.filtered = filtered;
754 info.title = name;
755 info.intent = intent;
756 info.customIcon = customIcon;
757 info.iconResource = iconResource;
758
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800759 return info;
760 }
761
762 @Override
763 protected void onNewIntent(Intent intent) {
764 super.onNewIntent(intent);
765
766 // Close the menu
767 if (Intent.ACTION_MAIN.equals(intent.getAction())) {
768 getWindow().closeAllPanels();
Mike LeBeau736cf282009-07-02 17:46:59 -0700769
770 // Set this flag so that onResume knows to close the search dialog if it's open,
771 // because this was a new intent (thus a press of 'home' or some such) rather than
772 // for example onResume being called when the user pressed the 'back' button.
773 mIsNewIntent = true;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800774
775 try {
776 dismissDialog(DIALOG_CREATE_SHORTCUT);
777 // Unlock the workspace if the dialog was showing
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800778 } catch (Exception e) {
779 // An exception is thrown if the dialog is not visible, which is fine
780 }
781
782 try {
783 dismissDialog(DIALOG_RENAME_FOLDER);
784 // Unlock the workspace if the dialog was showing
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800785 } catch (Exception e) {
786 // An exception is thrown if the dialog is not visible, which is fine
787 }
788
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800789 if ((intent.getFlags() & Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT) !=
790 Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT) {
Romain Guy73b979d2009-06-09 12:57:21 -0700791
Romain Guy94dabf12009-07-21 10:55:43 -0700792 if (!mWorkspace.isDefaultScreenShowing()) {
793 mWorkspace.moveToDefaultScreen();
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800794 }
Romain Guy1dd3a072009-07-16 13:21:01 -0700795
Joe Onoratoe77c08d2009-08-01 00:01:20 -0700796 closeAllAppsDialog(true);
Romain Guy73b979d2009-06-09 12:57:21 -0700797
798 final View v = getWindow().peekDecorView();
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800799 if (v != null && v.getWindowToken() != null) {
800 InputMethodManager imm = (InputMethodManager)getSystemService(
801 INPUT_METHOD_SERVICE);
802 imm.hideSoftInputFromWindow(v.getWindowToken(), 0);
803 }
804 } else {
Joe Onoratoe77c08d2009-08-01 00:01:20 -0700805 closeAllAppsDialog(false);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800806 }
807 }
808 }
809
810 @Override
811 protected void onRestoreInstanceState(Bundle savedInstanceState) {
812 // Do not call super here
813 mSavedInstanceState = savedInstanceState;
814 }
815
816 @Override
817 protected void onSaveInstanceState(Bundle outState) {
818 outState.putInt(RUNTIME_STATE_CURRENT_SCREEN, mWorkspace.getCurrentScreen());
819
820 final ArrayList<Folder> folders = mWorkspace.getOpenFolders();
821 if (folders.size() > 0) {
822 final int count = folders.size();
823 long[] ids = new long[count];
824 for (int i = 0; i < count; i++) {
825 final FolderInfo info = folders.get(i).getInfo();
826 ids[i] = info.id;
827 }
828 outState.putLongArray(RUNTIME_STATE_USER_FOLDERS, ids);
829 } else {
830 super.onSaveInstanceState(outState);
831 }
832
Romain Guy3cf604f2009-06-16 13:12:53 -0700833 final boolean isConfigurationChange = getChangingConfigurations() != 0;
834
Romain Guy5a941392009-04-28 15:18:25 -0700835 // When the drawer is opened and we are saving the state because of a
836 // configuration change
Joe Onorato7c312c12009-08-13 21:36:53 -0700837 if (mAllAppsVisible && isConfigurationChange) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800838 outState.putBoolean(RUNTIME_STATE_ALL_APPS_FOLDER, true);
Romain Guy5a941392009-04-28 15:18:25 -0700839 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800840
841 if (mAddItemCellInfo != null && mAddItemCellInfo.valid && mWaitingForResult) {
842 final CellLayout.CellInfo addItemCellInfo = mAddItemCellInfo;
843 final CellLayout layout = (CellLayout) mWorkspace.getChildAt(addItemCellInfo.screen);
844
845 outState.putInt(RUNTIME_STATE_PENDING_ADD_SCREEN, addItemCellInfo.screen);
846 outState.putInt(RUNTIME_STATE_PENDING_ADD_CELL_X, addItemCellInfo.cellX);
847 outState.putInt(RUNTIME_STATE_PENDING_ADD_CELL_Y, addItemCellInfo.cellY);
848 outState.putInt(RUNTIME_STATE_PENDING_ADD_SPAN_X, addItemCellInfo.spanX);
849 outState.putInt(RUNTIME_STATE_PENDING_ADD_SPAN_Y, addItemCellInfo.spanY);
850 outState.putInt(RUNTIME_STATE_PENDING_ADD_COUNT_X, layout.getCountX());
851 outState.putInt(RUNTIME_STATE_PENDING_ADD_COUNT_Y, layout.getCountY());
852 outState.putBooleanArray(RUNTIME_STATE_PENDING_ADD_OCCUPIED_CELLS,
853 layout.getOccupiedCells());
854 }
855
856 if (mFolderInfo != null && mWaitingForResult) {
857 outState.putBoolean(RUNTIME_STATE_PENDING_FOLDER_RENAME, true);
858 outState.putLong(RUNTIME_STATE_PENDING_FOLDER_RENAME_ID, mFolderInfo.id);
859 }
860 }
861
862 @Override
863 public void onDestroy() {
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800864 super.onDestroy();
Romain Guycbb89e42009-06-08 15:52:54 -0700865
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800866 try {
The Android Open Source Project7376fae2009-03-11 12:11:58 -0700867 mAppWidgetHost.stopListening();
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800868 } catch (NullPointerException ex) {
The Android Open Source Projectf96811c2009-03-18 17:39:48 -0700869 w(LOG_TAG, "problem while stopping AppWidgetHost during Launcher destruction", ex);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800870 }
871
872 TextKeyListener.getInstance().release();
873
Joe Onorato7c312c12009-08-13 21:36:53 -0700874 mAllAppsGrid.setAdapter(null);
Joe Onorato9c1289c2009-08-17 11:03:03 -0400875 mModel.stopLoader();
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800876
Joe Onorato9c1289c2009-08-17 11:03:03 -0400877 unbindDesktopItems();
878 AppInfoCache.unbindDrawables();
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800879 }
880
881 @Override
882 public void startActivityForResult(Intent intent, int requestCode) {
Romain Guy08f97492009-06-29 14:41:20 -0700883 if (requestCode >= 0) mWaitingForResult = true;
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800884 super.startActivityForResult(intent, requestCode);
885 }
886
887 @Override
Romain Guycbb89e42009-06-08 15:52:54 -0700888 public void startSearch(String initialQuery, boolean selectInitialQuery,
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800889 Bundle appSearchData, boolean globalSearch) {
Karl Rosaen138a0412009-04-23 19:00:21 -0700890
Joe Onoratoe77c08d2009-08-01 00:01:20 -0700891 closeAllAppsDialog(false);
Romain Guycbb89e42009-06-08 15:52:54 -0700892
Karl Rosaen138a0412009-04-23 19:00:21 -0700893 // Slide the search widget to the top, if it's on the current screen,
894 // otherwise show the search dialog immediately.
895 Search searchWidget = mWorkspace.findSearchWidgetOnCurrentScreen();
896 if (searchWidget == null) {
897 showSearchDialog(initialQuery, selectInitialQuery, appSearchData, globalSearch);
898 } else {
899 searchWidget.startSearch(initialQuery, selectInitialQuery, appSearchData, globalSearch);
900 // show the currently typed text in the search widget while sliding
901 searchWidget.setQuery(getTypedText());
902 }
903 }
Romain Guycbb89e42009-06-08 15:52:54 -0700904
Karl Rosaen138a0412009-04-23 19:00:21 -0700905 /**
906 * Show the search dialog immediately, without changing the search widget.
Romain Guy5a941392009-04-28 15:18:25 -0700907 *
908 * @see Activity#startSearch(String, boolean, android.os.Bundle, boolean)
Karl Rosaen138a0412009-04-23 19:00:21 -0700909 */
Romain Guycbb89e42009-06-08 15:52:54 -0700910 void showSearchDialog(String initialQuery, boolean selectInitialQuery,
Karl Rosaen138a0412009-04-23 19:00:21 -0700911 Bundle appSearchData, boolean globalSearch) {
Romain Guycbb89e42009-06-08 15:52:54 -0700912
Karl Rosaen138a0412009-04-23 19:00:21 -0700913 if (initialQuery == null) {
914 // Use any text typed in the launcher as the initial query
915 initialQuery = getTypedText();
916 clearTypedText();
917 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800918 if (appSearchData == null) {
919 appSearchData = new Bundle();
920 appSearchData.putString(SearchManager.SOURCE, "launcher-search");
921 }
Romain Guycbb89e42009-06-08 15:52:54 -0700922
Karl Rosaen138a0412009-04-23 19:00:21 -0700923 final SearchManager searchManager =
924 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
925
926 final Search searchWidget = mWorkspace.findSearchWidgetOnCurrentScreen();
927 if (searchWidget != null) {
928 // This gets called when the user leaves the search dialog to go back to
929 // the Launcher.
930 searchManager.setOnCancelListener(new SearchManager.OnCancelListener() {
931 public void onCancel() {
932 searchManager.setOnCancelListener(null);
Romain Guy5a941392009-04-28 15:18:25 -0700933 stopSearch();
Romain Guycbb89e42009-06-08 15:52:54 -0700934 }
Karl Rosaen138a0412009-04-23 19:00:21 -0700935 });
936 }
Romain Guycbb89e42009-06-08 15:52:54 -0700937
Karl Rosaen138a0412009-04-23 19:00:21 -0700938 searchManager.startSearch(initialQuery, selectInitialQuery, getComponentName(),
Romain Guycbb89e42009-06-08 15:52:54 -0700939 appSearchData, globalSearch);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800940 }
941
Karl Rosaen138a0412009-04-23 19:00:21 -0700942 /**
943 * Cancel search dialog if it is open.
Karl Rosaen138a0412009-04-23 19:00:21 -0700944 */
Romain Guy5a941392009-04-28 15:18:25 -0700945 void stopSearch() {
Karl Rosaen138a0412009-04-23 19:00:21 -0700946 // Close search dialog
947 SearchManager searchManager = (SearchManager) getSystemService(Context.SEARCH_SERVICE);
Bjorn Bringert0879cef2009-07-08 12:38:25 +0100948 searchManager.stopSearch();
Karl Rosaen138a0412009-04-23 19:00:21 -0700949 // Restore search widget to its normal position
950 Search searchWidget = mWorkspace.findSearchWidgetOnCurrentScreen();
951 if (searchWidget != null) {
952 searchWidget.stopSearch(false);
953 }
954 }
Romain Guycbb89e42009-06-08 15:52:54 -0700955
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800956 @Override
957 public boolean onCreateOptionsMenu(Menu menu) {
Joe Onorato9c1289c2009-08-17 11:03:03 -0400958 if (isWorkspaceLocked()) {
959 return false;
960 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800961
962 super.onCreateOptionsMenu(menu);
963 menu.add(MENU_GROUP_ADD, MENU_ADD, 0, R.string.menu_add)
964 .setIcon(android.R.drawable.ic_menu_add)
965 .setAlphabeticShortcut('A');
966 menu.add(0, MENU_WALLPAPER_SETTINGS, 0, R.string.menu_wallpaper)
967 .setIcon(android.R.drawable.ic_menu_gallery)
968 .setAlphabeticShortcut('W');
969 menu.add(0, MENU_SEARCH, 0, R.string.menu_search)
970 .setIcon(android.R.drawable.ic_search_category_default)
971 .setAlphabeticShortcut(SearchManager.MENU_KEY);
972 menu.add(0, MENU_NOTIFICATIONS, 0, R.string.menu_notifications)
973 .setIcon(com.android.internal.R.drawable.ic_menu_notifications)
974 .setAlphabeticShortcut('N');
975
976 final Intent settings = new Intent(android.provider.Settings.ACTION_SETTINGS);
Romain Guy5a941392009-04-28 15:18:25 -0700977 settings.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK |
978 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800979
980 menu.add(0, MENU_SETTINGS, 0, R.string.menu_settings)
981 .setIcon(android.R.drawable.ic_menu_preferences).setAlphabeticShortcut('P')
982 .setIntent(settings);
983
984 return true;
985 }
986
987 @Override
988 public boolean onPrepareOptionsMenu(Menu menu) {
989 super.onPrepareOptionsMenu(menu);
990
991 mMenuAddInfo = mWorkspace.findAllVacantCells(null);
992 menu.setGroupEnabled(MENU_GROUP_ADD, mMenuAddInfo != null && mMenuAddInfo.valid);
993
994 return true;
995 }
996
997 @Override
998 public boolean onOptionsItemSelected(MenuItem item) {
999 switch (item.getItemId()) {
1000 case MENU_ADD:
1001 addItems();
1002 return true;
1003 case MENU_WALLPAPER_SETTINGS:
1004 startWallpaper();
1005 return true;
1006 case MENU_SEARCH:
The Android Open Source Projectca9475f2009-03-13 13:04:24 -07001007 onSearchRequested();
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001008 return true;
1009 case MENU_NOTIFICATIONS:
1010 showNotifications();
1011 return true;
1012 }
1013
1014 return super.onOptionsItemSelected(item);
1015 }
Romain Guycbb89e42009-06-08 15:52:54 -07001016
Karl Rosaen138a0412009-04-23 19:00:21 -07001017 /**
1018 * Indicates that we want global search for this activity by setting the globalSearch
1019 * argument for {@link #startSearch} to true.
1020 */
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001021
The Android Open Source Projectca9475f2009-03-13 13:04:24 -07001022 @Override
1023 public boolean onSearchRequested() {
Romain Guycbb89e42009-06-08 15:52:54 -07001024 startSearch(null, false, null, true);
Karl Rosaen138a0412009-04-23 19:00:21 -07001025 return true;
The Android Open Source Projectca9475f2009-03-13 13:04:24 -07001026 }
1027
Joe Onorato9c1289c2009-08-17 11:03:03 -04001028 public boolean isWorkspaceLocked() {
1029 return mWorkspaceLoading || mWaitingForResult;
1030 }
1031
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001032 private void addItems() {
1033 showAddDialog(mMenuAddInfo);
1034 }
1035
The Android Open Source Project7376fae2009-03-11 12:11:58 -07001036 void addAppWidget(Intent data) {
1037 // TODO: catch bad widget exception when sent
1038 int appWidgetId = data.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, -1);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001039
The Android Open Source Projectf96811c2009-03-18 17:39:48 -07001040 String customWidget = data.getStringExtra(EXTRA_CUSTOM_WIDGET);
1041 if (SEARCH_WIDGET.equals(customWidget)) {
1042 // We don't need this any more, since this isn't a real app widget.
1043 mAppWidgetHost.deleteAppWidgetId(appWidgetId);
1044 // add the search widget
1045 addSearch();
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001046 } else {
The Android Open Source Projectf96811c2009-03-18 17:39:48 -07001047 AppWidgetProviderInfo appWidget = mAppWidgetManager.getAppWidgetInfo(appWidgetId);
1048
1049 if (appWidget.configure != null) {
1050 // Launch over to configure widget, if needed
1051 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE);
1052 intent.setComponent(appWidget.configure);
1053 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId);
1054
1055 startActivityForResult(intent, REQUEST_CREATE_APPWIDGET);
1056 } else {
1057 // Otherwise just add it
1058 onActivityResult(REQUEST_CREATE_APPWIDGET, Activity.RESULT_OK, data);
1059 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001060 }
1061 }
Romain Guycbb89e42009-06-08 15:52:54 -07001062
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001063 void addSearch() {
1064 final Widget info = Widget.makeSearch();
1065 final CellLayout.CellInfo cellInfo = mAddItemCellInfo;
Romain Guycbb89e42009-06-08 15:52:54 -07001066
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001067 final int[] xy = mCellCoordinates;
1068 final int spanX = info.spanX;
1069 final int spanY = info.spanY;
Romain Guycbb89e42009-06-08 15:52:54 -07001070
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001071 if (!findSlot(cellInfo, xy, spanX, spanY)) return;
Romain Guycbb89e42009-06-08 15:52:54 -07001072
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001073 LauncherModel.addItemToDatabase(this, info, LauncherSettings.Favorites.CONTAINER_DESKTOP,
1074 mWorkspace.getCurrentScreen(), xy[0], xy[1], false);
Romain Guycbb89e42009-06-08 15:52:54 -07001075
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001076 final View view = mInflater.inflate(info.layoutResource, null);
1077 view.setTag(info);
Karl Rosaen138a0412009-04-23 19:00:21 -07001078 Search search = (Search) view.findViewById(R.id.widget_search);
1079 search.setLauncher(this);
Romain Guycbb89e42009-06-08 15:52:54 -07001080
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001081 mWorkspace.addInCurrentScreen(view, xy[0], xy[1], info.spanX, spanY);
1082 }
1083
Romain Guy73b979d2009-06-09 12:57:21 -07001084 void processShortcut(Intent intent, int requestCodeApplication, int requestCodeShortcut) {
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001085 // Handle case where user selected "Applications"
1086 String applicationName = getResources().getString(R.string.group_applications);
1087 String shortcutName = intent.getStringExtra(Intent.EXTRA_SHORTCUT_NAME);
Romain Guycbb89e42009-06-08 15:52:54 -07001088
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001089 if (applicationName != null && applicationName.equals(shortcutName)) {
1090 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
1091 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
Romain Guycbb89e42009-06-08 15:52:54 -07001092
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001093 Intent pickIntent = new Intent(Intent.ACTION_PICK_ACTIVITY);
1094 pickIntent.putExtra(Intent.EXTRA_INTENT, mainIntent);
Romain Guy73b979d2009-06-09 12:57:21 -07001095 startActivityForResult(pickIntent, requestCodeApplication);
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001096 } else {
Romain Guy73b979d2009-06-09 12:57:21 -07001097 startActivityForResult(intent, requestCodeShortcut);
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001098 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001099 }
1100
1101 void addLiveFolder(Intent intent) {
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001102 // Handle case where user selected "Folder"
Jeffrey Sharkeyc4bbd0a2009-03-24 22:47:52 -07001103 String folderName = getResources().getString(R.string.group_folder);
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001104 String shortcutName = intent.getStringExtra(Intent.EXTRA_SHORTCUT_NAME);
Romain Guycbb89e42009-06-08 15:52:54 -07001105
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001106 if (folderName != null && folderName.equals(shortcutName)) {
Joe Onorato9c1289c2009-08-17 11:03:03 -04001107 addFolder();
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001108 } else {
1109 startActivityForResult(intent, REQUEST_CREATE_LIVE_FOLDER);
1110 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001111 }
1112
Joe Onorato9c1289c2009-08-17 11:03:03 -04001113 void addFolder() {
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001114 UserFolderInfo folderInfo = new UserFolderInfo();
1115 folderInfo.title = getText(R.string.folder_name);
1116
1117 CellLayout.CellInfo cellInfo = mAddItemCellInfo;
1118 cellInfo.screen = mWorkspace.getCurrentScreen();
1119 if (!findSingleSlot(cellInfo)) return;
1120
1121 // Update the model
Joe Onorato9c1289c2009-08-17 11:03:03 -04001122 LauncherModel.addItemToDatabase(this, folderInfo,
1123 LauncherSettings.Favorites.CONTAINER_DESKTOP,
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001124 mWorkspace.getCurrentScreen(), cellInfo.cellX, cellInfo.cellY, false);
Joe Onorato9c1289c2009-08-17 11:03:03 -04001125 mFolders.put(folderInfo.id, folderInfo);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001126
1127 // Create the view
1128 FolderIcon newFolder = FolderIcon.fromXml(R.layout.folder_icon, this,
1129 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentScreen()), folderInfo);
1130 mWorkspace.addInCurrentScreen(newFolder,
Joe Onorato9c1289c2009-08-17 11:03:03 -04001131 cellInfo.cellX, cellInfo.cellY, 1, 1, isWorkspaceLocked());
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001132 }
Romain Guycbb89e42009-06-08 15:52:54 -07001133
Joe Onorato9c1289c2009-08-17 11:03:03 -04001134 void removeFolder(FolderInfo folder) {
1135 mFolders.remove(folder.id);
1136 }
1137
1138 private void completeAddLiveFolder(Intent data, CellLayout.CellInfo cellInfo) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001139 cellInfo.screen = mWorkspace.getCurrentScreen();
1140 if (!findSingleSlot(cellInfo)) return;
1141
1142 final LiveFolderInfo info = addLiveFolder(this, data, cellInfo, false);
1143
1144 if (!mRestoring) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001145 final View view = LiveFolderIcon.fromXml(R.layout.live_folder_icon, this,
1146 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentScreen()), info);
Joe Onorato9c1289c2009-08-17 11:03:03 -04001147 mWorkspace.addInCurrentScreen(view, cellInfo.cellX, cellInfo.cellY, 1, 1,
1148 isWorkspaceLocked());
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001149 }
1150 }
1151
1152 static LiveFolderInfo addLiveFolder(Context context, Intent data,
1153 CellLayout.CellInfo cellInfo, boolean notify) {
1154
1155 Intent baseIntent = data.getParcelableExtra(LiveFolders.EXTRA_LIVE_FOLDER_BASE_INTENT);
1156 String name = data.getStringExtra(LiveFolders.EXTRA_LIVE_FOLDER_NAME);
1157
1158 Drawable icon = null;
1159 boolean filtered = false;
1160 Intent.ShortcutIconResource iconResource = null;
1161
1162 Parcelable extra = data.getParcelableExtra(LiveFolders.EXTRA_LIVE_FOLDER_ICON);
1163 if (extra != null && extra instanceof Intent.ShortcutIconResource) {
1164 try {
1165 iconResource = (Intent.ShortcutIconResource) extra;
1166 final PackageManager packageManager = context.getPackageManager();
1167 Resources resources = packageManager.getResourcesForApplication(
1168 iconResource.packageName);
1169 final int id = resources.getIdentifier(iconResource.resourceName, null, null);
1170 icon = resources.getDrawable(id);
1171 } catch (Exception e) {
The Android Open Source Projectf96811c2009-03-18 17:39:48 -07001172 w(LOG_TAG, "Could not load live folder icon: " + extra);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001173 }
1174 }
1175
1176 if (icon == null) {
1177 icon = context.getResources().getDrawable(R.drawable.ic_launcher_folder);
1178 }
1179
1180 final LiveFolderInfo info = new LiveFolderInfo();
1181 info.icon = icon;
1182 info.filtered = filtered;
1183 info.title = name;
1184 info.iconResource = iconResource;
1185 info.uri = data.getData();
1186 info.baseIntent = baseIntent;
1187 info.displayMode = data.getIntExtra(LiveFolders.EXTRA_LIVE_FOLDER_DISPLAY_MODE,
1188 LiveFolders.DISPLAY_MODE_GRID);
1189
1190 LauncherModel.addItemToDatabase(context, info, LauncherSettings.Favorites.CONTAINER_DESKTOP,
1191 cellInfo.screen, cellInfo.cellX, cellInfo.cellY, notify);
Joe Onorato9c1289c2009-08-17 11:03:03 -04001192 mFolders.put(info.id, info);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001193
1194 return info;
1195 }
1196
1197 private boolean findSingleSlot(CellLayout.CellInfo cellInfo) {
1198 final int[] xy = new int[2];
1199 if (findSlot(cellInfo, xy, 1, 1)) {
1200 cellInfo.cellX = xy[0];
1201 cellInfo.cellY = xy[1];
1202 return true;
1203 }
1204 return false;
1205 }
1206
1207 private boolean findSlot(CellLayout.CellInfo cellInfo, int[] xy, int spanX, int spanY) {
1208 if (!cellInfo.findCellForSpan(xy, spanX, spanY)) {
1209 boolean[] occupied = mSavedState != null ?
1210 mSavedState.getBooleanArray(RUNTIME_STATE_PENDING_ADD_OCCUPIED_CELLS) : null;
1211 cellInfo = mWorkspace.findAllVacantCells(occupied);
1212 if (!cellInfo.findCellForSpan(xy, spanX, spanY)) {
1213 Toast.makeText(this, getString(R.string.out_of_space), Toast.LENGTH_SHORT).show();
1214 return false;
1215 }
1216 }
1217 return true;
1218 }
1219
1220 private void showNotifications() {
1221 final StatusBarManager statusBar = (StatusBarManager) getSystemService(STATUS_BAR_SERVICE);
1222 if (statusBar != null) {
1223 statusBar.expand();
1224 }
1225 }
1226
1227 private void startWallpaper() {
1228 final Intent pickWallpaper = new Intent(Intent.ACTION_SET_WALLPAPER);
1229 startActivity(Intent.createChooser(pickWallpaper, getString(R.string.chooser_wallpaper)));
1230 }
1231
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001232 @Override
Dianne Hackborn67800862009-07-24 17:15:20 -07001233 public void onWindowFocusChanged(boolean hasFocus) {
1234 super.onWindowFocusChanged(hasFocus);
1235 if (!hasFocus) {
1236 mBackDown = mHomeDown = false;
1237 }
1238 }
1239
1240 @Override
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001241 public boolean dispatchKeyEvent(KeyEvent event) {
1242 if (event.getAction() == KeyEvent.ACTION_DOWN) {
1243 switch (event.getKeyCode()) {
1244 case KeyEvent.KEYCODE_BACK:
Dianne Hackborn67800862009-07-24 17:15:20 -07001245 mBackDown = true;
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001246 return true;
1247 case KeyEvent.KEYCODE_HOME:
Dianne Hackborn67800862009-07-24 17:15:20 -07001248 mHomeDown = true;
1249 return true;
1250 }
1251 } else if (event.getAction() == KeyEvent.ACTION_UP) {
1252 switch (event.getKeyCode()) {
1253 case KeyEvent.KEYCODE_BACK:
1254 if (!event.isCanceled()) {
1255 mWorkspace.dispatchKeyEvent(event);
Joe Onorato7c312c12009-08-13 21:36:53 -07001256 if (mAllAppsVisible) {
Joe Onoratoe77c08d2009-08-01 00:01:20 -07001257 closeAllAppsDialog(true);
Dianne Hackborn67800862009-07-24 17:15:20 -07001258 } else {
1259 closeFolder();
1260 }
1261 }
1262 mBackDown = false;
1263 return true;
1264 case KeyEvent.KEYCODE_HOME:
1265 mHomeDown = false;
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001266 return true;
1267 }
1268 }
1269
1270 return super.dispatchKeyEvent(event);
1271 }
1272
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001273 private void closeFolder() {
1274 Folder folder = mWorkspace.getOpenFolder();
1275 if (folder != null) {
1276 closeFolder(folder);
1277 }
1278 }
1279
1280 void closeFolder(Folder folder) {
1281 folder.getInfo().opened = false;
1282 ViewGroup parent = (ViewGroup) folder.getParent();
1283 if (parent != null) {
1284 parent.removeView(folder);
Joe Onorato9c1289c2009-08-17 11:03:03 -04001285 // TODO: this line crashes.
1286 //mDragController.removeDropTarget((DropTarget)folder);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001287 }
1288 folder.onClose();
1289 }
1290
1291 /**
Joe Onorato9c1289c2009-08-17 11:03:03 -04001292 * Go through the and disconnect any of the callbacks in the drawables and the views or we
1293 * leak the previous Home screen on orientation change.
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001294 */
Joe Onorato9c1289c2009-08-17 11:03:03 -04001295 private void unbindDesktopItems() {
1296 for (ItemInfo item: mDesktopItems) {
1297 item.unbind();
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001298 }
1299 }
Jeffrey Sharkey99c87582009-03-24 17:59:43 -07001300
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001301 /**
1302 * Launches the intent referred by the clicked shortcut.
1303 *
1304 * @param v The view representing the clicked shortcut.
1305 */
1306 public void onClick(View v) {
1307 Object tag = v.getTag();
1308 if (tag instanceof ApplicationInfo) {
1309 // Open shortcut
1310 final Intent intent = ((ApplicationInfo) tag).intent;
1311 startActivitySafely(intent);
1312 } else if (tag instanceof FolderInfo) {
1313 handleFolderClick((FolderInfo) tag);
Joe Onorato7404ee42009-07-31 11:54:44 -07001314 } else if (v == mHandleView) {
Joe Onorato7c312c12009-08-13 21:36:53 -07001315 if (mAllAppsVisible) {
Joe Onorato7404ee42009-07-31 11:54:44 -07001316 // TODO how can we be here?
1317 } else {
Joe Onorato45d43462009-07-31 14:36:51 -07001318 showAllAppsDialog();
Joe Onorato7404ee42009-07-31 11:54:44 -07001319 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001320 }
1321 }
1322
1323 void startActivitySafely(Intent intent) {
1324 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
1325 try {
1326 startActivity(intent);
1327 } catch (ActivityNotFoundException e) {
1328 Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
1329 } catch (SecurityException e) {
1330 Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
Romain Guy73b979d2009-06-09 12:57:21 -07001331 e(LOG_TAG, "Launcher does not have the permission to launch " + intent +
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001332 ". Make sure to create a MAIN intent-filter for the corresponding activity " +
1333 "or use the exported attribute for this activity.", e);
1334 }
1335 }
1336
1337 private void handleFolderClick(FolderInfo folderInfo) {
1338 if (!folderInfo.opened) {
1339 // Close any open folder
1340 closeFolder();
1341 // Open the requested folder
1342 openFolder(folderInfo);
1343 } else {
1344 // Find the open folder...
1345 Folder openFolder = mWorkspace.getFolderForTag(folderInfo);
1346 int folderScreen;
1347 if (openFolder != null) {
1348 folderScreen = mWorkspace.getScreenForView(openFolder);
1349 // .. and close it
1350 closeFolder(openFolder);
1351 if (folderScreen != mWorkspace.getCurrentScreen()) {
1352 // Close any folder open on the current screen
1353 closeFolder();
1354 // Pull the folder onto this screen
1355 openFolder(folderInfo);
1356 }
1357 }
1358 }
1359 }
1360
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001361 /**
1362 * Opens the user fodler described by the specified tag. The opening of the folder
1363 * is animated relative to the specified View. If the View is null, no animation
1364 * is played.
1365 *
1366 * @param folderInfo The FolderInfo describing the folder to open.
1367 */
1368 private void openFolder(FolderInfo folderInfo) {
1369 Folder openFolder;
1370
1371 if (folderInfo instanceof UserFolderInfo) {
1372 openFolder = UserFolder.fromXml(this);
1373 } else if (folderInfo instanceof LiveFolderInfo) {
Joe Onoratoa5902522009-07-30 13:37:37 -07001374 openFolder = com.android.launcher2.LiveFolder.fromXml(this, folderInfo);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001375 } else {
1376 return;
1377 }
1378
Joe Onorato00acb122009-08-04 16:04:30 -04001379 openFolder.setDragController(mDragController);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001380 openFolder.setLauncher(this);
1381
1382 openFolder.bind(folderInfo);
1383 folderInfo.opened = true;
1384
1385 mWorkspace.addInScreen(openFolder, folderInfo.screen, 0, 0, 4, 4);
1386 openFolder.onOpen();
1387 }
1388
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001389 public boolean onLongClick(View v) {
Joe Onorato9c1289c2009-08-17 11:03:03 -04001390 if (isWorkspaceLocked()) {
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001391 return false;
1392 }
1393
1394 if (!(v instanceof CellLayout)) {
1395 v = (View) v.getParent();
1396 }
1397
1398 CellLayout.CellInfo cellInfo = (CellLayout.CellInfo) v.getTag();
1399
1400 // This happens when long clicking an item with the dpad/trackball
1401 if (cellInfo == null) {
1402 return true;
1403 }
1404
1405 if (mWorkspace.allowLongPress()) {
1406 if (cellInfo.cell == null) {
1407 if (cellInfo.valid) {
1408 // User long pressed on empty space
The Android Open Source Projectca9475f2009-03-13 13:04:24 -07001409 mWorkspace.setAllowLongPress(false);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001410 showAddDialog(cellInfo);
1411 }
1412 } else {
1413 if (!(cellInfo.cell instanceof Folder)) {
1414 // User long pressed on an item
1415 mWorkspace.startDrag(cellInfo);
1416 }
1417 }
1418 }
1419 return true;
1420 }
1421
The Android Open Source Project7376fae2009-03-11 12:11:58 -07001422 View getDrawerHandle() {
1423 return mHandleView;
1424 }
1425
Joe Onorato7c312c12009-08-13 21:36:53 -07001426 boolean isDrawerDown() { // TODO rename to isAllAppsVisible()
1427 return /* TODO !mDrawer.isMoving() && */ !mAllAppsVisible;
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001428 }
1429
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001430 Workspace getWorkspace() {
1431 return mWorkspace;
1432 }
1433
Joe Onorato7404ee42009-07-31 11:54:44 -07001434 /* TODO
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001435 GridView getApplicationsGrid() {
1436 return mAllAppsGrid;
1437 }
Joe Onorato7404ee42009-07-31 11:54:44 -07001438 */
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001439
1440 @Override
1441 protected Dialog onCreateDialog(int id) {
1442 switch (id) {
1443 case DIALOG_CREATE_SHORTCUT:
1444 return new CreateShortcut().createDialog();
1445 case DIALOG_RENAME_FOLDER:
1446 return new RenameFolder().createDialog();
1447 }
1448
1449 return super.onCreateDialog(id);
1450 }
1451
1452 @Override
1453 protected void onPrepareDialog(int id, Dialog dialog) {
1454 switch (id) {
1455 case DIALOG_CREATE_SHORTCUT:
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001456 break;
1457 case DIALOG_RENAME_FOLDER:
Romain Guy7b4ef332009-07-14 13:58:08 -07001458 if (mFolderInfo != null) {
1459 EditText input = (EditText) dialog.findViewById(R.id.folder_name);
1460 final CharSequence text = mFolderInfo.title;
1461 input.setText(text);
1462 input.setSelection(0, text.length());
1463 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001464 break;
1465 }
1466 }
1467
1468 void showRenameDialog(FolderInfo info) {
1469 mFolderInfo = info;
1470 mWaitingForResult = true;
1471 showDialog(DIALOG_RENAME_FOLDER);
1472 }
1473
1474 private void showAddDialog(CellLayout.CellInfo cellInfo) {
1475 mAddItemCellInfo = cellInfo;
1476 mWaitingForResult = true;
1477 showDialog(DIALOG_CREATE_SHORTCUT);
1478 }
1479
Romain Guy73b979d2009-06-09 12:57:21 -07001480 private void pickShortcut(int requestCode, int title) {
1481 Bundle bundle = new Bundle();
1482
1483 ArrayList<String> shortcutNames = new ArrayList<String>();
1484 shortcutNames.add(getString(R.string.group_applications));
1485 bundle.putStringArrayList(Intent.EXTRA_SHORTCUT_NAME, shortcutNames);
1486
1487 ArrayList<ShortcutIconResource> shortcutIcons = new ArrayList<ShortcutIconResource>();
1488 shortcutIcons.add(ShortcutIconResource.fromContext(Launcher.this,
1489 R.drawable.ic_launcher_application));
1490 bundle.putParcelableArrayList(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, shortcutIcons);
1491
1492 Intent pickIntent = new Intent(Intent.ACTION_PICK_ACTIVITY);
1493 pickIntent.putExtra(Intent.EXTRA_INTENT, new Intent(Intent.ACTION_CREATE_SHORTCUT));
1494 pickIntent.putExtra(Intent.EXTRA_TITLE, getText(title));
1495 pickIntent.putExtras(bundle);
1496
1497 startActivityForResult(pickIntent, requestCode);
1498 }
1499
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001500 private class RenameFolder {
1501 private EditText mInput;
1502
1503 Dialog createDialog() {
1504 mWaitingForResult = true;
1505 final View layout = View.inflate(Launcher.this, R.layout.rename_folder, null);
1506 mInput = (EditText) layout.findViewById(R.id.folder_name);
1507
1508 AlertDialog.Builder builder = new AlertDialog.Builder(Launcher.this);
1509 builder.setIcon(0);
1510 builder.setTitle(getString(R.string.rename_folder_title));
1511 builder.setCancelable(true);
1512 builder.setOnCancelListener(new Dialog.OnCancelListener() {
1513 public void onCancel(DialogInterface dialog) {
1514 cleanup();
1515 }
1516 });
1517 builder.setNegativeButton(getString(R.string.cancel_action),
1518 new Dialog.OnClickListener() {
1519 public void onClick(DialogInterface dialog, int which) {
1520 cleanup();
1521 }
1522 }
1523 );
1524 builder.setPositiveButton(getString(R.string.rename_action),
1525 new Dialog.OnClickListener() {
1526 public void onClick(DialogInterface dialog, int which) {
1527 changeFolderName();
1528 }
1529 }
1530 );
1531 builder.setView(layout);
Romain Guy7b4ef332009-07-14 13:58:08 -07001532
1533 final AlertDialog dialog = builder.create();
1534 dialog.setOnShowListener(new DialogInterface.OnShowListener() {
1535 public void onShow(DialogInterface dialog) {
Romain Guy7b4ef332009-07-14 13:58:08 -07001536 }
1537 });
1538
1539 return dialog;
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001540 }
1541
1542 private void changeFolderName() {
1543 final String name = mInput.getText().toString();
1544 if (!TextUtils.isEmpty(name)) {
1545 // Make sure we have the right folder info
Joe Onorato9c1289c2009-08-17 11:03:03 -04001546 mFolderInfo = mFolders.get(mFolderInfo.id);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001547 mFolderInfo.title = name;
1548 LauncherModel.updateItemInDatabase(Launcher.this, mFolderInfo);
1549
Joe Onorato9c1289c2009-08-17 11:03:03 -04001550 if (mWorkspaceLoading) {
Joe Onorato7c312c12009-08-13 21:36:53 -07001551 lockAllApps();
Joe Onorato9c1289c2009-08-17 11:03:03 -04001552 mModel.setWorkspaceDirty();
1553 mModel.startLoader(Launcher.this, false);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001554 } else {
1555 final FolderIcon folderIcon = (FolderIcon)
1556 mWorkspace.getViewForTag(mFolderInfo);
1557 if (folderIcon != null) {
1558 folderIcon.setText(name);
1559 getWorkspace().requestLayout();
1560 } else {
Joe Onorato7c312c12009-08-13 21:36:53 -07001561 lockAllApps();
Joe Onorato9c1289c2009-08-17 11:03:03 -04001562 mModel.setWorkspaceDirty();
1563 mWorkspaceLoading = true;
1564 mModel.startLoader(Launcher.this, false);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001565 }
1566 }
1567 }
1568 cleanup();
1569 }
1570
1571 private void cleanup() {
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001572 dismissDialog(DIALOG_RENAME_FOLDER);
1573 mWaitingForResult = false;
1574 mFolderInfo = null;
1575 }
1576 }
1577
Joe Onoratoe77c08d2009-08-01 00:01:20 -07001578 void showAllAppsDialog() {
Joe Onorato7c312c12009-08-13 21:36:53 -07001579 mAllAppsVisible = true;
1580 mAllAppsGrid.setVisibility(View.VISIBLE);
Joe Onoratoe77c08d2009-08-01 00:01:20 -07001581 mWorkspace.hide();
Joe Onorato7c312c12009-08-13 21:36:53 -07001582
1583 // TODO: fade these two too
1584 mDeleteZone.setVisibility(View.GONE);
1585 mHandleView.setVisibility(View.GONE);
Joe Onorato00acb122009-08-04 16:04:30 -04001586 }
1587
1588 void closeAllAppsDialog(boolean animated) {
Joe Onorato7c312c12009-08-13 21:36:53 -07001589 if (mAllAppsVisible) {
1590 Log.d(LOG_TAG, "closing all apps");
Joe Onoratoe77c08d2009-08-01 00:01:20 -07001591 if (animated) {
1592 // TODO mDrawer.animateClose();
Joe Onorato7c312c12009-08-13 21:36:53 -07001593 mAllAppsGrid.setVisibility(View.GONE);
Joe Onoratoe77c08d2009-08-01 00:01:20 -07001594 } else {
Joe Onorato7c312c12009-08-13 21:36:53 -07001595 mAllAppsGrid.setVisibility(View.GONE);
Joe Onoratoe77c08d2009-08-01 00:01:20 -07001596 }
Joe Onorato7c312c12009-08-13 21:36:53 -07001597 mAllAppsVisible = false;
Joe Onoratoe77c08d2009-08-01 00:01:20 -07001598 mWorkspace.getChildAt(mWorkspace.getCurrentScreen()).requestFocus();
1599 mWorkspace.show();
Joe Onorato7c312c12009-08-13 21:36:53 -07001600
1601 // TODO: fade these two too
1602 mDeleteZone.setVisibility(View.VISIBLE);
1603 mHandleView.setVisibility(View.VISIBLE);
Joe Onoratoe77c08d2009-08-01 00:01:20 -07001604 }
Joe Onorato7404ee42009-07-31 11:54:44 -07001605 }
1606
Joe Onorato7c312c12009-08-13 21:36:53 -07001607 void lockAllApps() {
1608 // TODO
1609 }
1610
1611 void unlockAllApps() {
1612 // TODO
1613 }
1614
Joe Onorato7404ee42009-07-31 11:54:44 -07001615 /**
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001616 * Displays the shortcut creation dialog and launches, if necessary, the
1617 * appropriate activity.
1618 */
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001619 private class CreateShortcut implements DialogInterface.OnClickListener,
Romain Guy7b4ef332009-07-14 13:58:08 -07001620 DialogInterface.OnCancelListener, DialogInterface.OnDismissListener,
1621 DialogInterface.OnShowListener {
1622
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001623 private AddAdapter mAdapter;
Romain Guy9ffb5432009-03-24 21:04:15 -07001624
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001625 Dialog createDialog() {
1626 mWaitingForResult = true;
Romain Guycbb89e42009-06-08 15:52:54 -07001627
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001628 mAdapter = new AddAdapter(Launcher.this);
Romain Guycbb89e42009-06-08 15:52:54 -07001629
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001630 final AlertDialog.Builder builder = new AlertDialog.Builder(Launcher.this);
1631 builder.setTitle(getString(R.string.menu_item_add_item));
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001632 builder.setAdapter(mAdapter, this);
Romain Guycbb89e42009-06-08 15:52:54 -07001633
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001634 builder.setInverseBackgroundForced(true);
1635
1636 AlertDialog dialog = builder.create();
1637 dialog.setOnCancelListener(this);
Romain Guycbb89e42009-06-08 15:52:54 -07001638 dialog.setOnDismissListener(this);
Romain Guy7b4ef332009-07-14 13:58:08 -07001639 dialog.setOnShowListener(this);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001640
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001641 return dialog;
1642 }
1643
1644 public void onCancel(DialogInterface dialog) {
1645 mWaitingForResult = false;
1646 cleanup();
1647 }
1648
Romain Guycbb89e42009-06-08 15:52:54 -07001649 public void onDismiss(DialogInterface dialog) {
Romain Guycbb89e42009-06-08 15:52:54 -07001650 }
1651
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001652 private void cleanup() {
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001653 dismissDialog(DIALOG_CREATE_SHORTCUT);
1654 }
1655
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001656 /**
1657 * Handle the action clicked in the "Add to home" dialog.
1658 */
1659 public void onClick(DialogInterface dialog, int which) {
1660 Resources res = getResources();
1661 cleanup();
Romain Guycbb89e42009-06-08 15:52:54 -07001662
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001663 switch (which) {
1664 case AddAdapter.ITEM_SHORTCUT: {
1665 // Insert extra item to handle picking application
Romain Guy73b979d2009-06-09 12:57:21 -07001666 pickShortcut(REQUEST_PICK_SHORTCUT, R.string.title_select_shortcut);
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001667 break;
1668 }
Romain Guycbb89e42009-06-08 15:52:54 -07001669
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001670 case AddAdapter.ITEM_APPWIDGET: {
1671 int appWidgetId = Launcher.this.mAppWidgetHost.allocateAppWidgetId();
Romain Guycbb89e42009-06-08 15:52:54 -07001672
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001673 Intent pickIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_PICK);
1674 pickIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId);
1675 // add the search widget
1676 ArrayList<AppWidgetProviderInfo> customInfo =
1677 new ArrayList<AppWidgetProviderInfo>();
1678 AppWidgetProviderInfo info = new AppWidgetProviderInfo();
1679 info.provider = new ComponentName(getPackageName(), "XXX.YYY");
1680 info.label = getString(R.string.group_search);
1681 info.icon = R.drawable.ic_search_widget;
1682 customInfo.add(info);
1683 pickIntent.putParcelableArrayListExtra(
1684 AppWidgetManager.EXTRA_CUSTOM_INFO, customInfo);
1685 ArrayList<Bundle> customExtras = new ArrayList<Bundle>();
1686 Bundle b = new Bundle();
1687 b.putString(EXTRA_CUSTOM_WIDGET, SEARCH_WIDGET);
1688 customExtras.add(b);
1689 pickIntent.putParcelableArrayListExtra(
1690 AppWidgetManager.EXTRA_CUSTOM_EXTRAS, customExtras);
1691 // start the pick activity
1692 startActivityForResult(pickIntent, REQUEST_PICK_APPWIDGET);
1693 break;
1694 }
Romain Guycbb89e42009-06-08 15:52:54 -07001695
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001696 case AddAdapter.ITEM_LIVE_FOLDER: {
1697 // Insert extra item to handle inserting folder
1698 Bundle bundle = new Bundle();
Romain Guycbb89e42009-06-08 15:52:54 -07001699
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001700 ArrayList<String> shortcutNames = new ArrayList<String>();
1701 shortcutNames.add(res.getString(R.string.group_folder));
1702 bundle.putStringArrayList(Intent.EXTRA_SHORTCUT_NAME, shortcutNames);
Romain Guycbb89e42009-06-08 15:52:54 -07001703
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001704 ArrayList<ShortcutIconResource> shortcutIcons =
1705 new ArrayList<ShortcutIconResource>();
1706 shortcutIcons.add(ShortcutIconResource.fromContext(Launcher.this,
1707 R.drawable.ic_launcher_folder));
1708 bundle.putParcelableArrayList(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, shortcutIcons);
1709
1710 Intent pickIntent = new Intent(Intent.ACTION_PICK_ACTIVITY);
1711 pickIntent.putExtra(Intent.EXTRA_INTENT,
1712 new Intent(LiveFolders.ACTION_CREATE_LIVE_FOLDER));
1713 pickIntent.putExtra(Intent.EXTRA_TITLE,
1714 getText(R.string.title_select_live_folder));
1715 pickIntent.putExtras(bundle);
Romain Guycbb89e42009-06-08 15:52:54 -07001716
Jeffrey Sharkeyc7fdae12009-03-24 20:41:22 -07001717 startActivityForResult(pickIntent, REQUEST_PICK_LIVE_FOLDER);
1718 break;
1719 }
1720
1721 case AddAdapter.ITEM_WALLPAPER: {
1722 startWallpaper();
1723 break;
1724 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001725 }
1726 }
Romain Guy7b4ef332009-07-14 13:58:08 -07001727
1728 public void onShow(DialogInterface dialog) {
Romain Guy7b4ef332009-07-14 13:58:08 -07001729 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001730 }
1731
1732 /**
Joe Onorato9c1289c2009-08-17 11:03:03 -04001733 * Implementation of the method from LauncherModel.Callbacks.
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001734 */
Joe Onorato9c1289c2009-08-17 11:03:03 -04001735 public int getCurrentWorkspaceScreen() {
1736 return mWorkspace.getCurrentScreen();
1737 }
The Android Open Source Projectf96811c2009-03-18 17:39:48 -07001738
Joe Onorato9c1289c2009-08-17 11:03:03 -04001739 /**
1740 * Refreshes the shortcuts shown on the workspace.
1741 *
1742 * Implementation of the method from LauncherModel.Callbacks.
1743 */
1744 public void startBinding() {
1745 final Workspace workspace = mWorkspace;
1746 int count = workspace.getChildCount();
1747 for (int i = 0; i < count; i++) {
1748 ((ViewGroup) workspace.getChildAt(i)).removeAllViewsInLayout();
1749 }
The Android Open Source Projectf96811c2009-03-18 17:39:48 -07001750
Joe Onorato9c1289c2009-08-17 11:03:03 -04001751 if (DEBUG_USER_INTERFACE) {
1752 android.widget.Button finishButton = new android.widget.Button(this);
1753 finishButton.setText("Finish");
1754 workspace.addInScreen(finishButton, 1, 0, 0, 1, 1);
1755
1756 finishButton.setOnClickListener(new android.widget.Button.OnClickListener() {
1757 public void onClick(View v) {
1758 finish();
The Android Open Source Projectf96811c2009-03-18 17:39:48 -07001759 }
Joe Onorato9c1289c2009-08-17 11:03:03 -04001760 });
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001761 }
1762 }
1763
1764 /**
Joe Onorato9c1289c2009-08-17 11:03:03 -04001765 * Bind the items start-end from the list.
1766 *
1767 * Implementation of the method from LauncherModel.Callbacks.
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001768 */
Joe Onorato9c1289c2009-08-17 11:03:03 -04001769 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end) {
1770
1771 final Workspace workspace = mWorkspace;
1772
1773 for (int i=start; i<end; i++) {
1774 final ItemInfo item = shortcuts.get(i);
1775 mDesktopItems.add(item);
1776 switch (item.itemType) {
1777 case LauncherSettings.Favorites.ITEM_TYPE_APPLICATION:
1778 case LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT:
1779 final View shortcut = createShortcut((ApplicationInfo) item);
1780 workspace.addInScreen(shortcut, item.screen, item.cellX, item.cellY, 1, 1,
1781 false);
1782 break;
1783 case LauncherSettings.Favorites.ITEM_TYPE_USER_FOLDER:
1784 final FolderIcon newFolder = FolderIcon.fromXml(R.layout.folder_icon, this,
1785 (ViewGroup) workspace.getChildAt(workspace.getCurrentScreen()),
1786 (UserFolderInfo) item);
1787 workspace.addInScreen(newFolder, item.screen, item.cellX, item.cellY, 1, 1,
1788 false);
1789 break;
1790 case LauncherSettings.Favorites.ITEM_TYPE_LIVE_FOLDER:
1791 final FolderIcon newLiveFolder = LiveFolderIcon.fromXml(
1792 R.layout.live_folder_icon, this,
1793 (ViewGroup) workspace.getChildAt(workspace.getCurrentScreen()),
1794 (LiveFolderInfo) item);
1795 workspace.addInScreen(newLiveFolder, item.screen, item.cellX, item.cellY, 1, 1,
1796 false);
1797 break;
1798 case LauncherSettings.Favorites.ITEM_TYPE_WIDGET_SEARCH:
1799 final int screen = workspace.getCurrentScreen();
1800 final View view = mInflater.inflate(R.layout.widget_search,
1801 (ViewGroup) workspace.getChildAt(screen), false);
1802
1803 Search search = (Search) view.findViewById(R.id.widget_search);
1804 search.setLauncher(this);
1805
1806 final Widget widget = (Widget) item;
1807 view.setTag(widget);
1808
1809 workspace.addWidget(view, widget, false);
1810 break;
1811 }
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001812 }
1813
Joe Onorato9c1289c2009-08-17 11:03:03 -04001814 workspace.requestLayout();
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001815 }
1816
Joe Onorato9c1289c2009-08-17 11:03:03 -04001817 /**
1818 * Implementation of the method from LauncherModel.Callbacks.
1819 */
1820 void bindFolders(HashMap<Long, FolderInfo> folders) {
1821 mFolders.putAll(folders);
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001822 }
Joe Onorato9c1289c2009-08-17 11:03:03 -04001823
1824 /**
1825 * Add the views for a widget to the workspace.
1826 *
1827 * Implementation of the method from LauncherModel.Callbacks.
1828 */
1829 public void bindAppWidget(LauncherAppWidgetInfo item) {
1830 final Workspace workspace = mWorkspace;
1831
1832 final int appWidgetId = item.appWidgetId;
1833 final AppWidgetProviderInfo appWidgetInfo = mAppWidgetManager.getAppWidgetInfo(appWidgetId);
1834 item.hostView = mAppWidgetHost.createView(this, appWidgetId, appWidgetInfo);
1835
1836 if (true) {
1837 Log.d(LOG_TAG, String.format("about to setAppWidget for id=%d, info=%s",
1838 appWidgetId, appWidgetInfo));
1839 }
1840
1841 item.hostView.setAppWidget(appWidgetId, appWidgetInfo);
1842 item.hostView.setTag(item);
1843
1844 workspace.addInScreen(item.hostView, item.screen, item.cellX,
1845 item.cellY, item.spanX, item.spanY, false);
1846
1847 workspace.requestLayout();
1848
1849 mDesktopItems.add(item);
1850 }
1851
1852 /**
1853 * Callback saying that there aren't any more items to bind.
1854 *
1855 * Implementation of the method from LauncherModel.Callbacks.
1856 */
1857 public void finishBindingItems() {
1858 if (mSavedState != null) {
1859 if (!mWorkspace.hasFocus()) {
1860 mWorkspace.getChildAt(mWorkspace.getCurrentScreen()).requestFocus();
1861 }
1862
1863 final long[] userFolders = mSavedState.getLongArray(RUNTIME_STATE_USER_FOLDERS);
1864 if (userFolders != null) {
1865 for (long folderId : userFolders) {
1866 final FolderInfo info = mFolders.get(folderId);
1867 if (info != null) {
1868 openFolder(info);
1869 }
1870 }
1871 final Folder openFolder = mWorkspace.getOpenFolder();
1872 if (openFolder != null) {
1873 openFolder.requestFocus();
1874 }
1875 }
1876
1877 final boolean allApps = mSavedState.getBoolean(RUNTIME_STATE_ALL_APPS_FOLDER, false);
1878 if (allApps) {
1879 showAllAppsDialog();
1880 }
1881
1882 mSavedState = null;
1883 }
1884
1885 if (mSavedInstanceState != null) {
1886 super.onRestoreInstanceState(mSavedInstanceState);
1887 mSavedInstanceState = null;
1888 }
1889
1890 /* TODO
1891 if (mAllAppsVisible && !mDrawer.hasFocus()) {
1892 mDrawer.requestFocus();
1893 }
1894 */
1895
1896 Log.d(TAG, "finishBindingItems done");
1897 mWorkspaceLoading = false;
1898 }
1899
1900 /**
1901 * Add the icons for all apps.
1902 *
1903 * Implementation of the method from LauncherModel.Callbacks.
1904 */
1905 public void bindAllApplications(ArrayList<ApplicationInfo> apps) {
1906 Log.d(LOG_TAG, "got info for " + apps.size() + " apps");
1907 mAllAppsList = apps;
1908 mAllAppsGrid.setApps(mAllAppsList);
1909 }
1910
1911 /**
1912 * A package was installed.
1913 *
1914 * Implementation of the method from LauncherModel.Callbacks.
1915 */
1916 public void bindPackageAdded(ArrayList<ApplicationInfo> apps) {
1917 removeDialog(DIALOG_CREATE_SHORTCUT);
1918 }
1919
1920 /**
1921 * A package was updated.
1922 *
1923 * Implementation of the method from LauncherModel.Callbacks.
1924 */
1925 public void bindPackageUpdated(String packageName, ArrayList<ApplicationInfo> apps) {
1926 removeDialog(DIALOG_CREATE_SHORTCUT);
1927 mWorkspace.updateShortcutsForPackage(packageName);
1928 }
1929
1930 /**
1931 * A package was uninstalled.
1932 *
1933 * Implementation of the method from LauncherModel.Callbacks.
1934 */
1935 public void bindPackageRemoved(String packageName, ArrayList<ApplicationInfo> apps) {
1936 removeDialog(DIALOG_CREATE_SHORTCUT);
1937 mWorkspace.removeShortcutsForPackage(packageName);
1938 }
1939
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001940}