summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
| | | | Change-Id: If0c55c46602c610c68d42b62796d6784dad97c0e
* Give up on caching the computed animation state as it keeps causing bugsJason Sams2010-03-081-1/+1
| | | | | | where we don't correctly re-initialize it when starting in various states. Change-Id: Id648c7bba5d8b55a32b5b33363ddf6e74701df87
* Speed up 2D AllApps fade-in.Daniel Sandler2010-03-081-1/+1
| | | | Change-Id: I466c97cb63687ec3dab5109a8e77445e78e8b3ee
* Move mipmap level generation from allocation creation to upload time. This ↵Jason Sams2010-03-051-4/+4
| | | | prevents RS from storing the >0 mipmap levels.
* Merge "Widen AllApps3D text to match Launcher"Kenny Root2010-03-051-6/+3
|\
| * Widen AllApps3D text to match LauncherKenny Root2010-03-051-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | The AllApps3D text used to have a bubble shade for the application title to make it more visible over a translucent background of the desktop. This was later changed to a black background eliminating the need for the bubble surrounding the text. The majority of the bubble rectangle code was commented out leaving all of the padding still in effect. This caused application titles to wrap in varying places between Launcher and Launcher2. Padding changes solve this. Change-Id: Id67649562045f65b44409dfb81e6112a1f838143
* | Use the right package name to find wallpaper resources.Daniel Sandler2010-03-051-1/+6
| | | | | | | | | | Bug: 2489120 Change-Id: I7efb122916edfb467c02969f29d845ebf29f74bf
* | Swap in the classic Android wallpapers in mdpi.Daniel Sandler2010-03-0577-0/+35
| | | | | | | | | | | | | | hdpi devices will see the Nexus wallpapers; mdpi devices will see the old wallpapers. Change-Id: If019eb90e9d67ede7865a8ea9f7a330d43a664ab
* | Merge "Change the way 2D/3D AllApps are selected."Daniel Sandler2010-03-053-17/+92
|\ \ | |/ |/|
| * Change the way 2D/3D AllApps are selected.Daniel Sandler2010-03-043-17/+92
| | | | | | | | | | | | | | | | all_apps.xml is now a trampoline that loads the correct layout file. Also take this opportunity to make 2D the default. Change-Id: Iba2500da1bf4f505f1a5c2f6f32ed6e72ec34c5f
* | Make touch events work in landscape.Romain Guy2010-03-041-2/+1
|/
* Fix the build!Romain Guy2010-03-0423-15/+45
|
* Merge "Prevent crash when a bad widget launches a non-existent config activity."Romain Guy2010-03-041-1/+14
|\
| * Prevent crash when a bad widget launches a non-existent config activity.Romain Guy2010-03-041-1/+14
| |
* | Make the Home on screen button work in landscape.Romain Guy2010-03-041-3/+8
|/
* Update launcher's namespace.Romain Guy2010-03-045-5/+5
|
* Rename Launcher2's package to com.android.launcher.Romain Guy2010-03-042-16/+7
| | | | This should fix data migration issues.
* Implement landscape in 3D all apps.Romain Guy2010-03-043-342/+308
| | | | | Bug #2454737 Bug #2454736
* More mdpi artwork.Daniel Sandler2010-03-043-0/+0
| | | | Change-Id: I53f7985a2fe0dc4e61143242c110f3604e8ed1a1
* New mdpi artwork for L2.Daniel Sandler2010-03-0429-0/+0
| | | | Change-Id: Ie4b209a3cda914a547b0fc6abfc81a0a681aa5ee
* Merge "Switch to Launcher2 for all builds."Jean-Baptiste Queru2010-03-031-1/+1
|\
| * Switch to Launcher2 for all builds.Jean-Baptiste Queru2010-03-031-1/+1
| | | | | | | | Change-Id: Ie5563bf09ebd79cdd94e4c3bd1961807e7bb3693
* | Hide the workspace when launching AllApps2D.Daniel Sandler2010-03-033-13/+33
| | | | | | | | | | | | | | | | Boosts performance and squashes some weird focus issues. (Also: fix builds with AllApps3D) Change-Id: Id1c4628e119c950dced9d3383993674f3d6b9a1c
* | Introduce 2D All Apps and other support for sapphire-class devices.Daniel Sandler2010-03-03115-1475/+1990
|/ | | | | | | | | | | | | | | | AllAppsView is now the 2D, GridView-based version (very similar to classic Launcher); AllApps3D is the RenderScript/Rollo implementation. TODO: - some mdpi assets are not in fact mdpi - related to above: static wallpapers not working yet - add dynamic selection of 2D/3D AA; currently you must choose one at build time by picking the appropriate class in all_apps.xml (see separate CL for sapphire overlay that does this) Change-Id: I253d98404ea8a329a4049d2e48edd2e5129fa6ba
* Merge "Fix Proguard flags."Ying Wang2010-03-021-0/+2
|\
| * Fix Proguard flags.Ying Wang2010-02-191-0/+2
| |
* | am 2347b233: am 4700fed7: Maybe this will silence http://b/2460740Joe Onorato2010-03-011-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Merge commit '2347b2335b26edc5b7145759cc8a727fc712b970' * commit '2347b2335b26edc5b7145759cc8a727fc712b970': Maybe this will silence http://b/2460740
| * \ am 4700fed7: Maybe this will silence http://b/2460740Joe Onorato2010-03-011-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '4700fed72b619a09a0d9cac93e86625b95c730dc' into eclair-plus-aosp * commit '4700fed72b619a09a0d9cac93e86625b95c730dc': Maybe this will silence http://b/2460740
| | * | Maybe this will silence http://b/2460740Joe Onorato2010-03-011-1/+2
| | | |
* | | | Fix folders asset.Romain Guy2010-03-011-0/+0
| | | | | | | | | | | | | | | | Bug #2478416
* | | | Import new translations.Eric Fischer2010-02-265-13/+11
| | | |
* | | | Merge "Fix single frame flicker when AllApps did its pre-load WAR that ↵Jason Sams2010-02-261-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | forced the driver to render one frame."
| * | | | Fix single frame flicker when AllApps did its pre-load WAR that forced the ↵Jason Sams2010-02-261-0/+1
| | | | | | | | | | | | | | | | | | | | driver to render one frame.
* | | | | Update to reflect android-common no longer in framework.Dianne Hackborn2010-02-241-1/+2
| | | | |
* | | | | Correctly position the quick contact badge when opened from a folder.Romain Guy2010-02-242-11/+8
| | | | | | | | | | | | | | | | | | | | Bug #2467438
* | | | | Remove android.app.default_searchable=* from Launcher2Bjorn Bringert2010-02-231-5/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This value was deprecated in I0252952b44ae85dab31221b598ed79cc24e2b580 Change-Id: If5639f2b51dd694f39e89f38e034e3d8efdba585
* | | | tweak alignment of all apps to avoid filtering artifacts.Jason Sams2010-02-221-3/+3
| | | |
* | | | am 96ef9f68: am bf5350db: fix 2460740 com.android.launcher2: ↵Joe Onorato2010-02-221-12/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java.lang.NullPointerException at com.android.launcher2.AllAppsView.saveAppsList(AllAppsView.java:1270) Merge commit '96ef9f68a43604c99cd18537a6c8e9d1c5049c31' * commit '96ef9f68a43604c99cd18537a6c8e9d1c5049c31': fix 2460740 com.android.launcher2: java.lang.NullPointerException at
| * | | am bf5350db: fix 2460740 com.android.launcher2: ↵Joe Onorato2010-02-221-12/+11
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java.lang.NullPointerException at com.android.launcher2.AllAppsView.saveAppsList(AllAppsView.java:1270) Merge commit 'bf5350db6166df369a4e22012bc0a7a122f39a51' into eclair-plus-aosp * commit 'bf5350db6166df369a4e22012bc0a7a122f39a51': fix 2460740 com.android.launcher2: java.lang.NullPointerException at
| | * | fix 2460740 com.android.launcher2: java.lang.NullPointerException atJoe Onorato2010-02-221-12/+11
| | | | | | | | | | | | | | | | com.android.launcher2.AllAppsView$RolloRS.saveAppsList(AllAppsView.java:1270)
* | | | minor refactor: This function is only called from one place. It doesn't ↵Joe Onorato2010-02-191-8/+8
| | | | | | | | | | | | | | | | need the parameters.
* | | | am 869228da: am 3c24aca5: Don\'t crash when adding a shortcut.Joe Onorato2010-02-190-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '869228dadb0e537ce9138dc613c4cbc7e1aed1d3' * commit '869228dadb0e537ce9138dc613c4cbc7e1aed1d3': Don't crash when adding a shortcut.
| * | | am 3c24aca5: Don\'t crash when adding a shortcut.Joe Onorato2010-02-191-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '3c24aca5f597f2eb90e53dce450197e2f46c2305' into eclair-plus-aosp * commit '3c24aca5f597f2eb90e53dce450197e2f46c2305': Don't crash when adding a shortcut.
| | * | Don't crash when adding a shortcut.Joe Onorato2010-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Steps to reproduce: Menu > Add > Shortcut > Application > [any app] E/AndroidRuntime( 1734): Caused by: java.lang.ClassCastException: com.android.launcher2.ShortcutInfo E/AndroidRuntime( 1734): at com.android.launcher2.Workspace.onDropExternal(Workspace.java:963) E/AndroidRuntime( 1734): at com.android.launcher2.Workspace.addApplicationShortcut(Workspace.java:903) E/AndroidRuntime( 1734): at com.android.launcher2.Launcher.completeAddApplication(Launcher.java:669) E/AndroidRuntime( 1734): at com.android.launcher2.Launcher.onActivityResult(Launcher.java:371) E/AndroidRuntime( 1734): at android.app.Activity.dispatchActivityResult(Activity.java:3877) E/AndroidRuntime( 1734): at android.app.ActivityThread.deliverResults(ActivityThread.java:3340)
* | | | Don't crash when adding a shortcut.Joe Onorato2010-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Steps to reproduce: Menu > Add > Shortcut > Application > [any app] E/AndroidRuntime( 1734): Caused by: java.lang.ClassCastException: com.android.launcher2.ShortcutInfo E/AndroidRuntime( 1734): at com.android.launcher2.Workspace.onDropExternal(Workspace.java:963) E/AndroidRuntime( 1734): at com.android.launcher2.Workspace.addApplicationShortcut(Workspace.java:903) E/AndroidRuntime( 1734): at com.android.launcher2.Launcher.completeAddApplication(Launcher.java:669) E/AndroidRuntime( 1734): at com.android.launcher2.Launcher.onActivityResult(Launcher.java:371) E/AndroidRuntime( 1734): at android.app.Activity.dispatchActivityResult(Activity.java:3877) E/AndroidRuntime( 1734): at android.app.ActivityThread.deliverResults(ActivityThread.java:3340)
* | | | Merge "fix 2453680 - acore NPE on startup: setWallpaperPosition"Joe Onorato2010-02-191-2/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix 2453680 - acore NPE on startup: setWallpaperPositionJoe Onorato2010-02-191-2/+7
| | | |
* | | | am 4baee90d: (-s ours) am 75dc3a9d: DO NOT MERGE; Add back support for uts ↵Wink Saville2010-02-190-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | | | | testing. Merge commit '4baee90d22f02b1f31dcc7bca3bb9ad7263539ad' * commit '4baee90d22f02b1f31dcc7bca3bb9ad7263539ad': DO NOT MERGE; Add back support for uts testing.
| * | am 75dc3a9d: DO NOT MERGE; Add back support for uts testing.Wink Saville2010-02-191-0/+55
| |\| | | | | | | | | | | | | | | | | | | Merge commit '75dc3a9d28a184358127390329b36a5a520c212c' into eclair-plus-aosp * commit '75dc3a9d28a184358127390329b36a5a520c212c': DO NOT MERGE; Add back support for uts testing.
| | * DO NOT MERGE; Add back support for uts testing.Wink Saville2010-02-191-0/+55
| | |