summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Protected Apps: Re-add filtering in App Drawer and fixing protected foldersRaj Yengisetty2014-12-021-0/+1
| | | | Change-Id: Ia0899f79248647dbacf44cf917a27ebe62d20e4d
* Fix L2 and old Trebuchet migrationRicardo Cerqueira2014-11-191-2/+2
| | | | | | | | | There can only be one original-package tag. Go with com.android.launcher3 for now, and move Trebuchet back to com.cyanogenmod.trebuchet. This will allow for workspace migrations from both CM10.2 Trebuchet and from CM11 Launcher3 Change-Id: I7743954bffc55f503851038f800607947e20015e
* Put Trebuchet into its own namespaceRicardo Cerqueira2014-11-191-1/+3
| | | | | | | | | We can do this with aapt, while retaining the ability to merge upstream by leaving the files alone. And add a migration line for com.android.launcher3 so users don't lose their current cm11 workspaces Change-Id: I3ddda3b0ec7500a7d79c27143edcdc3435f82666
* PagedView: Transition EffectsNebojsa Cvetkovic2014-11-191-0/+1
| | | | | | | | | | | | | | | | Conflicts: res/layout/overview_panel.xml res/values/cm_arrays.xml res/values/cm_strings.xml res/values/dimens.xml res/values/preferences_defaults.xml src/com/android/launcher3/AppsCustomizePagedView.java src/com/android/launcher3/Launcher.java src/com/android/launcher3/PagedView.java src/com/android/launcher3/Workspace.java src/com/android/launcher3/settings/SettingsProvider.java Change-Id: Ib134705952877165c334181548d577b3dceece68
* Trebuchet Settings UI Refresh.Raj Yengisetty2014-11-191-1/+1
| | | | | | | | | | | | | | | | | | - Overview Panel contains all Launcher Settings - Accessible through long press on Workspace or HW Menu button - Settings are held in a SlidingPanel in the Overview Panel - Replace the Settings shortcut in Overview Panel with Themes shortcut - Replace widgets icon with new widgets icon from Launcher3 - Trebuchet Settings changes no longer require restarting Process - Transition Effects have PNG Sequence to show animation sequence - Remove PageIndicator click event to open Overview Panel in AppTray Contributors: Adrian Foulk - UX Lead Abishek Devkota - Project Manager Hayden Schoen - UX Designer Change-Id: I2186213960cf12e840e814757894fe104551856b
* Build Launcher3 against prebuilt SDK 21Bjorn Bringert2014-09-301-2/+1
| | | | | Bug: 17507423 Change-Id: I9d6dc856bb29e5d0b3926bde437895d0f2ca7b74
* Revert "Revert Cls stopping now-master running on googlefood"Kenny Guy2014-06-301-1/+2
| | | | | | | | | This reverts commit 7bc272a11b701a32d2ed91277341c382cbd84aeb. Conflicts: src/com/android/launcher3/BubbleTextView.java Change-Id: Id1fb2e1249e72658ce5477165c9bcacba9de2b04
* Revert Cls stopping now-master running on googlefoodKenny Guy2014-06-241-2/+1
| | | | | | | | | | This reverts commits 01453e855fa87ee19f61223b2b1a6965071ee95a. and 242bbe1b72e4978dde8a662d164cd186305e14a7. "Add content description to bagded icons." "Remove reflection now we are building against L" Bug: 15833449 Change-Id: I81a5316f5619a9cd3b6ab9fd03b2ba96657b7f68
* Remove reflection now we are building against LKenny Guy2014-06-231-1/+2
| | | | | | | Remove reflection and update changed renamed L APIs now that branch has L sdk. Change-Id: I223c6528487110eb328e2e229bbcbefb701e0c20
* Create separate project for Wallpaper PickerMichael Jurka2013-12-131-2/+2
| | | Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5
* expose the protoutil for launcher as an executable scriptChris Wren2013-12-101-1/+23
| | | | Change-Id: Ie990262534d85b118c165589ecee55d64f3a58cc
* Move wallpaper picker code to a separate directoryMichael Jurka2013-12-101-0/+4
| | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* override Launcher2 (aosp)Ed Heyl2013-10-171-1/+1
| | | | Change-Id: I25ec98abeba3cf115d594aa215bfde8e965c1cd1
* Target SDK 19, fix build.Mathew Inwood2013-10-081-1/+1
| | | | | | Change ag/371791 depends on SDK 19. Change-Id: I8411f55063c8899f65cb85ddbf45adab564de808
* add a proto decoder host utilityChris Wren2013-10-031-3/+23
| | | | | Bug: 10778984 Change-Id: I1c0203a3a5b3a3b1e565af387ccdfa92b53f8335
* add a backup agent.Chris Wren2013-09-241-1/+7
| | | | | | | | | backup only, restore path is just debugging/verification. todo: restore path todo: additional asset backup for widgets and launcher items Bug: 10778984 Change-Id: I01aed4794a02f03daf21bca28f99cfbea90e4967
* 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