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
Upgrade to Uno 1.10.0-rc1
6b85ec1c58f3c781b8dea856973c7241de274292 authored over 6 years ago
Uno 1.10 upgrades to VS2017 C++ compilers on Windows, and this adds VS2017
support for fuselibs....
d068cddfb3ccbbe74e6684e19d5b09f105a37fb1 authored over 6 years ago
Update copyright and meta data
848a22983ac660c9db1fa6beaec3b2c3760c75bc authored over 6 years agoBuild scripts clean-up
004f75c8c1c0ab5204b21bc40e3170c72c36709e authored over 6 years agoPublish build artifacts
8a93d18f889754e1a537ef1bbe7b0e8d6cc706ce authored over 6 years agof1a2dd38565f85be42e64c31ddadaaef176bf3d4 authored over 6 years ago
Now we don't need to pass --trace to uno.
b1d0167ddb623ea2929176778a1aa6bbacf22541 authored over 6 years agoThis script isn't very helpful and no longer needed.
891010cb50ad4055ed4d326d119f6daffaa58203 authored over 6 years agoThis is no longer used by our build scripts.
e1e62a1d223586c0989f1ef8e4ea627ed5487dc0 authored over 6 years ago
$BUILD_VCS_NUMBER and $BRANCH were set by TeamCity, and querying this
information using the git ...
92e4366142501928576b312028958e4dff04959d authored over 6 years ago
This is no longer needed, and now we no longer use the 'stuff' command.
23100db8d06b6cc10c24481aa2ed4df324ab2970 authored over 6 years agoThis is no longer needed.
3dc2e0384412c9ab56f52b6b426d3c73d5b08cba authored over 6 years agoThis is similar to how we do it on uno: https://github.com/fuse-open/uno/blob/ad4fbcdb3d358a4fdd...
e090fe9a01c99ddca4fd06ed3d574b9fcd992de0 authored over 6 years agoThere are no longer any stuff files to install.
2240b73540953ab696fe6c64048e9c6a9aee8a60 authored over 6 years agoThis updates links to https://fuseopen.com
2d67b51c78707da473008e379bda8a520e66385a authored over 6 years agoThis updates meta data information in our Uno projects.
1cabdb2eb0bd3f92e7493b87bffbb7352a14877e authored over 6 years ago8021abcba32eb294a4036c10beb7c5de69f8d702 authored over 6 years ago
Fuse.*Notifications: clarify ambiguous symbol
4a90bc508bbb2dcb0ad9e2e90d7417d419530250 authored over 6 years agoFuse.FileSystem: fix mistakes in doc-comments
54e7194b659a9dfdbe7cb7d70e055242d16a34f8 authored over 6 years agoFuse.Scripting: remove dead-code
3538a72c9303b4db30956dfa834cf7f4aedaf42a authored over 6 years agoAdd vscode workspace settings
3d7eb69dd95f23e6cc5f82ea4a72b81fd7273868 authored over 6 years agoFuse.Text: fix harfbuzz warnings
ad1c7059741981c42030039645a3f413ec0d0c80 authored over 6 years agoFix iOS warnings
4d36847a7e9f3254151b36a8b193146b1fe425c2 authored over 6 years agoAdd casts to avoid compile-time warnings when building for iOS.
d7463f7ce31e5b392e48ea035c70ef979297d7a7 authored over 6 years ago
Rename folder to iOS to match the other iOS folder, otherwise Xcode will
report warnings about n...
Rename folder to iOS to match the other iOS folder, otherwise Xcode will
report warnings about n...
This adds missing parameters to writeTextToFile and writeBufferToFile
methods, and uses the corr...
Visual Studio warns about zero-sized arrays, so disable this warning to
avoid that.
fuse.text.implementation.g.cpp(1516): warning C4018: '<': signed/unsigned mismatch
65664011dd386c9cd5e6bed4cf9fdbc6845cd897 authored over 6 years agob4b4925a5c6ca67bcb87df14fb372b9876c5f2ec authored over 6 years ago
56577daf3f5561bb36210416a85dba0a79df0589 authored over 6 years ago
c1c139e0a4a44c1225038da585be352061dbff3f authored over 6 years ago
Fuse.Controls.WebView: Handles mailto, sms, and tel URLs (iOS & Android)
f1c13036a945164e358b982569196d33aab984c4 authored over 6 years ago9034ae3f447d044e81d4c71a5323f00e4a370772 authored over 6 years ago
90e3a11a03b057e469bef3a7361b8d448f408c0f authored over 6 years ago
4d45cb7b4b28b3622a33a9edfd761564234ddc97 authored over 6 years ago
Fix pack.sh error
55b57501b560e214d598310d99c9ff2ecbf36af8 authored over 6 years agoSimilar as 96438bc
d62b918347c4693998db2f9935b80177c73b3256 authored over 6 years ago
Both of these files uses both Uno.UX and Fuse.Reactive (which both
provides a Resource class), b...
27 Sep - iOS & Android: Push Notification Fixes + Features
Android
Fixes
- Added default Notifi...
d5aad62ed8d7374c10d3b9a6dc88c4900a5d7372 authored over 6 years agoFix iOS not delivering local notif, if launched from statusbar
2e960f22ebb4319c975cb2aadce24d5e49845cdd authored over 6 years ago26d4bb17f713de15e6c8f50ea9a87e281261a395 authored over 6 years ago
Fix iOS DatePicker in WhileTrue bug
f308a2a81e7ca65684f2bbc566e987670a390b4d authored over 6 years agoThis fixes https://github.com/fuse-open/fuselibs/issues/1219
The issue was that, in the case wh...
0bd0ee2d3b7bb43695c0589c008ae31b52969003 authored over 6 years ago
The actual issue here was simple. The Min & Max were set to the Value,
which meant there were no...
Added "Tap to Focus" to CameraView for iOS and Android
fa236ad34a9fe2f6f19d2bae0a2020e5969f7aa5 authored over 6 years ago
*removed example unoconfig
*formatted someones private fields
*updated returns of setCameraFocus...
Fix build.sh error
94dfe551c53562100af45ce09a2e55d7b5a5a278 authored over 6 years ago
After the last .stuff file in the Stuff dir was removed the build script
now exits with an "ERRO...
d7e216e48aeddfb991c87b35c85aa3536bc59e20 authored over 6 years ago
New camera features
d85ef0f9608d2edc774223cf57129c66329779f4 authored over 6 years ago
* added setCameraFocusPoint
* added to example usage
:cake:
d8cfd3de136657d36e8511cdc30f1c0ae42925d2 authored over 6 years agoThis reverts commit 261a8de6717fca99c6eec4b5f0d5b9f724ad1a10.
6eda93550c43be9a0217aa0c4f056d18058711bf authored over 6 years agoit now matches the order in the StackPanel
de66f93870c433c79e228f7b1dfc8a22dc674c86 authored over 6 years agofixes Xcode background thread error
3e036e3ecf07e74ad4b8d4d62e7c00436bd317e4 authored over 6 years agoFuse.Triggers: ignore spuriously failing test
b0e656682b0f40d15fe728837f8c0723a50422cf authored over 6 years ago27301231454829c82b11eb4373fef789712b3c2e authored over 6 years ago
New camera roll features
81f92ad805ce084d3e2acac240947e16d2ec261a authored over 6 years agoChange version of play services of Maps
e2bff1c20e8d80371c1c4a3194f0e741440b9a6c authored over 6 years agoSee #1188.
54cfbf8a18389bf79045351939382b654496ee80 authored over 6 years ago
- added setCameraFocusPoint
- added to example usage
:cake:
261a8de6717fca99c6eec4b5f0d5b9f724ad1a10 authored over 6 years ago50bd6e805df43a51787a3f7a8ee529eab93bc6af authored over 6 years ago
db704baa79c8970e35527dcaef8af87ccf44b3bb authored over 6 years ago
be29238e9473dea5b5afa36d8784d1915ce34605 authored over 6 years ago
4cdecf978dc2935a955fd39ac0fd389dcbb2e20f authored over 6 years ago
4688f6ac34c391429082f9b2752ac2eb029b67f2 authored over 6 years ago
08ede64f325b2ae66134913c850cff43148a238c authored over 6 years ago
4cedec9159244ccb3749cb814d4a160e91412bb9 authored over 6 years ago
checkPermissions() - check if your app has access to the gallery
requestPermissions() - request ...
fix iOS Camera roll permission issue
60b38dee23e6d01192ae2a1b16ea1ad081594514 authored over 6 years ago9fdf57942a74f1eaa29272d2f23052e67614e482 authored over 6 years ago
Fuse.Platform: make internals visible to Fuse.Entities
fd2708c9777c6494d597dc2998a09bdffdc19067 authored over 6 years agoEnable loading images with binary/octet-stream content-type header
8fb40bb957ff3b32252863a0a04f3cb298f7d24e authored over 6 years ago24b197b503beb2c70fca079424869c4d74deda40 authored over 6 years ago
Otherwise we'll get build errors when using this package on mobile.
Fuse.Entities are using Fus...
4fbed17a8a189f471892224b3b7ededd31c1dde1 authored over 6 years agoFix link to Slack
81fd747caab667e5ea8dfc06046a4848edc6aaac authored over 6 years ago
The existing link to Slack doesn't work well for new users. It asks for
a login, but provides ...
Experimental.TextureLoader: remove JavaScript implementation
47a815679a3f632f78c077ce2de635977fe27d44 authored over 6 years agoThe JS backend in Uno has been removed, so we no longer need this code.
1ce270b9ab8804e0667c9a022e938133945a0d39 authored over 6 years agoimport Fuse.Profiling
9114ad9a3ce1ecf58cc6e7d0d337023e0c51330a authored over 6 years agoremove all team-city related stuff
c2b1a4f72a92e41e7e0d7b6d1b67c12f6d53f1b4 authored over 6 years ago
These details were just around to please team-city. There's no
reason to do any of this any more...
e35fd99e6a5137ab6993697393adeee886237910 authored over 6 years ago
remove deprecated package Fuse.Deprecated.CameraView
d271bd595f177e0723b50b994705936a49dc9621 authored over 6 years agoRemove warnings
8a9f6737c3a36c21d251f23565eef9b4d167c6bf authored over 6 years ago3a24541cdecf7dbae6f75b544571c353e0777fc9 authored over 6 years ago
edc164128b5c97f9eeb691dd38474f1f49331be7 authored over 6 years ago
56ab259ca9e091a190585e412affda6da7f63d11 authored over 6 years ago
e2839b5ed9230fe92a8c6ec59081abadadd8b34a authored over 6 years ago
600e849d5d22992802d05bbc83e9a44205ebbed9 authored over 6 years ago
85359a05bd57c8ba6c15949ef6e53c7471ae5b18 authored over 6 years ago
7432d27d5dd643308e049d8afa96de74c6343865 authored over 6 years ago
ebd72ac4f4bf2f60a12514cbdc4da2c658316785 authored over 6 years ago
Fix Push Notifications
b5f9c7ddb1aaf92f691ec4b6b896e7daa3b9e7a1 authored over 6 years ago36d2a3ce643113943d3a1fdfb393f40b27a5e178 authored over 6 years ago
00692d51f6dca2e7cdda775ee4f8b23a7870db0d authored over 6 years ago
89bffe4379abaf967f64bf73cb455f842a12cf32 authored over 6 years ago