Hans-Christoph Steiner
8b9e5e5e5a
simplify Eclipse setup by making direct imports of submodules work
...
These two changes make it so that the submodules can be directly imported
into Eclipse, and they'll be all setup to just work.
2014-12-11 13:52:40 +01:00
Hans-Christoph Steiner
a6b75ce822
rename script for building flash zip to make distinct from embedded scripts
2014-12-11 13:51:35 +01:00
Hans-Christoph Steiner
9f50a0003c
zip-build: fix script to work when called from anywhere
...
This now figures out the root of the fdroidclient project and works there,
rather than just working in the root on the project. So it can be run like
./tools/zip-build.sh or (cd tools && ./zip-build.sh) or whatever.
I also removed the pointless function, since it is only called once in the
script.
2014-12-11 13:50:14 +01:00
Hans-Christoph Steiner
8a06aa1c9b
remove newlines and extra spaces when parsing repo name and description
...
The formatting of these texts should happen in the Android layouts, not
with inline whitespace characters.
2014-12-11 13:49:56 +01:00
Daniel Martí
e085bcd54c
Use the newer plugin form 'com.android.application'
2014-12-10 10:53:37 +01:00
Daniel Martí
9d2a4eb999
Enable all java lint warnings
2014-12-10 10:50:08 +01:00
Daniel Martí
c7e9e16a6b
Bump to 0.77-test
2014-12-09 15:55:13 +01:00
Daniel Martí
06dd4c8dcb
Move F-Droid project into subdir, keeping a root gradle project
...
Also improved .gitignore a tad
2014-12-09 15:36:07 +01:00