Ecosyste.ms: OpenCollective

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

github.com/fuse-open/fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://github.com/fuse-open/fuselibs

Merge pull request #1239 from mortend/upgrade-uno

Upgrade to Uno 1.10.0-rc1

6b85ec1c58f3c781b8dea856973c7241de274292 authored over 6 years ago
Fuse.Text: upgrade to Harfbuzz 1.8.1 on Windows

Uno 1.10 upgrades to VS2017 C++ compilers on Windows, and this adds VS2017
support for fuselibs....

f703111b456cf0b19472e2358b9fb0747e64fdc3 authored over 6 years ago
upgrade to Uno 1.10.0-rc1

d068cddfb3ccbbe74e6684e19d5b09f105a37fb1 authored over 6 years ago
Merge pull request #1236 from mortend/update-meta-data

Update copyright and meta data

848a22983ac660c9db1fa6beaec3b2c3760c75bc authored over 6 years ago
Merge pull request #1237 from mortend/scripts-clean-up

Build scripts clean-up

004f75c8c1c0ab5204b21bc40e3170c72c36709e authored over 6 years ago
Merge pull request #1238 from mortend/build-artifacts

Publish build artifacts

8a93d18f889754e1a537ef1bbe7b0e8d6cc706ce authored over 6 years ago
appveyor: publish build artifacts

f1a2dd38565f85be42e64c31ddadaaef176bf3d4 authored over 6 years ago
appveyor: set LOG_TRACE in environment

Now we don't need to pass --trace to uno.

b1d0167ddb623ea2929176778a1aa6bbacf22541 authored over 6 years ago
remove old script

This script isn't very helpful and no longer needed.

891010cb50ad4055ed4d326d119f6daffaa58203 authored over 6 years ago
remove stuff executable

This is no longer used by our build scripts.

e1e62a1d223586c0989f1ef8e4ea627ed5487dc0 authored over 6 years ago
pack.sh: drop if-tests

$BUILD_VCS_NUMBER and $BRANCH were set by TeamCity, and querying this
information using the git ...

1844921de272f0e2fe993af68b6bec819155d7dc authored over 6 years ago
README: drop section about "Stuff"

92e4366142501928576b312028958e4dff04959d authored over 6 years ago
pack.sh: drop packing AutomaticTestApp

This is no longer needed, and now we no longer use the 'stuff' command.

23100db8d06b6cc10c24481aa2ed4df324ab2970 authored over 6 years ago
pack.sh: drop standalone release

This is no longer needed.

3dc2e0384412c9ab56f52b6b426d3c73d5b08cba authored over 6 years ago
pack.sh: embed prerelease suffix in VERSION

This is similar to how we do it on uno: https://github.com/fuse-open/uno/blob/ad4fbcdb3d358a4fdd...

e090fe9a01c99ddca4fd06ed3d574b9fcd992de0 authored over 6 years ago
build.bat: drop 'stuff install'

There are no longer any stuff files to install.

2240b73540953ab696fe6c64048e9c6a9aee8a60 authored over 6 years ago
update links to fuseopen.com

This updates links to https://fuseopen.com

2d67b51c78707da473008e379bda8a520e66385a authored over 6 years ago
set Fuse Open as publisher of Uno packages

This updates meta data information in our Uno projects.

1cabdb2eb0bd3f92e7493b87bffbb7352a14877e authored over 6 years ago
LICENSE: update copyright info

8021abcba32eb294a4036c10beb7c5de69f8d702 authored over 6 years ago
Merge pull request #1227 from kusma/qualify-ambiguous-classname

Fuse.*Notifications: clarify ambiguous symbol

4a90bc508bbb2dcb0ad9e2e90d7417d419530250 authored over 6 years ago
Merge pull request #1230 from mortend/fix-doc-comments

Fuse.FileSystem: fix mistakes in doc-comments

54e7194b659a9dfdbe7cb7d70e055242d16a34f8 authored over 6 years ago
Merge pull request #1231 from mortend/remove-dead-code

Fuse.Scripting: remove dead-code

3538a72c9303b4db30956dfa834cf7f4aedaf42a authored over 6 years ago
Merge pull request #1232 from mortend/vscode-settings

Add vscode workspace settings

3d7eb69dd95f23e6cc5f82ea4a72b81fd7273868 authored over 6 years ago
Merge pull request #1233 from mortend/fix-harfbuzz-warnings

Fuse.Text: fix harfbuzz warnings

ad1c7059741981c42030039645a3f413ec0d0c80 authored over 6 years ago
Merge pull request #1234 from mortend/fix-ios-warnings

