Ecosyste.ms: OpenCollective

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

github.com/kivy/python-for-android

Turn your Python application into an Android APK
https://github.com/kivy/python-for-android

fix pyopenssl as well (and fix bad patch on libxslt)

e9875e4a6543b1b98fbd33a40542df6ac6ab826e authored over 11 years ago
fix dlfcn as well, OpenSSL is referring to it for RTLD_GLOBAL in the first case (before dl, and before ctypes)

392087bd5fbaeedf0594aa160a44c90c7f7cec40 authored over 11 years ago
fix to avoid libxslt to set manually wrong dlopen() flags on android.

82a25309d2a5b30e29af4e063d020c28e5587040 authored over 11 years ago
simplify deps of few recipes (dont depends upon hostpython directly, python is enough)

9b408fe1c83f748786e139e1b1c0b3e7659bde0f authored over 11 years ago
pyasn1: fix dependency for pyasn1

cb0f7b28933c1f812df406931a33a69b8de046d1 authored over 11 years ago
Merge branch 'master' of ssh://github.com/kivy/python-for-android

7927dcc75408672ee7fd6c0ea5908c48f367075c authored over 11 years ago
remove baaad exit

f6d3f9f19b3d3d38355bfe0a2c80cd514e753fb3 authored over 11 years ago
Merge pull request #135 from encukou/check_call

build.py: Fail when ant process fails

ff07dc2d9fc1102c328d4910249fff5789cf3962 authored over 11 years ago
use depsort.py tool to order the module compilation.

It's work magically, that's soooooo great!

fec1a7092856fa5f8c8a49798d4836c171ada853 authored over 11 years ago
build.py: Fail when ant process fails

- Use check_call to raise CalledProcessError if somethig goes wrong
- Use a for loop instead of ...

2654471177313b8603bd85c6df3c9b67e158798a authored over 11 years ago
Merge pull request #134 from encukou/depsolving

WIP: Add depsolving utility

0fdf735c25a56b7713521a5acea103e7f956a7f8 authored over 11 years ago
Add depsolving utility

Add a dependency ordering utility.
It is not wired into the Bash processing yet.

0b16d8599ac74cddd49c429d097500c40137c30e authored over 11 years ago
update compass example

ae5c0639e8918a15f3d6563f026914529614d588 authored over 11 years ago
tabs fixes

eded28be24b8ce90beaccbc169e07cee88b20407 authored over 11 years ago
fixes few race-condition with runnable, and race-condition with lists in onNewIntent and onActivityResult. This changes are synchronized with latest pyjnius changes.

b8e723db541d3164e2b2368aa3a6d4c317c320a9 authored over 11 years ago
reorganize autoclass in android.runnable

ce3e11f803bd59d641916c5332e1b8414e5f474a authored over 11 years ago
remove invalid kivy_stable recipe

e5427006c0158c60142d3772a648149cbc0d924c authored over 11 years ago
android.activity: fix unbind and activity result bind()

bc638da46cc586d1b294b0c0abc5d1b61006b96f authored over 11 years ago
new android.activity module, that provide bind/unbind() method for on_new_intent / on_activity_result events.

646bd83babd19a0e8044bf87f706998f12f99fef authored over 11 years ago
Merge branch 'master' of github.com:kivy/python-for-android

ee52b389da5f4c85c65235b7ee89aee6ed95d67f authored over 11 years ago
big refactor of the android module, as well as a better documentation

34869221bf94651012885894ebe79a539b22fe1b authored over 11 years ago
add API for listening onActivityResult and onNewIntent event in Activity

59040f686d5357c2c4539a41a94d752ddbd23996 authored over 11 years ago
add missing _scproxy.py for osx

70e49adf62ce1878f7edf22bdd3fd4816ab8ef90 authored over 11 years ago
fix _scproxy on osx

c68257ce885cd5c2e58c06681bc85c59a03bf762 authored over 11 years ago
Merge branch 'billing-api' of git://github.com/bob-the-hamster/python-for-android

