File | Date | Author | Commit |
---|---|---|---|
app | 2018-06-18 |
![]() |
[c683e0] Fix Android-x86 crashes related to manifest cha... |
gradle | 2018-06-05 |
![]() |
[89c43f] Update Gradle |
.gitignore | 2018-02-24 |
![]() |
[d58c60] Taskbar 3.8.2 (release 2) |
Android.mk | 2017-10-31 |
![]() |
[0af923] Fixes for Android-x86 Oreo build |
LICENSE | 2016-08-05 |
![]() |
[be2e03] Taskbar 1.1.4 |
NOTICE | 2017-03-08 |
![]() |
[1bd951] Update NOTICE |
README.md | 2018-06-07 |
![]() |
[e6081f] is -> are |
build.gradle | 2018-06-04 |
![]() |
[b0f395] Refresh dependencies |
gradlew | 2018-06-05 |
![]() |
[89c43f] Update Gradle |
gradlew.bat | 2018-06-05 |
![]() |
[89c43f] Update Gradle |
settings.gradle | 2016-08-05 |
![]() |
[be2e03] Taskbar 1.1.4 |
Taskbar puts a start menu and recent apps tray on top of your screen that's accessible at any time, increasing your productivity and turning your Android tablet (or phone) into a real multitasking machine!
On devices running Android 7.0 through 8.1, Taskbar can also launch apps in freeform windows for a PC-like experience! No root required! (see below for instructions)
Taskbar is also fully supported on Chrome OS - use Taskbar as a secondary Android app launcher on your Chromebook!
Taskbar lets you launch apps in freeform floating windows on Android 7.0 and 7.1 (Nougat). No root access is required. Android 8.0 and 8.1 (Oreo) are also supported via an adb shell command. Versions earlier than 7.0 and later than 8.1 are not supported.
Simply follow these steps to configure your device for launching apps in freeform mode:
For more information and detailed instructions, click "Help & instructions for freeform mode" inside the Taskbar app.
Taskbar can be downloaded as a standalone Android app from:
Taskbar is also included as part of the following Android distributions for PCs:
Prerequisites:
* Linux or MacOS
* 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.
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);