Fix iOS warnings

4d36847a7e9f3254151b36a8b193146b1fe425c2 authored over 6 years ago
Fuse.Platform: fix compile-time warnings on iOS

Add casts to avoid compile-time warnings when building for iOS.

d7463f7ce31e5b392e48ea035c70ef979297d7a7 authored over 6 years ago
Fuse.WebSockets: fix folder name conflict (2/2)

Rename folder to iOS to match the other iOS folder, otherwise Xcode will
report warnings about n...

edc6184930e047619b47c20142515482d38b8588 authored over 6 years ago
Fuse.WebSockets: fix folder name conflict (1/2)

Rename folder to iOS to match the other iOS folder, otherwise Xcode will
report warnings about n...

5c172525a6f63654bd4d9957796988e1243ad9cc authored over 6 years ago
Fuse.FileSystem: fix mistakes in doc-comments

This adds missing parameters to writeTextToFile and writeBufferToFile
methods, and uses the corr...

26b8a321e4ffd76a2ff2ed4a7f60d27e55555b3b authored over 6 years ago
Fuse.Text: disable C++ warning in hb-ft-cached.cc

Visual Studio warns about zero-sized arrays, so disable this warning to
avoid that.

44ed62a3c7d45e77bcacd73e0551686f96dfec02 authored over 6 years ago
Fuse.Text: fix C++ warning in Harfbuzz.uno

fuse.text.implementation.g.cpp(1516): warning C4018: '<': signed/unsigned mismatch

65664011dd386c9cd5e6bed4cf9fdbc6845cd897 authored over 6 years ago
Fuse.Scripting.JavaScript: remove dummy fields

b4b4925a5c6ca67bcb87df14fb372b9876c5f2ec authored over 6 years ago
Fuse.Scripting: remove dead-code

56577daf3f5561bb36210416a85dba0a79df0589 authored over 6 years ago
add vscode workspace settings

c1c139e0a4a44c1225038da585be352061dbff3f authored over 6 years ago
Merge pull request #1229 from ianychoi/webview-app-uris

Fuse.Controls.WebView: Handles mailto, sms, and tel URLs (iOS & Android)

f1c13036a945164e358b982569196d33aab984c4 authored over 6 years ago
[WebView] Add CHANGELOG

9034ae3f447d044e81d4c71a5323f00e4a370772 authored over 6 years ago
[iOS] WebView: handles mailto, sms, and tel URLs

90e3a11a03b057e469bef3a7361b8d448f408c0f authored over 6 years ago
Fuse.Controls.WebView (Android): let OS handle mailto:, sms: and tel: URLs

4d45cb7b4b28b3622a33a9edfd761564234ddc97 authored over 6 years ago
Merge pull request #1228 from ianychoi/fix-pack-script

Fix pack.sh error

55b57501b560e214d598310d99c9ff2ecbf36af8 authored over 6 years ago
Fix pack.sh error

Similar as 96438bc

d62b918347c4693998db2f9935b80177c73b3256 authored over 6 years ago
Fuse.*Notifications: clarify ambiguous symbol

Both of these files uses both Uno.UX and Fuse.Reactive (which both
provides a Resource class), b...

cb8a36f9dc9928f5097a845f109229ed0d400cb8 authored over 6 years ago
Updated Push Notifications

27 Sep - iOS & Android: Push Notification Fixes + Features
Android
Fixes

- Added default Notifi...

d5aad62ed8d7374c10d3b9a6dc88c4900a5d7372 authored over 6 years ago
Merge pull request #1223 from cbaggers/fix/ios-localnotif-on-launch

Fix iOS not delivering local notif, if launched from statusbar

2e960f22ebb4319c975cb2aadce24d5e49845cdd authored over 6 years ago
Merge branch 'master' into fix/ios-localnotif-on-launch

26d4bb17f713de15e6c8f50ea9a87e281261a395 authored over 6 years ago
Merge pull request #1222 from cbaggers/fix/ios-datepicker-whiletrue

Fix iOS DatePicker in WhileTrue bug

f308a2a81e7ca65684f2bbc566e987670a390b4d authored over 6 years ago
fix iOS not delivering local notif, if launched from statusbar

This fixes https://github.com/fuse-open/fuselibs/issues/1219

The issue was that, in the case wh...

0bd0ee2d3b7bb43695c0589c008ae31b52969003 authored over 6 years ago
Fix iOS DatePicker in WhileTrue bug

