Maksymilian Graczyk 7 rokov pred
rodič
commit
e6adf25296
1 zmenil súbory, kde vykonal 35 pridanie a 0 odobranie
  1. 35 0
      README.md

+ 35 - 0
README.md

@@ -0,0 +1,35 @@
+# Polassis
+A personal voice assistant for Android devices. This is the most up-to-date development version. There are no ads and donation possibilities. Polish is the only supported language at the moment (in both GUI and command recognition).
+
+## Support
+This project is freezed. Therefore, I provide very limited support. I will not answer any e-mails with comments about either stable or development versions. If you find any bugs or have any suggestions, feel free to report them in "Issues", but I cannot guarantee that I will respond to the reports within reasonable time.
+
+## Installation instructions
+Please note that this is a **development** version: bugs, empty screens and unfinished functions are *normal* here. However, as I aimed for fixing major bugs present in the latest stable version (1.0.7) before publishing the source code, the development version **may** work better than the stable one in your device. If this is the case, you are lucky!
+
+### With Android Studio
+If you are familiar with Android programming and want to work with the source code, this is the quickest and recommended method. If not, see "Pre-built releases". The instructions below apply to Android Studio 3.0.1, but they should work flawlessly in other versions as well (minor changes might be required, please refer to the manual or online resources for your version of the IDE if necessary).
+
+1. Clone the repository:
+`git clone https://github.com/maksgraczyk/Polassis`
+2. Open the folder "Polassis" as a project in Android Studio.
+3. Wait until all required resources are prepared.
+4. You are ready to go: have fun!
+
+### Without Android Studio
+(under construction)
+
+### Pre-built releases
+There are also pre-built releases which can be installed directly on Android devices without compiling the source code. They are available as APK files in "Releases". Your device must allow installing applications from unknown sources: you can change this behaviour in Android settings.
+
+## How to use
+(under construction)
+
+## Language
+(under construction)
+
+## Third party resources used
+(under construction)
+
+## License
+Polassis is licensed under the GNU General Public License v3.0. Please see LICENSE for details.