OSDN Git Service

Finish fixing start menu reset behavior
[android-x86/packages-apps-Taskbar.git] / README.md
1 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!<br><br>On devices running Android 7.0+ (Nougat), Taskbar can also launch apps in freeform windows for a PC-like experience!  No root required!  (see below for instructions)<br><br>Also works great as an Android app launcher for Chromebooks! (Be sure to set your Chrome OS shelf to autohide)
2
3 ## Features
4 * Start menu - shows you all applications installed on the device, configurable as a list or as a grid
5 * Recent apps tray - shows your most recently used apps and lets you easily switch between them
6 * Collapsible and hideable - show it when you need it, hide it when you don't
7 * Many different configuration options - customize Taskbar however you want
8 * Pin favorite apps or block the ones you don't want to see
9 * Designed with keyboard and mouse in mind
10 * 100% free, open source, and no ads
11
12 #### Freeform window mode (Android 7.0+)
13
14 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:
15
16 1. Check the box for "Freeform window support" inside the Taskbar app
17 2. Follow the directions that appear in the pop-up to enable the proper settings on your device
18 3. Go to your device's recent apps page and clear all recent apps
19 4. Select an app using Taskbar to launch it in a freeform window
20
21 For more information and detailed instructions, click "Help & instructions for freeform mode" inside the Taskbar app.
22
23 ## Download
24 * Google Play (https://play.google.com/store/apps/details?id=com.farmerbb.taskbar)
25 * F-Droid (https://f-droid.org/repository/browse/?fdid=com.farmerbb.taskbar)
26 * APKMirror (http://www.apkmirror.com/apk/braden-farmer/taskbar/)
27
28 ## How to Build
29 Prerequisites:
30 * Windows, Mac, or Linux machine
31 * JDK 8
32 * Android SDK
33 * Internet connection (to download dependencies)
34
35 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.
36
37 ## Icon Pack Support
38 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:
39
40     Intent intent = new Intent("com.farmerbb.taskbar.APPLY_ICON_PACK");
41     intent.putExtra("android.intent.extra.PACKAGE_NAME", "com.iconpack.name");
42     startActivity(intent);
43
44 ## Contributors
45 * Mark Morilla (app logo) (https://plus.google.com/106169552593075739372)
46 * naofum (Japanese translation)
47 * HardSer (Russian translation)
48 * OfficialMITX (German translation)