Mantis Bug Tracker

View Issue Details Jump to Notes ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000423MPfmMVPpublic2013-08-26 16:202013-10-01 23:20
Reporterycastonguay 
Assigned Toycastonguay 
PrioritylowSeverityfeatureReproducibilityhave not tried
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version 
Target Version0.9.0.0Fixed in Version 
Summary0000423: Create a Windows Store prototype (Windows 8/Modern/Metro)
DescriptionCreate a Windows Store prototype for a future release of Sessions in 2014 when BASS for Windows RT will be available. Until then, check if a private version could be released outside the Windows Store with Win32-only support, but with a Modern UI. Technically, that would work on Windows 8 PCs and maybe on Windows 8 tablets using Intel processors (not ARM).
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000922)
ycastonguay (administrator)
2013-08-26 17:13

Simple answer: It is quite difficult to distribute privately a Metro/Modern app. In fact it requires Windows 8 Entreprise and to trust the certificate which the application was signed with.

In other words, it won't be possible to distribute this kind of app on SourceForge.net or other download sites.

So this means this prototype has no value until BASS for Windows RT is released. Unfortunately, this issue is going to the backlog.

- Related Changesets
GitHub - ycastonguay/MPfm: master 035d6d16
Timestamp: 2013-08-26 16:22:59
Author: ycastonguay
Details ] Diff ]
WindowsStore: Added empty project for prototyping.

Related to issue 0000423.
add - .gitattributes Diff ] File ]
add - .gitignore Diff ] File ]
add - MPfm/MPfm.WindowsStore/App.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/App.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Assets/DarkGray.png Diff ] File ]
add - MPfm/MPfm.WindowsStore/Assets/LightGray.png Diff ] File ]
add - MPfm/MPfm.WindowsStore/Assets/Logo.png Diff ] File ]
add - MPfm/MPfm.WindowsStore/Assets/MediumGray.png Diff ] File ]
add - MPfm/MPfm.WindowsStore/Assets/SmallLogo.png Diff ] File ]
add - MPfm/MPfm.WindowsStore/Assets/SplashScreen.png Diff ] File ]
add - MPfm/MPfm.WindowsStore/Assets/StoreLogo.png Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/BindableBase.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/BooleanNegationConverter.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/BooleanToVisibilityConverter.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/LayoutAwarePage.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/ReadMe.txt Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/RichTextColumns.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/StandardStyles.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/SuspensionManager.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/DataModel/SampleDataSource.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/ItemsPage.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/ItemsPage.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
add - MPfm/MPfm.WindowsStore/MPfm.WindowsStore_TemporaryKey.pfx Diff ] File ]
add - MPfm/MPfm.WindowsStore/Package.appxmanifest Diff ] File ]
add - MPfm/MPfm.WindowsStore/Properties/AssemblyInfo.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/SplitPage.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/SplitPage.xaml.cs Diff ] File ]
add - MPfm/MPfm_WindowsStore.sln Diff ] File ]
GitHub - ycastonguay/MPfm: master 59a7be6d
Timestamp: 2013-08-31 15:29:20
Author: ycastonguay
Details ] Diff ]
WindowStore: MPfm.Core is now compatible with WindowsStore. Built TinyIoC as a third-party library in PCL (Portable Class Library). We will see if this assembly will work properly on other platforms.

Related to issue 0000423.
mod - MPfm/MPfm.Core/Conversion.cs Diff ] File ]
mod - MPfm/MPfm.Core/DatabaseFieldNameAttribute.cs Diff ] File ]
add - MPfm/MPfm.Core/Lib/PCL/TinyIoC.dll Diff ] File ]
add - MPfm/MPfm.Core/MPfm.Core.WindowsPhone.csproj Diff ] File ]
add - MPfm/MPfm.Core/MPfm.Core.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Core/Network/IPAddressRangeFinder.cs Diff ] File ]
mod - MPfm/MPfm.Core/Network/WebClientTimeout.cs Diff ] File ]
mod - MPfm/MPfm.Core/Normalizer.cs Diff ] File ]
mod - MPfm/MPfm.Core/OS.cs Diff ] File ]
rm - MPfm/MPfm.Core/TinyIoC/TinyIoC.cs Diff ] File ]
rm - MPfm/MPfm.Core/TinyIoC/TinyMessenger.cs Diff ] File ]
mod - MPfm/MPfm.Core/Tracing.cs Diff ] File ]
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj Diff ] File ]
mod - MPfm/MPfm.WindowsStore/App.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/ItemsPage.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm_WindowsPhone.sln Diff ] File ]
mod - MPfm/MPfm_WindowsStore.sln Diff ] File ]
GitHub - ycastonguay/MPfm: master a9ecb6ad
Timestamp: 2013-08-31 15:59:31
Author: ycastonguay
Details ] Diff ]
WindowsStore: Updated TinyIoC with TinyMessenger (built for PCL). Hopefully this will work on other platforms.

