Skip to content

caoyongren/MatthewTaskbar

Repository files navigation

Openthos-7.1 StartupMenu

Modify from TaskBar-master

Features

  • Start menu - shows you all applications installed on the device, configurable as a list or as a grid
  • Recent apps tray - shows your most recently used apps and lets you easily switch between them
  • Collapsible and hideable - show it when you need it, hide it when you don't
  • Many different configuration options - customize Taskbar however you want
  • Pin favorite apps or block the ones you don't want to see
  • Designed with keyboard and mouse in mind
  • 100% free, open source, and no ads

Freeform window mode (Android 7.0+)

Taskbar lets you launch apps in freeform floating windows on Android 7.0+ (Nougat). No root access is required. Simply follow these steps to configure your device for launching apps in freeform mode:

  1. Check the box for "Freeform window support" inside the Taskbar app
  2. Follow the directions that appear in the pop-up to enable the proper settings on your device
  3. Go to your device's recent apps page and clear all recent apps
  4. Select an app using Taskbar to launch it in a freeform window

For more information and detailed instructions, click "Help & instructions for freeform mode" inside the Taskbar app.

Download

How to Build

Prerequisites:

  • Windows, Mac, or Linux machine
  • JDK 8
  • Android SDK
  • Internet connection (to download dependencies)

Once all the prerequisites are met, simply cd to the base directory of the project and run "./gradlew assembleFreeDebug" to start the build. Dependencies will download and the build will run. After the build completes, cd to "app/build/outputs/apk" where you will end up with the APK file "app-free-debug.apk", ready to install on your Android device.

Icon Pack Support

Taskbar includes support for ADW-style icon packs. If you are an icon pack developer and would like to include support for applying the icon pack from within your app, simply use the following code:

Intent intent = new Intent("com.farmerbb.taskbar.APPLY_ICON_PACK");
intent.putExtra("android.intent.extra.PACKAGE_NAME", "com.iconpack.name");
startActivity(intent);

About

Modify from TaskBar-master

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published