Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivy/buildozer

Generic Python packager for Android and iOS
https://github.com/kivy/buildozer

update to 0.4

421a8e991c1a54da0808f95ca00dcfd9cae29e10 authored over 11 years ago by Mathieu Virbel <[email protected]>
Merge pull request #16 from kivy/copy_back

copy the generated apk back from remote

f7d8b95b529cde59e624deb9d59b45e13dbe2272 authored over 11 years ago by Mathieu Virbel <[email protected]>
allows multiple devices in ANDROID_SERIAL env variables, separated with comma

ebea1955a61d65df6abda8d9ef54cf632a053451 authored over 11 years ago by Mathieu Virbel <[email protected]>
copy the generated apk back from remote

5382991d3f4876276d09003dd38400f192b5e8cf authored over 11 years ago by qua-non <[email protected]>
support fo intent_filters on android

a09bf6ebcffa22cca651610a68af01fd260bc7d2 authored over 11 years ago by Mathieu Virbel <[email protected]>
various bugfixes for osx

9f2ef0271f2e35915daef7ed4466afd0e83791d3 authored over 11 years ago by Mathieu Virbel <[email protected]>
Merge pull request #14 from bob-the-hamster/ouya-support

Ouya support

b693a68124bc3758a99040b49a57c91095e404ea authored over 11 years ago by Mathieu Virbel <[email protected]>
Merge pull request #15 from bob-the-hamster/add-jars

android.add_jars config option

c6b57a042a3d5eb33aa034493bd4ebd5ebd6c452 authored over 11 years ago by Mathieu Virbel <[email protected]>
Add android.add_jars config option for bundling extra Java .jar files

