Commit Graph

31 Commits

Author SHA1 Message Date
Michael Jurka e233a8bf79 Hide clings in child mode
Bug: 8349525

Change-Id: Ie92153e77f1714b88986813a689a4fa7e444d1dc
2013-03-29 15:45:49 -07:00
Michael Jurka a0d39c9da9 Switching SDK_VERSION to 17 2013-01-17 10:44:14 +01:00
Dianne Hackborn 804503c75a Add user initialing receiver to select a unique wallpaper.
Change-Id: I14652d8108c2e19db821ab5526b6e630db8fe998
2012-09-16 00:00:27 -07:00
Michael Jurka 8c3339bde9 Compile Launcher against only public apis (level 16)
Also, removing use of TableMaskFilter (last remaining private api)

Change-Id: I2df80605b240352fdf7ef2ebd26b98342149bda3
2012-06-22 11:45:02 -07:00
Jeff Brown b819ff639f Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: Ibce8754b39a9ae6f8f192eefa712c45f0b0059be
2011-07-11 22:12:27 -07:00
Tsu Chiang Chuang 923aa62463 rectify build files.
Change-Id: I138ac7805cb045f960e32193bad95a73cd8b063e
2011-06-17 12:11:23 -07:00
Daniel Sandler dde427869b Merge "Rocket Launcher!" 2011-05-26 13:10:14 -07:00
Daniel Sandler 4e1cd23a51 Rocket Launcher!
This is an Android Dream, which is kind of like an
interactive screensaver implemented as an Activity.

The Rocket Launcher uses the Launcher's own icon cache to
show the user's installed apps in hyperspace. Tap the screen
to slow down to impulse power.  Then, tap an icon to launch.

(depends on I4559a95 for android.dreams in support lib)

Change-Id: Ie6ce34ec1c863667faeada4f39b225f3946e8633
2011-05-26 16:02:09 -04:00
Tsu Chiang Chuang 8c7a2b7d02 Adding stress test for launcher2 rotation.
Change-Id: I03b7dbdd025af39fc733a91f54633a548225e140
2011-05-25 15:32:00 -07:00
Ying Wang 7c8c8478ba am b159e77b: Fix proguard flag file dependency.
Merge commit 'b159e77b99883125831eeded394c160b0637f93b'

* commit 'b159e77b99883125831eeded394c160b0637f93b':
  Fix proguard flag file dependency.
2010-09-30 11:27:49 -07:00
Ying Wang b159e77b99 Fix proguard flag file dependency.
Change-Id: Ic9f90a30833bfafb7d76dcc851a92892b9a2a9b7
2010-09-29 15:25:38 -07:00
Shih-wei Liao 163feaee4d Fix the simulator build.
Change-Id: I7b9530320538871ede62cb361466bf397f8fdbbc
2010-07-20 01:22:10 -07:00
Shih-wei Liao afb81d4ac5 Ported Launcher2 to use the new Build system.
Change-Id: Ie24bb6520f9f6dfc24dde2b7810ec322bc7b3a1a
2010-07-19 16:42:48 -07:00
Romain Guy 5347b3f6e4 Re-enable Proguard, supports 3D all apps correctly now.
Change-Id: I84ab56054c9f57985fec9107c3977691177b85a4
2010-03-11 10:36:05 -08:00
Ying Wang f8f7995e60 Turn off Proguard on Launcher2.
It will be turned on eventually, after the issue is fixed.

Change-Id: Ibd2a2d295379d14cd95d13156aa22c44be6fa7b4
2010-03-11 09:53:25 -08:00
Dianne Hackborn 12687cf144 Allow shared user id and process to be set via overlays.
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
2010-03-09 17:18:11 -08:00
Ying Wang 932b29dbd8 Enable Proguard on Launcher2. 2010-03-03 17:13:54 -08:00
Jean-Baptiste Queru 2b75fb573e Switch to Launcher2 for all builds.
Change-Id: Ie5563bf09ebd79cdd94e4c3bd1961807e7bb3693
2010-03-03 11:27:21 -08:00
Ying Wang 77de117d2e Fix Proguard flags. 2010-02-19 18:50:32 -08:00
Bjorn Bringert 3e244cf9d2 Use Search.SOURCE from android-common
The SOURCE (search source identifier) constant is moving
from hidden in android.app.SearchManager to com.android.common.Search.

Part of http://b/issue?id=2429556

Change-Id: I68fa792f2d452aadcb9216f5c780bd082ca5039f
2010-02-10 14:17:35 +00:00
Jean-Baptiste Queru 2583ac54b4 explicit set an "optional" tag 2010-01-05 11:11:17 -08:00
Joe Onorato 24a40dc28e Put launcher2 back into its own process. bug 2241963 2009-11-05 16:42:25 -05:00
Romain Guy a45f664227 Remove live wallpaper picker from Launcher2.
Change-Id: I2c48f3624128276c3460939960168163d3c74c08
2009-10-16 15:46:55 -07:00
Daniel Sandler 86daa3fb87 Live wallpaper improvements.
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.
2009-09-28 16:03:50 -04:00
Joe Onorato 7b7a2cdb33 Launcher2 is now home. 2009-09-23 08:35:07 -07:00
Romain Guy 41669fc9c6 Add live wallpapers picker to Launcher2. This is temporary.
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.
2009-08-13 12:53:24 -07:00
Joe Onorato a5902524d4 Launcher2 compiles. 2009-07-30 13:37:37 -07:00
The Android Open Source Project bc219c3c12 auto import from //branches/cupcake/...@137197 2009-03-09 11:52:14 -07:00
The Android Open Source Project 31dd503c6a auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
The Android Open Source Project 3189679370 auto import from //depot/cupcake/@135843 2009-03-03 18:28:51 -08:00
The Android Open Source Project c8f00b61c6 Initial Contribution 2008-10-21 07:00:00 -07:00