Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Fuse Open Collective
Build high performance iOS and Android apps with a single codebase
Collective -
Host: opensource -
https://opencollective.com/fuse-open
- Website: https://fuseopen.com
- Code: https://github.com/fuse-open
github.com/fuse-open/fuselibs - 21b6f6cb5498c5127e6fa5f8d9cc4d30a6193919 authored over 7 years ago
Feature console improvements
github.com/fuse-open/fuselibs - 88e4381a70b17482b36d77e5be81a9db02547267 authored over 7 years agoAdds object based routing to the router/NavigationControl
github.com/fuse-open/fuselibs - 4a635cb77c84b6d624fbd9ac100c1f4242a23a00 authored over 7 years agogithub.com/fuse-open/fuselibs - 824a2fbb970752a30c0fa62c214ee1c228048705 authored over 7 years ago
This implements console.info(), console.warn(), console.error(),
as well as making general impro...
Scripting cleanups
github.com/fuse-open/fuselibs - 4b7845dfcb3aa92db7a55abe233fa2323a15a6a7 authored over 7 years ago
My reasoning is that, if a single line of source code
extends beyond 300 characters, it's either...
github.com/fuse-open/fuselibs - 992397f7a2d7bdecfb56ac0abcb71322e1170aab authored over 7 years ago
github.com/fuse-open/fuselibs - b6aa6b9b9084791c9e321184b73a73db4a5e575a authored over 7 years ago
github.com/fuse-open/fuselibs - 9097646083386b5476c8361e12c6aa54ee796c4e authored over 7 years ago
github.com/fuse-open/fuselibs - 40b53c445cc911e36e6515bbe01b7acf3cb185d5 authored over 7 years ago
github.com/fuse-open/fuselibs - 116c2ce362f940c1140fb9769ef451e7639baff2 authored over 7 years ago
github.com/fuse-open/fuselibs - eb072fb3b53a71661a46397e2ce15f22eae4edd3 authored over 7 years ago
github.com/fuse-open/fuselibs - 7d952b51f80e497322512045b25f510eda468291 authored over 7 years ago
github.com/fuse-open/fuselibs - 75c11cebbf896e94ab02013235cacd91a235ce69 authored over 7 years ago
It's not clear why we'd want a one-argument invoke rather than a
two-argument or even five-argum...
github.com/fuse-open/fuselibs - 52a65a62f3e40e63e4f92aa345af9124c31471c9 authored over 7 years ago
github.com/fuse-open/fuselibs - 9afbc891d1878d6e37e417ae475d6790bd5a815b authored over 7 years ago
github.com/fuse-open/fuselibs - b89cdff8ae1986f82be2bff5dba7df8a864ff65b authored over 7 years ago
github.com/fuse-open/fuselibs - e134806874dc5efbb3c000e5865d51d9ea2b92b1 authored over 7 years ago
github.com/fuse-open/fuselibs - daba1106d736da14c2dd76e4a2e1d5b2a003986a authored over 7 years ago
Thread worker cleanups2
github.com/fuse-open/fuselibs - fd34dbec06038aed12039287acce088c216b684d authored over 7 years agoNo more Android test failures
github.com/fuse-open/fuselibs - 0fb2c1eb30cad5197734eb9aede5f25b543f3322 authored over 7 years ago
This is a bit easier to read, as it separates the ThreadWorker-ism
from the JavaScript-ism.
Yes, this is kind of the inverse of e10d463, but the whole
bootstrapping has changed since then,...
ThreadWorker fixes
github.com/fuse-open/fuselibs - f1939e85a86385110cbdfea1e8ceae0f17c243f4 authored over 7 years ago
We no longer need to have this as a member, so let's just make it
an argument to RunInner, so we...
Throwing only the last exception from the JS-thread is inheretly racy,
as these threads are asyn...
Fuse.Drawing: reduce textureTransform to float3x3
github.com/fuse-open/fuselibs - 062d4108921294155062f0e9b8ab4ab803038691 authored over 7 years ago
There's only one class named JSContext, so we don't need to fully
qualify this (any more).
ThreadWorker's public api is safe so we can remove the _ready event
github.com/fuse-open/fuselibs - 5f7a93e8c3323b4a1ddc88024450192101ea03ec authored over 7 years ago
Previously there were a number of public fields that would be
initialized during RunInner and so...
Move FuseJS field from ThreadWorker to JSContext
github.com/fuse-open/fuselibs - 9abbde83003d82ea17b0fa8dcce8e5f2c7907e59 authored over 7 years agogithub.com/fuse-open/fuselibs - 58394e7bb7a71c7635db43ecf5c0fdc4dde0f3a6 authored over 7 years ago
`Observable` is just a field in `FuseJS` builtins and that now
belongs to context. The code that...
The FuseJS.Builtins is constructed with a specific context and so is
tied to it. This means it i...
Fuse.Nodes: do not try to perform layout every single frame
github.com/fuse-open/fuselibs - b71bb71d28d5847d2c0f10c8272a6c710d190816 authored over 7 years agoupdate uno from master
github.com/fuse-open/fuselibs - e6dd7e6f4de19b643643df8b24781d819ebf718d authored over 7 years agoadd missing references to Fuse.Controls
github.com/fuse-open/fuselibs - 6d196f6688aae284272d33f5b349c6d1bb5e307c authored over 7 years agoThis solves compiler errors on uno/feature/lazy-dotnet:
lib\fuselibs\Source\Fuse.Controls.DateP...
github.com/fuse-open/fuselibs - c0c6bd9a6d7a9314561321b56e4b3020400b3d7d authored over 7 years agoRemove redundant _context checks during ThreadWorker creation
github.com/fuse-open/fuselibs - 6bce3c2c49c6acbffeb26892cc7dea5a5982f399 authored over 7 years agogithub.com/fuse-open/fuselibs - e11ff74bc002ca7ceadb0a7364de4087e03c1a7f authored over 7 years ago
This makes the test pass consistently for now, but should be
investigated for a proper fix.
A float3x3 is sufficient to express all two-dimentional linear
transformations, using 4x4 is jus...
github.com/fuse-open/fuselibs - 0c4f24c68c008fa7a2b4e9b243b9db21e4ca3351 authored over 7 years ago
During testing, we hit the case where we have no SystemUI-frame,
leading to the creation of max-...
This tests is about checking that there *is* a line there, not that
the end-points are rounded i...
See #679
github.com/fuse-open/fuselibs - 496081a0e4f08cce1f043d9012cbba3b2d793136 authored over 7 years agoSee #690
github.com/fuse-open/fuselibs - 9e2950e1d628af68046281d111e812da731b3b80 authored over 7 years agogithub.com/fuse-open/fuselibs - 9fd69b2a4c139cc37a437cec02e46a1ecb553549 authored over 7 years ago
github.com/fuse-open/fuselibs - 038800e6c449c113b71e900a725adfeda6412b8a authored over 7 years ago
removes invalid test for type
github.com/fuse-open/fuselibs - 6e8cb61bbae0a80ca11566e7b174e9415914e23a authored over 7 years agogithub.com/fuse-open/fuselibs - 68f0b196f6fb8868ccaf2992f7ca7a71aa6e57a9 authored over 7 years ago
ThreadWorker private _context
github.com/fuse-open/fuselibs - d34c2dea66a1e44469d6a8af833c8880b14909fe authored over 7 years ago
As of the previous commit, we no longer need anyone else than the
ThreadWorker to reach _context.
github.com/fuse-open/fuselibs - e090205d602e0e1562df3cf11f8bf3ccdc05654c authored over 7 years ago
- `RunInner` is private and can only be run from `Run`
- `Run` is private and is only every invo...
Fuse.Elements: unpin CacheFramebuffers on Exceptions
github.com/fuse-open/fuselibs - 38a997d0aa95c445a09c2861359006fe2c4ea5ef authored over 7 years ago
This code wasn't very exception-safe, and leaks pins on
CacheFramebuffers on errors. Let's clean...
Update from uno/master
github.com/fuse-open/fuselibs - 1105284becc02ad320760ae24c9de091223f00e8 authored over 7 years agoFix ManualTestApp/issues/375
github.com/fuse-open/fuselibs - 726daafce8141e467a7ae66c727204c416a1e642 authored over 7 years agogithub.com/fuse-open/fuselibs - 313a06d0ccd639ca3f7224cc4bf361dc97eab457 authored over 7 years ago
github.com/fuse-open/fuselibs - 66ff593c02fe68588b7ec95fa4becb107b7ff302 authored over 7 years ago
github.com/fuse-open/fuselibs - d33eb81cb4b91cdbb4779fb6e8955a85419ae78d authored over 7 years ago
github.com/fuse-open/fuselibs - 964709bda148f0c24078ff3c5ce18b0b0c89a047 authored over 7 years ago
No more unexpected ios test failures
github.com/fuse-open/fuselibs - 49c793268c9f4c233f2ac6b70d24bfa73222bf17 authored over 7 years agoRevert "Avoid code duplication on Android + minor formatting fix"
github.com/fuse-open/fuselibs - 9ed2115c2829b03d5bb7061f118d3a2b02e65aa6 authored over 7 years agoRemove some redundant .NET code
github.com/fuse-open/fuselibs - a7eab71566d58091e14d5b33c62b82f70617ece6 authored over 7 years agoUno arrays inherit Uno.Array so we get rid of those up-and-down-casts too.
github.com/fuse-open/fuselibs - 22b067a35a7020431f2c1594fc16b7485048f1a6 authored over 7 years agoWe can use the same code from Uno.IO instead.
github.com/fuse-open/fuselibs - a979f0418f3fe058145702ec37b151ba26930546 authored over 7 years agoThe ones in Uno map to the same .NET types.
github.com/fuse-open/fuselibs - fb83a024a24984ab5dd0d8ae427fb67b5b9c31de authored over 7 years agoFix notification regression
github.com/fuse-open/fuselibs - 0ba72805bf2b524751d4250be2705d5b4ac4813a authored over 7 years agogithub.com/fuse-open/fuselibs - 705a88dbc95b9246ff1362bf722b855d43a7bed6 authored over 7 years ago
This reverts commit df7e740c2b6607004c955c5f0d87f04a21809e7c, which
broke WebView when used with...
Fix threading bugs in TreeObservable
github.com/fuse-open/fuselibs - 7d0b89d9ec50f5bf9fcf7ab5d91263b735ea3d6b authored over 7 years ago
If you implement the notification methods on the AppDelegate then apple
detect this and require ...
See #674
github.com/fuse-open/fuselibs - 67a797287340ed33cb0742a594ba03b013d12b69 authored over 7 years agoOtherwise we risk failing on mobile devices.
github.com/fuse-open/fuselibs - dc2e183ce5e00d90b9256f92f65f51ec85e8bc84 authored over 7 years ago
This cause problems during testing, where we don't always have a
display set up.
While we're at...
github.com/fuse-open/fuselibs - c4f4cde664a553d306d243fba4ce648a7eaa711b authored over 7 years ago
Sadly, not all JPEG decoders are as accurate, so on some platforms
we get bigger decoding-errors...
github.com/fuse-open/fuselibs - 35c1984b1ba91d63696f60ae97dadd84981bf7c7 authored over 7 years ago
While we're at it, write it out a bit more clearly by separating
the mobile and non-mobile cases.
Stepping 5 frames isn't really based on any solid logic, it's just
been observed. It's not suffi...
github.com/fuse-open/fuselibs - fe44f4b293a77213535ef8d877c90f2e6a261751 authored over 7 years ago
Update to latest uno/master
github.com/fuse-open/fuselibs - 497b2d52a01f9fa439fdca47bfce36fd73040d6c authored over 7 years agoTests: disable tests using NativeViewHost on mobile
github.com/fuse-open/fuselibs - e62774a99182aba89edd47420580670f7b200868 authored over 7 years agoSee #671
github.com/fuse-open/fuselibs - d3e123d0da0d4b4eadeef9074bb8baec7f94ea85 authored over 7 years agoFuse.Scripting.JavaScript: ignore intermittently failing test
github.com/fuse-open/fuselibs - 6707363dfa64accf5d63dd93567699ca2a48f434 authored over 7 years agoiOS: Remove SetActionStyle on MultiLineTextEdit
github.com/fuse-open/fuselibs - 669516de965aeaca8968fd68f8e12d0981704147 authored over 7 years agogithub.com/fuse-open/fuselibs - 984d15fc65bba90c1be3297f89d47ee3d7c0d7a7 authored over 7 years ago
JsErrorTest fixes
github.com/fuse-open/fuselibs - 15b6f5e05277a56b2f56913ac9566238edff3f9a authored over 7 years agogithub.com/fuse-open/fuselibs - 1a5dfc7dd5bc2fc14e4190034e267ce041b33b75 authored over 7 years ago
Uno 1.4.2 missed some fixes from the 1.3 release, so let's go straight
for 1.4.3.
See #171
github.com/fuse-open/fuselibs - 5a4db86fa0b6e9227cd2e02f46957a02117b3927 authored over 7 years agogithub.com/fuse-open/fuselibs - 62f780e52ff032a993f299db41b25ea38b6cd878 authored over 7 years ago
github.com/fuse-open/fuselibs - 85e1e4c93a4df4e9c50d476b0a308e500da7bdef authored over 7 years ago
github.com/fuse-open/fuselibs - 8eca99024c4e256384830ce069f51b938e271908 authored over 7 years ago
We only expose this property on V8, so we need to be prepared for it
not being there.
General-purpose blitter
github.com/fuse-open/fuselibs - 6bf66ea790c263351167359edcd3ab1fef84f399 authored over 7 years agogithub.com/fuse-open/fuselibs - 68f9d6f3ba9248be1caa5bdc0179f4b1d481c541 authored over 7 years ago