6d02b8c05c97690f5894a1cdf1941eeafc8d5528 authored over 11 years ago
remove double-blacklist for _lsprof.so

1bb5427b37eded77e99dc6a45c5967702eb62386 authored over 11 years ago
Merge pull request #124 from SonOfLilit/master

Add apt-get install libsqlite3-dev to FAQ on sqlite3

b2e3fce60ceb95eee0e4af99cb4cb0620c590eeb authored over 11 years ago
Merge pull request #128 from brousch/pylibpd-recipe-thread-fix

Fixed recipe for pylibpd

7242c5abde96acd59a0e06539bab54f36e32bdec authored over 11 years ago
Fixed recipe for pylibpd

f528bf2fee375b91af7f7689512dbc5c79197973 authored over 11 years ago
Merge pull request #125 from vkvn/master

Added recipe for paramiko

8a82662526cb99b42d62b5ebd67c865dce74c09c authored over 11 years ago
Added recipe for paramiko

f87ca081b4d59e5b4f5fdfafe3207829e050714d authored over 11 years ago
Merge branch 'master' of https://github.com/kivy/python-for-android into billing-api

697e5a6e402580d1b551afa089b28101aba774fa authored over 11 years ago
Add apt-get install libsqlite3-dev to FAQ on sqlite3

Ubuntu was chosen for the example because the pre-installed VM is Ubuntu

6e51e149e4624e3afe171cb8ffa9f9ffc681d169 authored over 11 years ago
mService needs to be static to be useful

f1574bbca8cea693357ababafd495057cda84ddb authored over 11 years ago
Merge branch 'master' into billing-api

Conflicts:
docs/source/android.rst
recipes/android/src/android.pyx
recipes/android/src/androi...

ae913c025245b9457d12706c677ea46280f0ed06 authored over 11 years ago
Merge pull request #120 from bob-the-hamster/add-jar

--add-jar command line option for including .jar files

6cf5232710a9628166674c59a98dec810c0c7eca authored over 11 years ago
--add-jar command line option for including .jar files to be used with pyjnius

f1c6d51219b67465684b33f36bee57ff52d5ce06 authored over 11 years ago
Merge pull request #118 from bob-the-hamster/intent-filters-doc-fix

Clarify the documentation about how to use --intent-filters argument

1ce75cd73eb76daabf2cbbe00ebb68f326fbdbfb authored over 11 years ago
Merge pull request #119 from bob-the-hamster/ouya-support

Ouya support

64374db688faf4954008c3f978db3548158c618b authored over 11 years ago
Add --ouya-category argument which causes the appropriate OUYA-specific intent-filter to be added to AndroidManifest.xml

110670570e44043c1005a156a0afef5cecc668ae authored over 11 years ago
Add --ouya-icon command line argument to build.py

92594e06363f77e3e6a3596fda5e89503b79df2d authored over 11 years ago
use stable branch for kivy

33f10f22106df45709cfabe1f43d500df1d5be27 authored over 11 years ago
Clarify the documentation about how to use --intent-filters argument

de4f392782941d066510fe289f8a5eed82f15dd9 authored over 11 years ago
Merge branch 'master' of github.com:kivy/python-for-android

b3bafeb3567e4d4a1219feaaabe10a587a4c69e9 authored over 11 years ago
fix access to java env in jnius from the python service + save the instance of the service within a static public PythonService.mService.

63a8722e076537bc49f3a5cda5ec9c8c841aff41 authored over 11 years ago
Merge pull request #112 from kivy/recipe-numpy

Numpy recipe

32a19db5678fd420c229c793cec95634d69900d4 authored over 11 years ago
Merge branch 'master' of github.com:kivy/python-for-android

3c98016442f08655b82132786715cef3a4460dbb authored over 11 years ago
service: use --private dir prior do --dir if exists.

0c4c2a3bbacf02af27092592f1a17d277c86b556 authored over 11 years ago
Update distribute.sh

a482d1fbd5ab27205e90b333c8c4628c112e8911 authored over 11 years ago
Merge pull request #117 from brousch/patch-1

Added 64bit Android NDK to export line

