Fork: Playground

commits

date

comment

43fb9164c1b5
by mhidinger
Dec 5 2011
2:47 AM
CM13 tip

- Added full Snapshot details for StockDetailsView
- Updated the YahooStocksService to include more data fields
- Playing with Design Time Data

c6b47a438763
by mhidinger
Dec 4 2011
5:11 PM

- Removing subrepo

ded9e9db67c3
by mhidinger
Dec 4 2011
5:03 PM

- Testing commit subrepo for caliburnmicro

afa89219db21
by Matt Hidinger
Nov 20 2011
3:09 PM

Merged and updated file paths on my laptop. Fixed a missing ctor

41ae40f2f3ec
by Matt Hidinger
Nov 20 2011
3:02 PM

Merge

02bcde1bb7bb
by Matt Hidinger
Nov 20 2011
2:36 PM

Started the StockDetailsView with a pivot and basic details. Changed some code around for a demo

fba6e7c03cd3
by mhidinger
Nov 1 2011
6:40 AM

- Cleanup and refactoring

14fc4462532f
by mhidinger
Oct 29 2011
6:11 PM
default

- Testing ignoring the LocalHostname.txt

52e77c2f492c
by mhidinger
Oct 29 2011
6:07 PM

Backed out changeset: 0d985220f6e7

0d985220f6e7
by mhidinger
Oct 29 2011
6:06 PM

Ignoring localhostname.txt

c30ebc557cf6
by Matt Hidinger
Nov 1 2011
1:41 AM
CM13

- Altered the Hyperlink template to use Jeff Wilcox's emptytemplate
- Added a FakeStocksService for debugging when offline
- Starting a basic Stock Details pivot view

534587289fad
by Matt Hidinger
Oct 29 2011
11:11 PM

- Added Timeout support to the HttpClient
- Fixed a bug in the PriceChangeColorConverter

2108f471f7d2
by Matt Hidinger
Oct 29 2011
5:30 PM

- ** This branch requires the CM 1.3 source since it's not on NuGet yet
- Refactored Http classes on the client side
- Added a new LaunchBrowserBehavior to open the news articles in IE

8c6c6f4ce1fb
by Matt Hidinger
Oct 29 2011
2:58 PM
default

- Refactored WebRequest to use WebClient instead
- Added the SharpGIS package for the GZipWebClient class
- Added GZip compression to the server if the request supports it

49a4b8826af5
by Matt Hidinger
Oct 29 2011
4:45 AM

- Added Timezone support to the News section so publish dates are localized to the user's time zone

87c5a5bed952
by Matt Hidinger
Oct 29 2011
4:21 AM

- Reverted the System.Windows.Interactivity reference back to 3.7.5.0 until CM 1.3 is finished

42af706831e6
by mhidinger
Oct 28 2011
11:35 PM

- Added a SnapshotCache to persist basic details between page navigation
- Tweaking the BusyIdicatot
- Fixed a display bug not coloring the negative prices correctly

6f89ece89ad4
by mhidinger
Oct 28 2011
4:22 AM

- Refactored the Core assembly to remove the Caliburn.Micro reference

9e5ad716b6da
by mhidinger
Oct 26 2011
4:15 AM

Tweaking ignore filter

f751f28213f6
by mhidinger
Oct 26 2011
4:15 AM

Tweaking ignore filter

8362f3179961
by mhidinger
Oct 26 2011
4:01 AM

- Merged in the pull request with the Yahoo news service (thanks @magnusvw)
- Fixed an AppBarHelper bug throwing an NRE

2c39cc6b047d
by Magnus
Oct 25 2011
10:13 PM

added a YahooFinanceNewsService
changed INewsService to return an IEnumerable<T>
added Title in HomeNewsView.xaml
removed redundant ToList() in FakeNewsService.cs

0e5a21fc35c9
by mhidinger
Oct 25 2011
5:05 AM

WatchList is completely persisted now. The HomeWatchListViewModel now loads the cached watch list during init and updates the properties of existing items rather than repopulating the entire collection. The Price change arrow now only shows its rotation animation if changing from Positive to Negative (and vice versa)

1c8aedeefd48
by mhidinger
Oct 25 2011
4:21 AM

Updated the Client-side Watchlist to be persistable in isolated storage. Created a new JsonSerailizedCollection base class to encapsulate all this logic. Refactored the StocksWebService to use the new WatchList.Current singleton

3bdbe5efeeae
by mhidinger
Oct 25 2011
2:57 AM

Refactored the controller into INewsService and IStocksServices.