summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* cleaning up hardware acceleration XML value a bitMichael Jurka2010-09-281-1/+1
| | | (switch from integer -> bool)
* adding hardware acceleration flag to config.xmlMichael Jurka2010-09-271-1/+2
| | | | | | (later, this will let us turn on HW acceleration via a device-specific overlay) Change-Id: I33c957911db7ac730770b71d6644568fbfa86adf
* -> Set grid to 8x7 with proper spacing for landscape/portraitAdam Cohen2010-08-111-2/+0
| | | | | | | -> Added a button to the top left of Launcher which switches between landscape and portrait. For testing purposes only. Change-Id: I01f8cfcf92c8ba7727eeba0e59a0b8ff055598fe
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-0/+1
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Allow shared user id and process to be set via overlays.Dianne Hackborn2010-03-091-1/+4
| | | | | | | | | | | | 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
* Rename Launcher2's package to com.android.launcher.Romain Guy2010-03-041-8/+7
| | | | This should fix data migration issues.
* Remove android.app.default_searchable=* from Launcher2Bjorn Bringert2010-02-231-5/+0
| | | | | | | This value was deprecated in I0252952b44ae85dab31221b598ed79cc24e2b580 Change-Id: If5639f2b51dd694f39e89f38e034e3d8efdba585
* Add an original-package tag that matches the real package name.Jeff Hamilton2010-02-111-1/+3
| | | | Change-Id: I3c69e7592359f7fd4664fe2bcc98faa60014e43e
* Fix bug 2250432 - all apps should dismiss when you power off or phone locksJoe Onorato2009-11-101-1/+2
| | | | | | | | | | | | | | | Also cherry-picks this from launcher 1 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off Close things out in various ways. This should be done for Launcher2 as well. Change-Id: Id4f1c78e35180b437144c54ddcbf10069cc09071 Conflicts: AndroidManifest.xml src/com/android/launcher2/Launcher.java
* Disable orientation change based on sensor in the wallpaper picker.Romain Guy2009-11-081-1/+2
| | | | Change-Id: I9d34c514fc1eebef7fd655ce4d7eeba66a4b2412
* Put launcher2 back into its own process. bug 2241963Joe Onorato2009-11-051-3/+1
|
* Remove live wallpaper picker from Launcher2.Romain Guy2009-10-161-23/+5
| | | | Change-Id: I2c48f3624128276c3460939960168163d3c74c08
* Fix 2167033 - Add bookmark to the home screen in the Browser is not working ↵Joe Onorato2009-10-071-2/+0
| | | | | | on Passions Re-add the permissions, now that we only have one launcher at a time.
* Pull over new icons from Launcher to Launcher2.Daniel Sandler2009-10-061-1/+2
| | | | | | | NB: Removed obsolete ic_launcher_gallery.png; wallpaper should now use ic_launcher_wallpaper.png. Change-Id: I3d74a6ae7d948b48cc902e28a361a1993f4273d2
* Launcher2 is now home.Joe Onorato2009-09-231-1/+2
|
* Implement previews in the wallpaper picker.Dianne Hackborn2009-08-201-6/+7
| | | | Note that the UI is ugly ugly ugly, but previews are actually working.
* Add live wallpapers picker to Launcher2. This is temporary.Romain Guy2009-08-131-1/+15
| | | | | 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.
* Remove live wallpaperRomain Guy2009-08-121-9/+0
|
* Remove TODORomain Guy2009-08-111-1/+0
|
* Add Grass live wallpaper to Launcher2. It's ALIVE!Romain Guy2009-08-111-0/+10
|
* Move the drag thing into its own window that goes around on top of ↵Joe Onorato2009-08-061-1/+3
| | | | everything else.
* Launcher2 compiles.Joe Onorato2009-07-301-4/+5
|
* Remove gestures from Home.Romain Guy2009-07-211-5/+0
|
* New gestures UI.Romain Guy2009-07-161-1/+2
|
* Change name for home's uid to something more generic.Dianne Hackborn2009-06-241-1/+1
| | | | | There are lots of things running under home's uid, so give it a more generic name. Home no longer to blame for all the world's ills!
* Add gestures to Home.Romain Guy2009-06-101-0/+4
| | | | Press the Home key while in Home to enable the gestures pad.
* Make Launcher request BIND_APPWIDGET.Jeff Sharkey2009-05-071-0/+1
| | | | See http://b/issue?id=1839074 for more details.
* AI 143191: am: CL 142952 Make Launcher norotate to prevent false-positive ↵Jeffrey Sharkey2009-03-271-0/+1
| | | | | | | | | rotations. Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143191
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+124
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-123/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-2/+1
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+2
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+2
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-30/+62
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+90