(for example: OUYA-ODK/libs/*.jar)

ff34b7b7b55fe7cba2648ac9629a76dad506129d authored over 11 years ago by Bob the Hamster <[email protected]>
Add android.ouya.category and android.ouya.icon.filename options to buildozer.spec

f9398e487cb98ba5b955e6e3febe005376f169da authored over 11 years ago by Bob the Hamster <[email protected]>
Merge branch 'master' of https://github.com/kivy/buildozer

Conflicts:
buildozer/__init__.py
buildozer/targets/android.py

4ccdf18ec3970e46129139f82832ee0adc7dc591 authored over 11 years ago by Bob the Hamster <[email protected]>
add support for orientation and fullscreen (working on android only right now.)

6639efa8b08975005a391b61f5bf59b3f0ca13a6 authored over 11 years ago by Mathieu Virbel <[email protected]>
android: if multiples devices are plugged, deploy and run on all of them. except if a ANDROID_SERIAL env is set.

5474accca1c4ee2581bde5a54876a09b92591316 authored over 11 years ago by Mathieu Virbel <[email protected]>
Fixes for the android.branch feature

Use getdefault instead of get (duh)
Add commented option to default.spec for documentation

fix:...

2a8dd715efab1128931c26e8f8bfca1351d1e4fe authored over 11 years ago by tshirtman <[email protected]>
Update README.rst

ac4b8ab1e8c1338aac793c894def92442c4bd3ed authored almost 12 years ago by Mathieu Virbel <[email protected]>
ios: use the package.name instead of the title for creating the app- directory

48f44e6e23037db0e70468c64bf7f1711efb4a89 authored almost 12 years ago by Mathieu Virbel <[email protected]>
remove bad readme

d797d3df782bbdd95bdfff3e1c6a717e9544b5fa authored almost 12 years ago by Mathieu Virbel <[email protected]>
add cython check for ios target. closes #5

86054353c50e129dba91f57497918f4b8e0438e2 authored almost 12 years ago by Mathieu Virbel <[email protected]>
avoid to prepend app_dir for icon/presplash. use root_dir instead.

fd5cbcb390ed8fcf7a59df187f9f853eb8ded31d authored almost 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of ssh://github.com/kivy/buildozer

c16361b295a0080392aa4dd917baa2981e483060 authored almost 12 years ago by Mathieu Virbel <[email protected]>
fix get_config_list when the string is empty. closes #8

9c51ae1e81e89a9e48c107b4d36ef29593a078b7 authored almost 12 years ago by Mathieu Virbel <[email protected]>
presplash.filename and icon.filename only worked if source.dir was .

For any other value of source.dir presplash and icon were broken.

a91108007a981b39fbd17a5706e77eb295e7019a authored almost 12 years ago by Bob the Hamster <[email protected]>
_get_config_list() was incorrectly returning [""] instead of [] for blank config lists

6f1c779d049f2afb8ad703bf483647cd9399f9fa authored almost 12 years ago by Bob the Hamster <[email protected]>
Revert "When android.permissions list is left blank, it contains a null string [""]"

This reverts commit aa0a7f8195716a4487dd1ab8c863be7930e45c06.

91d2b102886ca93d153fc42446ce99aa8b7240bf authored almost 12 years ago by Bob the Hamster <[email protected]>
When android.permissions list is left blank, it contains a null string [""]

Filter this out when checking permission validity, and when building --permission command line ar...

aa0a7f8195716a4487dd1ab8c863be7930e45c06 authored almost 12 years ago by Bob the Hamster <[email protected]>
Merge branch 'master' of github.com:kivy/buildozer

b0c2bcde3e43e80432feadc23dba44b297629bc5 authored almost 12 years ago by tshirtman <[email protected]>
add expanduser in android sdk/ndk paths configuration

fix: #3

5c27196a3beff1abe88d6984f16c1adb48dd4b1c authored almost 12 years ago by tshirtman <[email protected]>
Merge branch 'master' of ssh://github.com/kivy/buildozer

a9fa11f2d7611052a7b9f2f87b5a05f6941b9593 authored almost 12 years ago by Mathieu Virbel <[email protected]>
fix config list when a default value is given

7b50585cf123219cd59371f89e75e188a9489f54 authored almost 12 years ago by Mathieu Virbel <[email protected]>
allow to use branch in python-for-android

18590ddf0f2350007a8da01c176ea823905839f8 authored almost 12 years ago by tshirtman <[email protected]>
Merge branch 'master' of https://github.com/kivy/buildozer

8e96078ad101ac761628b95910b129ba1aaf0d9b authored almost 12 years ago by tshirtman <[email protected]>
rework how buildozer-remote pipeline commands works (support stdin now.)

057f3bcb594175626f9c7112f0821706d316b52d authored almost 12 years ago by Mathieu Virbel <[email protected]>
ios: correctly unlock the keychain, to be able to remotely sign the app

17cc24ea87f356617be1a3ddabc84d93348ee45f authored almost 12 years ago by Mathieu Virbel <[email protected]>
don't remove include_exts/exclude_exts with remote, or no app sources will be used

3318ca9f66e109a5682d672597ed0cd2f8cb5b70 authored almost 12 years ago by Mathieu Virbel <[email protected]>
add more include_exts by default

3b3faa1013347645cb295a148b02ab98fe4bc861 authored almost 12 years ago by Mathieu Virbel <[email protected]>
introducing buildozer-remote, WIP. It connect to a ssh server, create build directory, copy buildozer and the app source code, and invoke buildozer commands.

Missing: documentation, sync binaries back to the host, etc.

82b007727ef3c1b70d11d51e97599f89ea740e1d authored almost 12 years ago by Mathieu Virbel <[email protected]>
ios: update the plist to include correct package domain+name, version, build id, and resample the icon if the dimensions are not ok.

5f203cf3bb7c4e7f50ef7e5d081308e568b4bfc3 authored almost 12 years ago by Mathieu Virbel <[email protected]>
add ios support. compilation, packaging, deploy and running works, all from command line. Marvelous!!

fb0741a21f88a45c6c7769d6825046a458a6c73f authored almost 12 years ago by Mathieu Virbel <[email protected]>
add icon and presplash support

b202143b0d00447cd25c4f9559cdb30b4cc25bd7 authored almost 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of https://github.com/kivy/buildozer

e89fea178f446d74bd72608e90aeeb8cace9911c authored almost 12 years ago by tshirtman <[email protected]>
virtualenv: avoid to reinstall applibs except if requirements changed

8affd6f7437670973bd2fc040181648136379761 authored almost 12 years ago by Mathieu Virbel <[email protected]>
first pass to install possible external requirements within a virtualenv + copy the installed packages into an _applibs + patch main.py to include the _applibs.

5db8675ea3f85bc1ed7a09705e953c0df51bceb5 authored almost 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of ssh://github.com/kivy/buildozer

cf8ed00b9f2a21137f8dff655c373fb2b9fd4434 authored almost 12 years ago by Mathieu Virbel <[email protected]>
don't check configuration tokens if the buildozer.spec has not been loaded.

3e99508473fbe87c807d2a64f9207f34c206f1a2 authored almost 12 years ago by Mathieu Virbel <[email protected]>
avoid double-logging of commands

041880cca3ee19ed2086b6ef0b54851b7f16d938 authored almost 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of https://github.com/kivy/buildozer

Conflicts:
.gitignore

3a6ba988bdc1c00edbbbf8240dcb7d3223ba444c authored almost 12 years ago by tshirtman <[email protected]>
more work on iOS target.

56d5cc490f3b14f6c97fbc48cf9d847db5f85078 authored almost 12 years ago by Mathieu Virbel <[email protected]>
self.error doesn't exit

cd439458c5278cfb1f280fedfdc2c02178c95821 authored almost 12 years ago by Mathieu Virbel <[email protected]>
add missing default methods in target.py

b732490b2c96cb4340552c07d28e54f0402878b7 authored almost 12 years ago by Mathieu Virbel <[email protected]>
check configuration token when target is set

47fbfbe209e1d1c484f6a80a5be957a8db811a92 authored almost 12 years ago by Mathieu Virbel <[email protected]>
fix debug() issue, and avoid % in print.

b2300e2bd99472abc5df78386ddb55602c1003f8 authored about 12 years ago by Mathieu Virbel <[email protected]>
add target configuration check (like ensure the android permissions are the correct one, according to the platform sdk).

fd9cc88a762124f47b1ce067a2c4f05d302fbc6f authored about 12 years ago by Mathieu Virbel <[email protected]>
add initial .spec tokens checks

d7e7d748b169a514a97f8977b22fed1a00b61cfc authored about 12 years ago by Mathieu Virbel <[email protected]>
add logging level capability. restrict to error+info by default. use --verbose/-v, or log_level=2 in the spec for increasing to debug, and show command output.

f297fd5ac25391256a7ef27a26a302083a136b88 authored about 12 years ago by Mathieu Virbel <[email protected]>
add color in the log!

bc279d1839f56ee451564e6a275969c9bd0234cb authored about 12 years ago by Mathieu Virbel <[email protected]>
enhance cmd() stdout/stderr capture, and use fcntl/select to faster redirection. avoid to store stdout/stderr if not used.

3e908d8d060a5934bc6f7f0b046a7c2fa3909902 authored about 12 years ago by Mathieu Virbel <[email protected]>
add custom commands + usage + ability to follow an stdout command

2f529b4f99eba3d1525c641a5c899a0a95614f20 authored about 12 years ago by Mathieu Virbel <[email protected]>
moar typo

b348237188d02cb9e3daf54dd39cfdeb6251edcd authored about 12 years ago by Mathieu Virbel <[email protected]>
typo

4a708a0295378e8bad74e5f607f69b7c4b0a938d authored about 12 years ago by Mathieu Virbel <[email protected]>
bump to 0.3-dev

1a2353362c033148e32aa15086666a17f642349d authored about 12 years ago by Mathieu Virbel <[email protected]>
update README + bump to 0.2

0dd7d484c0fc0e41b5442da1b03397cebd8f7ea7 authored about 12 years ago by Mathieu Virbel <[email protected]>
fix readme

fc6be4002814dde024739b94360844ac2881a07e authored about 12 years ago by Mathieu Virbel <[email protected]>
add seperation between "global" and "local" stuff, and allow to use custom ndk/sdk/ant directory

c25c2dc9e975382ff1b98b0677d0c9a8ea794182 authored about 12 years ago by Mathieu Virbel <[email protected]>
fix default command

2e250079dc1c6535f469fa91737e425553f3c971 authored about 12 years ago by Mathieu Virbel <[email protected]>
seperate the state.db from the platform dir. avoid to create platform dir until we know the target.

e30ef6364e876805319c508f0715c164342700d2 authored about 12 years ago by Mathieu Virbel <[email protected]>
add missing .buildozer creation0

bf61eb0e6b98becfd5ff344abc94b260bf35dc0e authored about 12 years ago by Mathieu Virbel <[email protected]>
fix doc

e2558d6000e756afb94bba3e1fd6fad82bc43182 authored about 12 years ago by Mathieu Virbel <[email protected]>
avoid multiple execution of build() and prepare_for_build() method

1ba027e85d22bc9843c51a260cdc0180b843fe10 authored about 12 years ago by Mathieu Virbel <[email protected]>
include the default.spec when using setup.py install

5a9cfb1b2e8a61a0712aa4bc9ec50fb71e76a972 authored about 12 years ago by Mathieu Virbel <[email protected]>
fix buildozer init

aea63eafe412c2863ec822ff705738727245d3ea authored about 12 years ago by Mathieu Virbel <[email protected]>
add missing files, and publish a first version

6224f748be8901a272d311a1d57f897ff5e32b0d authored about 12 years ago by Mathieu Virbel <[email protected]>
remove unused usage

e6f1db2b4b8f11cb91af4d101ee85bbcd7581e67 authored about 12 years ago by Mathieu Virbel <[email protected]>
rework command line arguments / target / usage

add deploy and run command.

262922472f3eee7dfabbe3cecd651f7234052dce authored about 12 years ago by Mathieu Virbel <[email protected]>
add more doc

66f6e46c4f523cc2b3be20b7dd8ee9d2f3d648a5 authored about 12 years ago by Mathieu Virbel <[email protected]>
finish buildozer android target (only debug build are supported right now.)

2e68748411449b485c5588d401e89e4c2eae9bf6 authored about 12 years ago by Mathieu Virbel <[email protected]>
wip

3dc42cb6273fedd6701d5a5721b16c6d51d89998 authored about 12 years ago by Mathieu Virbel <[email protected]>
typo

da7c95b6ee2fe084cdac1c72df679280e9399bea authored about 12 years ago by Mathieu Virbel <[email protected]>
first commit

a4173ccedafab069f3bfe8424b668ca4e60b65f6 authored about 12 years ago by Mathieu Virbel <[email protected]>
Initial commit

9e5a4fd777fc058b5a3c1b7bb714054a4d72a574 authored over 12 years ago by Mathieu Virbel <[email protected]>