Commit graph

33 commits

Author SHA1 Message Date
mgroves
c94d7e36cb refactored MainActivity to utilize itemId in listview instead of querying with portfolio name for context menu...still not happy with this, but I did learn about .NET's lack of Anonymous Inner Classes, so that's something 2011-03-30 23:42:00 -04:00
mgroves
f7edde8dae refactored config view to MVP, added tests 2011-03-22 00:18:30 -04:00
mgroves
efdf271f1a refactored edit-position to MVP, wrote tests, completely removed old validation stuff 2011-03-19 23:21:12 -04:00
mgroves
9a0d711294 mvp refactor of the edit-portfolio activity, also half-way refactoring the Validation framework stuff 2011-03-16 23:05:49 -04:00
mgroves
fef665cdee refactored Portfolio view to MVP, moved some tests to MSpec, tweaked IoC stuff a bit 2011-03-14 21:42:26 -04:00
mgroves
0504e27f8c moved ittybitty to another project, wrote tests for MainPresenter (with JustMock) 2011-03-10 21:32:51 -05:00
Matthew D. Groves
5a5c69b42b refactored assets to use local copied instead of framework, per best practices 2011-03-07 00:40:48 -05:00
Matthew D. Groves
b6bee8f594 some build tweaks to deploy to my 2.1 phone 2011-03-06 20:18:03 -05:00
Matthew D. Groves
e56a165011 refactored Main Activity into presenter & view, fixed IoCAttribute 2011-03-06 10:21:31 -05:00
mgroves
0eeae1cfba removed the old config activity (for now) 2011-02-26 11:06:43 -05:00
mgroves
132655170b got the basics of a config screen in place 2011-02-21 22:44:12 -05:00
mgroves
0a489ce6ac refactor of intent stuff, added ManifestName class to framework 2011-02-20 22:40:43 -05:00
mgroves
0a68bf1518 created LazyView aspect, removed the '.designer' file for MainActivity 2011-02-20 12:05:36 -05:00
mgroves
5cbdf0956e used postsharp to clean up multithreaded stuff on Portfolio activity 2011-02-16 23:04:28 -05:00
mgroves
dc1607c38d added a custom monodroid build of FileHelpers to usher in the return of the Yahoo stock service 2011-02-16 20:26:22 -05:00
mgroves
e4b07dd8d9 I have screwed up something in git 2011-02-05 20:48:55 -05:00
mgroves
3709c553cb minor cleanup & refactoring 2011-01-02 17:47:20 -05:00
mgroves
c851ea9516 refactored TinyIoC stuff into ServiceLocator class 2011-01-02 17:27:28 -05:00
mgroves
bca11551f5 dropped in TinyIoC to use as a container 2011-01-02 17:10:27 -05:00
mgroves
60024d86f9 implemented edit/update functionality 2011-01-02 16:51:19 -05:00
mgroves
c07f913502 only the first two 'rows' appear visible... 2011-01-01 23:03:35 -05:00
mgroves
5d2d664833 a lot of refactoring and cleanup, trying to use a listview instead of a table for portfolio activity 2011-01-01 20:16:08 -05:00
mgroves
f0bf5fd061 added an options menu with 'refresh' button on portfolio screen...this thing is starting to look like a real app :) 2010-12-26 23:54:31 -05:00
mgroves
b1b848c788 reorganized project a little 2010-12-26 23:18:10 -05:00
mgroves
86a9854c88 reorganized activity classes into partials, also changed how IoCAttribute handles a long-running static Context 2010-12-26 21:47:10 -05:00
mgroves
8686848d3e working with PostSharp/IoC stuff 2010-12-19 15:34:20 -05:00
Matthew D. Groves
1e7dde035b implemented 'edit' long click action and validation 2010-12-18 13:39:57 -06:00
mgroves
f98d073569 working on long click for portfolio list 2010-12-18 11:33:29 -05:00
mgroves
032fd4898e abadoned threading for now, made changes to get app working with latest version of monodroid 2010-12-08 21:02:03 -05:00
mgroves
72029335c5 refactored the validation to be more usuable (user) and more REusuable (dev) 2010-11-09 10:25:58 -05:00
mgroves
acbe82a8b8 add icons for all dpi's and added icon to Activity attribute of main launcher 2010-11-08 14:03:01 -05:00
mgroves
7c71fa0f0d created 'add position' form, validation, and a button to get to it from the main portfolio screen 2010-11-08 11:08:02 -05:00
mgroves
98af705859 initial commit exported from svn 2010-11-02 12:26:36 -04:00