Related to issue 0000423.
mod - MPfm/MPfm.Core/Lib/PCL/TinyIoC.dll Diff ] File ]
GitHub - ycastonguay/MPfm: master 587175fe
Timestamp: 2013-09-01 10:56:44
Author: ycastonguay
Details ] Diff ]
WindowsStore: Updated standard TinyIoC build for non-PCL compatible platforms; removed System.Web dependency which makes the project unbuildable on iOS and Android.

Related to issue 0000423.
mod - MPfm/MPfm.Core/Lib/TinyIoC.dll Diff ] File ]
add - MPfm/MPfm.Core/MPfm.Core.PCL.csproj Diff ] File ]
mod - MPfm/MPfm.Core/Network/IPAddressRangeFinder.cs Diff ] File ]
mod - MPfm/MPfm.Core/Network/WebClientTimeout.cs Diff ] File ]
mod - MPfm/MPfm.Core/Properties/AssemblyInfo.cs Diff ] File ]
GitHub - ycastonguay/MPfm: master 8092b8b6
Timestamp: 2013-09-01 14:29:49
Author: ycastonguay
Details ] Diff ]
WindowsStore: Added preprocessor conditions for unsupported property metadata which is mainly used on Windows Forms with the Property Editor control... but it did compile correctly on Linux, Mac, Android and iOS. But not on Windows Store/Phone! The amount of preprocessor conditions this requires makes Baby Jesus cry REALLY hard. Still have to fix errors related to BASS.

Related to issue 0000423.
mod - MPfm/MPfm.Sound/AudioFiles/AudioFile.cs Diff ] File ]
mod - MPfm/MPfm.Sound/BassNetWrapper/TestDevice.cs Diff ] File ]
add - MPfm/MPfm.Sound/MPfm.Sound.PCL.csproj Diff ] File ]
add - MPfm/MPfm.Sound/MPfm.Sound.WindowsPhone.csproj Diff ] File ]
add - MPfm/MPfm.Sound/MPfm.Sound.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileCorruptedException.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/APEMetadata.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/APETag.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/SV7Metadata.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/SV7Tag.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/SV8Metadata.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/SV8Tag.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm_WindowsStore.sln Diff ] File ]
GitHub - ycastonguay/MPfm: master cf113530
Timestamp: 2013-09-01 16:08:24
Author: ycastonguay
Details ] Diff ]
WindowsStore: Now building MPfm.Sound correctly. Once again, added a ton of preprocessor conditions with missing implementations for Windows Store. Most of the preprocessor conditions are related to System.IO (loading/saving metadata with custom classes such as SV7Metadata, SV8Metadata, APEMetadata, etc.). Also missing the BASS.NET wrapper because it is not available on WinRT.

Related to issue 0000423.
mod - MPfm/MPfm.Sound/AudioFiles/AudioFile.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Playlists/PlaylistItem.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Playlists/PlaylistTools.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Readers/XingInfoHeaderReader.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/APEMetadata.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/ID3v2Metadata.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/SV7Metadata.cs Diff ] File ]
mod - MPfm/MPfm.Sound/Tags/SV8Metadata.cs Diff ] File ]
GitHub - ycastonguay/MPfm: master 6496173e
Timestamp: 2013-09-01 16:41:22
Author: ycastonguay
Details ] Diff ]
WindowsPhone/WindowsStore: MPfm.Player assembly now compiles correctly. After changes, the assembly also works on Windows and Android.

Related to issue 0000423 and issue 0000424.
mod - MPfm/MPfm.Player/Exceptions/PlayerCreateStreamException.cs Diff ] File ]
mod - MPfm/MPfm.Player/IPlayer.cs Diff ] File ]
add - MPfm/MPfm.Player/MPfm.Player.WindowsPhone.csproj Diff ] File ]
add - MPfm/MPfm.Player/MPfm.Player.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Player/Objects/EQPresetBand.cs Diff ] File ]
mod - MPfm/MPfm.Player/Objects/PlayerSyncProc.cs Diff ] File ]
mod - MPfm/MPfm.Player/Player.cs Diff ] File ]
rm - MPfm/MPfm.Sound/MPfm.Sound.PCL.csproj Diff ] File ]
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm_WindowsPhone.sln Diff ] File ]
mod - MPfm/MPfm_WindowsStore.sln Diff ] File ]
GitHub - ycastonguay/MPfm: master 4532ad8b
Timestamp: 2013-09-02 16:24:55
Author: ycastonguay
Details ] Diff ]
WindowsStore/WindowsPhone: MPfm.Library is partially working; SQLite references have been added in both cases (requires the use of a NuGet package + C++ wrapper in case of WP8). SQLiteGateway will need to be reimplemented for WindowsStore/WindowsPhone because DbConnection isn't available.

