Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.26 KB

SmartFeeder

SmartFeeder, forked from SmartSpacer, is an Android app that focuses on Launcher3 overlay customizations.

Features

  • Multiple columns for widget display.
  • Use spring animations, visually smoother.
  • Directly drag and drop widgets on overlay page.
  • Reorganize UI.

Screenshots

Screenshots

Integrate

Want to integrate to your rom? Now the good news is that it's totally possible to replace google feed with this overlay, and run without root. Please refer to this commit, download the modded google feed jar file, and import to your Launcher3 project.

By the following command

adb shell settings put global launcher_overlay_package "com.hhvvg.smartfeeder"

then restarting launcher, your google feed will be replaced!

Licences

The Smartspacer app is licensed under the GNU GPL v3 licence, the SDK is licensed under Apache 2.0. And as a fork of the original project, this project also uses the GNU GPL v3 licence.