eacb57319fa6068debddab95d0971785f2e44e86 authored over 11 years ago
Added 64bit Android NDK to export line

d24a153fb9725b6ad2ab350afda338a20a51d15e authored over 11 years ago
Merge pull request #115 from kivy/keyboard_suggestion

Fix Keyboard auto-suggestion bug when dealing with multiple textinputs.

f965f70e6b9816a959c3a5975c37b6132dbcfe52 authored over 11 years ago
Fix Keyboard auto-suggestion bug when dealing with multiple textinputs.

closes #110

a27e37dbe537c8107bd39c76433a68fdcde349c7 authored over 11 years ago
typo wavelock -> wakelock (thanks gabriel!)

47a028a36a7853a8cff0aa8cfdd7f6d268eb1b24 authored almost 12 years ago
avoid default wavelock, add a --wavelock options if needed.

f8dc9d8e9c59db899b6d2aac27aa8c48b1d7e9c3 authored almost 12 years ago
add missing copy of android_broadcast.py into the python installation path

e2a7ddfa557f7652cf830cad77346cb63a6b507b authored almost 12 years ago
numpy: fix bench too.

be3d9eafe672906eb76d34ee27609b16eeb0b3a0 authored almost 12 years ago
numpy: merge patch, add fix testing

80160d3d4f6df01dcd28d523139b659878f1c7af authored almost 12 years ago
numpy: avoid localeconv symbol

f5798ad7d558f622ab80f5d4e79b038da68811d9 authored almost 12 years ago
initial support for numpy

52ca295966cc62315b93a023a1fe4579b432d957 authored almost 12 years ago
doc: add sensor option for orientation.

5b05595fea9135cb79ec84c9db636e58f212bb5d authored almost 12 years ago
fix touch offest in window mode

9eddd5e96382f55a1ed8db8b74979aac91aafd0a authored almost 12 years ago
indent and normalize all java files

c1038d1f1cd95db314c8d150f7bddecfe9defe5b authored almost 12 years ago
sdl: correctly send a resize event if the orientation of the screen changed + force the exposure of the window. This will trigger a new frame drawing, then window will be resized.

Tested with --orientation sensor on showcase example.

c7614a788b7f3329578b4177211a0d1702cf6dff authored almost 12 years ago
fix P4A_xxx_DIR, it wasnt working at all, using directory from the previous module.

fbc4cddb42acd6c49824b067f630ecffbe28f52f authored almost 12 years ago
add build.py --window options to not doing fullscreen app. This is storing a fullscreen metadata attribute in the AndroidManifest.xml.

7afd219e67d682a021facc36cab16683096b0d8f authored almost 12 years ago
Merge branch 'master' of github.com:kivy/python-for-android

a21176d1373d26b41189969af17a3c0a0b99b8cf authored almost 12 years ago
add android_broadcast module

075a46598adafa24549cb10c23c89fce04f70ac8 authored almost 12 years ago
fix dependencies installation command pip -> python-pip

fc4f5326393e777331bb58c1f2c2926a4424022e authored almost 12 years ago
Merge pull request #108 from b3b/service

Issue #107 solution candidate (Android service)

354f6aaac04637e7e52a8123ea94730c599f09f4 authored almost 12 years ago
add Android service documentation

fab00c36dc191900ad8ed8f6397204fdd89840ee authored almost 12 years ago
cleanup Android sevice related code

95306b7dd92e1136062edfa38cdcac335a2ad3f3 authored almost 12 years ago
Merge pull request #105 from kivy/allow_override

allow overloading of recipe origin using env vars

63e5c476509a96be62b179a3c79681ca5c166f59 authored almost 12 years ago
Merge pull request #101 from brousch/sdl-dir-loop-fix

Deleted recursive SDL dir

62c9dfa1ae0ca538f11d90453e2351c9777e271d authored almost 12 years ago
Merge pull request #93 from artagnon/master

.gitignore: add a couple of rules

d5cfb204872d88c9fc865703f6ae74f8ef877fe9 authored almost 12 years ago
use application icon for notification

