Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kustomzone
/
python-for-android
Public
forked from
kivy/python-for-android
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jan 12, 2017
Merge pull request #966 from KeyWeeUsr/multi_permissions
Show description for f6433d0
inclement
authored
f6433d0
View commit details
Copy full SHA for f6433d0
Browse repository at this point
Commits on Jan 8, 2017
Made p4a ignore unextracted SDK files in buildozer dir
inclement
committed
7314a95
View commit details
Copy full SHA for 7314a95
Browse repository at this point
Added check and error if ant is not available
inclement
committed
d1ad0d6
View commit details
Copy full SHA for d1ad0d6
Browse repository at this point
Commits on Jan 7, 2017
Added build option documentation
inclement
committed
d48b38a
View commit details
Copy full SHA for d48b38a
Browse repository at this point
Commits on Jan 4, 2017
introduce hook (original intent was to be able to hook before the apk build (but after build.py rendering) in order to change AndroidManifest.xml)
tito
committed
f7aba8a
View commit details
Copy full SHA for f7aba8a
Browse repository at this point
Commits on Jan 3, 2017
add a way to force dumping the full log of a android command if it fail: P4A_FULL_DEBUG=1
tito
committed
7c274c3
View commit details
Copy full SHA for 7c274c3
Browse repository at this point
Commits on Dec 23, 2016
Switched kivy recipe back to master
inclement
committed
d1e01b2
View commit details
Copy full SHA for d1e01b2
Browse repository at this point
Fixed jedi recipe
inclement
committed
16f60d3
View commit details
Copy full SHA for 16f60d3
Browse repository at this point
Merge pull request #968 from inclement/fix_kivy_opengl_build
Show description for 39d083a
inclement
authored
39d083a
View commit details
Copy full SHA for 39d083a
Browse repository at this point
Removed unnecessary parameter in kivy recipe env
inclement
committed
2146dad
View commit details
Copy full SHA for 2146dad
Browse repository at this point
Updated Kivy recipe to work with Kivy master
inclement
committed
ec40afd
View commit details
Copy full SHA for ec40afd
Browse repository at this point
Commits on Dec 21, 2016
Uncommented Kivy versio
inclement
authored
fa5c2b9
View commit details
Copy full SHA for fa5c2b9
Browse repository at this point
Changed Kivy recipe to use 1.9.1
Show description for 5bd9a4f
inclement
authored
5bd9a4f
View commit details
Copy full SHA for 5bd9a4f
Browse repository at this point
Commits on Dec 20, 2016
Switch --permission to accept >=1 parameters
Show description for 8847a14
KeyWeeUsr
committed
8847a14
View commit details
Copy full SHA for 8847a14
Browse repository at this point
Commits on Dec 13, 2016
Merge pull request #956 from rnixx/sdl2_orientation_fix
Show description for ef6a2c5
akshayaurora
authored
ef6a2c5
View commit details
Copy full SHA for ef6a2c5
Browse repository at this point
Also add ``screenSize`` to android:configChanges in AndroidManifest.xml if API version >= 13
rnixx
committed
276e1e6
View commit details
Copy full SHA for 276e1e6
Browse repository at this point
Commits on Dec 11, 2016
Added jedi recipes
Show description for 1300391
inclement
committed
1300391
View commit details
Copy full SHA for 1300391
Browse repository at this point
Commits on Dec 8, 2016
Merge pull request #923 from dzmitrykrukouski/fix_application_closing_with_SDL2
Show description for 0db9af7
akshayaurora
authored
0db9af7
View commit details
Copy full SHA for 0db9af7
Browse repository at this point
Commits on Dec 5, 2016
Update troubleshooting.rst
inclement
authored
31a3d59
View commit details
Copy full SHA for 31a3d59
Browse repository at this point
Commits on Dec 4, 2016
Merge pull request #949 from inclement/fix_release_mode
Show description for b17894a
inclement
authored
b17894a
View commit details
Copy full SHA for b17894a
Browse repository at this point
Fixed filenames in APK unpacking doc
inclement
committed
a4c2a88
View commit details
Copy full SHA for a4c2a88
Browse repository at this point
Fixed indentation in doc
inclement
committed
5c587cf
View commit details
Copy full SHA for 5c587cf
Browse repository at this point
Merge pull request #950 from inclement/doc_fixes
Show description for 8fe4f43
inclement
authored
8fe4f43
View commit details
Copy full SHA for 8fe4f43
Browse repository at this point
Improved build options doc
inclement
committed
0c245dd
View commit details
Copy full SHA for 0c245dd
Browse repository at this point
Added APK unpacking instructions
inclement
committed
350eada
View commit details
Copy full SHA for 350eada
Browse repository at this point
Fixed release mode (--release) with sdl2
inclement
committed
779c1d9
View commit details
Copy full SHA for 779c1d9
Browse repository at this point
Merge pull request #948 from inclement/strip_python3_object_files
Show description for 599ed2e
inclement
authored
599ed2e
View commit details
Copy full SHA for 599ed2e
Browse repository at this point
Made binary stripping work
inclement
committed
61f5225
View commit details
Copy full SHA for 61f5225
Browse repository at this point
Commits on Dec 1, 2016
Merge pull request #944 from inclement/compile_pyo_with_sdl2
Show description for 8d7b91b
inclement
authored
8d7b91b
View commit details
Copy full SHA for 8d7b91b
Browse repository at this point
Made sdl2 bootstrap compile to .pyo
inclement
committed
6d0cd30
View commit details
Copy full SHA for 6d0cd30
Browse repository at this point
Changes to compile .pyo with sdl2
inclement
committed
1d525a6
View commit details
Copy full SHA for 1d525a6
Browse repository at this point
Changed sh.md5sum calls to python implementation
inclement
committed
df84ca5
View commit details
Copy full SHA for df84ca5
Browse repository at this point
Fixed sed call to work on both osx and linux
inclement
committed
f2896af
View commit details
Copy full SHA for f2896af
Browse repository at this point
Commits on Nov 26, 2016
Merge pull request #930 from KeyWeeUsr/remove_presplash
Show description for 9c30fd7
inclement
authored
9c30fd7
View commit details
Copy full SHA for 9c30fd7
Browse repository at this point
Restrict remove_presplash for sdl2 only
KeyWeeUsr
committed
dbdc515
View commit details
Copy full SHA for dbdc515
Browse repository at this point
Previous
Next
You can’t perform that action at this time.