OSDN Git Service

Update README.md
authorfarmerbb <farmerbb@gmail.com>
Sat, 10 Sep 2016 17:23:59 +0000 (11:23 -0600)
committerGitHub <noreply@github.com>
Sat, 10 Sep 2016 17:23:59 +0000 (11:23 -0600)
README.md

index d8d75a5..d1dc600 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 Taskbar puts a start menu and recent apps tray on top of your screen 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 Nougat, Taskbar can also launch apps in freeform windows for a PC-like experience!  No root required!  (see below for instructions)
 
 ## Features
 * Start menu - shows you all applications installed on the device, configurable as a list or as a grid
@@ -7,11 +9,23 @@
 * 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
-* Special support for Android Nougat freeform window mode
 * 100% free, open source, and no ads
 
+## Freeform window mode (Android 7.0 Nougat)
+
+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. With Taskbar turned on, go to your device's recent apps page
+4. Clear all recent apps, then go back to the (empty) recent apps page
+5. Press Taskbar's start button and select an app to launch it in a freeform window
+
+For more information and detailed instructions, click "Help & information for freeform mode" inside the Taskbar app.
+
 ## Download
 * Google Play (https://play.google.com/store/apps/details?id=com.farmerbb.taskbar)
+* F-Droid (https://f-droid.org/repository/browse/?fdid=com.farmerbb.taskbar)
 
 ## How to Build
 Prerequisites:
@@ -19,4 +33,4 @@ Prerequisites:
 * JDK 8
 * Internet connection (to download dependencies)
 
-Once all the prerequisites are met, simply cd to the base directory of the project and run "./gradlew assembleRelease" to start the build.  Dependencies will download, and eventually you will end up with an APK file "app-release.apk", ready to install on your Android device.
\ No newline at end of file
+Once all the prerequisites are met, simply cd to the base directory of the project and run "./gradlew assembleRelease" to start the build.  Dependencies will download, and eventually you will end up with an APK file "app-release.apk", ready to install on your Android device.