Related to issue 0000423 and issue 0000424.
mod - MPfm/MPfm.Library/Database/Interfaces/ISQLiteGateway.cs Diff ] File ]
mod - MPfm/MPfm.Library/Database/SQLiteGateway.cs Diff ] File ]
mod - MPfm/MPfm.Library/ILibrary.cs Diff ] File ]
add - MPfm/MPfm.Library/Lib/taglib-sharp.dll Diff ] File ]
mod - MPfm/MPfm.Library/Library.cs Diff ] File ]
add - MPfm/MPfm.Library/MPfm.Library.WindowsPhone.csproj Diff ] File ]
add - MPfm/MPfm.Library/MPfm.Library.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Library/Services/Interfaces/ISyncClientService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/Interfaces/ISyncDiscoveryService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/SyncClientService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/SyncDiscoveryService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/SyncListenerService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/UpdateLibraryService.cs Diff ] File ]
mod - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryException.cs Diff ] File ]
add - MPfm/MPfm.Library/packages.config Diff ] File ]
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm_WindowsPhone.sln Diff ] File ]
mod - MPfm/MPfm_WindowsStore.sln Diff ] File ]
GitHub - ycastonguay/MPfm: master d6dbbaf4
Timestamp: 2013-09-02 21:08:12
Author: ycastonguay
Details ] Diff ]
WindowsStore/WindowsPhone: More work on MPfm.Library; a new implementation of ISQLiteGateway is in progress for WinRT.

Related to issue 0000423 and issue 0000424.
add - MPfm/MPfm.Core/Helpers/FileHelper.cs Diff ] File ]
mod - MPfm/MPfm.Core/MPfm.Core.WindowsStore.csproj Diff ] File ]
add - MPfm/MPfm.Core/WinRT/ExtensionMethods.cs Diff ] File ]
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs Diff ] File ]
mod - MPfm/MPfm.Library/Database/Interfaces/ISQLiteGateway.cs Diff ] File ]
mod - MPfm/MPfm.Library/Database/SQLiteGateway.cs Diff ] File ]
add - MPfm/MPfm.Library/Database/WinRTSQLiteGateway.cs Diff ] File ]
mod - MPfm/MPfm.Library/MPfm.Library.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Library/Services/AudioFileCacheService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/LibraryService.cs Diff ] File ]
GitHub - ycastonguay/MPfm: master 36f7a1f3
Timestamp: 2013-09-10 22:48:34
Author: ycastonguay
Details ] Diff ]
WindowsStore: MPfm.Library now builds correctly. However, the WinRT implementation of DatabaseFacade is not completed yet.

Related to issue 0000423.
mod - MPfm/MPfm.Core/MPfm.Core.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs Diff ] File ]
mod - MPfm/MPfm.Library/Database/WinRTSQLiteGateway.cs Diff ] File ]
mod - MPfm/MPfm.Library/MPfm.Library.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Library/packages.config Diff ] File ]
mod - MPfm/MPfm.Player/MPfm.Player.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Sound/MPfm.Sound.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm_WindowsStore.sln Diff ] File ]
GitHub - ycastonguay/MPfm: master ba56a7c5
Timestamp: 2013-09-12 16:45:05
Author: ycastonguay
Details ] Diff ]
WindowsStore: Added new overloads to Tracing in MPfm.Core. Updated more classes for WinRT (some with comments for now). All classes in MVP now use Tracing.Log instead of Console.WriteLine.

