summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* 1. Move RemoteFolderManager and RemoteFolderUpdater into launcher3 packageArtem Shvadskiy2015-12-151-3/+1
| | | | | | | | | | | and move RemoteFolderManager implementation to overlay. 2. Modify settings to hide remote folder preference on CM builds. 3. Remove remote folder from default workspace. Change-Id: I6cc3409cf0a9ada68779c41e62f46bc08f2f9ad4 issue-id: CYNGNOS-1429
* Trebuchet: RemoteFolder fix subtype & manifest entriesMichael Bestas2015-12-021-12/+0
| | | | Change-Id: I21282fb06be4391cf5ffbfb9b60a840820ded3e9
* Trebuchet: dynamic folder type addedTyson Miller2015-12-011-2/+23
| | | | | | Issue-Id: CYNGNOS-1328 Change-Id: I09bf7bec119307f54836fedee8a1532627035d9a
* Fix Android.mk.Ying Wang2015-09-271-3/+2
| | | | | | | | | | | | | - You don't need to explicitly specify protobuf library; The library name has been changed and the build system automatically adds it. - You can't have a file target $(LOCAL_BUILT_MODULE) depend on phony target launcher_protoutil_lib. - "include $(call all-makefiles-under,$(LOCAL_PATH))" must be on the last line. (cherry picked from commit 3d74c6632ed6ab23db0cde80bc8a61daecfd49ef) Change-Id: I27d967a57d6a9373da50821af32191614a3c8bc7
* Update protobuf library from 2.3 to 2.6.Jeff Davidson2015-09-271-1/+0
| | | | | | | | The dependency here can be removed because it it automatically added when LOCAL_PROTOC_OPTIMIZE_TYPE=nano by build/core/host_java_library_common.mk. Change-Id: I949d32fb5126f1c05e2a6ed48f6636a4a9b15a48
* Move from host-libprotobuf-java-2.3.0-nano to current versionBrian Carlstrom2015-09-271-1/+1
| | | | Change-Id: I87e768fc95738358eddcca9b524d7546ed632e4b
* App Drawer: internationalizationRaj Yengisetty2015-03-061-1/+2
| | | | Change-Id: Ib3976e0852aab4a2e78a90877c056ad3ecd3c448
* Trebuchet: Implement new app drawer.Rajesh Yengisetty2015-03-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 535c5e89c7484ae96f83af021487a8061f3e0b04 Author: Adnan <adnan@cyngn.com> Date: Tue Jul 22 17:21:09 2014 -0700 Trebuchet: Implement new app drawer. Change-Id: Ibf6152352520ece4dff201b8013378a1ad562894 commit d46c52032ef20d9f97409114e6efc34650245fb6 Author: Raj Yengisetty <rajesh@cyngn.com> Date: Fri Jul 25 09:13:38 2014 -0700 Fix: With the new App Drawer implementation AppsDrawerListAdapter should clone it's AppInfo ArrayList before removing elements from it, otherwise the AppsCustomizePagedView will not add any apps to it's instance variables and will never dispaly widgets. Repro: Long press on workspace to get to overview mode Click widgets button Observe no Widgets (empty page) Change-Id: I7574ae23dbf3298674585060d5da5e00a5852d46 commit b0c7e4fad041e492816a36e538a505983d996a75 Author: Adnan <adnan@cyngn.com> Date: Tue Jul 22 19:06:15 2014 -0700 Catapult: Allow elements to be draggable out of drawer. Change-Id: I711b42bad0fc6ae14399f3eb88ec60cd443f87d1 commit 00148d42288a7ee37e8aa05cccb121e9bcf6fbda Author: Danesh M <danesh@cyngn.com> Date: Wed Jul 23 10:37:19 2014 -0700 Catapult : Make flowlayout wrap_content Change-Id: I9db6d39274b71ee2750058fd65f4917701394ac0 commit 268e707d14be0c29448b9f5aee4f26a3180c75fd Author: Adnan <adnan@cyngn.com> Date: Wed Jul 23 13:27:06 2014 -0700 Catapult: Use recyclerview for side app drawer. Change-Id: Ie6f916792375f82a8f97a0369b98b813416216e8 commit efcbdc635e34511b73939639cbcf910728b1b3b2 Author: Adnan <adnan@cyngn.com> Date: Wed Jul 23 14:30:37 2014 -0700 Catapult: Handle app install and uninstall in drawer. Change-Id: Ia22876574e96b9ff0d4b4d93a853d7e92633376c commit 3fb7c6cb0b4bb9cfaf1d11c787df14c6767a72a9 Author: Danesh M <danesh@cyngn.com> Date: Thu Jul 24 10:19:57 2014 -0700 Catapult : Improve scroll performance Change-Id: I294beb9c9e1946724108bad2c0bca8839c5bf56b commit 85828036bd4af0a242f408ba18236b11920a0120 Author: Adnan <adnan@cyngn.com> Date: Thu Jul 24 10:46:58 2014 -0700 Catapult: Use setHasFixedSize on RecyclerView. Change-Id: Id06faa37d69f2d3ef533f829d991971ea2a32012 commit 4206cc348bb8aa788b0e4a0f2080deeb55a73d38 Author: Adnan <adnan@cyngn.com> Date: Thu Jul 24 10:49:15 2014 -0700 Catapult: Show App Info and Uninstall options on drag. Change-Id: Ica307eef4d2a086733f84704d129ac893f9bbb34 commit 283db64b47a5ec395e7ec07d5e34660c98cef91d Author: Adnan <adnan@cyngn.com> Date: Thu Jul 24 15:00:37 2014 -0700 Catapult: Properly handle install, remove, and update. Change-Id: I16138503bb5d31e999f293afc00e1adc2d574727 commit ca19c304fac9de8b97c0345b0c9a7cf3c3bdf155 Author: Adnan <adnan@cyngn.com> Date: Thu Jul 24 15:27:09 2014 -0700 Catapult: Ignore index 0 when added. Change-Id: Id00a41feb1813c419fda4425327024292d51e300 commit f595d415d3b8d9775d7448f1bbc4b542ea40c7a3 Author: Adnan <adnan@cyngn.com> Date: Thu Jul 24 15:51:32 2014 -0700 Catapult: Clean up after drag. Change-Id: I858c9aa5e30bc6ca13d4ca53397b769bb6b2b86b commit c337a69e43f213cacc0fe50a0d001f4cb3a5d9f4 Author: Adnan <adnan@cyngn.com> Date: Fri Jul 25 12:46:39 2014 -0700 Catapult: Fix app updates for new data structure. - Also fix line wrapping in class. Change-Id: I3c4f33d6e3e236952ea6d73f8402f32ac059f810 commit ef6b88c44f2c6c3372136773fa01821c4fc7ba62 Author: Danesh M <danesh@cyngn.com> Date: Thu Jul 24 23:26:41 2014 -0700 Catapult : Add scrubber Change-Id: Ied2e44e2d393bc5537f77c29a4b099da1e1f2a64 commit a96939b669f8adfad7bb633aa9acfa18fe72ff1e Author: Adnan <adnan@cyngn.com> Date: Mon Jul 28 11:01:37 2014 -0700 Catapult: Fix crashes for addition of next sections in list. Change-Id: I66d8e02523595655458d0f30d75ccfbe3b65e69d commit 48dd4872ba59499e7cea950fe4b1f8e4c6774a24 Author: Adnan <adnan@cyngn.com> Date: Mon Jul 28 11:59:20 2014 -0700 Catapult: Place all special or numerics in a single category. - Also implement AutoFitTextView for character resizing. Change-Id: Ida4e702b43dc934835021cbbf3e0b41d9cea0b16 commit 40ed85a3f518dcabfbf8533f534934e029cb3835 Author: Adnan <adnan@cyngn.com> Date: Mon Jul 28 13:22:14 2014 -0700 Catapult: Disable split touch events within drawer item. Change-Id: I990717140d5b420b9a658aede317206947e9fbce commit d76583a1a4e5dd0a5792ce6d39adc427934d7db9 Author: Adnan <adnan@cyngn.com> Date: Mon Jul 28 15:53:23 2014 -0700 Catapult: Add spacer to last item in list. Change-Id: Ia3f2d7d12c09886ab24e8976549518c1bb1a9a0b commit 467e9cb6428b33fd6846be8d30bb8dcfe127acdf Author: Adnan <adnan@cyngn.com> Date: Tue Jul 29 12:39:37 2014 -0700 Catapult: Group special characters together under section. Change-Id: Ic2508eb101e1604c9e1544bdc858c7487f426a44 commit 1f566b1b5b9bac71d0d79d07084f024ba67982e1 Author: Danesh M <danesh@cyngn.com> Date: Tue Jul 29 14:25:26 2014 -0700 Catapult : Fix scrubber - Make seekbar height of entire scrubber - Cancel viewproperty animator instead of Animation - Reduce scrubber animation duration - Ignore swipe events if in scrubber area Change-Id: I3a80b5bc392105bd1d5deff1defed8c083512029 commit b54ace6ee3ecca153f4c8fd2cda35366b205106f Author: Danesh M <danesh@cyngn.com> Date: Tue Jul 29 14:29:44 2014 -0700 Catapult : Check if appdrawer is null when intercepting Change-Id: I8d1b095acc8484d2ffb3f3ffc07608a639c9a3a3 commit 7a544638641e953aa2e75e6bc3f353906887440e Author: Adnan <adnan@cyngn.com> Date: Tue Jul 29 18:23:30 2014 -0700 Catapult: Use isLetter to fix locale issues in some languages. Change-Id: I253139ab3a93a9b48d3158f790e3975f776ce666 commit 96d1198ec28e5b858aa5cda268eecdf2335c6cf2 Author: Danesh Mondegarian <danesh@cyngn.com> Date: Fri Aug 8 23:30:15 2014 -0700 Catapult : Improve scrubber 9patch Change-Id: Ide249c0fe269d2f8966c753f6fdd9c1f673a0df9 commit 4920d0fdd94f7b0df6fccc3d16f5b98cbf4d19a2 Author: Danesh M <danesh@cyngn.com> Date: Fri Aug 8 15:44:20 2014 -0700 Catapult : Improve app drawer perf Change-Id: I78f699dbeac2618dceaa463940175e33ce685677 commit 10004f024b01029b2c137520407cefb5568b8c47 Author: Raj Yengisetty <rajesh@cyngn.com> Date: Thu Feb 26 11:42:17 2015 -0800 Remove scrubber swipe logic from Workspace Change-Id: I44d94a412ccdb60ce0f537fd6ddb71c2daffc906 Change-Id: Ibf6152352520ece4dff201b8013378a1ad562894
* 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.