FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · NativeScript/android · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
android
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
144
Star
563
Code
Issues
102
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 27, 2026
build: take the dts-generator that annotates API levels
Show description for e2b2968
edusperoni
committed
e2b2968
View commit details
Copy full SHA for e2b2968
Browse repository at this point
release: 9.1.0
NathanWalker
committed
899e9b1
View commit details
Copy full SHA for 899e9b1
Browse repository at this point
Commits on Aug 25, 2026
feat: add DOMException and CustomEvent as lazy globals (#2027)
edusperoni
authored
4e7f207
View commit details
Copy full SHA for 4e7f207
Browse repository at this point
feat: add TextEncoder/TextDecoder and atob/btoa on a lazy-global tier (#2026)
edusperoni
authored
f69b684
View commit details
Copy full SHA for f69b684
Browse repository at this point
fix: resolve SDK platform dir for minor-versioned platforms (android-37.0)
Show description for 5b16e19
edusperoni
committed
5b16e19
View commit details
Copy full SHA for 5b16e19
Browse repository at this point
Commits on Aug 24, 2026
feat: add AbortController and AbortSignal (#2025)
edusperoni
authored
6ebb265
View commit details
Copy full SHA for 6ebb265
Browse repository at this point
feat: expose requestAnimationFrame under the standard global names
Show description for d1fc925
edusperoni
committed
d1fc925
View commit details
Copy full SHA for d1fc925
Browse repository at this point
feat: expose timers under the standard global names
Show description for 4da75c2
edusperoni
committed
4da75c2
View commit details
Copy full SHA for 4da75c2
Browse repository at this point
Commits on Aug 20, 2026
fix: lock the remaining process-global state shared across isolates
Show description for 7c9c3db
edusperoni
committed
7c9c3db
View commit details
Copy full SHA for 7c9c3db
Browse repository at this point
feat: robust loader improvements (#2021)
edusperoni
authored
25de01a
View commit details
Copy full SHA for 25de01a
Browse repository at this point
feat: ESM loader robustness, HTTP module loader, ns:module dev surface (#1965)
Show description for bce6698
NathanWalker
and
edusperoni
authored
bce6698
View commit details
Copy full SHA for bce6698
Browse repository at this point
ci: report test results inline instead of via a separate workflow (#2017)
Show description for 786c486
edusperoni
authored
786c486
View commit details
Copy full SHA for 786c486
Browse repository at this point
Commits on Aug 17, 2026
build: use one bcel version across the build tools
Show description for e4c72eb
edusperoni
committed
e4c72eb
View commit details
Copy full SHA for e4c72eb
Browse repository at this point
feat(typings): describe Kotlin internals and nullability in generated definitions
Show description for 48f7ab5
edusperoni
committed
48f7ab5
View commit details
Copy full SHA for 48f7ab5
Browse repository at this point
fix: stop Kotlin internal members leaking into metadata and typings
Show description for 4fbb006
edusperoni
committed
4fbb006
View commit details
Copy full SHA for 4fbb006
Browse repository at this point
fix(metadata-generator): read Kotlin metadata leniently
Show description for f36b01c
edusperoni
committed
f36b01c
View commit details
Copy full SHA for f36b01c
Browse repository at this point
Commits on Aug 15, 2026
chore: update v8
edusperoni
committed
72fce99
View commit details
Copy full SHA for 72fce99
Browse repository at this point
fix(inspector): make the Tracing domain protocol-correct and faster
Show description for e597308
edusperoni
committed
e597308
View commit details
Copy full SHA for e597308
Browse repository at this point
refactor: replace assert() with NS_CHECK/NS_DCHECK (#2014)
Show description for 8a4ac28
edusperoni
authored
8a4ac28
View commit details
Copy full SHA for 8a4ac28
Browse repository at this point
fix: runtime lifetime — deferred leaks, cross-isolate sharing, startup robustness (#2013)
Show description for e2ede45
edusperoni
authored
e2ede45
View commit details
Copy full SHA for e2ede45
Browse repository at this point
fix(console): find custom toString on deep prototype chains
Show description for d0192f2
edusperoni
committed
d0192f2
View commit details
Copy full SHA for d0192f2
Browse repository at this point
chore: bump v8 patch version
edusperoni
committed
98eea99
View commit details
Copy full SHA for 98eea99
Browse repository at this point
ci: stop rebuilding the test app during packaging, single-ABI emulator tests, ccache, CMake 3.31 (#2011)
Show description for f7a8c8f
edusperoni
authored
f7a8c8f
View commit details
Copy full SHA for f7a8c8f
Browse repository at this point
Commits on Aug 14, 2026
fix: release ObjectManager's JS handles and JNI weak refs at teardown (#2008)
Show description for e612f1b
edusperoni
authored
e612f1b
View commit details
Copy full SHA for e612f1b
Browse repository at this point
fix: restore native tombstones and record runtime crash breadcrumbs (#2007)
Show description for 7e1fdab
edusperoni
authored
7e1fdab
View commit details
Copy full SHA for 7e1fdab
Browse repository at this point
fix: isolate/runtime lifetime — worker startup race, teardown use-after-free, and leaks (#2006)
Show description for 19faa3d
edusperoni
authored
19faa3d
View commit details
Copy full SHA for 19faa3d
Browse repository at this point
feat: Node-API (napi) surface for plugin developers (#2004)
edusperoni
authored
c26048c
View commit details
Copy full SHA for c26048c
Browse repository at this point
Commits on Aug 13, 2026
feat: per-runtime EventLoop - v8 platform tasks + two-lane scheduler (Java MessageQueue / ALooper fd) (#2003)
Show description for fd7b6c6
edusperoni
authored
fd7b6c6
View commit details
Copy full SHA for fd7b6c6
Browse repository at this point
Commits on Aug 12, 2026
feat: WHATWG performance API (hr-time, user timing, performance timeline) (#2001)
Show description for 345f16f
NathanWalker
authored
345f16f
View commit details
Copy full SHA for 345f16f
Browse repository at this point
Commits on Aug 11, 2026
fix: don't abort on worker termination during module load (#1993)
edusperoni
authored
73df473
View commit details
Copy full SHA for 73df473
Browse repository at this point
feat: structuredClone global (HTML structured clone, ArrayBuffer transfer) (#2000)
Show description for f284059
edusperoni
authored
f284059
View commit details
Copy full SHA for f284059
Browse repository at this point
fix: clear pending exception before rejecting a builtin dynamic import
Show description for a45d1ad
edusperoni
committed
a45d1ad
View commit details
Copy full SHA for a45d1ad
Browse repository at this point
fix(url): resync cached searchParams when search/href changes
Show description for e63bf62
edusperoni
committed
e63bf62
View commit details
Copy full SHA for e63bf62
Browse repository at this point
fix: bound Map/Set inspection and harden review findings
Show description for d90a469
edusperoni
committed
d90a469
View commit details
Copy full SHA for d90a469
Browse repository at this point
feat: ns:util builtin module (inspect, format) (#1992)
Show description for 7ff8e85
edusperoni
authored
7ff8e85
View commit details
Copy full SHA for 7ff8e85
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL