summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher
Commit message (Collapse)AuthorAgeFilesLines
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-3039-11289/+0
|
* Also provide the name of the wallpaper that's being backed up.Joe Onorato2009-07-291-5/+48
|
* am 31bbf9cb: Stop trying to play tricks with the focusability of the search ↵Mike LeBeau2009-07-281-8/+0
|\ | | | | | | | | | | | | | | | | widget\'s TextView, as we weren\'t always doing it right, and it doesn\'t seem to help or hurt the frequency of the home screen sliding up when the widget is selected (that seems to be separate, Merge commit '31bbf9cbff8d5db6ab3b1cd93497045acdb8f74a' * commit '31bbf9cbff8d5db6ab3b1cd93497045acdb8f74a': Stop trying to play tricks with the focusability of the search widget's
| * Stop trying to play tricks with the focusability of the search widget'sMike LeBeau2009-07-281-8/+0
| | | | | | | | | | | | TextView, as we weren't always doing it right, and it doesn't seem to help or hurt the frequency of the home screen sliding up when the widget is selected (that seems to be separate, see http://b/1819752).
* | Deal with canceled keys.Dianne Hackborn2009-07-241-5/+29
|/
* Update launcher to use new bitmap density API.Dianne Hackborn2009-07-231-8/+5
|
* Merge change 8034 into donutAndroid (Google) Code Review2009-07-214-1001/+4
|\ | | | | | | | | * changes: Remove gestures from Home.
| * Remove gestures from Home.Romain Guy2009-07-214-1001/+4
| |
* | Display a Google logo in the search widget if Google is the chosen webMike LeBeau2009-07-201-0/+57
|/ | | | | search provider. Listen for broadcasts of that setting changing to correctly update the widget as appropriate.
* Prevents BadTokenException on rotation of the gestures window.Romain Guy2009-07-171-2/+2
|
* Fixes #1930069. Prevents NPE in GesturesActivity. Ensures the store is ↵Romain Guy2009-07-172-7/+7
| | | | always != null.
* Remove dead code from Home.Romain Guy2009-07-171-8/+1
|
* Fixes #1987902. Do not show the + button when not needed.Romain Guy2009-07-171-7/+9
|
* Fix back button in gestures panel.Romain Guy2009-07-171-8/+8
|
* More new gestures UI. Adds a back button at the bottom of the settings activity.Romain Guy2009-07-163-23/+13
|
* New gestures UI.Romain Guy2009-07-163-79/+237
|
* Merge change 7136 into donutAndroid (Google) Code Review2009-07-141-8/+23
|\ | | | | | | | | * changes: Fix the lock issue on Home. This was caused by onPrepareDialog().
| * Fix the lock issue on Home. This was caused by onPrepareDialog().Romain Guy2009-07-141-8/+23
| | | | | | | | | | | | | | onPrepareDialog() is called after a dialog was created/shown at least once. But onPrepareDialog() does not mean the dialog will be shown. Thus Home would sometimes lock itself without showing the dialog the user would normally use to unlock the workspace.
* | Fixes #1977560. Prevents NPE when rotating the gestures activity.Romain Guy2009-07-141-1/+1
|/
* Don't call SearchManager.isVisible() in Launcher.Bjorn Bringert2009-07-081-3/+1
| | | | | | | SearchManager.isVisible() is a hidden method that should not be used by applications. Also, SearchManager.stopSearch() already checks whether the search dialog is visible before tryinf to dimiss it, so the check in Launcher was redundant.
* Related to #1444844. Caps fling velocity on Home.Romain Guy2009-07-061-2/+5
|
* Close the search dialog when user gets to Home by pressing home button,Mike LeBeau2009-07-021-3/+29
| | | | but still keep it up if the user pressed e.g. back button.
* Merge change 6127 into donutAndroid (Google) Code Review2009-07-021-106/+0
|\ | | | | | | | | * changes: Remove SearchAutocompleteTextView from Launcher.
| * Remove SearchAutocompleteTextView from Launcher.Karl Rosaen2009-07-021-106/+0
| | | | | | | | | | Now that the search widget doesn't actually get focus (it just turns into the search dialog), it is no longer needed.
* | Fixes #1956185. Restores the gesture when changing orientation when creating ↵Romain Guy2009-07-011-1/+4
|/ | | | a shortcut.
* Use a plain DataOutputStream instead of SharedPreferences in Home.Romain Guy2009-06-301-14/+68
|
* Fixes #1949637. Home was setting waitingForResult=true whenever an app was ↵Romain Guy2009-06-291-1/+1
| | | | | | | launched. Home was incorrectly treating apps launches as subactivties launched to obtain results. This resulted in a protective flag being set when it should not have been.
* Fix use of drawing cache in Launcher.Romain Guy2009-06-261-1/+1
|
* Fixes #1945905. Prevents the user from clicking the same button mutiple times.Romain Guy2009-06-261-3/+5
|
* Fixes #1940691. Sync packages when home receives a reinstall notification.Romain Guy2009-06-241-14/+23
| | | | | Home was only updating known activities. This change makes home also check for removed activities and added activities.
* Fixes #1937447. Home was not saving the appropriate state when losing focus.Romain Guy2009-06-238-18/+29
|
* Fixes #1930608. Drop the gestures tables before attempting to recreate it.Romain Guy2009-06-191-0/+1
|
* Fixes #1919280. Home was leaking the gestures window on configuration change.Romain Guy2009-06-171-9/+78
| | | | | | | | Dismisses the popup window upon configuration change and correctly restores the window after the new activity is created. This change also saves/restores the current gesture and its match. This change also fixes the handling of the back key when creating a new gesture-based shortcut: the gestures pad is not dismissed anymore when pressing back in one of the shortcuts dialogs.
* Close the gestures pad when pressing Home. A regression was recently ↵Romain Guy2009-06-171-1/+4
| | | | | | introduced when ignoring the Home key press when Home's window does not have focus.
* Merge change 4479 into donutAndroid (Google) Code Review2009-06-172-0/+14
|\ | | | | | | | | * changes: Adds checks in Home's broadcast receivers to handle only known actions.
| * Adds checks in Home's broadcast receivers to handle only known actions.Romain Guy2009-06-172-0/+14
| | | | | | | | | | Previously, Home would handle any action sent directly to its broadcast receivers as if it was an UNINSTALL/INSTALL_SHORTCUT action.
* | Fix handling of the back key on Home in the gestures panel.Romain Guy2009-06-171-1/+4
|/ | | | | | | Previously, pressing back in a dialog on top of the gestures panel would always dismiss the gestures panel. This is because the UP event for the BACK key is sent to the underlying window after dismissing a dialog. This fix simply checks for DOWN events only.
* Merge change 4383 into donutAndroid (Google) Code Review2009-06-161-3/+40
|\ | | | | | | | | * changes: Fixes #1912902. Handles orientation change when renaming gestures.
| * Fixes #1912902. Handles orientation change when renaming gestures.Romain Guy2009-06-161-3/+40
| | | | | | | | | | | | The GesturesActivity was crashing when changing the orientation while renaming a gesture. This was due to unimplemented support for orientation changes.
* | Fixes #1921372. Pressing Home with the window shade down would show gestures ↵Romain Guy2009-06-161-1/+2
|/ | | | | | | pad. This change checks for the window focus before taking action. If the Home's window does not have focus, then the gestures pad is not shown.
* When initiating a drag and drop from a folder in home, you could sometimes seeRomain Guy2009-06-121-11/+14
| | | | a black background behind the icon. This was due to uncleared drawing caches.
* Merge change 3939 into donutAndroid (Google) Code Review2009-06-111-27/+38
|\ | | | | | | | | * changes: Tweak thread priorities in Home to make first boot experience a little better.
| * Tweak thread priorities in Home to make first boot experience a little better.Romain Guy2009-06-111-27/+38
| |
* | Change recognition matchin in Home to immediate mode.Romain Guy2009-06-111-10/+31
|/ | | | | Instead of waiting for Xms after a finger up event to start the recognition process, do it right away on a finger up event. This provides immediate feedback.
* Improve the threading model in the gestures settings activity.Romain Guy2009-06-111-1/+3
| | | | | This change checks for isCancelled() inside the loop to be able to terminate the thread as early as possible.
* Fixes 1909513.Romain Guy2009-06-101-3/+7
| | | | Do not show the gestures pad when the user is in the search dialog.
* Fix issues with how the gestures pad was hidden when leaving Home.Romain Guy2009-06-101-2/+8
|
* Add gestures to Home.Romain Guy2009-06-1010-145/+1026
| | | | Press the Home key while in Home to enable the gestures pad.
* Fix locked workspace in Home.Romain Guy2009-06-081-97/+102
| | | | | | A dialog can be dismissed without being cancelled. This change simply adds a dismiss listener to the Add dialog in Home to make sure the workspace is properly unlocked when the dialog is dismissed.
* Fixes #1876911Romain Guy2009-06-011-1/+1
| | | | | | | Moving the trackball up or down on a screen in Home could send the focus to the left/right, which can be confusing. This issue was introduced by a change in the way addFocusables() work and Home did not respect the new behavior.