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
Type
/
to 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 }}
pqy1010
/
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
Breadcrumbs
History for
python-for-android
pythonforandroid
recipes
android
src
on
develop
User selector
All users
All time
Commit history
Commits on Sep 27, 2022
Add some permissions from API 31 to API 33 (#2677)
RobertFlatt
authored
f4a91b0
View commit details
Copy full SHA for f4a91b0
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
android/activity: Add Application.ActivityLifecycleCallbacks helpers (#2669)
Show description for b379a1c
dbnicholson
authored
b379a1c
View commit details
Copy full SHA for b379a1c
View code at this point
Browse repository at this point
Commits on Oct 9, 2021
added android permission ACCESS_BACKGROUND_LOCATION
xloem
committed
6d68131
View commit details
Copy full SHA for 6d68131
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Fix bad library found by ctypes for 64-bit arch (#2468)
macdems
committed
90e296e
View commit details
Copy full SHA for 90e296e
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
added --extra-manifest-application-arguments, --activity-class-name and --service-class-name parameters
vesellov
committed
49de421
View commit details
Copy full SHA for 49de421
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
use main lib for non-sdl2
obfusk
committed
54d63fa
View commit details
Copy full SHA for 54d63fa
View code at this point
Browse repository at this point
Commits on Oct 28, 2020
android: call non-static methods on .mActivity (#2341)
obfusk
authored
03f2692
View commit details
Copy full SHA for 03f2692
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
added --activity-class-name parameters and make possible to use custom PythonActivity java class
vesellov
committed
c61304a
View commit details
Copy full SHA for c61304a
View code at this point
Browse repository at this point
Commits on May 11, 2020
:bug: Fixes flake8 errors post update
Show description for 2eb0ddf
AndreMiras
committed
2eb0ddf
View commit details
Copy full SHA for 2eb0ddf
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Fixes linting errors in runnable.py
Show description for 2e16e67
AndreMiras
committed
2e16e67
View commit details
Copy full SHA for 2e16e67
View code at this point
Browse repository at this point
fix for the problem with decorator run_on_ui_thread and the local ref… (#1830)
Show description for 7c11148
oukiar
and
inclement
authored
7c11148
View commit details
Copy full SHA for 7c11148
View code at this point
Browse repository at this point
:fire: Move to python3 `super` calls (#2106)
Show description for e02541f
opacam
and
inclement
authored
e02541f
View commit details
Copy full SHA for e02541f
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Merge pull request #1818 from gbm001/gbm_permissions_callback
Show description for 588d65d
AndreMiras
authored
588d65d
View commit details
Copy full SHA for 588d65d
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
fix: Call request_permissions callback immediately for SDK_INT < 23
gbm001
committed
76b947c
View commit details
Copy full SHA for 76b947c
View code at this point
Browse repository at this point
Commits on Jul 28, 2019
Merge pull request #1598 from JonasT/storage_android
Show description for e21cd8b
AndreMiras
authored
e21cd8b
View commit details
Copy full SHA for e21cd8b
View code at this point
Browse repository at this point
Update storage.py fixes runtime errors
Show description for c63588d
AndreMiras
authored
c63588d
View commit details
Copy full SHA for c63588d
View code at this point
Browse repository at this point
Add functions for obtaining the default storage paths
Jonas Thiem
committed
7d5fdee
View commit details
Copy full SHA for 7d5fdee
View code at this point
Browse repository at this point
Fix foreground notification being mandatory and more. Details:
Show description for db6e735
Jonas Thiem
committed
db6e735
View commit details
Copy full SHA for db6e735
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
fix: Convert Android permission int values to True/False
Show description for 3e26bee
gbm001
committed
3e26bee
View commit details
Copy full SHA for 3e26bee
View code at this point
Browse repository at this point
Commits on Jul 16, 2019
style: Revert mistaken name change...
gbm001
committed
0d889bd
View commit details
Copy full SHA for 0d889bd
View code at this point
Browse repository at this point
fix: A bit of renaming, and removed a redundant GC-preventing attribute.
gbm001
committed
fba062a
View commit details
Copy full SHA for fba062a
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
feat: Update Android permissions to allow passing a callback with each request.
gbm001
committed
a0fbab6
View commit details
Copy full SHA for a0fbab6
View code at this point
Browse repository at this point
feat: Allows registering the onRequestPermissionsResult callback.
Show description for 8122126
gbm001
committed
8122126
View commit details
Copy full SHA for 8122126
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Typo
Show description for 3ce5278
JensGe
authored
3ce5278
View commit details
Copy full SHA for 3ce5278
View code at this point
Browse repository at this point
Commits on May 28, 2019
Update permissions.py
tamano123
authored
12e070b
View commit details
Copy full SHA for 12e070b
View code at this point
Browse repository at this point
Commits on May 26, 2019
Deleted pygame build components
Show description for 79b2be1
inclement
committed
79b2be1
View commit details
Copy full SHA for 79b2be1
View code at this point
Browse repository at this point
Commits on Apr 6, 2019
Properly search native lib dir in ctypes, fixes #1770
Jonas Thiem
committed
6eb223c
View commit details
Copy full SHA for 6eb223c
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
remove call to decode on str in _android.pyx (#1752)
tshirtman
authored
84142eb
View commit details
Copy full SHA for 84142eb
View code at this point
Browse repository at this point
Commits on Mar 10, 2019
decode JAVA_NAMESPACE in _android.pyx (#1747)
tshirtman
authored
be4c5b7
View commit details
Copy full SHA for be4c5b7
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
Requests runtime permissions list, fixes #1704
Show description for 2ea377e
AndreMiras
committed
2ea377e
View commit details
Copy full SHA for 2ea377e
View code at this point
Browse repository at this point
Commits on Feb 18, 2019
Fix compile error of recipe "android" for non-sdl bootstrap build
j-devel
committed
6d6394d
View commit details
Copy full SHA for 6d6394d
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
tox update and linter fixes
Show description for 757b7c0
AndreMiras
committed
757b7c0
View commit details
Copy full SHA for 757b7c0
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Bump SDL2 to 2.0.9, implement permission API
Jonas Thiem
committed
16b07ed
View commit details
Copy full SHA for 16b07ed
View code at this point
Browse repository at this point
Commits on Nov 20, 2018
Fix android module JAVA_NAMESPACCE and JNI_NAMESPACE with unicode
KeyWeeUsr
committed
df6e5bc
View commit details
Copy full SHA for df6e5bc
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
Fixed webbrowser registration for python3
Show description for 0f21372
inclement
committed
0f21372
View commit details
Copy full SHA for 0f21372
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.