summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Turn off Proguard on Launcher2.Ying Wang2010-03-111-0/+1
| | | | | | It will be turned on eventually, after the issue is fixed. Change-Id: Ibd2a2d295379d14cd95d13156aa22c44be6fa7b4
* Fix trackball focus weirdness in AllApps2D.Daniel Sandler2010-03-112-21/+32
| | | | | | | Also vertically align AllApps2D's home icon with Workspace's grid icon. Change-Id: I81a8759ed33afd08336482484f1b9bdb9a36718e
* Prevent ANR in Home when changing orientation.Romain Guy2010-03-104-43/+101
| | | | | | | | | Bug #2504556 This solves the issue by keeping the GL context, the RS context and the RS scene around, across orientation changes. Change-Id: I8e3dc6e6bf039087046d49d2826c8800c5bef582
* Merge "Resurrect the All Apps button."Romain Guy2010-03-101-0/+2
|\
| * Resurrect the All Apps button.Romain Guy2010-03-101-0/+2
| | | | | | | | Change-Id: Ic7dc985bfc1eec6d6c059ff37a61c84b8cb103de
* | Apps on SD card don't confuse the launcher any more. They show up properly ↵Joe Onorato2010-03-103-160/+238
| | | | | | | | | | | | | | | | after reboots, mounting and unmounting. Change-Id: Icd861dcd8ac6401c597e2f9c8e2c66dff1cf9c61
* | Refactor the app updates so that it doesn't rely on the package name.Joe Onorato2010-03-107-65/+113
|/ | | | | This will be needed for the upcoming change to update the icons with the grayed out when the SD card goes away.
* Cancel long press within normal touch slop, before paging touch slop.Adam Powell2010-03-101-3/+5
| | | | Change-Id: I1b4d02db306bc0a7c3f39e2174a7239239ce4422
* Smoother scrolling/paging, multiple pointer supportAdam Powell2010-03-101-19/+65
| | | | Change-Id: I09eef7b0b4d85ab073307f2fb5eb2521aef82af4
* Allow shared user id and process to be set via overlays.Dianne Hackborn2010-03-093-1/+12
| | | | | | | | | | | | This fiddles the manifest to allow the app's shared user id and process to be changed at build time via resource overlays, so we can build launcher to run in the acore process for low-end devices. Also switches the cert of launcher back to shared, to allow for this. (Note this only really matters if the shared user id is set, otherwise launcher will still get its own uid.) Change-Id: I0bd0a06e1442c4bfe5ceb2d438cb58f29d911578
* Merge "Updated mdpi art."Daniel Sandler2010-03-0932-0/+0
|\
| * Updated mdpi art.Daniel Sandler2010-03-0932-0/+0
| | | | | | | | | | Bug: 2485104 Change-Id: I6a84768f45141528361eaee1f0ce4b37e50ca487
* | Merge "Enable Proguard on Launcher2."Ying Wang2010-03-092-1/+5
|\ \ | |/ |/|
| * Enable Proguard on Launcher2.Ying Wang2010-03-032-1/+5
| |
* | 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