Anonymous | Login | Signup for a new account | 2024-11-23 07:29 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 | ||||||
0000424 | MPfm | MVP | public | 2013-08-26 16:21 | 2013-10-14 20:43 | ||||||
Reporter | ycastonguay | ||||||||||
Assigned To | ycastonguay | ||||||||||
Priority | low | Severity | feature | Reproducibility | have not tried | ||||||
Status | assigned | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | |||||||||||
Target Version | 0.9.0.0 | Fixed in Version | |||||||||
Summary | 0000424: Create a Windows Phone 8 prototype | ||||||||||
Description | Create a Windows Phone 8 prototype for a future release of Sessions in 2014 or even 2015, depending on when BASS for Windows Phone will be available. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Related Changesets | |||
GitHub - ycastonguay/MPfm: master 2dd585ac
Timestamp: 2013-08-26 16:26:05 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Added empty project for prototyping. Related to issue 0000424. |
||
add - MPfm/MPfm.WindowsPhone/App.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/App.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/AlignmentGrid.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/ApplicationIcon.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileLarge.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileMedium.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileSmall.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/IconicTileMediumLarge.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/IconicTileSmall.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/LocalizedStrings.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MainPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MainPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Properties/AppManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Properties/WMAppManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Resources/AppResources.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Resources/AppResources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm_WindowsPhone.sln | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 1428cc55
Timestamp: 2013-09-01 13:56:14 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: MPfm.Core now builds correctly in Windows Phone using TinyIoC PCL assembly. MPfm.Core also now builds correctly with PCL and with the TinyIoC PCL assembly. Related to issue 0000424. |
||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/MPfm.Core.WindowsPhone.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 ] | ||
mod - MPfm/MPfm.Core/Tracing.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 462c7404
Timestamp: 2013-09-01 15:31:04 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: MPfm.Sound now builds correctly under Windows Phone. However, some critical code dedicated for this platform hasn't been implemented (or WindowsStore/PCL) and won't be before a while. The idea is to see what are the limitations of the platform for now. Related to issue 0000424. |
||
mod - MPfm/MPfm.Sound/AudioFiles/AudioTools.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/ASIO/ASIOInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/ASIO/BaseASIO.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/Base.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/BaseFx.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/BassWrapper.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/Channel.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/ChannelType.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/Device.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/DeviceHelper.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/DriverType.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/Exception.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/IChannel.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/IMixerChannel.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/ITestDevice.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/MixerChannel.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/TestDevice.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Sound/BassNetWrapper/WASAPI/BaseWASAPI.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/IPeakFileService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileFormatIncompatibleException.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Playlists/Playlist.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 ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_WindowsPhone.sln | [ 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 f4f29354
Timestamp: 2013-09-10 22:56:44 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: MPfm.Library can now be built correctly (same status as WinRT). Related to issue 0000424. |
||
mod - MPfm/MPfm.Library/MPfm.Library.WindowsPhone.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 09e05437
Timestamp: 2013-09-12 17:45:08 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Project now building with MPfm.MVP; same status as WindowsStore. Related to 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.MVP/MPfm.MVP.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/PeakFiles/WinRT/PeakFileService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_WindowsPhone.sln | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master fb3c46ac
Timestamp: 2013-09-14 12:18:27 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Now bootstrapping the application using TinyIoC PCL assembly. That is really great news because this confirms that TinyIoC can be used on all platforms. Woohoo! Related to issue 0000424. |
||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Helpers/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/App.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/WindowsPhoneSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MainPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Properties/WMAppManifest.xml | [ 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 fd25dc52
Timestamp: 2013-09-14 15:15:00 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Built taglib-sharp successfully for WindowsPhone. Not fully tested, but it loads MP3 files correctly. However, taglib-sharp will need to be migrated to async IO for WindowsStore. Still very much encouraging! Related to issue 0000424. |
||
add - MPfm/MPfm.Sound/Lib/WindowsPhone/taglib-sharp.dll | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.WindowsPhone.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 11f2315f
Timestamp: 2013-09-17 21:06:17 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Project now building correct for ARM and deploying to WP8 successfully. Woohoo! Related to issue 0000424. |
||
mod - MPfm/MPfm.Core/MPfm.Core.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/WinRTSQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SelectPlaylistPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/MPfm.Player.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_WindowsPhone.sln | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 0c4c3842
Timestamp: 2013-09-17 22:49:33 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: List view prototyping. Related to issue 0000424. |
||
mod - MPfm/MPfm.WindowsPhone/App.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/App.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListArtistControl.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListArtistControl.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSimpleControl.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSimpleControl.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/PlayerPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/PlayerPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.WindowsPhone/MainPage.xaml.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master a067e8dd
Timestamp: 2013-09-29 14:57:11 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Now partially using MobileNavigationManager; the SyncPage is created by the presenter and navigation manager. The list of options is now fed by IMobileOptionsMenuView. More UI prototyping. Related to issue 0000424. |
||
mod - MPfm/MPfm.Core/Network/WebClientTimeout.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/SyncClientService.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.Library/packages.config | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SyncPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/WinRT/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/App.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Controls/ListArtistControl.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSimpleControl.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSubtitleControl.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSubtitleControl.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSyncDeviceControl.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSyncDeviceControl.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Navigation/WindowsPhoneNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/Base/BasePage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/MainPage.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/MainPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/PlayerPage.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/PlayerPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SplashPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SplashPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/WindowsPhoneSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.AudioPlaybackAgent/AudioPlayer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.AudioPlaybackAgent/MPfm.WindowsPhone.AudioPlaybackAgent.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.AudioPlaybackAgent/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/packages.config | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_WindowsPhone.sln | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 8c814eb7
Timestamp: 2013-09-29 17:42:23 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Added empty preferences page. Updated theme and look for every page; now margins and animations fit together. More work on the app in general. Related to issue 0000424. |
||
mod - MPfm/MPfm.WindowsPhone/App.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSyncDeviceControl.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Helpers/XamlHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Navigation/WindowsPhoneNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/MainPage.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/MainPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/PreferencesPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/PreferencesPage.xaml.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.WindowsPhone/Classes/Pages/SyncWebBrowserPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncWebBrowserPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 475596b1
Timestamp: 2013-09-29 19:41:11 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Added app icon, splash, icons for sync list, etc. Also SyncDiscoveryService is now functional in async, but the number of concurrent connections should be limited. Related to issue 0000424. |
||
mod - MPfm/MPfm.Library/Services/WinRT/SyncDiscoveryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/App.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Assets/ApplicationIcon.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Icons/icon_android.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Icons/icon_apple.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Icons/icon_linux.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Icons/icon_phone.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Icons/icon_tablet.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Icons/icon_windows.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileLarge.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileMedium.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileSmall.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.WindowsPhone/Assets/Tiles/IconicTileMediumLarge.png | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.WindowsPhone/Assets/Tiles/IconicTileSmall.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/LargeIconicTile.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/SmallIconicTile.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSyncDeviceControl.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Helpers/ResolutionHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/MainPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Properties/WMAppManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/SplashScreenImage.jpg | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 80c18cae
Timestamp: 2013-09-29 21:56:59 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Added SyncMenu and SyncDownload pages. Far from being done. Related to issue 0000424. |
||
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/SyncMenuPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SyncPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/App.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSyncMenuControl.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Controls/ListSyncMenuControl.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Navigation/WindowsPhoneNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/MainPage.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/MainPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncDownloadPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncDownloadPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncMenuPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncMenuPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncPage.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/Classes/Pages/SyncPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.AudioPlaybackAgent/AudioPlayer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.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 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 ] | ||
GitHub - ycastonguay/MPfm: master 0f665bbf
Timestamp: 2013-10-14 18:11:55 Author: ycastonguay [ Details ] [ Diff ] |
WindowsStore: Now extending system splash screen into splash page. InitializationService now runs successfully and creates a SQLite database using SQL scripts. The gateway isn't finished yet though. Related to issue 0000424. |
||
add - MPfm/MPfm.Core/Preferences/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Preferences/PreferenceKeys.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Preferences/XmlPreferencesManager.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.MVP/Helpers/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.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/MainPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SplashPage.xaml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsStore/Classes/Pages/SplashPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/packages.config | [ Diff ] [ File ] | ||
mod - ProjectSync/ProjectFileReader.cs | [ Diff ] [ File ] | ||
mod - ProjectSync/ProjectFileWriter.cs | [ Diff ] [ File ] | ||
mod - ProjectSync/ProjectSync.csproj | [ Diff ] [ File ] | ||
mod - ProjectSync/ProjectSync.sln | [ Diff ] [ File ] | ||
mod - ProjectSync/README.md | [ Diff ] [ File ] | ||
mod - ProjectSync/SolutionFileReader.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master b0283919
Timestamp: 2013-10-14 20:35:34 Author: ycastonguay [ Details ] [ Diff ] |
WindowsStore: App configuration provider now working. Related to issue 0000424. |
||
mod - MPfm/MPfm.MVP/Config/AudioAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/ControlsAppConfig.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/IAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/Providers/XmlAppConfigProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/RootAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/TableViewAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/TableViewColumnAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/WindowAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/WindowsAppConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Helpers/ConfigurationHelper.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/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsStore/Classes/Providers/WindowsStoreAppConfigProvider.cs | [ Diff ] [ File ] | ||
Issue History | |||
Date Modified | Username | Field | Change |
2013-08-26 16:21 | ycastonguay | New Issue | |
2013-08-26 16:21 | ycastonguay | Status | new => assigned |
2013-08-26 16:21 | ycastonguay | Assigned To | => ycastonguay |
2013-08-26 16:21 | ycastonguay | Issue generated from | 0000423 |
2013-08-26 16:26 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 2dd585ac |
2013-09-01 13:56 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 1428cc55 |
2013-09-01 16:08 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 462c7404 |
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:56 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f4f29354 |
2013-09-12 17:45 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 09e05437 |
2013-09-14 12:18 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master fb3c46ac |
2013-09-14 14:20 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 1978ccd8 |
2013-09-14 15:15 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master fd25dc52 |
2013-09-17 21:06 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 11f2315f |
2013-09-17 22:49 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0c4c3842 |
2013-09-29 14:57 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master a067e8dd |
2013-09-29 17:42 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 8c814eb7 |
2013-09-29 19:41 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 475596b1 |
2013-09-29 21:57 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 80c18cae |
2013-09-30 22:59 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 876d690e |
2013-10-01 23:20 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master dd32ecf8 |
2013-10-14 18:12 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0f665bbf |
2013-10-14 20:43 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master b0283919 |
Copyright © 2000 - 2011 MantisBT Group |