Ecosyste.ms: OpenCollective

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

NativeScript

⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: SwiftUI, Jetpack Compose, Flutter, etc.
Collective - Host: opensource - https://opencollective.com/nativescript - Website: https://nativescript.org/ - Code: https://github.com/nativescript

build(deps): bump xml2js from 0.4.19 to 0.5.0 in /test-app/tools (#1756)

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0.
- [Relea...

github.com/NativeScript/android - 16abf31cf3993a75482fd4df9e000362a59ab7d5 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: update legacy android version in package.json (#1744)

* Update package.json

Fix broke builds for older projects

* Update package.json

-------...

github.com/NativeScript/android - b4ad8e541ff211055dc5197c7e0b350b6666771f authored over 1 year ago by Marco Fedele <[email protected]>
fix: boot device by id when there's already a device running

github.com/NativeScript/ios-sim-portable - 84c85040d4b3c8e44c3602778cafe7f70b7f7218 authored over 1 year ago by Igor Randjelovic <[email protected]>
perf: avoid unnecessary string copying when calling static properties of interfaces

github.com/NativeScript/android - 8b53d022315d4a7fa9d617f431e0364030942d24 authored over 1 year ago by Eduardo Speroni <[email protected]>
fix: memory leak on accessing static interface methods

github.com/NativeScript/android - 88ce2d8b2c2ccf5568d1b95f0bf9df47179f658a authored over 1 year ago by Eduardo Speroni <[email protected]>
fix: memory leak on saving code cache

github.com/NativeScript/android - 6d416a11e5b304d8ac2bfb4c48931a22e353df72 authored over 1 year ago by Eduardo Speroni <[email protected]>
build(deps): bump minimatch in /test-app/build-tools/jsparser/tests (#1742)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](h...

github.com/NativeScript/android - ea4cefa19da12a583cdc21f3261eb8866b5c489e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump @xmldom/xmldom in /test-app/build-tools/jsparser/tests (#1768)

Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.11.
- [Release notes...

github.com/NativeScript/android - 15532c648343f4eb69094c4af203da02204a402c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump xml2js and jasmine-node (#1757)

Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after up...

github.com/NativeScript/android - 0c56eaa41a7a3603f9dea378bea76efc7e71b7d1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: allow listing visionOS devices

github.com/NativeScript/ios-sim-portable - c2befefbaca2d87145eb65c3fc4a8a35a441e289 authored over 1 year ago by Igor Randjelovic <[email protected]>
chore: add ci and automatic publish (#1766)

Also updates the changelog up to 8.5.0

github.com/NativeScript/android - a79673d59494c55fffa081c1ad1f19e4732314f8 authored over 1 year ago by Eduardo Speroni <[email protected]>
fix(dynamic-links/ios): dynamic link description setter (#220)

github.com/NativeScript/firebase - d1778a1d030e5ffa36e9959495b2c405d36e40e3 authored over 1 year ago by Samuel Schultze <[email protected]>
revert: "fix(pdf): duplicate libc++ library (#505)" (#518)

This reverts commit 9b95094d69a9afdc28ebd74cd9246e3124019098.

github.com/NativeScript/plugins - e87f9c8c831b917c98cc6be3534a4e88bc700187 authored over 1 year ago by Nathan Walker <[email protected]>
fix(pdf): duplicate libc++ library (#505)

* @nativescript/pdf
* replaces TalbotGooday:AndroidPdfViewer with pdfium-android-viewer (a fo...

github.com/NativeScript/plugins - 9b95094d69a9afdc28ebd74cd9246e3124019098 authored over 1 year ago by Alexander Mai <[email protected]>
feat: add support for kotlin 1.8 (#1765)

github.com/NativeScript/android - 1a928e47e733b1d4ba2bb83b4f541e1cac835155 authored over 1 year ago by Eduardo Speroni <[email protected]>
chore: bump next

github.com/NativeScript/NativeScript - a7d99be025199d96cc9c6dc2f0d00a9d7f0bc1b0 authored over 1 year ago by Nathan Walker <[email protected]>
release: @nativescript/core 8.5.7

github.com/NativeScript/NativeScript - 6ff8506b167cc90e7b2b0a171839d6a1dcae2f79 authored over 1 year ago by Nathan Walker <[email protected]>
fix: Don't access `super` property on implementation object

Accessing `super` here in CallbackHandlers::GetMethodOverrides() would
cause a new empty super o...

github.com/NativeScript/android - d8b8bc02cf51de021855bb6a39ccd39ce1287304 authored over 1 year ago by Philip Chimento <[email protected]>
fix: Leave context after Runtime::PrepareV8Runtime()

In PrepareV8Runtime() we enter the context but never leave it. This is
mostly harmless but fails...

github.com/NativeScript/android - cd1d2850e5c28d89339a90d783db1f1623957be7 authored over 1 year ago by Philip Chimento <[email protected]>
fix: Avoid setting the same property on an ObjectTemplate twice

Due to Kotlin extension methods with the same names as Java methods, we
may be setting the same ...

github.com/NativeScript/android - 9e610c8b61a721c04b0a7b8f5167f5b070c5419f authored over 1 year ago by Philip Chimento <[email protected]>
fix: Update common-runtime-tests-app

This adjusts the expectations for JSON.parse error messages to support
changes that were made in...

github.com/NativeScript/android - c8db3cab6b3e3ddd41ab94adb8edac46a704cbe9 authored over 1 year ago by Philip Chimento <[email protected]>
fix: Don't iterate properties in GetImplementedInterfaces

In CallbackHandlers::GetImplementedInterfaces, we were iterating over all
properties of the impl...

github.com/NativeScript/android - 9dfae6589caad31ee50a5946e7369f12505cd955 authored over 1 year ago by Philip Chimento <[email protected]>
fix: Use Isolate::TryGetCurrent()

Isolate::GetCurrent() is not supposed to return null; if there is no
current isolate it's suppos...

github.com/NativeScript/android - afe026a29f3e9a1a5e533e4c66fd013f5f7f163c authored over 1 year ago by Philip Chimento <[email protected]>
fix: trigger css update when setting root classes (#10328)

Co-authored-by: Nathan Walker <[email protected]>

github.com/NativeScript/NativeScript - 09037196d83ef610d8d8d4616a293545e2b4b24d authored over 1 year ago by Igor Randjelovic <[email protected]>
fix(Connectivity): androidApp is not defined on SDK <28 (#10324)

fixes #10323

Co-authored-by: Nathan Walker <[email protected]>

github.com/NativeScript/NativeScript - fce2e88cbabd4b55b3c7e4c62b109bdfe46c165c authored over 1 year ago by Igor Randjelovic <[email protected]>
fix(Application): getNativeApplication wrong ActivityThread (#10326)

fixes #10325

github.com/NativeScript/NativeScript - 029ed4fe5d724e6a21dbb35d4683ad8290777c99 authored over 1 year ago by Igor Randjelovic <[email protected]>
chore: bump preview-cli

github.com/NativeScript/stackblitz-templates - a95e22900cb00b7a0617499ce1871d4dd3ddcb90 authored over 1 year ago by Igor Randjelovic <[email protected]>
chore: bump next

github.com/NativeScript/NativeScript - ed0989d96e20db3894e3444d8485be8467801f12 authored over 1 year ago by Nathan Walker <[email protected]>
release: @nativescript/core 8.5.6

github.com/NativeScript/NativeScript - 71f2bc017de4de73965649fa4282ccb93fbd60af authored over 1 year ago by Nathan Walker <[email protected]>
fix(core): unhandled error typings (#10320)

NativeScriptError type def used to come from packages/core/global-types.d.ts now comes from pack...

github.com/NativeScript/NativeScript - c27843024050115c3ee058828ed6f404d513c07a authored over 1 year ago by Jason Cassidy <[email protected]>
fix: early access to context and packageName (#10321)

github.com/NativeScript/NativeScript - 0873894a27cc2785c9b1db189d63e2cd2e2c60f7 authored over 1 year ago by Igor Randjelovic <[email protected]>
release: @nativescript/webpack 5.0.16

github.com/NativeScript/NativeScript - 4917bffa030340ab70658de4d337c35c019d9a48 authored over 1 year ago by Igor Randjelovic <[email protected]>
feat(webpack): angular 16.1 support (#10317)

github.com/NativeScript/NativeScript - dd10bfccc2c41eb27b22dff6f7c63a92eae0f041 authored over 1 year ago by Eduardo Speroni <[email protected]>
chore: bump preview-cli

github.com/NativeScript/stackblitz-templates - 7ec5c6075ebbe3777dbf4ba9ad3bb2438a4548bd authored over 1 year ago by Igor Randjelovic <[email protected]>
chore: bump next

github.com/NativeScript/NativeScript - 42d22a2aa54b29d1264a07d71526df9db9b98d75 authored over 1 year ago by Nathan Walker <[email protected]>
release: @nativescript/core 8.5.5

github.com/NativeScript/NativeScript - 78e86528242587f47c1a6396043e18a9066df4a2 authored over 1 year ago by Nathan Walker <[email protected]>
chore: bump next

github.com/NativeScript/NativeScript - 61a4f72db783cf0c65aa5abd109d074f4c15d5f6 authored over 1 year ago by Nathan Walker <[email protected]>
fix(animation): css keyframes

github.com/NativeScript/NativeScript - 685d61cf54c0fabb959edf5f5dcc01dec304005d authored over 1 year ago by Nathan Walker <[email protected]>
fix(Application): orientation & systemAppearance root classes

github.com/NativeScript/NativeScript - 7f09b925bd093e7970e183f39dc73f3c32e9e466 authored over 1 year ago by Igor Randjelovic <[email protected]>
release(secure-storage): 3.0.2

github.com/NativeScript/plugins - 9cb7852264acdb301030f9e7d3f542913b8c8888 authored over 1 year ago by Jason Cassidy <[email protected]>
feat(secure-storage): Add Support for Access/Application groups on IOS.

Allow the passing of the access group identifier so that secrets can be shared between apps/widg...

github.com/NativeScript/plugins - 85978a1c654317c187252536ddd97c4a23a5d8c3 authored over 1 year ago by Jason Cassidy <[email protected]>
chore: bump preview deps

github.com/NativeScript/stackblitz-templates - d497deb7c2e99363126cffd250649cdcc0f1bff0 authored over 1 year ago by Igor Randjelovic <[email protected]>
chore: bump @nativescript/core and @nativescript/types (#36)

github.com/NativeScript/plugin-seed - c647d20d44ba2a29a5fd67db0ec6e99c389fa11c authored over 1 year ago by Juan de Dios Martínez Vallejo <[email protected]>
chore: 16.3.0-dev.0

github.com/NativeScript/nx - 12685fd84c4e186c002359f7d33cec3cb853cd02 authored over 1 year ago by Nathan Walker <[email protected]>
chore: Nx 16.3

github.com/NativeScript/nx - 5836a24d6625d3e719474cc339cf408786d9798e authored over 1 year ago by Nathan Walker <[email protected]>
chore: angular deps

github.com/NativeScript/stackblitz-templates - dc6feec8e4bf2ba4d19104c95c748d83db37706b authored over 1 year ago by Nathan Walker <[email protected]>
release: @nativescript/core 8.5.4

github.com/NativeScript/NativeScript - 4424645abb9ec4ae8a9cf1b84553b755457cfc6a authored over 1 year ago by Nathan Walker <[email protected]>
fix(android): improve content uri handling (#10316)

github.com/NativeScript/NativeScript - 77f252e5516f48460f019998292f55ed19dc438c authored over 1 year ago by Osei Fortune <[email protected]>
chore(update-plugins): Sat Jun 17 08:05:26 UTC 2023

github.com/NativeScript/docs-v8 - 17ff6c0465a65a04cbf670e0b5f58e0276fbe471 authored over 1 year ago by NativeScript-Bot <[email protected]>
docs(google-signin): fix call to GoogleSignin.configure example (#509)

github.com/NativeScript/plugins - 1f84eea58676fb77db2843dad4e742faba68dcd4 authored over 1 year ago by Nandesora Tjihero <[email protected]>
chore: moved swift-ui, jetpack-compose, ionic-portals to ui-kit repo (#514)

To simplify source management in this repo, moved UI specific plugins with specific testing infr...

github.com/NativeScript/plugins - 067407d830c906567a5666bbced53622b8c80cef authored over 1 year ago by Nathan Walker <[email protected]>
chore: cleanup

github.com/NativeScript/ui-kit - 438fa9615e6969a6a9f971eb703075dbf8b61937 authored over 1 year ago by Nathan Walker <[email protected]>
feat: add swift-ui, jetpack-compose and ionic-portals

github.com/NativeScript/ui-kit - 98bea2ba6a4a91ff3bdc37e3a67df6fd6be712f4 authored over 1 year ago by Nathan Walker <[email protected]>
chore: cleanup secure-storage

github.com/NativeScript/plugins - 782b68f4e967ded8af3c4c28ccca3be76a426f69 authored over 1 year ago by Nathan Walker <[email protected]>
feat: Migrate secure-storage plugin (#513)

Co-authored-by: Markus Schlichting <[email protected]>

github.com/NativeScript/plugins - b0026e9fb333c4a1c530ff5d9753099cf6ff2110 authored over 1 year ago by George Grigalashvili <[email protected]>
doc(geolocation): Remove outdated known issue (#512)

github.com/NativeScript/plugins - 6997ac98a0f22a333839ce3f14049ed019585faa authored over 1 year ago by André Sharghi <[email protected]>
chore: Don't store Global<Context> in callback info

Callbacks (runOnMainThread, frame, and timer) can run in the context in
which they were created,...

github.com/NativeScript/android - 3e40d8755309ec1276b8db5402ebcdfb0ec49a92 authored over 1 year ago by Philip Chimento <[email protected]>
chore: Remove unused code from Timers

These were highlighted in the Android Studio diagnostics view.

IsScheduled() is never used beca...

github.com/NativeScript/android - 6cdc705739cad7d5b70b7469d9a6c425503ce3ea authored over 1 year ago by Philip Chimento <[email protected]>
fix: ensure Application instance initialized early (#10315)

github.com/NativeScript/NativeScript - 0401b09a43b3776e0a533e737b1aa49cafbe7961 authored over 1 year ago by Igor Randjelovic <[email protected]>
docs: Plain JavaScript Tutorial (#99)

github.com/NativeScript/docs - ba9bb36273ba2bad532c5c0eaf0a6506c3448d05 authored over 1 year ago by Jason Cassidy <[email protected]>
fix(Application): inBackground handling & missing `once` (#10307)

github.com/NativeScript/NativeScript - e430555cb24650ff1500867fefb86928d148d7f7 authored over 1 year ago by Igor Randjelovic <[email protected]>
chore: cleanup readme

github.com/NativeScript/NativeScript - b50812f724bd41d1327aac1f2414d6ad53cf93ad authored over 1 year ago by Nathan Walker <[email protected]>
chore: cleanup image-cache

github.com/NativeScript/docs - 309ee3f4302ea5d19ce31a663e1a67d3b30e39dd authored over 1 year ago by Igor Randjelovic <[email protected]>
docs: ImageCache (#58)

Co-authored-by: Nathan Walker <[email protected]>

github.com/NativeScript/docs - 627147dcea484c2d7d098fcb53d237da7f019963 authored over 1 year ago by Nandesora Tjihero <[email protected]>
docs: Device (#52)

github.com/NativeScript/docs - 579dfd6a443844379bb59b252952c305e28b293e authored over 1 year ago by Nandesora Tjihero <[email protected]>
chore: add license scan report and status (#10313)

Signed off by: fossabot <[email protected]>

github.com/NativeScript/NativeScript - 6f87dbcd6cbd01d4c9a2e6252b128b9bfe0ab770 authored over 1 year ago by fossabot <[email protected]>
chore: readme and bump next

github.com/NativeScript/NativeScript - 6ebe7e867373edecd82afd3e93bb86190f4d3aa6 authored over 1 year ago by Nathan Walker <[email protected]>
fix(shared-transition): race condition with interactive updates (#10312)

github.com/NativeScript/NativeScript - 25cc49d4f491dabd4aede8c1ca8a6f0e0b4955e8 authored over 1 year ago by Nathan Walker <[email protected]>
refactor: Application barrel changes without breaking changes (#10311)

github.com/NativeScript/NativeScript - ab5fa941bc93d4ac5e917b5e4b8de29ba7f435fc authored over 1 year ago by Nathan Walker <[email protected]>
fix(shared-transitions): layer opacity set back to original on next tick (#10310)

github.com/NativeScript/NativeScript - 0956cb0f919bc385664559c269c56892f3cd1b4e authored over 1 year ago by Nathan Walker <[email protected]>
fix(animation): avoid uncaught reject on cancel (#10309)

github.com/NativeScript/NativeScript - 622f3659d8f531c35f790421a70cd927e4a52600 authored over 1 year ago by Nathan Walker <[email protected]>
fix: delay isolate disposal when isolate is in use

github.com/NativeScript/ios - 5a6c2ee5efa0c557c94ae56da0d3b3a31911d1b8 authored over 1 year ago by Eduardo Speroni <[email protected]>
ci: increase max_old_space_size

github.com/NativeScript/docs - 1bc16058f42f15d4654a9c50332b5d9bd3aaddee authored over 1 year ago by Igor Randjelovic <[email protected]>
release(twitter): 1.0.1

github.com/NativeScript/plugins - b3193f1238154c694166376fc99ae6e22bf46da0 authored over 1 year ago by Nathan Walker <[email protected]>
release(haptics): 3.0.2

github.com/NativeScript/plugins - b48ad8764a757d40db7eac20962a1b667c68859c authored over 1 year ago by Nathan Walker <[email protected]>
fix(twitter): Missing com.twitter.sdk.android (#507)

Fix the error: Could not find com.twitter.sdk.android

github.com/NativeScript/plugins - ee57c23039e2cd778c93d2979c939aa41676967d authored over 1 year ago by Nandesora Tjihero <[email protected]>
fix(haptics): Crash on Android API level under 29 (#508)

github.com/NativeScript/plugins - ad01b44f52906456a83dfc1afef8b74747384e92 authored over 1 year ago by André Sharghi <[email protected]>
release: @nativescript/webpack 5.0.15

github.com/NativeScript/NativeScript - 109dad13ade355f1ccfe41364ca2c2ba29474af8 authored over 1 year ago by Igor Randjelovic <[email protected]>
fix(webpack): angular 16 build with terser (#10302)

github.com/NativeScript/NativeScript - 9627a80f276521de5a86665e52077ff9aee02b09 authored over 1 year ago by Eduardo Speroni <[email protected]>
release(swift-ui): 1.1.0

github.com/NativeScript/plugins - 86928ecea93373d6bd78a72e252adea2f32387b5 authored over 1 year ago by Nathan Walker <[email protected]>
fix(swift-ui): container positioning contraints

github.com/NativeScript/plugins - a34d123ed4ef096a8b40ae7d7ba581e436b09036 authored over 1 year ago by Nathan Walker <[email protected]>
chore: tweak menu

github.com/NativeScript/docs - 8bc52f996572aa489b989b0246010a0ae16557f4 authored over 1 year ago by Igor Randjelovic <[email protected]>
chore: theme tweaks

github.com/NativeScript/docs - 10ccbf3f672914bd7c5f81af39bcacdda17fe592 authored over 1 year ago by Igor Randjelovic <[email protected]>
chore: update theme

github.com/NativeScript/docs - 5c9ce29786a85734230f21753d939de0bfc61713 authored over 1 year ago by Igor Randjelovic <[email protected]>
feat(ios): xcframework with build script

github.com/NativeScript/nativescript-app-sync - 1264a6c8a04522f83a6b3dc723dc414a6dbf24f1 authored over 1 year ago by Nathan Walker <[email protected]>
fix(ios): version compare condition (#84)

github.com/NativeScript/nativescript-app-sync - 0d8412bec8fc1e9f0b1ed1cceceb47d030c95023 authored over 1 year ago by Teodor Dermendjiev <[email protected]>
chore(update-plugins): Fri Jun 2 08:05:28 UTC 2023

github.com/NativeScript/docs-v8 - 7768fd8f7ab8d65d433ff70edc754d9b6ff978e0 authored over 1 year ago by NativeScript-Bot <[email protected]>
release: 7.0.0-beta.0

github.com/NativeScript/storybook - 5d5ae4a7039708a48074ba931b0dadd7e2d4c699 authored over 1 year ago by Nathan Walker <[email protected]>
fix: error handling in case story id not found

github.com/NativeScript/storybook - eb5a859dde393f4f7e5754ddc43f322597507a7e authored over 1 year ago by Nathan Walker <[email protected]>
chore(crashlytics): clean up readme table (#219)

* chore(crashlytics): clean up readme table

* Update README.md

github.com/NativeScript/firebase - 2ad5346e9a5c07eb21b804ec405c8ee9164e1e04 authored over 1 year ago by Igor Randjelovic <[email protected]>
release: 1.0.0-alpha.12

github.com/NativeScript/storybook - d623f75a85aaa7b4dfa9024543818e8f4caeeaba authored over 1 year ago by Nathan Walker <[email protected]>
feat: storybook launcher commands

github.com/NativeScript/storybook - d0588b9246c8f73feae57a61d5f966425cdb8079 authored over 1 year ago by Igor Randjelovic <[email protected]>
feat: adjust nativescript config discard exceptions

github.com/NativeScript/storybook - 0d0547eca7a56b0b3b21e446d5c97123cf302906 authored over 1 year ago by Nathan Walker <[email protected]>
release: 1.0.0-alpha.11

github.com/NativeScript/storybook - a050dbcbea02d9b468d77c0ca56ebd93220aafbc authored over 1 year ago by Igor Randjelovic <[email protected]>
feat: animated Welcome "waiting" label

github.com/NativeScript/storybook - 873a8a68d27aa9190ba4513f860fcfbbf426a62e authored over 1 year ago by Igor Randjelovic <[email protected]>
feat: StorybookWelcomeView

github.com/NativeScript/storybook - 4a1f329471c36b6080af03d99245d0643dfd3d38 authored over 1 year ago by Igor Randjelovic <[email protected]>
release: 1.0.0-alpha.10

github.com/NativeScript/storybook - b1a04a5b5717b9c6ec6c805419cb46f1c971f105 authored over 1 year ago by Igor Randjelovic <[email protected]>
fix(vue): support both js/ts stories & remove unnecessary preset

github.com/NativeScript/storybook - d3a337891152659256497a0c9aa40a8a28a4820a authored over 1 year ago by Igor Randjelovic <[email protected]>
release: 1.0.0-alpha.9

github.com/NativeScript/storybook - e334f40ea9b83dd07d0cdfd610070296f5b1cda1 authored over 1 year ago by Igor Randjelovic <[email protected]>
fix(vue): compile entry to js

github.com/NativeScript/storybook - 8451cb3ada0405e801035912ee538b7e00f47cba authored over 1 year ago by Igor Randjelovic <[email protected]>