Anonymous | Login | Signup for a new account | 2024-11-23 10:13 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
Changesets: GitHub - ycastonguay/MPfm | [ Browse ] [ Back to Index ] | ||
master ae99f993
Timestamp: 2013-10-29 20:11:22 Author: ycastonguay [ Details ] [ Diff ] |
Android: Huge changes to NavigationManager for all platforms. The next few commits will completely break the application. IBaseView will no longer use OnViewReady. Each view implementation will now call a generic interface (INavigationManager) to bind themselves to a presenter. Presenters will now use INavigationManager to create a view. This will finally fix the problem when the Android system creates activities by itself instead of going through the NavMgr. | ||
mod - MPfm/MPfm.Android/Classes/Activities/BaseActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/SplashActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/AddMarkerFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/AddPlaylistFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/AudioPreferencesFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/Base/BaseDialogFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/Base/BaseFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/GeneralPreferencesFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/LibraryPreferencesFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/LoopsFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MarkersFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/PitchShiftingFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/PlayerMetadataFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/SelectFoldersFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/SelectPlaylistFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/SplashFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/StartResumePlaybackFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/SyncConnectManualFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/TimeShiftingFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/UpdateLibraryFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Navigation/INavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IMobileMainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/MobileMainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IBaseView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IMobileMainView.cs | [ Diff ] [ File ] | ||
master 1d505134
Timestamp: 2013-10-28 20:51:50 Author: ycastonguay [ Details ] [ Diff ] |
Android: Now using MobileNavigationManager to create a new SplashActivity (instead of fragment) to initialize the app properly and resume directly to the PlayerView. However, these changes have broken the MainActivity tabs. | ||
mod - MPfm/MPfm.Android/Classes/Activities/LaunchActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/SplashActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
master 5486964b
Timestamp: 2013-10-28 19:48:33 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Now loading PlayerViewController right after splash when local resume playback information is available. The playback now resumes, but there are still a few things to fix. | ||
mod - MPfm/MPfm.MVP/Config/Models/ResumePlaybackAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/FirstRunViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/FirstRunViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/StartResumePlaybackViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/StartResumePlaybackViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Providers/iOSAppConfigProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/FirstRunViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/StartResumePlaybackViewController_iPhone.xib | [ Diff ] [ File ] | ||
master 9da80344
Timestamp: 2013-10-26 22:41:24 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Updated project after changes on other platforms. Added FirstRunViewController and StartResumePlaybackViewController (both empty for now). | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/CloudPreferencesViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/FirstRunViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/FirstRunViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LibraryPreferencesViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/StartResumePlaybackViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/StartResumePlaybackViewController.designer.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/Classes/Providers/iOSAppConfigProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/FirstRunViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/StartResumePlaybackViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/FirstRunViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/StartResumePlaybackViewController_iPhone.xib | [ Diff ] [ File ] | ||
master eb494aed
Timestamp: 2013-10-26 22:06:53 Author: ycastonguay [ Details ] [ Diff ] |
WPF/Android: Can now load/save preferences on Android (SharedPreferences). Added IFirstRunView in both cases (replacing IDesktopFirstRunView). New LaunchActivity on Android for determining which activity to launch (we can't decide on a 'MainLauncher' activity at runtime!). Now saving local player status for resuming playback later. | ||
add - MPfm/MPfm.Android/Classes/Activities/FirstRunActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/LaunchActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/LibraryPreferencesFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/StartResumePlaybackFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/UpdateLibraryFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Providers/AndroidAppConfigProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/FirstRun.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Launch.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/Models/ResumePlaybackAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/Models/RootAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IStartResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/StartResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IStartResumePlaybackView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/FirstRunWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/FirstRunWindow.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Windows/StartResumePlaybackWindow.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Windows/StartResumePlaybackWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/MPfm.WPF.csproj | [ Diff ] [ File ] | ||
master ebca12ba
Timestamp: 2013-10-26 17:23:33 Author: ycastonguay [ Details ] [ Diff ] |
WPF: Refactored UpdateLibraryService and Presenter to remove dependency on configuration and remove modes. | ||
mod - MPfm/MPfm.Library/Services/Interfaces/IUpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/UpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryArgument.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/Models/LibraryAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/Models/RootAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IUpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ILibraryPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IUpdateLibraryView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/UpdateLibraryWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/MPfm.WPF.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Icons/folder.png | [ Diff ] [ File ] | ||
master 948f55ee
Timestamp: 2013-10-26 00:17:04 Author: ycastonguay [ Details ] [ Diff ] |
WPF: Now loading/saving cloud preferences to disk. Updated Android project after changes on other platforms. | ||
mod - MPfm/MPfm.Android/Classes/Activities/ResumePlaybackActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/SyncCloudActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Providers/AndroidAppConfigProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Services/AndroidDropboxService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/MPfm.Core.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/AppConfigManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/Providers/IAppConfigProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/Providers/XmlAppConfigProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.WindowsStore.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/CloudPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ICloudPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml.cs | [ Diff ] [ File ] | ||
master e37a91b6
Timestamp: 2013-10-25 22:54:02 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Updated project after changes on other platforms. Added CloudPreferencesViewController. Added new icons. | ||
mod - MPfm/MPfm.Core/MPfm.Core.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.WindowsStore.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.WindowsStore.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.MVP/Presenters/CloudConnectPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/CloudPreferencesViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/CloudPreferencesViewController.designer.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/ResumePlaybackViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SyncCloudViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Services/iOSDropboxService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Icons/icon_audio.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Icons/icon_audio@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Icons/icon_library.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Icons/icon_library@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Icons/icon_resume.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Icons/icon_resume@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/CloudPreferencesViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/CloudPreferencesViewController_iPhone.xib | [ Diff ] [ File ] | ||
master 6ae64f4e
Timestamp: 2013-10-25 22:18:09 Author: ycastonguay [ Details ] [ Diff ] |
Merge branch 'master' of https://github.com/ycastonguay/MPfm [^] | ||
mod - MPfm/MPfm.Android/Classes/Activities/ResumePlaybackActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Adapters/ResumePlaybackListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Services/AndroidDropboxService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/ResumePlayback.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/ResumePlaybackCell.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/MPfm.Core.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Objects/AuthenticationToken.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/DropboxCoreService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Services/Exceptions/CloudAppNotLinkedException.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/Interfaces/ICloudLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/AppConfigManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/CloudConnectStatusChangedMessage.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/CloudConnectEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/CloudPreferencesEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/CloudPreferencesStateEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/CloudConnectPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/CloudPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ICloudConnectPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ICloudPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/ResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ICloudConnectView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ICloudPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IDesktopPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IResumePlaybackView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Specifications/WindowsSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Windows/CloudConnectWindow.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Windows/CloudConnectWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/ResumePlaybackWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/ResumePlaybackWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/MPfm.WPF.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/audio.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/cloud.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/dropbox.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/library.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/preferences.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmResumePlayback.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmSync.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmSyncCloud.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Program.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.cs | [ Diff ] [ File ] | ||
master 3c92b034
Timestamp: 2013-10-25 22:18:06 Author: ycastonguay [ Details ] [ Diff ] |
Broken line endings again. | ||
mod - MPfm/MPfm.Library/Objects/CloudDeviceInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Objects/CloudPlaylist.cs | [ Diff ] [ File ] | ||
master 3d684a39
Timestamp: 2013-10-25 21:45:53 Author: ycastonguay [ Details ] [ Diff ] |
WPF: Missing exception class file. | ||
add - MPfm/MPfm.Library/Services/Exceptions/CloudAppNotLinkedException.cs | [ Diff ] [ File ] | ||
master 087c0472
Timestamp: 2013-10-25 21:45:32 Author: ycastonguay [ Details ] [ Diff ] |
WPF: DropboxCoreService - Added initialization, app unlinking, fixed a lot of bugs. ResumePlaybackPresenter - Now refreshing cloud login status. | ||
mod - MPfm/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/DropboxCoreService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/CloudPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/ResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IResumePlaybackView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/ResumePlaybackWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/ResumePlaybackWindow.xaml.cs | [ Diff ] [ File ] | ||
master affbcc4c
Timestamp: 2013-10-25 18:32:12 Author: ycastonguay [ Details ] [ Diff ] |
DropboxCoreService: Now loading/saving authentication token in a file. | ||
mod - MPfm/MPfm.Core/MPfm.Core.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Objects/AuthenticationToken.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/DropboxCoreService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/AppConfigManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.cs | [ Diff ] [ File ] | ||
master b6f72700
Timestamp: 2013-10-25 00:03:47 Author: ycastonguay [ Details ] [ Diff ] |
WPF: Player status is now saved on Dropbox; Resume Playback is now working! | ||
mod - MPfm/MPfm.Library/Services/DropboxCoreService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/CloudConnectStatusChangedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/CloudConnectPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/CloudPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/ResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Specifications/WindowsSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/ResumePlaybackWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/ResumePlaybackWindow.xaml.cs | [ Diff ] [ File ] | ||
master 4ac58d68
Timestamp: 2013-10-24 20:45:15 Author: ycastonguay [ Details ] [ Diff ] |
WPF: Added CloudConnectWindow to report cloud connection status. Added missing panels for PreferencesWindow. Added new icons. | ||
mod - MPfm/MPfm.Library/Services/DropboxCoreService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/Interfaces/ICloudLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/CloudConnectEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/CloudPreferencesEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/CloudPreferencesStateEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/CloudConnectPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/CloudPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ICloudConnectPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ICloudPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/ResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ICloudConnectView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ICloudPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IDesktopPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Windows/CloudConnectWindow.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Windows/CloudConnectWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/MPfm.WPF.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/audio.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/cloud.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/dropbox.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/library.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/preferences.png | [ Diff ] [ File ] | ||
master 3afc2651
Timestamp: 2013-10-23 21:45:37 Author: ycastonguay [ Details ] [ Diff ] |
WPF: Added most of the UI for ResumePlayback and Preferences. | ||
mod - MPfm/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/DropboxCoreService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/ResumePlaybackPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PreferencesWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/ResumePlaybackWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/ResumePlaybackWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/MPfm.WPF.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmResumePlayback.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmSync.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmSyncCloud.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Program.cs | [ Diff ] [ File ] | ||
master 49647747
Timestamp: 2013-10-23 17:25:59 Author: ycastonguay [ Details ] [ Diff ] |
Android: Resume playback now works as well as iOS! Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/ResumePlaybackActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Adapters/ResumePlaybackListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Services/AndroidDropboxService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/ResumePlayback.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/ResumePlaybackCell.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Objects/CloudDeviceInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Objects/CloudPlaylist.cs | [ Diff ] [ File ] | ||
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 ] | ||
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 ] | ||
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 ] | ||
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 ] | ||
master c816ef6c
Timestamp: 2013-10-21 21:47:03 Author: ycastonguay [ Details ] [ Diff ] |
Android: More work on Dropbox prototype; now syncing playlist and player status using JSON files. Updated Dropbox.Android bindings. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/SyncCloudActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Services/AndroidDropboxService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Lib/Dropbox.Android.dll | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Properties/AndroidManifest.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/DropboxCoreService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
master 9f3a49f2
Timestamp: 2013-10-20 23:35:16 Author: ycastonguay [ Details ] [ Diff ] |
WPF: Integrated the following legacy controls in MainWindow: Fader (for volume), TrackBar (for position), WaveFormDisplay and SongGridView. The player is now starting playback and updates the current song panel. | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Helpers/ImageHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/MainWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/MainWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/UpdateLibraryWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/MPfm.WPF.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_WPF.sln | [ Diff ] [ File ] | ||
master d3934d99
Timestamp: 2013-10-20 18:03:07 Author: ycastonguay [ Details ] [ Diff ] |
WPF: Sync window is now completed. Library Browser in Main window works (missing contextual menus though). | ||
mod - MPfm/MPfm.Library/Services/SyncListenerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Controls/MPfmButton.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Controls/MPfmTreeViewItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Classes/Converters/LibraryBrowserImagePathConverter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/MainWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/MainWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/PlaylistWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/SyncMenuWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/SyncMenuWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/SyncWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/SyncWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/UpdateLibraryWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/UpdateLibraryWindow.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/MPfm.WPF.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Resources/Images/Buttons/cancel.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/disk.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/folder.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Buttons/ok.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Resources/Images/Buttons/save.png | [ Diff ] [ File ] | ||
master e70d0cb2
Timestamp: 2013-10-20 01:48:39 Author: ycastonguay [ Details ] [ Diff ] |
WPF: More work on MainWindow. | ||
mod - MPfm/MPfm.WPF/Classes/App.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/Classes/Windows/MainWindow.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WPF/MPfm.WPF.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WPF/Resources/Images/Icons/search.png | [ Diff ] [ File ] | ||
<< 1 2 3 4 5 6 7 8 ... 10 ... 15 ... 17 18 19 >> |
Copyright © 2000 - 2011 MantisBT Group |