Related to issue 0000423.
mod - MPfm/MPfm.Core/Tracing.cs 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/Services/SyncClientService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/SyncDiscoveryService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/SyncListenerService.cs Diff ] File ]
add - MPfm/MPfm.Library/Services/WinRT/SyncClientService.cs Diff ] File ]
add - MPfm/MPfm.Library/Services/WinRT/SyncDiscoveryService.cs Diff ] File ]
add - MPfm/MPfm.Library/Services/WinRT/SyncListenerService.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Helpers/ConfigurationHelper.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Helpers/EQPresetHelper.cs Diff ] File ]
add - MPfm/MPfm.MVP/MPfm.MVP.WindowsPhone.csproj Diff ] File ]
add - MPfm/MPfm.MVP/MPfm.MVP.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.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/LibraryPreferencesPresenter.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/Presenters/MobileLibraryBrowserPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/PitchShiftingPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs Diff ] File ]
add - MPfm/MPfm.MVP/Presenters/PlayerStatusPresenter.cs.orig Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/PlaylistPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/SyncDownloadPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/SyncMenuPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/SyncPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/TimeShiftingPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Services/InitializationService.cs Diff ] File ]
add - MPfm/MPfm.MVP/Views/IPlayerStatusView.cs.orig Diff ] File ]
mod - MPfm/MPfm.Sound/BassNetWrapper/Exception.cs Diff ] File ]
mod - MPfm/MPfm.Sound/MPfm.Sound.WindowsPhone.csproj Diff ] File ]
mod - MPfm/MPfm.Sound/MPfm.Sound.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm_WindowsStore.sln Diff ] File ]
GitHub - ycastonguay/MPfm: master c84893f1
Timestamp: 2013-09-12 17:36:37
Author: ycastonguay
Details ] Diff ]
WindowsStore: MPfm.MVP now builds correctly. It is still missing some implementations though. Removed Library and ILibrary from MPfm.Library; these legacy classes are no longer used since Windows uses the new MVP architecture. The methods for database creation have been moved into InitializationService.

Related to issue 0000423.
rm - MPfm/MPfm.Library/ILibrary.cs Diff ] File ]
rm - MPfm/MPfm.Library/Library.cs 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.csproj Diff ] File ]
mod - MPfm/MPfm.Library/Services/UpdateLibraryService.cs Diff ] File ]
add - MPfm/MPfm.Library/Services/WinRT/UpdateLibraryService.cs Diff ] File ]
mod - MPfm/MPfm.MVP/MPfm.MVP.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Services/InitializationService.cs Diff ] File ]
mod - MPfm/MPfm.Player/IPlayer.cs Diff ] File ]
mod - MPfm/MPfm.Player/MPfm.Player.WindowsPhone.csproj Diff ] File ]
mod - MPfm/MPfm.Player/MPfm.Player.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Player/Player.cs Diff ] File ]
add - MPfm/MPfm.Player/WinRT/Player.cs Diff ] File ]
mod - MPfm/MPfm.Sound/MPfm.Sound.WindowsPhone.csproj Diff ] File ]
mod - MPfm/MPfm.Sound/MPfm.Sound.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileService.cs Diff ] File ]
add - MPfm/MPfm.Sound/PeakFiles/WinRT/PeakFileService.cs Diff ] File ]
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
GitHub - ycastonguay/MPfm: master e8e56032
Timestamp: 2013-09-14 11:50:40
Author: ycastonguay
Details ] Diff ]
WindowsStore: Now bootstrapping the application using TinyIoC (no NavigationManager yet). This means TinyIoC PCL works fine under WindowsStore!

Related to issue 0000423.
mod - MPfm/MPfm.Library/Objects/SyncDevice.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/App.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/App.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/WindowsStoreSyncDeviceSpecifications.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
add - MPfm/MPfm.WindowsStore/Main.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/Main.xaml.cs Diff ] File ]
GitHub - ycastonguay/MPfm: master 1978ccd8
Timestamp: 2013-09-14 14:19:56
Author: ycastonguay
Details ] Diff ]
WindowsStore/WindowsPhone: Unfortunately, taglib-sharp doesn't work since it's not built for WinRT. A special build will be necessary (similar to TinyIoC).

Related to issue 0000423 and issue 0000424.
rm - MPfm/MPfm.Core/Helpers/FileHelper.cs Diff ] File ]
mod - MPfm/MPfm.Core/MPfm.Core.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Sound/AudioFiles/AudioFile.cs Diff ] File ]
mod - MPfm/MPfm.WindowsPhone/MainPage.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsPhone/MainPage.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Main.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Package.appxmanifest Diff ] File ]
GitHub - ycastonguay/MPfm: master f8be28a7
Timestamp: 2013-09-30 18:51:44
Author: ycastonguay
Details ] Diff ]
WindowsStore: Now using WindowsStoreNavigationManager. Added BasePage. Very minimal navigation for now.