The actual issue here was simple. The Min & Max were set to the Value,
which meant there were no...

5fb38bb17a0e1ba089c210c583b3c9e00fff101e authored over 6 years ago
Merge pull request #1214 from rbtech/master

Added "Tap to Focus" to CameraView for iOS and Android

fa236ad34a9fe2f6f19d2bae0a2020e5969f7aa5 authored over 6 years ago
Update

*removed example unoconfig
*formatted someones private fields
*updated returns of setCameraFocus...

fd79d92c5ae2c1d23760792d8ab5075b358ec190 authored over 6 years ago
Merge pull request #1217 from BeeWarloc/fix-build-script

Fix build.sh error

94dfe551c53562100af45ce09a2e55d7b5a5a278 authored over 6 years ago
Fix build.sh error

After the last .stuff file in the Stuff dir was removed the build script
now exits with an "ERRO...

96438bca8b67e6887e733374a71d3371aaea4813 authored over 6 years ago
Style updates with added commentary

d7e216e48aeddfb991c87b35c85aa3536bc59e20 authored over 6 years ago
Style updates

Code style updates

eb566a44aee7614a36b91fca158415fb4a26a56d authored over 6 years ago
Merge pull request #1211 from LuisRodriguezLD/new-camera-features

New camera features

d85ef0f9608d2edc774223cf57129c66329779f4 authored over 6 years ago
Added "Tap to Focus" to CameraView for iOS and Android

* added setCameraFocusPoint
* added to example usage

:cake:

d8cfd3de136657d36e8511cdc30f1c0ae42925d2 authored over 6 years ago
Revert "Added "Tap to Focus" to CameraView for iOS and Android"

This reverts commit 261a8de6717fca99c6eec4b5f0d5b9f724ad1a10.

6eda93550c43be9a0217aa0c4f056d18058711bf authored over 6 years ago
fixed the order

it now matches the order in the StackPanel

de66f93870c433c79e228f7b1dfc8a22dc674c86 authored over 6 years ago
Merge pull request #1210 from LuisRodriguezLD/push-notifications

fixes Xcode background thread error

3e036e3ecf07e74ad4b8d4d62e7c00436bd317e4 authored over 6 years ago
Merge pull request #1215 from kusma/issue-1188

Fuse.Triggers: ignore spuriously failing test

b0e656682b0f40d15fe728837f8c0723a50422cf authored over 6 years ago
Merge branch 'master' into new-camera-features

27301231454829c82b11eb4373fef789712b3c2e authored over 6 years ago
Merge pull request #1209 from LuisRodriguezLD/new-cameraRoll-features

New camera roll features

81f92ad805ce084d3e2acac240947e16d2ec261a authored over 6 years ago
Merge pull request #1212 from ckarmy/Maps-to-12.0.1-(Compatible-with-Fuse.Firebase)

Change version of play services of Maps

e2bff1c20e8d80371c1c4a3194f0e741440b9a6c authored over 6 years ago
Fuse.Triggers: ignore spuriously failing test

See #1188.

54cfbf8a18389bf79045351939382b654496ee80 authored over 6 years ago
Added "Tap to Focus" to CameraView for iOS and Android

- added setCameraFocusPoint
- added to example usage

:cake:

261a8de6717fca99c6eec4b5f0d5b9f724ad1a10 authored over 6 years ago
change version of play services

50bd6e805df43a51787a3f7a8ee529eab93bc6af authored over 6 years ago
test

db704baa79c8970e35527dcaef8af87ccf44b3bb authored over 6 years ago
Changelog

be29238e9473dea5b5afa36d8784d1915ce34605 authored over 6 years ago
New camera features

4cdecf978dc2935a955fd39ac0fd389dcbb2e20f authored over 6 years ago
fixes Xcode background thread error

4688f6ac34c391429082f9b2752ac2eb029b67f2 authored over 6 years ago
Test added

08ede64f325b2ae66134913c850cff43148a238c authored over 6 years ago
Added explanation on new features

4cedec9159244ccb3749cb814d4a160e91412bb9 authored over 6 years ago
New camera roll features

checkPermissions() - check if your app has access to the gallery
requestPermissions() - request ...

fd85c84650e8a25074900d7ee5cdc1f033bb01f8 authored over 6 years ago
Merge pull request #1208 from LuisRodriguezLD/master

fix iOS Camera roll permission issue

60b38dee23e6d01192ae2a1b16ea1ad081594514 authored over 6 years ago
fix iOS Camera roll permission issue

