summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher
Commit message (Expand)AuthorAgeFilesLines
* Add support for CMHome (1/2)Matt Garnes2014-07-151-1/+16
* trebuchet: custom homeJorge Ruesga2014-06-171-0/+201
* 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 w...Mike LeBeau2009-07-281-8/+0
|\
| * Stop trying to play tricks with the focusability of the search widget'sMike LeBeau2009-07-281-8/+0
* | 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
|\
| * 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
|/
* Prevents BadTokenException on rotation of the gestures window.Romain Guy2009-07-171-2/+2
* Fixes #1930069. Prevents NPE in GesturesActivity. Ensures the store is always...Romain Guy2009-07-172-7/+7
* 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
|\
| * Fix the lock issue on Home. This was caused by onPrepareDialog().Romain Guy2009-07-141-8/+23
* | 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
* 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
* Merge change 6127 into donutAndroid (Google) Code Review2009-07-021-106/+0
|\
| * Remove SearchAutocompleteTextView from Launcher.Karl Rosaen2009-07-021-106/+0
* | Fixes #1956185. Restores the gesture when changing orientation when creating ...Romain Guy2009-07-011-1/+4
|/
* 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 la...Romain Guy2009-06-291-1/+1
* 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
* 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
* Close the gestures pad when pressing Home. A regression was recently introduc...Romain Guy2009-06-171-1/+4
* Merge change 4479 into donutAndroid (Google) Code Review2009-06-172-0/+14
|\
| * Adds checks in Home's broadcast receivers to handle only known actions.Romain Guy2009-06-172-0/+14
* | Fix handling of the back key on Home in the gestures panel.Romain Guy2009-06-171-1/+4
|/
* Merge change 4383 into donutAndroid (Google) Code Review2009-06-161-3/+40
|\
| * Fixes #1912902. Handles orientation change when renaming gestures.Romain Guy2009-06-161-3/+40
* | Fixes #1921372. Pressing Home with the window shade down would show gestures ...Romain Guy2009-06-161-1/+2
|/
* When initiating a drag and drop from a folder in home, you could sometimes seeRomain Guy2009-06-121-11/+14
* Merge change 3939 into donutAndroid (Google) Code Review2009-06-111-27/+38
|\
| * 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
|/
* Improve the threading model in the gestures settings activity.Romain Guy2009-06-111-1/+3
* Fixes 1909513.Romain Guy2009-06-101-3/+7
* 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