Commit graph

128 commits

Author SHA1 Message Date
mgroves
f3e9f66eea added a splash screen, updated to android 2.2 2011-08-16 10:36:04 -04:00
mgroves
01e331ca6a Merge branch 'develop' 2011-08-15 22:00:12 -04:00
mgroves
83ad265f08 removed novell from sample portfolio too 2011-08-15 21:55:27 -04:00
mgroves
a85aa217a9 users can now add different lots of same ticker to same portfolio 2011-08-15 21:53:30 -04:00
mgroves
be37ce7087 increased font size on portfolio screen 2011-08-15 21:31:57 -04:00
mgroves
49aed67097 new PostSharp version, changed green to light green, changed application label 2011-08-15 21:27:07 -04:00
mgroves
04d4a74f75 remove novell, it's no longer a listed stock 2011-08-15 21:15:30 -04:00
Matthew D. Groves
e7093deadd removed unnecessary comments 2011-04-30 13:33:45 -04:00
Matthew D. Groves
3d2b33e3fc handle internet errors nicer 2011-04-30 13:31:47 -04:00
mgroves
63c387220d updated version stuff (per Amazon App Store) 2011-04-12 22:18:16 -04:00
mgroves
d4e1ac708e issue from Amazon AppStore team - casing in ticker could cause duplicate tickers (and crashing), fixed to always uppercase tickers when saving & checking for duplication 2011-04-12 21:54:21 -04:00
mgroves
d6eba45a2d added an 'about' info option to main activity 2011-04-10 14:25:15 -04:00
mgroves
cbe17a7175 issue 4 - removed 'save' button from config screen, it now just saves whenever a checkbox is clicked (thanks correll) 2011-04-07 23:39:13 -04:00
mgroves
d9959b0867 issue 3 - added inputTypes to EditPortfolio layout to improve usability (thanks correl) 2011-04-07 23:23:39 -04:00
mgroves
77515d0fb1 issue 2 - added fix to ignore long clicking if there is no tag (thanks correl) 2011-04-07 23:10:52 -04:00
mgroves
cc105decef issue 1 fix - added validation to prevent repeat tracking of a ticker within a portfolio (thanks correl) 2011-04-07 22:57:38 -04:00
mgroves
136e7c0a99 fixed icon for Google Android market 2011-04-07 21:13:14 -04:00
mgroves
75262e8584 added better sanitization via parameterization with RawQuery 2011-04-07 16:37:24 -04:00
mgroves
e1a304e25b added some lame sql injection sanitization 2011-04-07 16:25:58 -04:00
mgroves
865892576d some linking issues (added a lot of Preserves), renamed the xml files (finally) to the proper extension 2011-04-07 00:40:56 -04:00
mgroves
ef152bd27c updated README with information about this 'release' 2011-04-02 13:35:50 -04:00
mgroves
53a9eb2cf6 Merge branch 'develop' 2011-04-02 13:30:09 -04:00
mgroves
f187f9ed92 updated readme 2011-04-02 13:28:31 -04:00
mgroves
3d31d52493 reorganized tests, fixed ticker validation (thanks to monkey), other minor cleanup 2011-04-02 00:19:55 -04:00
mgroves
50fb96b5b5 minor cleanup 2011-04-01 23:30:58 -04:00
mgroves
d464f7f313 removed GenericArrayAdapter, YAGNI 2011-04-01 23:27:11 -04:00
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
e145282a52 organized and cleaned up tests 2011-03-30 22:34:11 -04:00
mgroves
e0df956f7c Merge branch 'mvp_refactor' into develop 2011-03-30 21:41:10 -04:00
mgroves
2488a4cbd1 minor tweak with mocking lib reference 2011-03-30 21:40:56 -04:00
mgroves
284116a5a5 merging csproj setting 2011-03-22 00:21:35 -04:00
mgroves
f7edde8dae refactored config view to MVP, added tests 2011-03-22 00:18:30 -04:00
Matthew D. Groves
8d9e6d4919 refactored tests out of xunit 2011-03-20 16:18:14 -04:00
Matthew D. Groves
1098cdd056 removed some unused files 2011-03-20 15:55:58 -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
f6d7c71188 updated readme to reflect CSV library changes 2011-03-15 23:02:09 -04:00
mgroves
872df67ffd hammered out race conditions in Portfolio Presenter tests finally, also renamed the CSV folder to reflect the new CSV library I'm using 2011-03-15 22:58:47 -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
158cf7916d formatting 2011-03-07 21:07:20 -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
aac72e202a updated correct ldpi refresh icon 2011-03-07 00:07:01 -05:00
Matthew D. Groves
21e07938b2 bug in lazy portfolio repo stuff 2011-03-06 23:33:40 -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
592d74f9d8 refactored ioc/service locator to hopefully improve clarity/readability 2011-03-06 13:46:04 -05:00
Matthew D. Groves
e56a165011 refactored Main Activity into presenter & view, fixed IoCAttribute 2011-03-06 10:21:31 -05:00
mgroves
9ef1c04920 added red/green highlighting 2011-02-26 11:58:22 -05:00
mgroves
bd57f2f665 sped up service for new/empty portfolio 2011-02-26 11:34:53 -05:00
mgroves
4b3f252a38 uppercasing of user entered tickers 2011-02-26 11:30:41 -05:00