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 }}
macMikey
/
livecode
Public
forked from
livecode/livecode
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
livecode
engine
src
java
on
develop
User selector
All users
All time
Commit history
Commits on Jul 28, 2017
[[ Bug 19973 ]] Allow interface callbacks to return a value
Show description for 999013f
livecodeali
committed
999013f
View commit details
Copy full SHA for 999013f
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
[[ AndroidService ]] Add a background service to Android and example
Show description for 82ec71a
runrevmark
committed
82ec71a
View commit details
Copy full SHA for 82ec71a
View code at this point
Browse repository at this point
Commits on Jun 4, 2017
[[ AndroidListeners ]] Add InvocationHandler implementation
Show description for 7ba7aac
livecodeali
committed
7ba7aac
View commit details
Copy full SHA for 7ba7aac
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
Merge remote-tracking branch 'upstream/develop-8.1' into merge-develop_8.1_24.03.17
livecodeali
committed
15bff23
View commit details
Copy full SHA for 15bff23
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
[Bug 12187] Send keyboardActivated/keyboardDeactivated when status bar is hidden
livecodepanos
committed
e1997ff
View commit details
Copy full SHA for e1997ff
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
Merge remote-tracking branch 'upstream/develop-8.1' into merge-develop_8.1_06.03.17
livecodeali
committed
6eec941
View commit details
Copy full SHA for 6eec941
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
[Bugfix 19279] Whitespace fixes
peter-b
committed
5c7861a
View commit details
Copy full SHA for 5c7861a
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
Merge pull request #5211 from livecodepanos/merge-develop-8.1_22.02.2017
Show description for b211dbb
livecodeali
authored
b211dbb
View commit details
Copy full SHA for b211dbb
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
Merge pull request #5208 from livecodeian/feature-android-nfc
Show description for 6f7d6b0
livecodeali
authored
6f7d6b0
View commit details
Copy full SHA for 6f7d6b0
View code at this point
Browse repository at this point
[[ Bugfix 19279 ]] [MobilePickMedia] Prevent crash and correct return value
HedgeHao
committed
30a7ab2
View commit details
Copy full SHA for 30a7ab2
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
[[ AndroidNFC ]] Include Ndef data from tag if available
livecodeian
committed
485864d
View commit details
Copy full SHA for 485864d
View code at this point
Browse repository at this point
[[ AndroidNFC ]] fix foreground dispatch - switch incorrect use of start / stop methods in onPause / onResume
Show description for 7b29278
livecodeian
committed
7b29278
View commit details
Copy full SHA for 7b29278
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
[[ AndroidNFC ]] Implement mobile NFC extensions on Android
Show description for f35d614
livecodeian
committed
f35d614
View commit details
Copy full SHA for f35d614
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
Merge pull request #5119 from HedgeHao/bugfix-19154
Show description for ab554a9
livecodeali
authored
ab554a9
View commit details
Copy full SHA for ab554a9
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
Merge pull request #5085 from HedgeHao/bugfix-18058
Show description for 49a22b3
livecodepanos
authored
49a22b3
View commit details
Copy full SHA for 49a22b3
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
[[ Bug 11727 ]] Fix arrow key not work in Android field
HedgeHao
committed
0953d36
View commit details
Copy full SHA for 0953d36
View code at this point
Browse repository at this point
Commits on Jan 29, 2017
Add @JavascriptInterface for BrowserControl.java
HedgeHao
committed
4613eaa
View commit details
Copy full SHA for 4613eaa
View code at this point
Browse repository at this point
uncomment @JavascriptInterface annotation in LibBrowser.java
HedgeHao
committed
1407ca2
View commit details
Copy full SHA for 1407ca2
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
[[ Bug 11170 ]] Disable keyboard suggestion when entering password in Android native input field.
HedgeHao
committed
f46ab76
View commit details
Copy full SHA for f46ab76
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
[[ Bug 11313 ]] Support mobilePickPhoto() maximum width and height settings on Android
HedgeHao
committed
caa326f
View commit details
Copy full SHA for caa326f
View code at this point
Browse repository at this point
[[ Bug 18058 ]] Fix keyboard not show in landscape orientation
HedgeHao
committed
5d6c10f
View commit details
Copy full SHA for 5d6c10f
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
[[ Bug 19036 ]] Fix incorrect local file path when setting url of browser widget on Android
HedgeHao
committed
bc693e0
View commit details
Copy full SHA for bc693e0
View code at this point
Browse repository at this point
Commits on Jun 24, 2016
Merge branch 'develop-8.0' of https://github.com/runrev/livecode into HEAD
Show description for 966489a
livecodefraser
committed
966489a
View commit details
Copy full SHA for 966489a
View code at this point
Browse repository at this point
Commits on Jun 17, 2016
[[ Bug 17620 ]] Load jshandlers after page has loaded
livecodeian
committed
1284386
View commit details
Copy full SHA for 1284386
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
Update the Android {acceleration,heading,rotation}Changed timestamps to doubles
livecodefraser
committed
66e1570
View commit details
Copy full SHA for 66e1570
View code at this point
Browse repository at this point
Commits on May 31, 2016
Use a monotonic timestamp for Android GPS location readings
Show description for 5667ebf
livecodefraser
committed
5667ebf
View commit details
Copy full SHA for 5667ebf
View code at this point
Browse repository at this point
Pass Android GPS timestamps as double, not float
Show description for 606806f
livecodefraser
committed
606806f
View commit details
Copy full SHA for 606806f
View code at this point
Browse repository at this point
Commits on Apr 1, 2016
[[ Bug 17248 ]] Fix incorrect top-left of android stack rect resulting in incorrect mouseloc.
livecodeian
committed
3198fb9
View commit details
Copy full SHA for 3198fb9
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
[[ Trial ]] Tweaks
Show description for b9db4b5
runrevmark
committed
b9db4b5
View commit details
Copy full SHA for b9db4b5
View code at this point
Browse repository at this point
Commits on Mar 4, 2016
[[ Bug 16917 ]] Provide full path to standalone library when loading foreign handlers.
livecodeian
committed
d9d7ca0
View commit details
Copy full SHA for d9d7ca0
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Merge remote-tracking branch 'origin/develop-7.0' into merge-develop_7.0_23.02.16
Show description for 654bc80
livecodeali
committed
654bc80
View commit details
Copy full SHA for 654bc80
View code at this point
Browse repository at this point
Commits on Feb 22, 2016
Merge remote-tracking branch 'upstream/develop-6.7' into develop-7.0
Show description for 81a2e02
livecodeali
committed
81a2e02
View commit details
Copy full SHA for 81a2e02
View code at this point
Browse repository at this point
Commits on Feb 19, 2016
[Bug 16945] Make sure mobilePick.."checkmark" is respected on iOS
livecodepanos
committed
63ee559
View commit details
Copy full SHA for 63ee559
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
Merge remote-tracking branch 'upstream/develop-7.0' into merge-develop-7.0_18.02.2016
livecodepanos
committed
befd49f
View commit details
Copy full SHA for befd49f
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
Merge pull request #3496 from livecodeian/bugfix-16568
Show description for 804dd78
peter-b
committed
804dd78
View commit details
Copy full SHA for 804dd78
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.