Jérôme Laban
6e9b950b62
Merge pull request #15 from unoplatform/dev/jela/signing
...
ci: Add signing support
2024-06-25 15:41:18 -04:00
Jérôme Laban
f2c97eda5f
ci: Add signing support
2024-06-25 15:40:37 -04:00
Jérôme Laban
2fc980137b
chore: Bump version
2024-06-25 11:49:49 -04:00
Jérôme Laban
4f81a96b29
Merge pull request #14 from Youssef1313/dev/youssef/exif-orientation
...
fix: Consider exif orientation
2024-06-25 09:22:57 -04:00
Youssef Victor
45a5b0b2b3
build: Workaround build error
2024-06-25 11:09:58 +03:00
Youssef Victor
e86e2bff70
fix: Consider exif orientation
2024-06-25 11:02:20 +03:00
Jérôme Laban
70d7841c78
Merge pull request #13 from unoplatform/dev/jela/adjust-supported-version
...
fix: Add min supported version
2022-05-21 22:24:57 -04:00
Jerome Laban
851246a5dc
fix: Add workaround for cross-targeted restore
2022-05-21 21:55:55 -04:00
Jerome Laban
76dba1e2ba
ci: Adjust legacy sdk
2022-05-21 21:22:03 -04:00
Jerome Laban
cb3251e5cf
ci: Use .NET 6 mobile latest
2022-05-21 21:06:01 -04:00
Jerome Laban
95b08c08a1
ci: Bump version
2022-05-21 21:05:50 -04:00
Jerome Laban
422b46c34a
fix: Add min supported version
2022-05-21 20:56:42 -04:00
Jérôme Laban
f526ad9c0d
Merge pull request #12 from unoplatform/dev/jela/net6
...
ci: Enable reproducible builds
2021-07-07 21:46:12 -04:00
Jerome Laban
eed70c5156
ci: Enable reproducible builds
2021-07-07 21:36:41 -04:00
Jérôme Laban
5710f327c8
Merge pull request #11 from unoplatform/dev/jela/net6
...
ci: Adjust gitversion
2021-07-07 21:25:02 -04:00
Jerome Laban
4cef36ab82
ci: Adjust gitversion
2021-07-07 21:18:58 -04:00
Jérôme Laban
ce40e31feb
Merge pull request #10 from unoplatform/dev/jela/net6
...
feat: Add support for net6.0-android
2021-07-07 21:06:46 -04:00
Jerome Laban
44f3c424de
chore: Adjust pwsh path
2021-07-07 19:56:42 -04:00
Jerome Laban
e5f78fc80c
chore: move to dotnet msbuild
2021-07-07 19:48:28 -04:00
Jerome Laban
e61a0b6bad
feat: Add net6 support
2021-07-07 17:05:34 -04:00
Elie Bariche
6d1ca3c956
Merge pull request #9 from unoplatform/dev/eb/uil-458df4d
...
Update UIL to 458df4d
2020-10-29 13:44:56 -04:00
Elie Bariche
394d63d33c
Update UIL to 458df4d
2020-10-28 14:47:36 -04:00
David Oliver
9d5c4cd91c
Propagate task cancellation
...
Cancel TaskCompletionSource when supplied CT is cancelled (ie download request is cancelled by Uno Image). This is because UIL seems to internally cancel previous downloads if a new URI is requested for the same ImageView (without raising IImageListener callbacks), leading to tasks that never return, but are still awaited for subsequent requests to the same URI thanks to the concurrency-management logic.
2018-10-26 11:10:24 -04:00
Benjamin Cartier
105e9346d7
Merge pull request #6 from nventive/dev/beca/icon
...
Updated package icon
2018-06-08 16:19:44 -04:00
Benjamin Cartier
e9ddcd0558
Updated package icon
2018-06-08 16:13:20 -04:00
Benjamin Cartier
25a490a397
Merge pull request #5 from nventive/dev/beca/packageid
...
Updated nuget package id
2018-06-08 15:58:23 -04:00
Benjamin Cartier
5f097311f1
Updated nuget package id
2018-06-08 15:44:01 -04:00
Benjamin Cartier
543081c9c3
Merge pull request #4 from nventive/dev/beca/metadata
...
Fixed metadata
2018-06-05 11:30:26 -04:00
Benjamin Cartier
4ec0be8fb2
Fixed metadata
...
Removed extra s in underlying library's url
Added logo for NuGet package
2018-06-05 11:27:20 -04:00
Benjamin Cartier
e5af69a4df
Merge pull request #3 from nventive/dev/beca/readme
...
Adding basic Readme
2018-06-04 14:27:27 -04:00
Benjamin Cartier
34dc4707bd
Adding basic Readme
2018-06-04 13:31:55 -04:00
Benjamin Cartier
11aa7e7745
Merge pull request #2 from nventive/dev/beca/packaging
...
Fixed nuget package title
2018-06-04 13:23:23 -04:00
Benjamin Cartier
4c747fc498
Merge branch 'master' into dev/beca/packaging
2018-06-04 13:18:08 -04:00
Benjamin Cartier
6cc4c2e8dc
Fixed nuget package title
2018-06-04 13:16:37 -04:00
Benjamin Cartier
379a88e57b
Merge pull request #1 from nventive/dev/beca/packaging
...
Migrated to the new csproj format
2018-06-04 13:05:32 -04:00
Benjamin Cartier
2b6a192a1b
Migrated to the new csproj format
2018-06-04 12:31:52 -04:00
Benjamin Cartier
9eeeb7c577
Removed unecessary post-build event
2018-06-04 10:46:46 -04:00
Benjamin Cartier
c92528e1d2
Added license
2018-06-04 10:38:28 -04:00
David Oliver
c3660ec5c6
Merged PR 11682: Fix concurrent requests bug
...
If two requests are made concurrently for the same url and the first throws an exception, retry the second instead of swallowing it. This fixes a bug where arbitrary images can be shown in virtualized list scenarios.
Related work items: #118795
2018-05-31 15:44:30 +00:00
David Oliver
e1bd5e3d72
Fix concurrent requests bug
...
If two requests are made concurrently for the same url and the first throws an exception, retry the second instead of swallowing it. This fixes a bug where arbitrary images can be shown in virtualized list scenarios.
2018-05-31 11:02:31 -04:00
David Oliver
c1ee5c98d5
Add Git ignore file
2018-05-31 10:48:49 -04:00
Carl de Billy
bdc540cf6b
[UniversalImageLoader-Android] Patched a concurrency issue "per uri" for a loading asset. #noauto
...
***NO_CI***
work-items: #19713 , #19906 , #20205
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C8566
2016-04-18 20:07:32 +00:00
Arnaud Rivard
bb070f0163
UniversalImageLoader Remove last CancellationToken Register
...
***NO_CI***
work-items: #16567 , #16568
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C8136
2016-02-29 22:44:55 +00:00
Arnaud Rivard
fa459d8a73
Universal Image Loader Modified Jar type for Bindings
...
***NO_CI***
work-items: #16556 , #16557
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C8134
2016-02-29 22:17:45 +00:00
Arnaud Rivard
7d42bf29ed
Update UniversalImageLoader -> 1.9.5. Also fixing cancellation issues. Basically, a task sent to the UniversalImageLoader can no longer be cancelled using cancellationToken. The image will be cached regardless.
...
***NO_CI***
work-items: #16511 , #16547
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C8132
2016-02-29 21:37:57 +00:00
David Oliver
e2d6ec8cd0
UniversalImageLoader: Allow LoadImageAsync to be called without supplying an ImageView.
...
***NO_CI***
work-items: #3671 , #15043
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C7880
2016-02-05 15:32:00 +00:00
Jérôme Laban
f35e64a517
UniversalImageLoader: Build with Xamarin 4.
...
***NO_CI***
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C7770
2016-01-21 16:52:40 +00:00
Jérôme Laban
652d4f0d07
UIL: Embed jar for easier deployment.
...
***NO_CI***
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C7626
2015-12-14 03:24:05 +00:00
Jérôme Laban
3c7542870a
UIL: Use explicit SDK version.
...
***NO_CI***
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C7624
2015-12-14 03:14:35 +00:00
Jérôme Laban
a83f0995ca
BREAKING: Touch for build with Xamarin 4.0. Using this build may fail when used in Xamarin 3.x in linker steps. Likewise, the previous will fail in linker when used in Xamarin 4 and higher.
...
***NO_CI***
git-tfs-id: [http://tfs04:8080/tfs/Umbrella ]$/Umbrella/Umbrella/Projects;C7622
2015-12-14 02:44:48 +00:00