Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix trackball focus weirdness in AllApps2D. | Daniel Sandler | 2010-03-11 | 1 | -4/+12 |
| | | | | | | | Also vertically align AllApps2D's home icon with Workspace's grid icon. Change-Id: I81a8759ed33afd08336482484f1b9bdb9a36718e | ||||
* | Change the way 2D/3D AllApps are selected. | Daniel Sandler | 2010-03-04 | 3 | -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 | ||||
* | Introduce 2D All Apps and other support for sapphire-class devices. | Daniel Sandler | 2010-03-03 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Deprecate fill_parent and introduce match_parent. | Romain Guy | 2010-01-08 | 7 | -13/+13 |
| | | | | Bug: #2361749. | ||||
* | Get rid of the built-in search widget in Launcher2 | Bjorn Bringert | 2009-12-09 | 1 | -61/+0 |
| | | | | | | Uses the widget from packages/apps/QuickSearchBox instead. Change-Id: I85d64defe155c0cad97fafef6a3db62c6cab504a | ||||
* | Fix bug 2122011: Force a dimension for live folder icons | Mike Cleron | 2009-11-10 | 1 | -4/+3 |
| | |||||
* | Update the search widget to be vertically centered within it's footprint. | Mike Cleron | 2009-11-04 | 1 | -9/+9 |
| | |||||
* | Remove live wallpaper picker from Launcher2. | Romain Guy | 2009-10-16 | 1 | -72/+0 |
| | | | | Change-Id: I2c48f3624128276c3460939960168163d3c74c08 | ||||
* | Live wallpaper improvements. | Daniel Sandler | 2009-09-28 | 1 | -1/+1 |
| | | | | | | | | Now draws something a little nicer if the live wallpaper doesn't have a preview. Also: move Launcher2 back into "shared" so it has permission to set the wallpaper. | ||||
* | Live wallpaper picker using a Gallery of thumbnails. | Daniel Sandler | 2009-09-22 | 1 | -1/+2 |
| | | | | | | Note: live wallpapers without thumbnails are shown with some thrilling debug information instead. TODO: add thumbnails for other LWs (and create a more appealing placeholder for any future LW without a thumbnail). | ||||
* | Fix id collision in Home. | Joe Onorato | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | Add configuration button to live wallpaper picker. | Dianne Hackborn | 2009-09-15 | 1 | -5/+20 |
| | | | | | | | | This collects the info needed to show and launch live wallpaper configuration activities. Also filters out wallpapers that don't contain the wallpaper meta-data. Change-Id: I8b3fb17cc436396bd714e43131997c135b5e1b7c | ||||
* | First crack at a Gallery-based live wallpaper picker. | Daniel Sandler | 2009-09-11 | 1 | -3/+6 |
| | | | | No thumbnails yet, but I hope the placeholder graphics are compelling enough to convince you to BUY NOW! | ||||
* | Implement previews in the wallpaper picker. | Dianne Hackborn | 2009-08-20 | 1 | -0/+53 |
| | | | | Note that the UI is ugly ugly ugly, but previews are actually working. | ||||
* | Add live wallpapers picker to Launcher2. This is temporary. | Romain Guy | 2009-08-13 | 1 | -0/+25 |
| | | | | | This change requires changing the signature and shared user id of Launcher2, we will have to revert this once we move the wallpapers picker back to Settings. | ||||
* | Checkpoint launcher2 - all apps is in a 2nd window. | Joe Onorato | 2009-07-31 | 1 | -1/+1 |
| | | | | Lots is still broken. | ||||
* | Launcher2 compiles. | Joe Onorato | 2009-07-30 | 3 | -6/+6 |
| | |||||
* | Stop trying to play tricks with the focusability of the search widget's | Mike LeBeau | 2009-07-28 | 1 | -0/+1 |
| | | | | | | 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). | ||||
* | Remove gestures from Home. | Romain Guy | 2009-07-21 | 3 | -192/+0 |
| | |||||
* | More new gestures UI. Adds a back button at the bottom of the settings activity. | Romain Guy | 2009-07-16 | 1 | -10/+34 |
| | |||||
* | New gestures UI. | Romain Guy | 2009-07-16 | 4 | -62/+144 |
| | |||||
* | Fixes OutOfMemoryError on Home. | Romain Guy | 2009-07-15 | 1 | -0/+1 |
| | |||||
* | Fix the search widget taking characters into it rather than forwarding | Mike LeBeau | 2009-07-02 | 1 | -1/+1 |
| | | | | | | them to the search dialog. By setting editable=false and inputType=none, the TextView can still take focus, but key input is forwarded to the launcher which knows what to do. | ||||
* | Fixes #1937447. Home was not saving the appropriate state when losing focus. | Romain Guy | 2009-06-23 | 1 | -2/+2 |
| | |||||
* | Change recognition matchin in Home to immediate mode. | Romain Guy | 2009-06-11 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Fix issues with how the gestures pad was hidden when leaving Home. | Romain Guy | 2009-06-10 | 1 | -2/+2 |
| | |||||
* | Add gestures to Home. | Romain Guy | 2009-06-10 | 4 | -0/+165 |
| | | | | Press the Home key while in Home to enable the gestures pad. | ||||
* | Fixes #1798818. Enable the appropriate cache color hint for folders to speed ↵ | Romain Guy | 2009-04-30 | 1 | -1/+1 |
| | | | | up the scrolling. | ||||
* | AI 147564: Merge back from search branch to donut. Notes: | Karl Rosaen | 2009-04-23 | 1 | -42/+37 |
| | | | | | | | | | - all public apis and framework changes have been reviewed by relevant folks in our branch (e.g romainguy) - all new public apis are @hidden; they will still get reviewed by api council once we're in git - other than that, it's mostly GlobalSearch and search dialog stuff, a new apps provider, and some tweaks to the contacts provider that was reviewed by jham Automated import of CL 147564 | ||||
* | AI 143908: am: CL 143907 Make search widget drop-down wider. | Jeffrey Sharkey | 2009-03-31 | 1 | -0/+2 |
| | | | | | | | Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143908 | ||||
* | AI 143792: am: CL 143746 Fix search widget assets to not overlap in ↵ | Jeffrey Sharkey | 2009-03-31 | 1 | -2/+4 |
| | | | | | | | | | | landscape mode. Done by using small button framework assets, but with manual padding adjustments to bring back to original button size. Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143792 | ||||
* | AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too ↵ | Dianne Hackborn | 2009-03-27 | 1 | -29/+0 |
| | | | | | | | | | big): remove some unused application resources I found. Original author: hackbod Merged from: //branches/cupcake/... Automated import of CL 143214 | ||||
* | Automated import from //branches/donutburger/...@142721,142721 | Jeffrey Sharkey | 2009-03-25 | 1 | -2/+7 |
| | |||||
* | Automated import from //branches/donutburger/...@141651,141651 | Jeffrey Sharkey | 2009-03-24 | 2 | -56/+0 |
| | |||||
* | auto import from //branches/cupcake/...@137873 | The Android Open Source Project | 2009-03-11 | 1 | -2/+2 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 11 | -0/+412 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 11 | -411/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -3/+2 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -2/+3 |
| | |||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 2 | -44/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 4 | -4/+63 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 3 | -6/+118 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 9 | -0/+283 |