9fdf57942a74f1eaa29272d2f23052e67614e482 authored over 6 years ago
Merge pull request #1202 from mortend/fix-fuse-entities

Fuse.Platform: make internals visible to Fuse.Entities

fd2708c9777c6494d597dc2998a09bdffdc19067 authored over 6 years ago
Merge pull request #1203 from devadiab/fix-imaeg-loading-with-binary-octect-stream-header

Enable loading images with binary/octet-stream content-type header

8fb40bb957ff3b32252863a0a04f3cb298f7d24e authored over 6 years ago
Enable loading images with binary/octet-stream content-type header

24b197b503beb2c70fca079424869c4d74deda40 authored over 6 years ago
Fuse.Platform: make internals visible to Fuse.Entities

Otherwise we'll get build errors when using this package on mobile.

Fuse.Entities are using Fus...

4fbed17a8a189f471892224b3b7ededd31c1dde1 authored over 6 years ago
Merge pull request #1199 from rhencke/patch-1

Fix link to Slack

81fd747caab667e5ea8dfc06046a4848edc6aaac authored over 6 years ago
Fix link to Slack

The existing link to Slack doesn't work well for new users. It asks for
a login, but provides ...

9435a2e54315f1b22058d858295de93aef46505b authored over 6 years ago
Merge pull request #1198 from mortend/rm-js-texture

Experimental.TextureLoader: remove JavaScript implementation

47a815679a3f632f78c077ce2de635977fe27d44 authored over 6 years ago
Experimental.TextureLoader: remove JavaScript implementation

The JS backend in Uno has been removed, so we no longer need this code.

1ce270b9ab8804e0667c9a022e938133945a0d39 authored over 6 years ago
Merge pull request #1194 from kusma/profiling

import Fuse.Profiling

9114ad9a3ce1ecf58cc6e7d0d337023e0c51330a authored over 6 years ago
Merge pull request #1195 from kusma/trip-tc-fat

remove all team-city related stuff

c2b1a4f72a92e41e7e0d7b6d1b67c12f6d53f1b4 authored over 6 years ago
remove all team-city related stuff

These details were just around to please team-city. There's no
reason to do any of this any more...

3dfb18b947158a7ea3a9eb0fbed6c191735aac7c authored over 6 years ago
import Fuse.Profiling

e35fd99e6a5137ab6993697393adeee886237910 authored over 6 years ago
Merge pull request #1192 from kusma/remove-fuse-deprecated-cameraview

remove deprecated package Fuse.Deprecated.CameraView

d271bd595f177e0723b50b994705936a49dc9621 authored over 6 years ago
Merge pull request #1193 from kusma/remove-warnings

Remove warnings

8a9f6737c3a36c21d251f23565eef9b4d167c6bf authored over 6 years ago
Fuse.UXKits.Alive: use non-obsolete TryCompute and friends

3a24541cdecf7dbae6f75b544571c353e0777fc9 authored over 6 years ago
Fuse.Controls.CameraView: do not use obsolete ScriptMethod constructors

edc164128b5c97f9eeb691dd38474f1f49331be7 authored over 6 years ago
remove deprecated package Fuse.Deprecated.CameraView

56ab259ca9e091a190585e412affda6da7f63d11 authored over 6 years ago
Fuse.Charting: do not use obsolete ScriptMethod constructor

e2839b5ed9230fe92a8c6ec59081abadadd8b34a authored over 6 years ago
Fuse.Charting: do not use obsolete name for Marshal.TryToDouble

600e849d5d22992802d05bbc83e9a44205ebbed9 authored over 6 years ago
Fuse.Charting: do not use obsolete Math.Round(float)

85359a05bd57c8ba6c15949ef6e53c7471ae5b18 authored over 6 years ago
Merge branch 'release-1.9'

7432d27d5dd643308e049d8afa96de74c6343865 authored over 6 years ago
Fuse.Reactive.Bindings: update dead links to example

ebd72ac4f4bf2f60a12514cbdc4da2c658316785 authored over 6 years ago
Merge pull request #1185 from devadiab/master

Fix Push Notifications

b5f9c7ddb1aaf92f691ec4b6b896e7daa3b9e7a1 authored over 6 years ago
Merge branch 'release-1.9'

36d2a3ce643113943d3a1fdfb393f40b27a5e178 authored over 6 years ago
prepare for release 1.9.0

00692d51f6dca2e7cdda775ee4f8b23a7870db0d authored over 6 years ago
update uno to 1.9.0

89bffe4379abaf967f64bf73cb455f842a12cf32 authored over 6 years ago