GitHub - ycastonguay/MPfm: master 0f252a0a |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-03-14 16:26:18 |
master f6169b63 |
|
Affected Issues |
0000385: Add view/presenter for Edit Loop user interface (ILoopDetailPresenter/ILoopDetailView) |
0000387: Add view/presenter for Edit Marker user interface (IMarkerDetailPresenter/IMarkerDetailView) |
0000405: Implement the MPfm.MVP views for iOS |
|
Changeset |
Added LoopDetailPresenter/View and MarkerDetailPresenter/View.
iOS: Added LoopDetailViewController and MarkerDetailViewController.
Related to issue 0000385, issue 0000387 and issue 0000405. |
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Presenters/Interfaces/ILoopDetailsPresenter.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Presenters/Interfaces/IMarkerDetailsPresenter.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Presenters/LoopDetailsPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/LoopsPresenter.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Presenters/MarkerDetailsPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Views/ILoopDetailsView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/ILoopsView.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Views/IMarkerDetailsView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.iOS/Classes/Controllers/LoopDetailsViewController.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.iOS/Classes/Controllers/LoopDetailsViewController.designer.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.designer.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.designer.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.designer.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj |
[ Diff ] [ File ] |
add - MPfm/MPfm.iOS/XIB/iPad/LoopDetailsViewController_iPad.xib |
[ Diff ] [ File ] |
add - MPfm/MPfm.iOS/XIB/iPad/MarkerDetailsViewController_iPad.xib |
[ Diff ] [ File ] |
add - MPfm/MPfm.iOS/XIB/iPhone/LoopDetailsViewController_iPhone.xib |
[ Diff ] [ File ] |
mod - MPfm/MPfm.iOS/XIB/iPhone/LoopsViewController_iPhone.xib |
[ Diff ] [ File ] |
add - MPfm/MPfm.iOS/XIB/iPhone/MarkerDetailsViewController_iPhone.xib |
[ Diff ] [ File ] |
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkersViewController_iPhone.xib |
[ Diff ] [ File ] |