Anonymous | Login | Signup for a new account | 2024-11-23 08:21 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000405 | MPfm | UI | iOS | public | 2013-01-11 17:58 | 2013-10-22 23:32 | ||||||
Reporter | ycastonguay | ||||||||||
Assigned To | ycastonguay | ||||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||||
Status | assigned | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | |||||||||||
Target Version | 0.7.0.0 | Fixed in Version | |||||||||
Summary | 0000405: Implement the MPfm.MVP views for iOS | ||||||||||
Description | Use the MPfm.MVP views and implement a new user interface using MonoTouch for iOS. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships | ||||||
|
Notes | |
(0000885) svn (developer) 2013-01-11 18:15 |
The user animal has checked in files related to this issue (revision 655). Comment: Moved classes that were unique to desktop platforms from MPfm.Core to MPfm.WindowsControls (this will enable MPfm.Core to build on iOS and Android). Added preprocessor conditions for multiple playforms in Tracing. Related to issue 0000405 and issue 0000406. Files modified: U MPfm/branches/current/MPFM.sln D MPfm/branches/current/MPfm.Core/ColorManipulation.cs D MPfm/branches/current/MPfm.Core/Config.cs U MPfm/branches/current/MPfm.Core/Conversion.cs D MPfm/branches/current/MPfm.Core/ImageManipulation.cs U MPfm/branches/current/MPfm.Core/MPfm.Core.csproj U MPfm/branches/current/MPfm.Core/Tracing.cs U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj A MPfm/branches/current/MPfm.WindowsControls/Misc/ColorManipulation.cs A MPfm/branches/current/MPfm.WindowsControls/Misc/ImageConversion.cs A MPfm/branches/current/MPfm.WindowsControls/Misc/ImageManipulation.cs |
(0000888) svn (developer) 2013-01-11 21:53 |
The user animal has checked in files related to this issue (revision 657). Comment: BASS.NET is currently compatible with Windows, Linux, Mac and iOS, but not Android! Since only the P/Invoke part of BASS.NET is used, replace BASS.NET with a minimal P/Invoke library. Related to issue 0000405 and issue 0000406. Files modified: U MPfm/branches/current/MPfm.Sound/BassWrapper/BassCallbacks.cs A MPfm/branches/current/MPfm.Sound/BassWrapper/BassMethods.cs A MPfm/branches/current/MPfm.Sound/BassWrapper/Mix/ A MPfm/branches/current/MPfm.Sound/BassWrapper/Mix/BassMixCallbacks.cs A MPfm/branches/current/MPfm.Sound/BassWrapper/Mix/BassMixEnums.cs A MPfm/branches/current/MPfm.Sound/BassWrapper/Mix/BassMixMethods.cs A MPfm/branches/current/MPfm.Sound/BassWrapper/Mix/BassMixStructs.cs U MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj |
(0000893) svn (developer) 2013-01-13 14:18 |
The user animal has checked in files related to this issue (revision 663). Comment: Added class library project files for iOS and Android. Related to issue 0000405 and issue 0000406. Files modified: A MPfm/branches/current/MPfm.Core/MPfm.Core.Android.csproj A MPfm/branches/current/MPfm.Core/MPfm.Core.iOS.csproj A MPfm/branches/current/MPfm.Library/MPfm.Library.Android.csproj A MPfm/branches/current/MPfm.Library/MPfm.Library.iOS.csproj A MPfm/branches/current/MPfm.MVP/MPfm.MVP.Android.csproj A MPfm/branches/current/MPfm.MVP/MPfm.MVP.iOS.csproj A MPfm/branches/current/MPfm.Player/MPfm.Player.Android.csproj A MPfm/branches/current/MPfm.Player/MPfm.Player.iOS.csproj A MPfm/branches/current/MPfm.Sound/MPfm.Sound.Android.csproj A MPfm/branches/current/MPfm.Sound/MPfm.Sound.iOS.csproj |
(0000896) svn (developer) 2013-01-14 00:24 |
The user animal has checked in files related to this issue (revision 669). Comment: Finished adding build configs to solution file and all project files for iOS. Everything builds perfectly now in every config! MPfm.iOS now uses the player and is able to play MP3 and FLAC files!!!!!!! :-) Player: Added plugin loading for iOS. Related to issue 0000405. Files modified: U MPfm/branches/current/MPfm.Core/MPfm.Core.iOS.csproj U MPfm/branches/current/MPfm.Library/MPfm.Library.Android.csproj U MPfm/branches/current/MPfm.Library/MPfm.Library.iOS.csproj U MPfm/branches/current/MPfm.MVP/MPfm.MVP.Android.csproj U MPfm/branches/current/MPfm.MVP/MPfm.MVP.iOS.csproj U MPfm/branches/current/MPfm.Player/MPfm.Player.Android.csproj U MPfm/branches/current/MPfm.Player/MPfm.Player.iOS.csproj U MPfm/branches/current/MPfm.Player/Player.cs A MPfm/branches/current/MPfm.Sound/Lib/Android/ A MPfm/branches/current/MPfm.Sound/Lib/Android/taglib-sharp.dll D MPfm/branches/current/MPfm.Sound/Lib/Bass.Net.dll D MPfm/branches/current/MPfm.Sound/Lib/System.Reactive.dll D MPfm/branches/current/MPfm.Sound/Lib/bass.dll D MPfm/branches/current/MPfm.Sound/Lib/bass_aac.dll D MPfm/branches/current/MPfm.Sound/Lib/bass_alac.dll D MPfm/branches/current/MPfm.Sound/Lib/bass_ape.dll D MPfm/branches/current/MPfm.Sound/Lib/bass_fx.dll D MPfm/branches/current/MPfm.Sound/Lib/bass_mpc.dll D MPfm/branches/current/MPfm.Sound/Lib/bass_ofr.dll D MPfm/branches/current/MPfm.Sound/Lib/bass_tta.dll D MPfm/branches/current/MPfm.Sound/Lib/bassasio.dll D MPfm/branches/current/MPfm.Sound/Lib/bassflac.dll D MPfm/branches/current/MPfm.Sound/Lib/basswasapi.dll D MPfm/branches/current/MPfm.Sound/Lib/basswma.dll D MPfm/branches/current/MPfm.Sound/Lib/basswv.dll A MPfm/branches/current/MPfm.Sound/Lib/iOS/ A MPfm/branches/current/MPfm.Sound/Lib/iOS/taglib-sharp.dll U MPfm/branches/current/MPfm.Sound/MPfm.Sound.iOS.csproj U MPfm/branches/current/MPfm.iOS/Info.plist A MPfm/branches/current/MPfm.iOS/Lib/ A MPfm/branches/current/MPfm.iOS/Lib/libbass.a A MPfm/branches/current/MPfm.iOS/Lib/libbass_ape.a A MPfm/branches/current/MPfm.iOS/Lib/libbass_fx.a A MPfm/branches/current/MPfm.iOS/Lib/libbass_mpc.a A MPfm/branches/current/MPfm.iOS/Lib/libbassflac.a A MPfm/branches/current/MPfm.iOS/Lib/libbassmix.a A MPfm/branches/current/MPfm.iOS/Lib/libbasswv.a A MPfm/branches/current/MPfm.iOS/Lib/taglib-sharp.dll U MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj U MPfm/branches/current/MPfm.iOS/MPfm_iOSViewController.cs |
(0000900) svn (developer) 2013-01-14 19:47 |
The user animal has checked in files related to this issue (revision 673). Comment: iOS: Added icon for application, added background audio mode, etc. The player finally works on iOS. Added static callbacks for iOS. Related to issue 0000405 and issue #407. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Player/MPfm.Player.iOS.csproj U MPfm/branches/current/MPfm.Player/Player.cs D MPfm/branches/current/MPfm.iOS/AppDelegate.cs A MPfm/branches/current/MPfm.iOS/Classes/ A MPfm/branches/current/MPfm.iOS/Classes/AppDelegate.cs A MPfm/branches/current/MPfm.iOS/Classes/Controllers/ A MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.cs A MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.designer.cs A MPfm/branches/current/MPfm.iOS/Classes/Main.cs A MPfm/branches/current/MPfm.iOS/Images/ A MPfm/branches/current/MPfm.iOS/Images/icon114.png A MPfm/branches/current/MPfm.iOS/Images/icon57.png U MPfm/branches/current/MPfm.iOS/Info.plist U MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj D MPfm/branches/current/MPfm.iOS/MPfm_iOSViewController.cs D MPfm/branches/current/MPfm.iOS/MPfm_iOSViewController.designer.cs D MPfm/branches/current/MPfm.iOS/MPfm_iOSViewController_iPad.xib D MPfm/branches/current/MPfm.iOS/MPfm_iOSViewController_iPhone.xib D MPfm/branches/current/MPfm.iOS/Main.cs A MPfm/branches/current/MPfm.iOS/XIB/ A MPfm/branches/current/MPfm.iOS/XIB/iPad/ A MPfm/branches/current/MPfm.iOS/XIB/iPad/MPfm_iOSViewController_iPad.xib A MPfm/branches/current/MPfm.iOS/XIB/iPhone/ A MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib |
(0000902) svn (developer) 2013-01-14 20:23 |
The user animal has checked in files related to this issue (revision 674). Comment: iOS: Added position refresh iOS: Added disposing of player in AppDelegate.WillTerminate... it was crashing the whole OS every time the app was exiting... :S Related to issue 0000405. Files modified: U MPfm/branches/current/MPfm.Player/Player.cs U MPfm/branches/current/MPfm.iOS/Classes/AppDelegate.cs U MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.cs U MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.designer.cs U MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib |
(0000903) svn (developer) 2013-01-14 21:28 |
The user animal has checked in files related to this issue (revision 675). Comment: iOS: Added more controls to the prototype screen (Prev, Next, Pause, etc.) and metadata (artist name, album title, etc.) Related to issue 0000405. Files modified: U MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.cs U MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.designer.cs U MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib |
(0000904) svn (developer) 2013-01-14 22:17 |
The user animal has checked in files related to this issue (revision 676). Comment: iOS: Added temp splash screen. More bug fixes on UI. Related to issue 0000405. Files modified: U MPfm/branches/current/MPfm.iOS/Classes/AppDelegate.cs U MPfm/branches/current/MPfm.iOS/Info.plist U MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj A MPfm/branches/current/MPfm.iOS/Resources/ A MPfm/branches/current/MPfm.iOS/Resources/Default.png A MPfm/branches/current/MPfm.iOS/Resources/Default@2x.png U MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib |
(0000905) svn (developer) 2013-01-15 14:32 |
The user animal has checked in files related to this issue (revision 677). Comment: iOS: Fixed build for Ad-Hoc and AppStore. Related to issue 0000405. Files modified: U MPfm/branches/current/MPfm.Core/MPfm.Core.iOS.csproj U MPfm/branches/current/MPfm.Sound/BassWrapper/BassMethods.cs U MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj |
(0000907) svn (developer) 2013-01-15 23:25 |
The user animal has checked in files related to this issue (revision 679). Comment: iOS: The prototype interface is much better looking now. iOS: Added album art cover extraction from MP3 Player: Bug fixes for iOS Related to issue 0000405. Files modified: U MPfm/branches/current/MPfm.Player/Player.cs U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs U MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.cs U MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.designer.cs U MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj U MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib |
(0000908) svn (developer) 2013-01-16 22:28 |
The user animal has checked in files related to this issue (revision 680). Comment: iOS: Added new screens, renamed Prototype screen to Player. Added embedded fonts. Added a generic ListViewController, and more. Related to issue 0000405. Files modified: D MPfm/branches/current/MPfm.iOS/Classes/AppDelegate.cs A MPfm/branches/current/MPfm.iOS/Classes/Controllers/BaseViewController.cs A MPfm/branches/current/MPfm.iOS/Classes/Controllers/ListViewController.cs A MPfm/branches/current/MPfm.iOS/Classes/Controllers/ListViewController.designer.cs D MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.cs A MPfm/branches/current/MPfm.iOS/Classes/Controllers/PlayerViewController.cs A MPfm/branches/current/MPfm.iOS/Classes/Controllers/SplashViewController.cs A MPfm/branches/current/MPfm.iOS/Classes/Controllers/SplashViewController.designer.cs A MPfm/branches/current/MPfm.iOS/Classes/Controls/ A MPfm/branches/current/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs A MPfm/branches/current/MPfm.iOS/Classes/Delegates/ A MPfm/branches/current/MPfm.iOS/Classes/Delegates/AppDelegate.cs A MPfm/branches/current/MPfm.iOS/Classes/Delegates/ListTableViewSource.cs A MPfm/branches/current/MPfm.iOS/Classes/Objects/ A MPfm/branches/current/MPfm.iOS/Classes/Objects/GenericListItem.cs A MPfm/branches/current/MPfm.iOS/Delegates/ A MPfm/branches/current/MPfm.iOS/Fonts/ A MPfm/branches/current/MPfm.iOS/Fonts/Junction.otf A MPfm/branches/current/MPfm.iOS/Fonts/OstrichBlack.ttf A MPfm/branches/current/MPfm.iOS/Fonts/OstrichLight.ttf A MPfm/branches/current/MPfm.iOS/Fonts/OstrichRegular.ttf A MPfm/branches/current/MPfm.iOS/Fonts/OstrichRounded.ttf A MPfm/branches/current/MPfm.iOS/Images/Tabs/ A MPfm/branches/current/MPfm.iOS/Images/Tabs/more.png A MPfm/branches/current/MPfm.iOS/Images/Tabs/more@2x.png U MPfm/branches/current/MPfm.iOS/Info.plist U MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj A MPfm/branches/current/MPfm.iOS/XIB/iPad/ListViewController_iPad.xib D MPfm/branches/current/MPfm.iOS/XIB/iPad/MPfm_iOSViewController_iPad.xib A MPfm/branches/current/MPfm.iOS/XIB/iPad/PlayerViewController_iPad.xib A MPfm/branches/current/MPfm.iOS/XIB/iPad/SplashViewController_iPad.xib A MPfm/branches/current/MPfm.iOS/XIB/iPhone/ListViewController_iPhone.xib D MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib A MPfm/branches/current/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib A MPfm/branches/current/MPfm.iOS/XIB/iPhone/SplashViewController_iPhone.xib |
(0000909) svn (developer) 2013-01-19 01:38 |
The user animal has checked in files related to this issue (revision 681). Comment: iOS: Checked in missing files (solution file) due to computer reinstall. Related to issue 0000405. Files modified: U MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj U MPfm/branches/current/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib A MPfm/branches/current/MPfm_iOS.sln |
(0000916) svn (developer) 2013-01-28 20:39 |
The user animal has checked in files related to this issue (revision 690). Comment: Updated Mac and iOS projects after namespace refactoring, and also with new Mono.Data.Sqlite implementation. Related to issue 0000405. Files modified: U MPfm/branches/current/MPfm.Library/Database/DatabaseFacade.cs U MPfm/branches/current/MPfm.Library/Database/SQLiteGateway.cs U MPfm/branches/current/MPfm.Library/Library.cs U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj U MPfm/branches/current/MPfm.Library/MPfm.Library.iOS.csproj U MPfm/branches/current/MPfm.Mac/AppDelegate.cs U MPfm/branches/current/MPfm.Mac/Classes/MacNavigationManager.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindow.designer.cs U MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj U MPfm/branches/current/MPfm.iOS/Classes/Controllers/PlayerViewController.cs |
Related Changesets | |||
GitHub - ycastonguay/MPfm: master 174e164b
Timestamp: 2013-02-12 17:54:54 Author: ycastonguay [ Details ] [ Diff ] |
iOS project now using MobileNavigationManager. Related to issue 0000404 and issue 0000405. |
||
rm - MPfm/MPfm.iOS/Classes/Controllers/ListViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/UpdateLibraryViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/UpdateLibraryViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Classes/Delegates/ListTableViewSource.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Objects/GenericListItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/XIB/iPad/ListViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/MobileLibraryBrowserViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/MoreViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/UpdateLibraryViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/MoreViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/UpdateLibraryViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_iOS.sln | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 4c81348a
Timestamp: 2013-02-23 22:33:00 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Changed the way the view controllers report that the view is ready (after ViewDidLoad instead of ViewWillAppear). Added PlayerPlaylistIndexChangedMessage. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/PlayerPlaylistIndexChangedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerMetadataPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerMetadataView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/Base/BaseViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EffectsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/UpdateLibraryViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerMetadataViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master aaec1481
Timestamp: 2013-02-24 13:45:34 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Customized UINavigationController with new look and back button functionality. iOS: Added album art to list of songs in Mobile Library Browser. iOS: Added icons and new fonts. Related to issue 0000405 and issue 0000408. |
||
mod - MPfm/MPfm.MVP/Models/LibraryBrowserEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/Base/BaseViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.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/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/LeagueGothic-CondensedItalic.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/LeagueGothic-CondensedRegular.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/LeagueGothic-Italic.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/LeagueGothic-Regular.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Tabs/audio.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Tabs/audio@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/back@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/back_wide@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/effects.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Info.plist | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/LoopsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkersViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MobileLibraryBrowserViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PitchShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerMetadataViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/TimeShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 8b665c45
Timestamp: 2013-03-03 16:34:50 Author: ycastonguay [ Details ] [ Diff ] |
iOS: TimeShiftingViewController now functional (for percentage). iOS: Added controls to the SplashViewController. Related to issue 0000405 and issue 0000415. |
||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/TimeShiftingPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ITimeShiftingView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Splash/Default-568h@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Splash/Default.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Splash/Default@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PitchShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/SplashViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/TimeShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master e0251ac3
Timestamp: 2013-03-03 22:55:08 Author: ycastonguay [ Details ] [ Diff ] |
iOS: MobileLibraryBrowser: Now loading album art in background. MobileLibraryBrowserPresenter: Added action for loading album art. Will need to add an action for canceling fetching album art later. Related to issue 0000405 and issue 0000408. |
||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/emptyalbumart.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master d859bb70
Timestamp: 2013-03-04 20:02:18 Author: ycastonguay [ Details ] [ Diff ] |
iOS: MobileLibraryBrowserViewController - Fixed memory leak when loading album art. Related to issue 0000405 and issue 0000408. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master f45787b3
Timestamp: 2013-03-04 22:03:10 Author: ycastonguay [ Details ] [ Diff ] |
iOS: MobileLibraryBrowserPresenter - Added animation for loading album art in Album cells. Related to issue 0000405 and issue 0000408. |
||
mod - MPfm/MPfm.MVP/Models/LibraryBrowserEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/emptyalbumart.png | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 9aa5ce79
Timestamp: 2013-03-04 23:03:00 Author: ycastonguay [ Details ] [ Diff ] |
iOS: MobileLibraryViewController - Added memory cache for bitmaps. Does not create a memory leak. Related to issue 0000405 and issue 0000408. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 3e5a9cee
Timestamp: 2013-03-05 18:39:11 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added custom class based on UITableViewCell. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 5d1e117d
Timestamp: 2013-03-09 15:21:11 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added images for play buttons. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/next.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/next@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/next_on.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/next_on@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/pause.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/pause@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/pause_on.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/pause_on@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/play.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/play@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/play_on.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/play_on@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/previous.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/previous@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/previous_on.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/previous_on@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 75edef40
Timestamp: 2013-03-11 17:37:03 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Peak file now generating in background when a song starts playing. PeakFile.cs has been renamed to PeakFileGenerator.cs and is no longer dependent on System.Reactive. Added Normalizer class to MPfm.Core. Related to issue 0000323 and issue 0000405. |
||
mod - MPfm/MPfm.Core/MPfm.Core.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Normalizer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/PeakFile.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/PeakFiles/PeakFileGenerator.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 71c65403
Timestamp: 2013-03-12 01:34:03 Author: ycastonguay [ Details ] [ Diff ] |
iOS: WaveFormView now displays a wave form! Still lots of work to do though, but it doesn't seem to create a memory leak yet. Bug fixes to PeakFileGenerator and PlayerPresenter. Related to issue 0000361 and issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileGenerator.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master f6169b63
Timestamp: 2013-03-12 15:06:21 Author: ycastonguay [ Details ] [ Diff ] |
iOS: WaveForm - Image cache now generating in a different thread. iOS: Several bug fixes on the WaveForm control on iOS. iOS: Added CoreGraphicsHelper (ported from MPfm.Mac). Related to issue 0000405. |
||
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileGenerator.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Helpers/CoreGraphicsHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Helpers/DarwinHardwareHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 0f252a0a
Timestamp: 2013-03-14 16:26:18 Author: ycastonguay [ Details ] [ Diff ] |
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 ] | ||
GitHub - ycastonguay/MPfm: master 62b612a8
Timestamp: 2013-03-14 20:13:58 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Now using IPeakGenerator instead of PeakGenerator. IPeakGenerator was missing from the iOS csproj file. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 0558d8bc
Timestamp: 2013-03-15 17:54:21 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Can now add, edit and remove a marker. Renamed PeakFileGenerator to PeakFileService. Related to issue 0000386, issue 0000387 and issue 0000405. |
||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/MarkerDeletedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkerDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ILoopsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkerDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 7239175d
Timestamp: 2013-03-17 12:05:37 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Several bug fixes to the Wave Form view. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 2a4b1529
Timestamp: 2013-03-19 22:23:54 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Markers are now fully functional. MarkerDetailsPresenter: Added logic for mobile views (still more work for desktop views). MarkerPresenter: Added SelectMarker action. Related to issue 0000386, issue 0000387 and issue 0000405. |
||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkerDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkerDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - 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/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkerDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 579426fe
Timestamp: 2013-03-19 22:34:03 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Updated play buttons. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Images/Buttons/next.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/next@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/next_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/next_on@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/pause.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/pause@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/pause_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/pause_on@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/play.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/play@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/play_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/play_on@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/previous.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/previous@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/previous_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/previous_on@2x.png | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 9b0426d6
Timestamp: 2013-03-19 23:23:59 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added marker name templates. MarkersPresenter: Added marker name templates. Related to issue 0000386 and issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master f059fe5c
Timestamp: 2013-03-21 18:14:46 Author: ycastonguay [ Details ] [ Diff ] |
iOS: PlayerViewCtrl - Now showing a bigger wave form display when changing position and holding the finder. iOS: Cleaned up the look of a *lot* of views. iOS: Changed font to Helvetica Neue in all application. iOS: Added semi-transparent button. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EffectsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EffectsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmSemiTransparentButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmSlider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EffectsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/LoopsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkersViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PitchShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerMetadataViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/TimeShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 7c70eb31
Timestamp: 2013-03-23 14:17:44 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added cursor to wave form display. iOS: Added image buffer clean when the DidReceiveMemoryWarning event is raised. iOS: Trying to implement fine scrubbing to the sliders, not done yet. PlayerPresenter: Now calculating new position with action/method. Related to issue 0000361 and issue 0000405. |
||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/Base/BaseViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmSlider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerMetadataViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 6a9f2f07
Timestamp: 2013-04-03 18:41:53 Author: ycastonguay [ Details ] [ Diff ] |
Added new PlayerStatusView/Presenter. iOS: Updated MPfmNavigationController with "Now playing" indicator. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IPlayerStatusPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/PlayerStatusPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IPlayerStatusView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/media.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/media@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 28ec09b1
Timestamp: 2013-04-03 22:12:30 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Navigation controller - Changed the way labels are positioned. iOS: Navigation controller - The Effects/Now Playing buttons are now working. MobileNavigationManager: Added methods for showing Effects/Now Playing views. Related to issue 0000405 and issue 0000409. |
||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/MobileNavigationManagerCommandMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LoopsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerStatusPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EffectsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EffectsViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master de0deace
Timestamp: 2013-04-07 21:17:42 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Refactored wave form generation and cache into a new class, WaveFormCacheManager. This created a few minor bugs but the peak file are generating fine. The goal is to share the same wave form cache and generating threads between wave form controls. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileStartedData.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Helpers/Events/GenerateWaveFormEventArgs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Managers/Events/GeneratePeakFileEventArgs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Managers/Events/GenerateWaveFormEventArgs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 4c5850eb
Timestamp: 2013-04-08 19:22:19 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added GlobalTheme to store theme colors and re-use them throughout the app. iOS: Started updating the app with flat UI design. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/EffectsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmTabBar.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmTabBarController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkerDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 1d3de31b
Timestamp: 2013-04-09 21:41:57 Author: ycastonguay [ Details ] [ Diff ] |
iOS: More work on themes in a lot of screens. iOS: Centered the text in UINavigationController. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Objects/GlobalTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkerDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master f1416a2e
Timestamp: 2013-04-10 16:55:45 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added images for sliders, replaced images for play buttons. iOS: More theme adjustments. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTabBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/next.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/next@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/next_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/next_on@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/pause.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/pause@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/pause_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/pause_on@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/play.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/play@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/play_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/play_on@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/previous.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/previous@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/previous_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/previous_on@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Sliders/slider.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Sliders/slider2.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Sliders/slider2@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Sliders/slider@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Sliders/thumb.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Sliders/thumb@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Sliders/thumbbig.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Sliders/thumbbig@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master adf5a618
Timestamp: 2013-04-10 17:59:34 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Renamed EffectsViewController to EqualizerPresetsViewController. iOS: Added EqualizerPresetDetailsViewController. MVP: Renamed EffectsPresenter/View to EqualizerPresetsPresenter/View. MVP: Added EqualizerPresetDetailsPresenter/View. Related to issue 0000397, issue 0000405 and issue 0000417. |
||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Messages/MobileNavigationManagerCommandMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IEqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IEqualizerPresetsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileOptionsMenuView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/EqualizerPresetDetailsViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/EqualizerPresetDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master a154d8a0
Timestamp: 2013-04-10 18:52:16 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Updated Equalizer views. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IEqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Info.plist | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 4bd50f22
Timestamp: 2013-04-11 16:59:11 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Updated BASS.NET with new assembly file. Related to issue 0000405. |
||
mod - MPfm/MPfm.Player/MPfm.Player.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/iOS/Base.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Lib/iOS/Bass.Net.iOS.dll | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/Lib/iOS/Bass.Net.iphone.dll | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 0c560798
Timestamp: 2013-04-16 18:42:24 Author: ycastonguay [ Details ] [ Diff ] |
iOS: WaveFormView/WaveFormCacheManager: Fixed bug where the wave form would not be updated right after generating the peak file. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Managers/Events/LoadPeakFileEventArgs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master dd78908b
Timestamp: 2013-04-17 18:44:49 Author: ycastonguay [ Details ] [ Diff ] |
PeakFileService: Fixed bug where the Cancelled status was always false. This did not allow proper cancel in WaveFormCacheManager. MobileNavigationManager: Now reusing a single instance of IPlayerView. Related to issue 0000405 and issue 0000409. |
||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/Events/GeneratePeakFileEventArgs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 4804e3ae
Timestamp: 2013-04-17 19:15:11 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Moved more theme values into GlobalTheme. Updated player view scroll views. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.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/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Objects/GlobalTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/LoopsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkersViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PitchShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerMetadataViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/TimeShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master e44edb30
Timestamp: 2013-04-17 19:34:58 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed bug in pushing dialog subviews (they didn't work the second time a screen had been created). Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master f863735b
Timestamp: 2013-04-17 20:02:15 Author: ycastonguay [ Details ] [ Diff ] |
iOS: MobileLibraryBrowserViewCtrl - Now flushing images when the view disappears. The images are reloaded once the view appears again. This optimizes memory usage. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 160112ab
Timestamp: 2013-04-17 22:22:04 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed several bugs in the image resize routine. Now using the same routine for Mobile Library Browser and Player. iOS: Centralized more UI colors into GlobalTheme. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Helpers/CoreGraphicsHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Objects/GlobalTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 7d7497d2
Timestamp: 2013-04-18 18:08:25 Author: ycastonguay [ Details ] [ Diff ] |
MobileNavigationManager: Now re-using views for Mobile Library Browser. iOS: Fixed a navigation controller subtitle display bug. Related to issue 0000405 and issue 0000409. |
||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IMobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MobileLibraryBrowserViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master e454ca74
Timestamp: 2013-04-18 19:52:05 Author: ycastonguay [ Details ] [ Diff ] |
Added logic to EqualizerPresetsPresenter. iOS: Updated EqualizerPresetsViewController. Related to issue 0000397 and issue 0000405. |
||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/Interfaces/IDatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EqualizerPresetsViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 915c35bf
Timestamp: 2013-04-18 22:16:10 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added all controls for EqualizerPresetDetailsViewController. Added a toolbar, scrollbar with MPfmEqualizerFaderView, etc. iOS: Added MPfmEqualizerFaderView, a control to be used in a scroll view to present a slider with EQ fader values. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmEqualizerFaderView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EqualizerPresetDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master e85d65d9
Timestamp: 2013-04-23 19:27:52 Author: ycastonguay [ Details ] [ Diff ] |
EqualizerPresetDetailsPresenter/View: Added logic. Now updating faders. iOS: Changed long press duration from 1 second to 0.7 second. Related to issue 0000405 and issue 0000417. |
||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/Interfaces/IDatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IEqualizerPresetDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmEqualizerFaderView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 65643ed5
Timestamp: 2013-07-03 18:07:54 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed bugs in NavigationManager after Android changes. Resetting scrollbar position to top when refreshing MobileLibraryBrowser. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 649ab741
Timestamp: 2013-07-03 22:28:42 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added scale to wave form bitmap rendering. So far it only stays in "1 minute" scale, but it works and looks great so far. The next step would be to move this code in the scroll view and check the performance hit, and eventually add other scales. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 0837530b
Timestamp: 2013-07-07 14:16:31 Author: ycastonguay [ Details ] [ Diff ] |
iPad: Fixed several visual/resizing/positioning bugs in Sync screens. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTabBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPad/SyncMenuViewController_iPad.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPad/SyncViewController_iPad.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPad/SyncWebBrowserViewController_iPad.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master db8ba92c
Timestamp: 2013-07-07 14:46:56 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added WaveFormScaleView to WaveFormScrollView. Only displays a blue background for now, but this will make the wave form scale up correctly when zooming the waveform (instead of drawing the scale directly on the bitmap) Related to issue 0000405. |
||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScaleView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPad/PlayerViewController_iPad.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master a00ea302
Timestamp: 2013-07-07 15:28:28 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Moved rendering of wave form scale to the independent scale view control. Added logic to refresh the scale as the user zooms the wave form; this makes the scale rendering smoother than when it was part of the wave form bitmap. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScaleView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 022b8902
Timestamp: 2013-07-07 19:15:32 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Wave form scale now switches scales from 1 minute, 30 seconds, 10 seconds and 1 second. Will need to add another scale at around 5 seconds later. Still a lot of minor bugs but at least the scale system is now working. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScaleView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 9fab84ba
Timestamp: 2013-07-07 20:22:21 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added several scales to wave form scale view. Now scaling up when the tick width is too low. Several bug fixes; the last minute tick count is now calculated correctly and the user interaction on the scroll view is now blocked when loading a wave form or when generating a peak file. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScaleView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master a19ffa74
Timestamp: 2013-07-07 23:13:24 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added wave form scroll view autoscroll when changing the secondary position (i.e. changing the song position). More bug fixes for wave form controls. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScaleView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master ea8ef3ed
Timestamp: 2013-07-08 13:07:42 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed scroll view bug after upgrading to iOS 7 Beta 3. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master ca8495b8
Timestamp: 2013-07-11 21:43:53 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed player position change which was sometimes wrong because the touches ended event sometimes returns a different value than touches moved. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 7b79fc5a
Timestamp: 2013-07-18 20:16:50 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Updated sync views after changes on Android. The sync download can now be canceled. Fixed bugs in MobileNavigationManager. Updated iOSSyncDeviceSpecifications with new methods. Fixed bugs in SyncClientService. Related to issue 0000405. |
||
mod - MPfm/MPfm.Library/Services/Interfaces/ISyncDiscoveryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/SyncClientService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/SyncListenerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SyncPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ISyncView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/AboutViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/Base/BaseViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncDownloadViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncMenuViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Helpers/iOSSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master e0a4f515
Timestamp: 2013-07-21 17:50:44 Author: ycastonguay [ Details ] [ Diff ] |
iOS: ReachabilityHelper is now used to detect connection change and restart the HTTP server when wifi comes available. Updated views after changes on Android. Updated project files after changes on Android. Related to issue 0000405. |
||
mod - MPfm/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/MPfm.Player.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassNetKey.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncDownloadViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncMenuViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Helpers/ReachabilityHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Helpers/iOSSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 24f444b2
Timestamp: 2013-07-29 20:31:30 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Updated project after changes on Android. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/PreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 6ddfe8d8
Timestamp: 2013-08-31 17:40:01 Author: ycastonguay [ Details ] [ Diff ] |
GTK: Updated project with new TinyIoC assembly. Related to issue 0000405. |
||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/gui.stetic | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 494c74fc
Timestamp: 2013-08-31 17:44:45 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Now building correctly with new TinyIoC assembly. Related to issue 0000405. |
||
mod - MPfm/MPfm.Core/MPfm.Core.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Controls/MPfmSongPositionSlider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/MPfm.Mac.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 9798e635
Timestamp: 2013-09-03 23:28:01 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Built TinyIoC with older code because the PCL library has a bug with TinyMessenger specific with iOS. Updated project after changes on other platforms. Related to issue 0000405. |
||
add - MPfm/MPfm.Core/Lib/iOS/TinyIoC.dll | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/MPfm.Core.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/AudioFileCacheService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlaylistViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncMenuViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/UpdateLibraryViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 95101fcf
Timestamp: 2013-09-16 17:29:47 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Updated project after changes on other platforms. Related to issue 0000405. |
||
mod - MPfm/MPfm.Core/MPfm.Core.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/MPfm.Core.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 07d12608
Timestamp: 2013-09-16 17:54:54 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Adjusted all UITableViewCell heights to 52 to match Android height. This will also leave space for loading the album art in the Artist cells. Related to issue 0000405. |
||
mod - MPfm/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PreferencesViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncMenuViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master ccdcbf70
Timestamp: 2013-09-18 23:46:10 Author: ycastonguay [ Details ] [ Diff ] |
iOS: More work on album art in Artist cells. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmCollectionAlbumViewCell.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 0cfe52dd
Timestamp: 2013-09-26 19:43:30 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Migrated to SDK for iOS 7; minimum version is now iOS 7. Fixed most issues with iOS 7. Now using async instead of ContinueWith because Xamarin.iOS 7 has a strange behavior with ContinueWith even though I was not using async. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/Base/BaseViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Info.plist | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master ab49d0f1
Timestamp: 2013-09-26 21:56:30 Author: ycastonguay [ Details ] [ Diff ] |
iOS: More visual bug fixes for iOS 7. Optimized album art loading and design in MobileLibraryBrowser for Artist cells. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/Base/BaseViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 66689556
Timestamp: 2013-10-04 22:25:50 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed bugs related to contextual menu in Album collection view. Updated project after changes on other platforms. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmCollectionAlbumViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Helpers/iOSSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 36d657f9
Timestamp: 2013-10-04 23:46:00 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added contextual buttons to TableView in MobileLibraryBrowserViewController. More bug fixes with contextual buttons in CollectionView. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmCollectionAlbumViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/ContextualButtons/add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/ContextualButtons/add@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/ContextualButtons/play.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/ContextualButtons/play@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/ContextualButtons/trash.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/ContextualButtons/trash@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master e215e19c
Timestamp: 2013-10-07 21:01:35 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added presentation mode parameter to PushDialogView in MobileNavigationManager. Added custom button and image button for iOS 7 to add the depth effect like the custom flat button previously created. Fixed several more visual bugs for iOS 7. SelectPlaylistViewController is now partially working with the new Overlay presentation mode. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Models/LibraryBrowserEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LoopsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SelectPlaylistPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/AddPlaylistViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/AddPlaylistViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlaylistViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/SelectPlaylistViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/SelectPlaylistViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncMenuViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmCollectionAlbumViewCell.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmImageButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/AddPlaylistViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/SelectPlaylistViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/AddPlaylistViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EqualizerPresetsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/LibraryPreferencesViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/LoopsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkersViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MobileLibraryBrowserViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MoreViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlaylistViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PreferencesViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/SelectPlaylistViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/SyncMenuViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/SyncViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master f0065cdb
Timestamp: 2013-10-08 21:13:45 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Several bug fixes and optimizations for Artist cells in MobileLibraryBrowserViewController. More bug fixes for iOS 7. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/SelectPlaylistPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/AddPlaylistViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/AddPlaylistViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SelectPlaylistViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmImageButton.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmPlaylistTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTabBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/AddPlaylistViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EqualizerPresetDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/SyncMenuViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/SyncViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 110605c3
Timestamp: 2013-10-08 23:13:45 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Further optimizations for Artist cell in MobileLibraryBrowser. Other visual bug fixes. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master d4e18a77
Timestamp: 2013-10-09 19:09:10 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added new Playlist button in NavigationController of PlayerViewController. Moved MPVolumeView from PlayerViewController to EqualizerPresetsViewController. Added left swipe back gesture (iOS 7 standard) for several view controllers. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/AboutViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/AudioPreferencesViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/GeneralPreferencesViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LibraryPreferencesViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PreferencesViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncMenuViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncWebBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Tables/chevron_top_blue.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Tables/chevron_top_blue@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EqualizerPresetsViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master cb38bbe3
Timestamp: 2013-10-09 20:26:49 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Removed buttons from PlayerMetadataViewController. New playlist button is now working in PlayerViewController. Added new redesigned circular player buttons to PlayerViewController (with MPfmPlayerButton) with new glyphs. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Messages/MobileNavigationManagerCommandMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerMetadataPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerMetadataView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlaylistViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PreferencesViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmPlayerButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/next.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/next@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/pause.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/pause@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/play.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/play@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/playlist.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/playlist@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/previous.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/previous@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/repeat.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/repeat@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/shuffle.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Player/shuffle@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerMetadataViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 161e37c6
Timestamp: 2013-10-09 22:44:14 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Switched from custom drawing to sublayers for providing a round button for player controls. The ring and the background color are now animated. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmPlayerButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 2d205c1d
Timestamp: 2013-10-11 18:33:28 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added glyphs to MPfmButton. Now centering text automatically depending on if a glyph is present. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/AddPlaylistViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SelectPlaylistViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmButton.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/add@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/cancel.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/cancel@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/next.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/next@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/next_on.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/next_on@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/pause.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/pause@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/pause_on.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/pause_on@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/play.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/play@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/play_on.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/play_on@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/playlist.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/playlist@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/playlist_on.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/playlist_on@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/plus_blue.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/plus_blue@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/previous.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/previous@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/previous_on.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/previous_on@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/repeat.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/repeat@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/repeat_on.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/repeat_on@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/repeat_song_on.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/repeat_song_on@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/select.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/select@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/shuffle.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/shuffle@2x.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/shuffle_on.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.iOS/Images/Buttons/shuffle_on@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master b93bdab1
Timestamp: 2013-10-13 00:25:40 Author: ycastonguay [ Details ] [ Diff ] |
iOS: MPfmButton now supports glyphs and centers content automatically. New glyphs for buttons. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/LibraryPreferencesViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LibraryPreferencesViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/add.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/add@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/cancel.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/cancel@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/connect.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/connect@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/folder.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/folder@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/refresh.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/refresh@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/reset.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Buttons/reset@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/select.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Images/Buttons/select@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 208b9d78
Timestamp: 2013-10-15 23:41:35 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Dropbox Datastore API prototype is 80% complete. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/SyncCloudViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/SyncCloudViewController.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/SyncCloudViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/SyncCloudViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master fa2629ee
Timestamp: 2013-10-16 16:39:21 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed all bugs in Dropbox Sync prototype. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncCloudViewController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 0308af30
Timestamp: 2013-10-21 23:42:57 Author: ycastonguay [ Details ] [ Diff ] |
iOS: More work on Dropbox prototype; the device infos are now shown in IResumePlaybackView! Now pushing device info as a file. Added SyncConnectManual (empty for now). Related to issue 0000405. |
||
mod - MPfm/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Objects/CloudDeviceInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Objects/CloudPlaylist.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/Interfaces/ICloudLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/ResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IResumePlaybackView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/ResumePlaybackViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/ResumePlaybackViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncCloudViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/SyncConnectManualViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/SyncConnectManualViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Helpers/iOSSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Services/iOSDropboxService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Info.plist | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/ResumePlaybackViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/SyncConnectManualViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/ResumePlaybackViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/SyncConnectManualViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master f17ba2a4
Timestamp: 2013-10-22 00:53:32 Author: ycastonguay [ Details ] [ Diff ] |
iOS: ResumePlayback can now actually resume playback! But it only loads the query of the artist name/album title and doesn't select the actual song. The Player view creation is also buggy. Time to go to bed!!! Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/ResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/ResumePlaybackViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/ResumePlaybackViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 3510ae17
Timestamp: 2013-10-22 23:12:06 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added ResumePlaybackTableViewCell with a lot more info to display for Resume Playback. The player now actually resumes to the same song as the other devices! Fixed bugs in Resume Playback view. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/ResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/ResumePlaybackViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmResumePlaybackTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master bfd01a3a
Timestamp: 2013-10-22 23:32:33 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added timestamp to ResumePlaybackTableViewCell. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/ResumePlaybackViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmResumePlaybackTableViewCell.cs | [ Diff ] [ File ] | ||
Issue History | |||
Date Modified | Username | Field | Change |
2013-01-11 17:58 | ycastonguay | New Issue | |
2013-01-11 17:58 | ycastonguay | Status | new => assigned |
2013-01-11 17:58 | ycastonguay | Assigned To | => ycastonguay |
2013-01-11 17:58 | ycastonguay | Issue generated from | 0000382 |
2013-01-11 17:58 | ycastonguay | Issue cloned | 0000406 |
2013-01-11 17:59 | ycastonguay | Relationship added | child of 0000302 |
2013-01-11 18:15 | svn | Checkin | |
2013-01-11 18:15 | svn | Note Added: 0000885 | |
2013-01-11 21:53 | svn | Checkin | |
2013-01-11 21:53 | svn | Note Added: 0000888 | |
2013-01-13 14:18 | svn | Checkin | |
2013-01-13 14:18 | svn | Note Added: 0000893 | |
2013-01-14 00:24 | svn | Checkin | |
2013-01-14 00:24 | svn | Note Added: 0000896 | |
2013-01-14 19:47 | svn | Checkin | |
2013-01-14 19:47 | svn | Note Added: 0000900 | |
2013-01-14 20:23 | svn | Checkin | |
2013-01-14 20:23 | svn | Note Added: 0000902 | |
2013-01-14 21:28 | svn | Checkin | |
2013-01-14 21:28 | svn | Note Added: 0000903 | |
2013-01-14 22:17 | svn | Checkin | |
2013-01-14 22:17 | svn | Note Added: 0000904 | |
2013-01-15 14:32 | svn | Checkin | |
2013-01-15 14:32 | svn | Note Added: 0000905 | |
2013-01-15 23:25 | svn | Checkin | |
2013-01-15 23:25 | svn | Note Added: 0000907 | |
2013-01-16 22:28 | svn | Checkin | |
2013-01-16 22:28 | svn | Note Added: 0000908 | |
2013-01-19 01:38 | svn | Checkin | |
2013-01-19 01:38 | svn | Note Added: 0000909 | |
2013-01-28 20:39 | svn | Checkin | |
2013-01-28 20:39 | svn | Note Added: 0000916 | |
2013-02-12 17:55 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 174e164b |
2013-02-13 18:24 | ycastonguay | Summary | Implement the MPfm.MVP views in Cocoa Touch (iOS) => Implement the MPfm.MVP views for iOS |
2013-02-13 18:24 | ycastonguay | Description Updated | View Revisions |
2013-02-24 13:46 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 4c81348a |
2013-02-24 13:46 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master aaec1481 |
2013-03-03 22:57 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 8b665c45 |
2013-03-03 22:57 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master e0251ac3 |
2013-03-04 20:02 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master d859bb70 |
2013-03-04 22:03 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f45787b3 |
2013-03-04 23:03 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 9aa5ce79 |
2013-03-05 18:35 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 3e5a9cee |
2013-03-09 15:21 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 5d1e117d |
2013-03-12 01:34 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 75edef40 |
2013-03-12 01:34 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 71c65403 |
2013-03-12 15:06 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f6169b63 |
2013-03-14 16:30 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0f252a0a |
2013-03-14 20:14 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 62b612a8 |
2013-03-15 17:54 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0558d8bc |
2013-03-17 12:06 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 7239175d |
2013-03-19 22:34 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 2a4b1529 |
2013-03-19 22:34 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 579426fe |
2013-03-19 23:24 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 9b0426d6 |
2013-03-21 18:15 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f059fe5c |
2013-03-23 14:18 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 7c70eb31 |
2013-04-03 18:42 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 6a9f2f07 |
2013-04-03 22:12 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 28ec09b1 |
2013-04-07 22:34 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master de0deace |
2013-04-08 19:25 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 4c5850eb |
2013-04-09 21:42 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 1d3de31b |
2013-04-10 16:56 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f1416a2e |
2013-04-10 17:59 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master adf5a618 |
2013-04-10 18:52 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master a154d8a0 |
2013-04-11 16:59 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 4bd50f22 |
2013-04-17 18:45 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0c560798 |
2013-04-17 18:45 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master dd78908b |
2013-04-17 19:15 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 4804e3ae |
2013-04-17 22:22 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master e44edb30 |
2013-04-17 22:22 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f863735b |
2013-04-17 22:22 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 160112ab |
2013-04-18 18:08 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 7d7497d2 |
2013-04-18 19:52 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master e454ca74 |
2013-04-18 22:16 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 915c35bf |
2013-04-23 19:28 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master e85d65d9 |
2013-06-24 12:53 | ycastonguay | Issue cloned | 0000422 |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master ea8ef3ed |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master a19ffa74 |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 9fab84ba |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 022b8902 |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master a00ea302 |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master db8ba92c |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0837530b |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 649ab741 |
2013-07-09 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 65643ed5 |
2013-07-11 21:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master ca8495b8 |
2013-07-18 20:17 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 7b79fc5a |
2013-07-21 17:51 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master e0a4f515 |
2013-07-29 20:31 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 24f444b2 |
2013-08-31 17:40 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 6ddfe8d8 |
2013-08-31 17:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 494c74fc |
2013-09-03 23:28 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 9798e635 |
2013-09-16 17:29 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 95101fcf |
2013-09-18 17:22 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 07d12608 |
2013-09-18 23:46 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master ccdcbf70 |
2013-09-26 19:43 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0cfe52dd |
2013-09-26 21:56 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master ab49d0f1 |
2013-10-04 22:26 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 66689556 |
2013-10-04 23:46 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 36d657f9 |
2013-10-07 21:02 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master e215e19c |
2013-10-08 21:14 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f0065cdb |
2013-10-08 23:14 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 110605c3 |
2013-10-09 22:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 161e37c6 |
2013-10-09 22:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master cb38bbe3 |
2013-10-09 22:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master d4e18a77 |
2013-10-11 18:33 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 2d205c1d |
2013-10-13 00:25 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master b93bdab1 |
2013-10-15 23:41 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 208b9d78 |
2013-10-16 16:39 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master fa2629ee |
2013-10-21 23:43 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0308af30 |
2013-10-22 00:53 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f17ba2a4 |
2013-10-22 23:12 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 3510ae17 |
2013-10-22 23:32 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master bfd01a3a |
Copyright © 2000 - 2011 MantisBT Group |