summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Adding A feature flag to disable widgets and a corresponding buildSunny Goyal2017-07-211-1/+52
| | | | | | | target Launcher3Go without widgets support Bug: 62353159 Change-Id: Ia03d2235a9bcf75f9ef191924f81630e63a2c684
* Adding support for derivative apps to safely extend LauncherLog protoSunny Goyal2017-07-201-4/+5
| | | | | Bug: 37676962 Change-Id: I24716070841b41418ac57b8dc367278e3ebdd046
* Add physics motion to items in all apps.Jon Miranda2017-05-231-1/+2
| | | | | | | | | | Motion applied to: - Icons - Prediction icons - Prediction divider Bug: 38349031 Change-Id: I376e6e39080c8c80463a0ce8b104b05e4d576f17
* Separating the config and flags in different directories so thatSunny Goyal2017-03-071-0/+1
| | | | | | | it is easier to override one or the other Bug: 36001650 Change-Id: I713f4f5dbcf902614ce9f6c7a73bdace7bdf1ea0
* Using java_style enum generation for protoSunny Goyal2016-12-151-0/+3
| | | | | | | This makes it easier to track various method parameters and simplifies debug logging Change-Id: Ib7c3d52590d0c36b2c8460c889ee3bead3454569
* Merge "Change support lib res path" into ub-launcher3-masterHyunyoung Song2016-11-141-1/+1
|\
| * Change support lib res pathHyunyoung Song2016-11-141-1/+1
| | | | | | | | | | | | | | | | b/32869945 > warning message will be gone after $ tapas Launcher3 && make Change-Id: I1780704e206c3cbb458ab76de623eef502b28b8c
* | Make Launcher3 privileged moduleHyunyoung Song2016-11-141-0/+1
|/ | | | | | | Make privileged module to enable Launcher to render search widget without granting permission to gmscore. Change-Id: I920233ced18325ecc8db70e9227993913a2d9762
* Created include filters for jacocoShankhoneer Chakrovarty2016-09-201-0/+2
| | | | | | | | | Go to for report: https://cnsviewer.corp.google.com/ear/cns/on-d/home/android-test/kharon/shankh/world/test_logs/ub-launcher3-calgary/0/CodeCoverage/inv_5368912399306607305/coverage_8663315225010526892.ear/index.html go to https://x20web.corp.google.com/users/sh/shankh/coverage/index.html for source code level code coverage statistics Bug: 29882934 Change-Id: I397537f45ac4611e8a97d4656d0e7d2b694688fc
* Separating out configs and common manifest entriesSunny Goyal2016-05-241-1/+5
| | | | | | | This separation allows for easier modification of Launcher3 by derivative projects Change-Id: Ib3469e9b5d2707daef572050698d792316534d45
* Changing minSDK for launcher3 to 21 (Lollipop)Sunny Goyal2016-05-101-0/+1
| | | | Change-Id: I421a33801886bdcccb43429b571af1ca7c6b9f55
* Fix recyclerview res pathHyunyoung Song2016-04-201-1/+1
| | | | | | | Manually cherry picking ag/943086 Change-Id: I37b75a04e3fff61b4bd42625a060c41e0fe7e85d (cherry picked from commit bcc53286c294a600309ad95908c348e7d499691c)
* Removing WallpaperPicker from Launcher3Sunny Goyal2016-04-121-3/+1
| | | | | | | | Launcher3 will no longer include a wallpaper picker. Eventually it will just point to the system wallpaper settings where user can choose from all the installed pickers Change-Id: Ib5832fa7e451610acd4b2d34ee48fe36e3699d26
* Add palette dependency to Android.mk.Tony Wickham2016-04-011-1/+2
| | | | Change-Id: I34fcfa87a35df8ec1029669d6b570c1a95029b66
* Deleting the WallpaperPicker code inside launcher.Sunny Goyal2016-02-181-3/+4
| | | | | | Instead linking it to the packages/apps/WallpaperPicker project Change-Id: Ib6830b180a22c22afece01e0a4f6e94e89d6452b
* Removing lib proto utilSunny Goyal2016-01-061-24/+3
| | | | Change-Id: Iebe6341a60a5e62bde97b5cca68f8abb93b04d36
* Fix broken make target launcher_protoutil_lib Bug:26406415Hyunyoung Song2016-01-061-1/+1
|\ | | | | | | | | | | | | am: 4ae00b1b8e * commit '4ae00b1b8e853f45770c833085179eb382220d78': Fix broken make target launcher_protoutil_lib Bug:26406415
| * Fix broken make target launcher_protoutil_libHyunyoung Song2016-01-061-1/+1
| | | | | | | | | | | | Bug:26406415 Change-Id: If3895b384feb9f2a6294fd76c043420851a37f49
* | Remove unnecessary use of ../.Ying Wang2016-01-041-1/+1
|/ | | | Change-Id: Ie747c305cbf1a6bf42f6c04c5c4d5ec3c6dad990
* Overlay support lib RV resources in Android.mkHyunyoung Song2015-07-271-3/+12
| | | | | | | | Note: after this change, ag/735298 can be reverted. b/22719084 Change-Id: I83caf8832790b1df0a90a1339f6b24f481c51661
* Enable Launcher3 as default Home appbohu2015-07-201-1/+1
| | | | | | | | | The default Home app launcher2 is deprecated and cannot launch Nexus 6 or any other high resolution devices in emulator. This CL enables launcher3 as the default Home app, since it can handle Nexus 6 and is well maintained. Bug: 22609402 Change-Id: Iaba545fec218f79e40e0f72de5236ddadfabaa14
* Updating makefile to use the current SDKSunny Goyal2015-07-071-14/+4
| | | | Change-Id: I9e0f3f6d329098b40b704be6f60200110be5ed0e
* Fixing build error in launcher_protoutil_libSunny Goyal2015-03-131-2/+3
| | | | | | | | > Since test build rules were included before the launcher_protoutil_lib rule, all the following paths got prefixed with "tests/" giving file not found error Change-Id: I13f96fc2f14336b0ff40f086176cc4afbc254791
* Adding app grid layout with fastscroller.Winson Chung2015-03-121-0/+3
| | | | | | - Adding filtering and using alphabetic index for app grouping. Change-Id: I745b644fa8f90f5ff24a8642ac377ef1c65d8aff
* Enabling accessible drag and dropAdam Cohen2015-03-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | -> Using the context menu, and a new two stage system, this allows users to curate icons and widgets on the workspace -> Move icons / widgets to any empty cell on any existing screen, or create a new screen (appended to the right, as with regular drag and drop) -> Move icons into existing folders -> Create folders by moving an icon onto another icon -> Also added confirmations for these and some existing accessibility actions Limitations: -> Currently, no support for drag and drop in folders -> Considering moving the drag view so it doesn't occlude any content (in particular, when user changes pages) -> In this mode, accessibility framework seems to have problems with the next / prev operations Bug: 18482913 Change-Id: I19b0be9dc8bfa766d430408c8ad9303c716b89b2
* Removing support library dependencySunny Goyal2015-01-201-2/+0
| | | | | | > Removed FolderAutoScrollHelper as folders are currently not scrollable Change-Id: I261f43a665b742697e3224e1e9852ccc526badcd
* 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