summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: update feed libEdward Cross2019-12-121-0/+0
| | | | Change-Id: I75dffd93536c3827404d8a3feda741b79c08e337
* Launcher3: Google Feed integrationEdward Cross2019-12-121-0/+0
| | | | | | | | If Google Search is installed, the Google Feed can be found at the -1 screen (which is the very left). This feature is enabled by default. Change-Id: I495196818699fd378cd60e6dd61b07a0ab951762
* Move PlubinLib to prebuilts/frameworks_intermediatesHyunyoung Song2019-04-031-0/+0
| | | | | Bug: 129423457 Change-Id: I7ed06609efa33ae98ffcd6f937a76a6b772c3fc1
* Move plugin_core.jar back to Launcher3 to unblock code mergeHyunyoung Song2019-03-221-0/+0
| | | | Change-Id: Ic9d6ab16ac7a8c5c1f528bdcac06e56f718a3f91
* Remove f/b based jars out of the Android.mkHyunyoung Song2019-03-143-8/+0
| | | | | | | Benefit! we would not get merge conflict when one of these jars update and we need to do code merge. Change-Id: Ia6a4a632474a7b19aaede1d20d1373902da1400c
* Split out launcherProtos from sysui_shared.jarHyunyoung Song2018-11-052-0/+8
| | | | | Bug: 113043444 Change-Id: I3115cdc7871b0f77601e399df01cdde0dde87c6e
* Add plugin supportTony Wickham2018-10-101-0/+0
- Add libs/plugin_core.jar - Include plugin_core in Launcher3 build (it is already present other builds as part of the updated shared lib) - Add PluginEnablerImpl that uses SharedPrefs to enable/disable plugin components - Add src_plugins, where plugin interfaces will live. It has a build rule to create a jar that plugin projects will depend on. - Copy PluginPreferencesFragment from sysui but using our implementation for PluginEnabler Bug: 115877296 Change-Id: I3db54677eaceb10f92018c0f9d18920ad9ffac39