Related to issue 0000423.
mod - MPfm/MPfm.Library/Services/WinRT/SyncDiscoveryService.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/SyncPresenter.cs Diff ] File ]
mod - MPfm/MPfm.Player/WinRT/Player.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/App.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/App.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Navigation/WindowsStoreNavigationManager.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/Base/BasePage.cs Diff ] File ]
rm - MPfm/MPfm.WindowsStore/Classes/Pages/Main.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/MainPage.xaml.cs Diff ] File ]
rm - MPfm/MPfm.WindowsStore/Classes/Pages/SplitPage.xaml Diff ] File ]
rm - MPfm/MPfm.WindowsStore/Classes/Pages/SplitPage.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/SyncPage.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/SyncPage.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/Colours.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/Common/Generic.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Common/StandardStyles.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
GitHub - ycastonguay/MPfm: master 876d690e
Timestamp: 2013-09-30 22:59:38
Author: ycastonguay
Details ] Diff ]
WindowsStore/WindowsPhone: SyncDiscoveryService finally works as intended like on other platforms.

WindowsStore: SyncPage is almost completed. Added logo and splash screen. Added custom theme. Now detecting IP address correctly.

Related to issue 0000423 and issue 0000424.
mod - MPfm/MPfm.Library/MPfm.Library.WindowsPhone.csproj Diff ] File ]
mod - MPfm/MPfm.Library/Services/WinRT/SyncDiscoveryService.cs Diff ] File ]
mod - MPfm/MPfm.Library/packages.config Diff ] File ]
mod - MPfm/MPfm.WindowsStore/App.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Assets/Logo.png Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Assets/SplashScreen.png Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SyncPage.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SyncPage.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/WindowsStoreSyncDeviceSpecifications.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Common/Colours.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Common/StandardStyles.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Package.appxmanifest Diff ] File ]
GitHub - ycastonguay/MPfm: master 09328d60
Timestamp: 2013-10-01 18:11:39
Author: ycastonguay
Details ] Diff ]
WindowsStore: Added SyncMenu and SyncDownload pages. SyncMenu is partially working. Fixed bugs for rotation.

Related to issue 0000423.
mod - MPfm/MPfm.Library/Services/WinRT/SyncClientService.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Models/SyncMenuItemEntity.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/SyncMenuPresenter.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/App.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Navigation/WindowsStoreNavigationManager.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SplashPage.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/SyncDownloadPage.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/SyncDownloadPage.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/SyncMenuPage.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/SyncMenuPage.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SyncPage.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SyncPage.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Package.appxmanifest Diff ] File ]
GitHub - ycastonguay/MPfm: master dd32ecf8
Timestamp: 2013-10-01 23:20:15
Author: ycastonguay
Details ] Diff ]
WindowsStore/WindowsPhone: Sync discovery service now supports cancelling. More optimizations to sync discovery. Windows Store: the list views are now actually populated with the right data and have the right look.

Related to issue 0000423 and issue 0000424.
mod - MPfm/MPfm.Library/Services/Interfaces/ISyncDiscoveryService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/WinRT/SyncClientService.cs Diff ] File ]
mod - MPfm/MPfm.Library/Services/WinRT/SyncDiscoveryService.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/SyncPresenter.cs Diff ] File ]
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncPage.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncPage.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Assets/Icons/icon_apple.png Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/Base/BasePage.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/MainPage.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SyncMenuPage.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SyncMenuPage.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SyncPage.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SyncPage.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Common/Generic.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/Common/StandardStyles.xaml Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]

- Issue History
Date Modified Username Field Change
2013-08-26 16:20 ycastonguay New Issue
2013-08-26 16:20 ycastonguay Status new => assigned
2013-08-26 16:20 ycastonguay Assigned To => ycastonguay
2013-08-26 16:21 ycastonguay Issue cloned 0000424
2013-08-26 16:23 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 035d6d16
2013-08-26 17:13 ycastonguay Note Added: 0000922
2013-08-26 17:13 ycastonguay Target Version 0.8.0.0 => 0.9.0.0
2013-08-31 15:29 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 59a7be6d
2013-08-31 15:59 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master a9ecb6ad
2013-09-01 10:56 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 587175fe
2013-09-01 14:29 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 8092b8b6
2013-09-01 16:08 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master cf113530
2013-09-01 16:41 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 6496173e
2013-09-02 16:25 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 4532ad8b
2013-09-02 21:08 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master d6dbbaf4
2013-09-10 22:48 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 36f7a1f3
2013-09-12 16:45 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master ba56a7c5
2013-09-12 17:36 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master c84893f1
2013-09-14 12:18 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master e8e56032
2013-09-14 14:20 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 1978ccd8
2013-09-30 18:52 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master f8be28a7
2013-09-30 22:59 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 876d690e
2013-10-01 18:12 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master 09328d60
2013-10-01 23:20 ycastonguay Changeset attached => GitHub - ycastonguay/MPfm master dd32ecf8


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker