Commit graph

257 commits

Author SHA1 Message Date
Mathieu Virbel
4486536984 Merge pull request #62 from alanjds/patch-1
[FIX] Detect 32/64 bit on Windows, to download Android NDK
2013-11-21 01:19:57 -08:00
Alan Justino da Silva
cea345c6c9 [FIX] Detect 32/64 bit on Windows, to download Android NDK
Grabbed the answer from StackOverflow, and should work for other OSes too, but kept for Windows only.
2013-11-10 13:33:46 -02:00
Alexander Taylor
707b4935cd Minor code cleanup (formatting) 2013-11-08 22:58:03 +00:00
Alexander Taylor
1fcae9834f Made p4a distribution dir name == app.package.name 2013-11-08 22:17:08 +00:00
Alexander Taylor
b72176095d Added BUILDOZER_P4A_DIR env var behaviour 2013-11-08 22:10:48 +00:00
Mathieu Virbel
5a720e24c9 add meta-data support, external android libraries support, and custom java files to include in the APK. 2013-11-02 18:04:28 +01:00
Mathieu Virbel
4730dd3f0a more android/python-for-android directory to clean after building the distribution 2013-10-31 03:16:38 +01:00
Mathieu Virbel
b64fd7a41c fix buildozer PACKAGES_PATH to use global buildozer directory instead of the local one. 2013-10-31 03:11:53 +01:00
Mathieu Virbel
cca30b454a enjoy of the latest python-for-android addition: cache for packages. set correctly the PACKAGES_PATH to the global buildozer directory/target/packages 2013-10-31 02:37:06 +01:00
Mathieu Virbel
b7bf56ecee rename privatestorage to private_storage 2013-10-30 00:50:11 +01:00
Mathieu Virbel
27187125af Merge pull request #58 from brousch/android-storagetype-option
Added --private and --dir Android storage option
2013-10-29 10:31:26 -07:00
Ben Rousch
d846f7e966 Added --private and --dir Android storage option 2013-10-29 13:28:40 -04:00
Mathieu Virbel
a8dba50178 Merge pull request #49 from brousch/serve_command
Added a 'serve' command to serve bin/ over SimpleHTTPServer
2013-10-29 09:45:00 -07:00
Mathieu Virbel
8c6ab8bf5b bump to 0.8 2013-10-29 17:00:31 +01:00
Mathieu Virbel
734c8be8b8 reduce the size of the remaining .buildozer 2013-10-29 17:00:08 +01:00
Mathieu Virbel
18567d35bc allow custom permissions 2013-10-29 16:59:57 +01:00
Ian Foote
19845cb3f8 Use garden version 0.1.1. 2013-10-26 08:53:24 +01:00
Mathieu Virbel
82fda0eec8 fix lower case permission when section is used instead of key=value 2013-10-25 11:57:47 +02:00
qua-non
a12ded77b9 Merge pull request #53 from brousch/update-default-ndk-r9
Update default Android NDK to r9
2013-10-15 11:35:01 -07:00
Ben Rousch
401e40d117 Update defauly Android NDK to r9 2013-10-15 13:55:18 -04:00
qua-non
220206ebab Merge pull request #48 from brousch/patch-3
Fixed another 'Unknown' typo
2013-10-11 11:59:28 -07:00
qua-non
9159948af3 Merge pull request #51 from brousch/android.wakelock
Added android.wakelock option
2013-10-11 11:57:53 -07:00
Ben Rousch
aea246e666 Added android.wakelock option 2013-10-11 14:23:10 -04:00
Ben Rousch
bd56b996e2 Added a 'serve' command to serve bin/ over SimpleHTTPServer 2013-10-11 14:02:58 -04:00
Ben Rousch
ce6eef0d02 Fixed another 'Unknown' typo 2013-10-11 14:01:00 -04:00
qua-non
12125371d3 Merge pull request #47 from brousch/patch-1
Fixed spelling of 'Unknown'
2013-10-11 10:11:33 -07:00
Ben Rousch
ada7735d2c Fixed spelling of 'Unknown' 2013-10-11 12:07:34 -04:00
qua-non
105e0eeaf2 Merge pull request #46 from brousch/patch-2
Fixed missing 'r' on ANDROIDNDKVER environment export
2013-10-11 08:19:35 -07:00
Ben Rousch
b7e0bb0a90 Fixed missing 'r' on ANDROIDNDKVER environment export 2013-10-11 11:18:05 -04:00
Mathieu Virbel
a5f1cf4e8a Merge pull request #44 from kivy/android_branch
make sure android.branch works with fresh clone
2013-10-11 02:40:48 -07:00
qua-non
cb4690e564 make sure android.branch works with fresh clone 2013-10-11 06:09:03 +05:30
Ian Foote
81619b0486 Specify version of garden to use. 2013-09-28 16:12:15 +01:00
Ian Foote
22c0ee1673 Use kivy-garden's version of garden.
Tweak garden_requirements.
2013-09-28 15:26:56 +01:00
Mathieu Virbel
3dcae5a311 Merge pull request #26 from kivy/fix_service_path
add applibs in path for service too
2013-09-26 15:02:06 -07:00
Mathieu Virbel
4871d948cd Merge pull request #25 from kivy/autofix_distribute
fix distribute install before installing every dependencies, fix a few i...
2013-09-26 15:01:31 -07:00
Ian Foote
f7783a09de Remove garden script from tools. 2013-09-26 20:30:31 +01:00
Ian Foote
f05587e77a Merge remote-tracking branch 'origin/garden_requirements' into garden_requirements
Conflicts:
	buildozer/__init__.py
2013-09-26 20:30:11 +01:00
Ian Foote
61e5349faf Ensure garden script is available. 2013-09-26 20:24:52 +01:00
Ian Foote
dd7a2fd914 Install garden packages listed in buildozer.spec.
Requires local copy of garden script.
2013-09-23 15:10:31 +01:00
Gabriel Pettier
4be4b56a89 Merge pull request #40 from nithinbose87/master
Fixed a typo in setdefault description
2013-09-23 03:22:30 -07:00
Nithin Bose
72339b22b9 Fixed a typo in setdefault description 2013-09-23 15:47:47 +05:30
Ian Foote
0bec4893a6 Specify cwd for garden cmd. Use --app arg. 2013-09-17 22:36:36 +01:00
Ian Foote
097073827f Allow specifying garden packages in buildozer.spec 2013-09-17 21:35:48 +01:00
Mathieu Virbel
549fbff80b Merge pull request #38 from Ian-Foote/package_paths
Package paths
2013-09-16 14:25:42 -07:00
Ian Foote
96f7e8cc22 Add sitecustomize.py, copy into app_dir on build. 2013-09-16 22:18:21 +01:00
Mathieu Virbel
c78b2eda93 Merge branch 'master' of ssh://github.com/kivy/buildozer 2013-09-11 15:09:48 +02:00
Mathieu Virbel
a9804dea66 bump to 0.7 2013-09-11 15:09:38 +02:00
Mathieu Virbel
a83dfd4cbd fix android.add_jars to be a "list" type, and be consistent with others token. Multiple .jar are now separated with "," and not ";". Also, it can be configured as a specific section (as all the others list types.) 2013-09-11 15:09:28 +02:00
Mathieu Virbel
4d8cf3ecc7 new android.add_libs_armeabi to add custom .so in the libs/armeabi directory. 2013-09-11 15:08:28 +02:00
Ian Foote
5659a93dc6 Fix typo 'versionning' -> 'versioning'. 2013-09-10 21:55:38 +01:00