SETUP ANDROID STUDIO
====================
How to use Android Studio with the SwiFTP project:

1) Fork the project to your own account and clone:
        git clone git@github.com:<youraccount>/swiftp.git
2) In Android studio open the project:
  - File -> Open
3) Add the lombok plugin to Android Studio:
  - File -> Settings -> Plugins -> Browse Repositories
  - Search Lombok Plugin and install

DOCUMENTATION
=============
We make use of the lombok val keyword. See
     https://projectlombok.org/features/val
We don't use this everywhere, only when writing the
declaration would require a line wrap and when the
context is clear and when the usage of the variable
is close to the declaration.

MAKING CHANGES
==============
The code is released under the GPLv3, you might want to read
http://www.gnu.org/licenses/gpl-faq.html

The artwork is copyrighted. It can only be used with consent of
me (Pieter Pareit).

It is requested that if you make changes to the code, that you
notify me. Pull requests via github or patches to my email.

RELEASE CHECKLIST
=================
Update version in android manifest
Update instructions if necessary
Uninstall fully

Test on
 - Ubuntu GNOME browser
 - Firefox
 - FireFTP
 - gFTP
 - Command line FTP
 - Windows explorer
 - FileZilla
 - AndFTP
 
Export, sign, upload

CONTACT
=======
Maintainer: Pieter Pareit (pieter.pareit@gmail.com)
