Acr.Settings
5.1.0
A cross platform settings plugin for Xamarin and Windows. Unlike other setting libraries in the wild, this library provides several unique features
* You can store/retrieve just about any type of object (thanks to Newtonsoft.Json)
* You can monitor for changes using the Changed event
* iCloud Settings Provider
* You can use roaming profiles which is useful for iOS app groups, iOS extensions, iWatch, and Android Wear
See the version list below for details.
Install-Package Acr.Settings -Version 5.1.0
dotnet add package Acr.Settings --version 5.1.0
<PackageReference Include="Acr.Settings" Version="5.1.0" />
paket add Acr.Settings --version 5.1.0
Release Notes
5.1.0
[feature] bind to existing objects. great for viewmodels. make sure if you bind, you unbind when your viewmodel is done!
5.0.0
[feature] binds to an object for bidirectional settings on a strongly typed object
4.3.9
[fix][uwp] set action to ignore for rd.xml
4.3.8
allow json.net 8
4.3.7
[fix][uwp] fix rd.xml
4.3.6
[feature] netfx now has dbsettings provider
[fix][wp8] flush settings thanks to @petero-dk
[fix] globalization of formattable types thanks to @petero-dk
4.3.5
[fix] winphone silverlight client on wp8. special thanks to @petero-dk
[fix] serialization issues across all window platforms
4.3.4
[feature] base settings viewmodel
[enhancement] better error messages for failed get/set calls
4.3.3
[feature] GetRequired call
4.3.2
[fix] WP8 registration
4.3.1
[fix] UAP registration
[fix] appsettings optional ctor arg
[fix] appsettings as default netcore implementation
4.3.0
Added UAP implementation
Cleanup Shared and Interface library. Abstract implementation and inmemory implementations now found in interface library.
4.2.5
Minor fix related to previous type cast issue
Add in-memory settings for unit testing
4.2.3
[ios][fix] - type cast exception with nsuserdefaults nint to int
4.2.2
Update to JSON.NET 7.0.1
4.2.1
Nuspec fix
4.2.0
Interface library for better abstraction point
Fix nuspec for WP8, WPA81, and windows
Net45 implementation for registry and appsettings
4.1.0
Using native types internally on Android and iOS to allow use of PreferenceActivity and Settings Bundles
New iOS iCloud settings implementation. In AppDelegate, set Settings.Roaming = new Acr,Settings.iCloudSettingsImpl();
New KeysNotToClear list to prevent Clear from removing a value. Remove will still remove a key if specifically requested.
Fix SetDefaults behaviour
4.0.1
Fixes to android profile
4.0.0
New roaming profile feature
BREAKING - Settings.Instance has been renamed to Settings.Local
3.0.4
Fix nuspec - profile 259 pcl
3.0.3
Init is no longer necessary
3.0.2
Fix a leak that can occur on android
3.0.1
Add an Init for stupid linker issues
3.0.0
Vastly new underlying design and API
Moving to bait and switch design
2.1.1
Fix iOS Settings issue
2.1
Better structure to observable dictionary of settings
FIX: bug with resync calling clear event which removes some necessary iOS settings
2.0
Now works as an observable observable dictionary
New extension methods for supporting several other data types
1.0
Initial Release
Dependencies
-
- Newtonsoft.Json (>= 8.0.2 && < 9.0.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Acr.Settings:
Package | Downloads |
---|---|
Estimotes.Xplat
Estimotes Plugin for Xamarin to allow for cross platform development using the Estimote libraries
|
|
Innbox.XF.ToolKit
InnBox Xamarin Forms ToolKit
|
|
Matthieume.Estimotes.Xplat
Estimotes Plugin for Xamarin to allow for cross platform development using the Estimote libraries
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
9.0.1 | 31,654 | 8/27/2018 |
9.0.0 | 5,428 | 4/13/2018 |
8.0.0 | 9,411 | 11/20/2017 |
7.0.2 | 7,599 | 10/7/2017 |
7.0.1 | 980 | 10/5/2017 |
7.0.0 | 2,519 | 9/29/2017 |
6.0.1 | 10,539 | 4/21/2017 |
6.0.0 | 5,715 | 3/28/2017 |
5.1.1 | 18,423 | 7/4/2016 |
5.1.0 | 5,367 | 3/11/2016 |
5.0.0 | 4,849 | 3/10/2016 |
4.3.9 | 1,548 | 1/8/2016 |
4.3.8 | 968 | 1/3/2016 |
4.3.6 | 1,062 | 10/28/2015 |
4.3.5 | 703 | 10/23/2015 |
4.3.4 | 735 | 10/13/2015 |
4.3.3 | 647 | 10/11/2015 |
4.3.2 | 1,175 | 10/7/2015 |
4.3.1 | 832 | 9/22/2015 |
4.3.0 | 1,008 | 8/16/2015 |
4.2.5 | 1,421 | 7/13/2015 |
4.2.4 | 672 | 7/13/2015 |
4.2.3 | 719 | 7/5/2015 |
4.2.2 | 782 | 6/23/2015 |
4.2.1 | 667 | 6/22/2015 |
4.2.0 | 1,102 | 6/21/2015 |
4.1.0 | 808 | 6/1/2015 |
4.0.1 | 716 | 5/25/2015 |
4.0.0 | 683 | 5/22/2015 |
3.0.4 | 698 | 5/20/2015 |
3.0.3 | 723 | 4/30/2015 |
3.0.2 | 774 | 4/3/2015 |
3.0.1 | 806 | 2/13/2015 |
3.0.0 | 868 | 2/5/2015 |