index
:
packages_apps_trebuchet
replicant-4.2
packages/apps/trebuchet
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to use new wallpaper APIs.
Dianne Hackborn
2009-08-05
2
-57
/
+7
*
Fade the workspace when the all apps drawer opens and closes.
Joe Onorato
2009-08-01
4
-31
/
+222
*
Split the wallpaper into its own view (it will be its own surface some day).
Joe Onorato
2009-07-31
4
-73
/
+160
*
Factor showAllAppsDialog
Joe Onorato
2009-07-31
1
-3
/
+7
*
no texture for the all apps grid.
Joe Onorato
2009-07-31
1
-42
/
+0
*
Checkpoint launcher2 - all apps is in a 2nd window.
Joe Onorato
2009-07-31
2
-91
/
+102
*
Launcher2 compiles.
Joe Onorato
2009-07-30
39
-44
/
+44
*
Move com/android/launcher -> com/android/launcher2
Joe Onorato
2009-07-30
39
-0
/
+0
*
Also provide the name of the wallpaper that's being backed up.
Joe Onorato
2009-07-29
1
-5
/
+48
*
am 31bbf9cb: Stop trying to play tricks with the focusability of the search w...
Mike LeBeau
2009-07-28
1
-8
/
+0
|
\
|
*
Stop trying to play tricks with the focusability of the search widget's
Mike LeBeau
2009-07-28
1
-8
/
+0
*
|
Deal with canceled keys.
Dianne Hackborn
2009-07-24
1
-5
/
+29
|
/
*
Update launcher to use new bitmap density API.
Dianne Hackborn
2009-07-23
1
-8
/
+5
*
Merge change 8034 into donut
Android (Google) Code Review
2009-07-21
4
-1001
/
+4
|
\
|
*
Remove gestures from Home.
Romain Guy
2009-07-21
4
-1001
/
+4
*
|
Display a Google logo in the search widget if Google is the chosen web
Mike LeBeau
2009-07-20
1
-0
/
+57
|
/
*
Prevents BadTokenException on rotation of the gestures window.
Romain Guy
2009-07-17
1
-2
/
+2
*
Fixes #1930069. Prevents NPE in GesturesActivity. Ensures the store is always...
Romain Guy
2009-07-17
2
-7
/
+7
*
Remove dead code from Home.
Romain Guy
2009-07-17
1
-8
/
+1
*
Fixes #1987902. Do not show the + button when not needed.
Romain Guy
2009-07-17
1
-7
/
+9
*
Fix back button in gestures panel.
Romain Guy
2009-07-17
1
-8
/
+8
*
More new gestures UI. Adds a back button at the bottom of the settings activity.
Romain Guy
2009-07-16
3
-23
/
+13
*
New gestures UI.
Romain Guy
2009-07-16
3
-79
/
+237
*
Merge change 7136 into donut
Android (Google) Code Review
2009-07-14
1
-8
/
+23
|
\
|
*
Fix the lock issue on Home. This was caused by onPrepareDialog().
Romain Guy
2009-07-14
1
-8
/
+23
*
|
Fixes #1977560. Prevents NPE when rotating the gestures activity.
Romain Guy
2009-07-14
1
-1
/
+1
|
/
*
Don't call SearchManager.isVisible() in Launcher.
Bjorn Bringert
2009-07-08
1
-3
/
+1
*
Related to #1444844. Caps fling velocity on Home.
Romain Guy
2009-07-06
1
-2
/
+5
*
Close the search dialog when user gets to Home by pressing home button,
Mike LeBeau
2009-07-02
1
-3
/
+29
*
Merge change 6127 into donut
Android (Google) Code Review
2009-07-02
1
-106
/
+0
|
\
|
*
Remove SearchAutocompleteTextView from Launcher.
Karl Rosaen
2009-07-02
1
-106
/
+0
*
|
Fixes #1956185. Restores the gesture when changing orientation when creating ...
Romain Guy
2009-07-01
1
-1
/
+4
|
/
*
Use a plain DataOutputStream instead of SharedPreferences in Home.
Romain Guy
2009-06-30
1
-14
/
+68
*
Fixes #1949637. Home was setting waitingForResult=true whenever an app was la...
Romain Guy
2009-06-29
1
-1
/
+1
*
Fix use of drawing cache in Launcher.
Romain Guy
2009-06-26
1
-1
/
+1
*
Fixes #1945905. Prevents the user from clicking the same button mutiple times.
Romain Guy
2009-06-26
1
-3
/
+5
*
Fixes #1940691. Sync packages when home receives a reinstall notification.
Romain Guy
2009-06-24
1
-14
/
+23
*
Fixes #1937447. Home was not saving the appropriate state when losing focus.
Romain Guy
2009-06-23
8
-18
/
+29
*
Fixes #1930608. Drop the gestures tables before attempting to recreate it.
Romain Guy
2009-06-19
1
-0
/
+1
*
Fixes #1919280. Home was leaking the gestures window on configuration change.
Romain Guy
2009-06-17
1
-9
/
+78
*
Close the gestures pad when pressing Home. A regression was recently introduc...
Romain Guy
2009-06-17
1
-1
/
+4
*
Merge change 4479 into donut
Android (Google) Code Review
2009-06-17
2
-0
/
+14
|
\
|
*
Adds checks in Home's broadcast receivers to handle only known actions.
Romain Guy
2009-06-17
2
-0
/
+14
*
|
Fix handling of the back key on Home in the gestures panel.
Romain Guy
2009-06-17
1
-1
/
+4
|
/
*
Merge change 4383 into donut
Android (Google) Code Review
2009-06-16
1
-3
/
+40
|
\
|
*
Fixes #1912902. Handles orientation change when renaming gestures.
Romain Guy
2009-06-16
1
-3
/
+40
*
|
Fixes #1921372. Pressing Home with the window shade down would show gestures ...
Romain Guy
2009-06-16
1
-1
/
+2
|
/
*
When initiating a drag and drop from a folder in home, you could sometimes see
Romain Guy
2009-06-12
1
-11
/
+14
*
Merge change 3939 into donut
Android (Google) Code Review
2009-06-11
1
-27
/
+38
|
\
|
*
Tweak thread priorities in Home to make first boot experience a little better.
Romain Guy
2009-06-11
1
-27
/
+38
[next]