Releases: windowsphonehacker/SparklrWP
Releases · windowsphonehacker/SparklrWP
v1.0.105-Feed The Menu
jenkins-SparklrWP-105 The SparklrWP build 105 at http://ci.dy.fi/job/SparklrWP/105/
v.1.0.95-Jonathan
jenkins-SparklrWP-95 The SparklrWP build 95 at http://ci.dy.fi/job/SparklrWP/95/
V.1.0.70-beta
Merge branch 'master' of https://github.com/windowsphonehacker/Sparkl…
V.1.0.65-alpha: Changed tiles logic
- Fixed possible NullReferenceExceptions in the Background agent - Moved some tuff into own library to allow sharing it with the background agent class - Changed tile updating to run fully on the phone - Changed primary tile to support wide tiles: ! Still needs a medium and small icon - Known issue: The constructor deletes the tile images for debug purposes. A debug build will not have back background images after the background task has run. This behaviour is not present in release builds. - Moved notification formatting into own helper class - In app notifications are now full text if only one notification is present
V.1.0.60-alpha: Added PeriodicTimer
- Added PeriodicTimer to replace Threading.Tasks.Timer - Implemented PeriodicTimer in MainViewModel and ChatViewModel