summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of dependency on android-commonBjorn Bringert2013-06-061-1/+1
| | | | | | It was only used for a single string constant that can be inlined Change-Id: I19078b6b00adf1b91e329d10181e91809944b606
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-4/+4
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Hide clings in child modeMichael Jurka2013-03-291-1/+1
| | | | | Bug: 8349525 Change-Id: Ie92153e77f1714b88986813a689a4fa7e444d1dc
* Switching SDK_VERSION to 17Michael Jurka2013-01-171-1/+1
|
* Add user initialing receiver to select a unique wallpaper.Dianne Hackborn2012-09-161-1/+1
| | | | Change-Id: I14652d8108c2e19db821ab5526b6e630db8fe998
* Compile Launcher against only public apis (level 16)Michael Jurka2012-06-221-1/+1
| | | | | | Also, removing use of TableMaskFilter (last remaining private api) Change-Id: I2df80605b240352fdf7ef2ebd26b98342149bda3
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
| | | | | | Bug: 5010576 Change-Id: Ibce8754b39a9ae6f8f192eefa712c45f0b0059be
* rectify build files.Tsu Chiang Chuang2011-06-171-1/+1
| | | | Change-Id: I138ac7805cb045f960e32193bad95a73cd8b063e
* Merge "Rocket Launcher!"Daniel Sandler2011-05-261-1/+1
|\
| * Rocket Launcher!Daniel Sandler2011-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Adding stress test for launcher2 rotation.Tsu Chiang Chuang2011-05-251-1/+4
|/ | | | Change-Id: I03b7dbdd025af39fc733a91f54633a548225e140
* am b159e77b: Fix proguard flag file dependency.Ying Wang2010-09-301-1/+1
|\ | | | | | | | | | | | | Merge commit 'b159e77b99883125831eeded394c160b0637f93b' * commit 'b159e77b99883125831eeded394c160b0637f93b': Fix proguard flag file dependency.
| * Fix proguard flag file dependency.Ying Wang2010-09-291-1/+1
| | | | | | | | Change-Id: Ic9f90a30833bfafb7d76dcc851a92892b9a2a9b7
* | Fix the simulator build.Shih-wei Liao2010-07-201-0/+4
| | | | | | | | Change-Id: I7b9530320538871ede62cb361466bf397f8fdbbc
* | Ported Launcher2 to use the new Build system.Shih-wei Liao2010-07-191-1/+1
|/ | | | Change-Id: Ie24bb6520f9f6dfc24dde2b7810ec322bc7b3a1a
* Re-enable Proguard, supports 3D all apps correctly now.Romain Guy2010-03-111-1/+0
| | | | Change-Id: I84ab56054c9f57985fec9107c3977691177b85a4
* 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
* Allow shared user id and process to be set via overlays.Dianne Hackborn2010-03-091-0/+1
| | | | | | | | | | | | 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
* Enable Proguard on Launcher2.Ying Wang2010-03-031-1/+1
|
* Switch to Launcher2 for all builds.Jean-Baptiste Queru2010-03-031-1/+1
| | | | Change-Id: Ie5563bf09ebd79cdd94e4c3bd1961807e7bb3693
* Fix Proguard flags.Ying Wang2010-02-191-0/+2
|
* Use Search.SOURCE from android-commonBjorn Bringert2010-02-101-0/+2
| | | | | | | | | 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
* explicit set an "optional" tagJean-Baptiste Queru2010-01-051-1/+1
|
* Put launcher2 back into its own process. bug 2241963Joe Onorato2009-11-051-1/+0
|
* Remove live wallpaper picker from Launcher2.Romain Guy2009-10-161-17/+1
| | | | Change-Id: I2c48f3624128276c3460939960168163d3c74c08
* Live wallpaper improvements.Daniel Sandler2009-09-281-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.
* Launcher2 is now home.Joe Onorato2009-09-231-2/+2
|
* Add live wallpapers picker to Launcher2. This is temporary.Romain Guy2009-08-131-1/+17
| | | | | 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.
* Launcher2 compiles.Joe Onorato2009-07-301-3/+3
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+29
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-29/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+29