3d7e2fc6c9486294a967a58c273552acf82fe7ad authored almost 12 years ago
handle repeated starting attempts of Android service

e11bc86a572052b37e7fefe512e52076565c7ec4 authored almost 12 years ago
add Android service implementation

2674790089589c5dda5e6125700864eacedc5419 authored almost 12 years ago
Merge pull request #106 from kivy/seek_support

seek, get_pos and get_length support for mediaplayer

1ce9ae9d453f5e2edf277f578e8256b7e130ca83 authored almost 12 years ago
seek and get_length support for mediaplayer

8cb4eff1a23dd82a851b689e1b977be32fd02a55 authored almost 12 years ago
Merge pull request #104 from kivy/1066

Swype Input Support

6d4adedba1dc66d42a7ccae3b04ba416bf5cb9c0 authored almost 12 years ago
SDLSurfaceView: add suport for forwarding keystrokes while text

prediction is working not just at the end.

4ec2d541976e72a3e3b3c5a2d6acdd0a1d893791 authored almost 12 years ago
swype input: simplify IME management, allow text predictionto work

and ensure IME doesn't take up entire screen in landscape mode

Tested with::
- Stock JellyBean k...

bda532de65b9e30ec567dc8915522ecd07f1e5b2 authored almost 12 years ago
initial attempt at swiping support

2da7d847e128894e7e8e5eb8c4f2f961587de9ed authored almost 12 years ago
fix destination directory when overriding

f7a1d29730415ea3cf4d3787dbdabc0bc4c4f511 authored almost 12 years ago
allow overloading of recipe origin using env vars

451d7b2543e63ebf84df070b9b34c59a63098e69 authored almost 12 years ago
Revert "If KIVY_DIR is defined, use the the kivy dir at the $KIVY_DIR location"

This reverts commit c7904e1ffb3eb2d54bd8e9b991b5950f655ab025.

72df85f6244f79eb3980669c2c467fdba6515534 authored almost 12 years ago
fix small typo

222bdab8789a39af5fd700901daf4ef1465c09f0 authored almost 12 years ago
fix dependency order for pyjnius recipe

fix: kivy/kivy#1060

65000dae54fb577ce4bc6298d70e1af2e4b96b1e authored almost 12 years ago
If KIVY_DIR is defined, use the the kivy dir at the $KIVY_DIR location

c7904e1ffb3eb2d54bd8e9b991b5950f655ab025 authored almost 12 years ago
SDLSurfaceView: add `OnKeyPreIme` listener closes github/kivy/kivy#1066

3d2b70670ae27d4329e9b96bc44b0ed19d76cba3 authored almost 12 years ago
add sdl dependency to pyjnius recipe

fix kivy/kivy#1060

c015a8291e368f2438a97fd6f653c532655b78f0 authored almost 12 years ago
update pyjnius, it has now java class to copy into the source tree

b1f2229a71c16fe1a165484d7baca62eb8a4a4dd authored almost 12 years ago
Deleted recursive SDL dir

00ee172d37f8f32b4284457c54d268755fd56ddd authored almost 12 years ago
Merge pull request #99 from nskrypnik/master

Issue #97 solution candidate

1a525cf8735be08af220b89f5b21772b18d12ae8 authored almost 12 years ago
Some code cleanup

1407c5a4a7c7555b4aae992a0086c68275656477 authored almost 12 years ago
Merge branch 'master' of github.com:nskrypnik/python-for-android

912ed6f28bc69309aef3c59fa5c4a27a0ba7a5fa authored almost 12 years ago
Fix problem with typing non-ascii symbols on ANdroid Keyboard

52c3a67d8fa064a5d18f357f292dd2c7d64ce1c8 authored almost 12 years ago
Merge pull request #96 from d3vgru/master

Force wget or curl to save files using the expected filename

55d291eeda83d9306b4ff62b247580d66a0d03aa authored almost 12 years ago
force wget or curl to save files using the expected filename

531e35dac757dcbe0b23972f21449d6ea89efa36 authored almost 12 years ago