walles / cleverdrawer

Android app drawer that reads your mind
MIT License
0 stars 0 forks source link

Build Status

CleverDrawer

App, settings and contacts drawer that reads your mind.

It then uses that information to sort apps, settings and contacts with the things you are most likely to launch first.

To use CleverDrawer as your home screen, check the "Home Button Launcher" box in the options menu. Then go to (System) Settings / Apps / Advanced / Default apps / Home app and check CleverDrawer there.

Hacking

Releasing

  1. Do git tag | cat and think about what the next version number should be.
  2. Do git tag 1.2.3 to set the next version number.
  3. ./gradlew build
  4. Upload app/build/outputs/apk/app-release.apk to Google Play
  5. git push --tags

TODO Misc

DONE