forked from ppareit/swiftp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHACKING
More file actions
44 lines (36 loc) · 1.04 KB
/
HACKING
File metadata and controls
44 lines (36 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
SETUP ECLIPSE
=============
How to use Eclipse and the Android plugin with the SwiFTP project:
1) Clone the project:
git clone [email protected]:ppareit/swiftp.git
2) In Eclipse, import the existing project:
- File -> Import
- Select Android, then Existing Android Code Into Workspace
- In "Select root directory," browse for the cloned directory
- From there it's obvious
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 ([email protected])