Mantis Bug Tracker

Changesets: GitHub - ycastonguay/MPfm Browse ] Back to Index ]
master e0d136ab
Timestamp: 2013-09-27 18:01:06
Author: ycastonguay
Details ] Diff ]
Windows/WindowsPhone/WindowsStore: Updated projects after changes on other platforms.
mod - MPfm/MPfm.Core/MPfm.Core.WindowsStore.csproj Diff ] File ]
mod - MPfm/MPfm.Library/Database/SQLiteGateway.cs 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/LibraryService.cs 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/Services/PlayerService.cs Diff ] File ]
mod - MPfm/MPfm.Player/WinRT/Player.cs Diff ] File ]
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/App.xaml.cs Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/Main.xaml Diff ] File ]
add - MPfm/MPfm.WindowsStore/Classes/Pages/Main.xaml.cs Diff ] File ]
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj Diff ] File ]
master 84bc0eb9
Timestamp: 2013-09-27 17:00:21
Author: ycastonguay
Details ] Diff ]
Merge branch 'master' of https://github.com/ycastonguay/MPfm [^]
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmCollectionAlbumViewCell.cs Diff ] File ]
rm - MPfm/MPfm.iOS/Images/Buttons/back.png Diff ] File ]
rm - MPfm/MPfm.iOS/Images/Buttons/back@2x.png Diff ] File ]
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj Diff ] File ]
master 5f9b2bea
Timestamp: 2013-09-27 17:00:14
Author: ycastonguay
Details ] Diff ]
That timestamp problem on Windows again.
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs Diff ] File ]
master 91c187a2
Timestamp: 2013-09-27 16:49:23
Author: ycastonguay
Details ] Diff ]
Added secondary menu buttons to Album collection view. More work to come. Related to issue 0000406.
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmCollectionAlbumViewCell.cs Diff ] File ]
rm - MPfm/MPfm.iOS/Images/Buttons/back.png Diff ] File ]
rm - MPfm/MPfm.iOS/Images/Buttons/back@2x.png Diff ] File ]
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj Diff ] File ]
master ab49d0f1
Timestamp: 2013-09-26 21:56:30
Author: ycastonguay
Details ] Diff ]
iOS: More visual bug fixes for iOS 7. Optimized album art loading and design in MobileLibraryBrowser for Artist cells.

Related to issue 0000405.
mod - MPfm/MPfm.iOS/Classes/Controllers/Base/BaseViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs Diff ] File ]
master 0cfe52dd
Timestamp: 2013-09-26 19:43:30
Author: ycastonguay
Details ] Diff ]
iOS: Migrated to SDK for iOS 7; minimum version is now iOS 7. Fixed most issues with iOS 7. Now using async instead of ContinueWith because Xamarin.iOS 7 has a strange behavior with ContinueWith even though I was not using async.

Related to issue 0000405.
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs Diff ] File ]
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileService.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controllers/Base/BaseViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Info.plist Diff ] File ]
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj Diff ] File ]
master 5e46dc06
Timestamp: 2013-09-26 17:48:56
Author: ycastonguay
Details ] Diff ]
Android/WindowsPhone: Added files missing in previous commit.
add - MPfm/MPfm.MVP/Presenters/AddMarkerPresenter.cs Diff ] File ]
add - MPfm/MPfm.WindowsPhone/Classes/Pages/MainPage.xaml.cs Diff ] File ]
master 60e5b328
Timestamp: 2013-09-26 17:41:42
Author: ycastonguay
Details ] Diff ]
Android: Added AddMarker presenter/view/fragment. Fixed crash bug with notification bar for Android 4.0.3.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Application.cs Diff ] File ]
add - MPfm/MPfm.Android/Classes/Fragments/AddMarkerFragment.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Fragments/MarkersFragment.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Services/NotificationService.cs Diff ] File ]
mod - MPfm/MPfm.Android/MPfm.Android.csproj Diff ] File ]
add - MPfm/MPfm.Android/Resources/Layout/AddMarker.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs Diff ] File ]
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj Diff ] File ]
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs Diff ] File ]
add - MPfm/MPfm.MVP/Presenters/Interfaces/IAddPlaylistPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/SelectPlaylistPresenter.cs Diff ] File ]
add - MPfm/MPfm.MVP/Views/IAddMarkerView.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs Diff ] File ]
master 48517e01
Timestamp: 2013-09-25 18:34:49
Author: ycastonguay
Details ] Diff ]
Android: Added carrousel dots in Player activity. Updated drawable for round buttons.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Activities/PreferencesActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Adapters/MainTabStatePagerAdapter.cs Diff ] File ]
rm - MPfm/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs Diff ] File ]
add - MPfm/MPfm.Android/Classes/Adapters/ViewPagerAdapter.cs Diff ] File ]
mod - MPfm/MPfm.Android/MPfm.Android.csproj Diff ] File ]
add - MPfm/MPfm.Android/Resources/Drawable/carrouseldot.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Drawable/roundbutton.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/LockScreen.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Player.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs Diff ] File ]
master 2c7d1a8b
Timestamp: 2013-09-24 17:24:48
Author: ycastonguay
Details ] Diff ]
Android: New round button design for player controls. Moved playlist button to action bar. Now using a huge play/pause button for the lock screen and a new design. Added watermark for EditText controls. Removed "selector" from drawable file names. EqualizerPresetGraphView now uses a SurfaceView.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Controls/EqualizerPresetGraphView.cs Diff ] File ]
mod - MPfm/MPfm.Android/MPfm.Android.csproj Diff ] File ]
add - MPfm/MPfm.Android/Resources/Drawable/roundbutton.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/AddNewPlaylist.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/AlbumCell.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/EqualizerPresetDetails.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/EqualizerPresets.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/LibraryPreferences.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/LockScreen.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Loops.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Main.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Markers.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/MobileLibraryBrowser.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/MobileLibraryBrowserCell.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/PitchShifting.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Player.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Playlist.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/SelectPlaylist.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Sync.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/SyncMenu.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/TimeShifting.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/actionbar_spinner_item.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/playlist_spinner_item.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Menu/equalizerpresetdetails_menu.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Menu/equalizerpresets_menu.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Menu/player_menu.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Menu/syncmenu_menu.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/actionbar_playlist.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/actionbar_playlist.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/actionbar_playlist.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/actionbar_playlist.png Diff ] File ]
mod - MPfm/MPfm.Android/Resources/layout-sw400dp-hdpi/AlbumCell.axml Diff ] File ]
mod - MPfm/MPfm.Player/Objects/EQPreset.cs Diff ] File ]
master 92cb3b43
Timestamp: 2013-09-23 22:24:30
Author: ycastonguay
Details ] Diff ]
Android: Added big thumb for seek bars.

Related to issue 0000406.
mod - MPfm/MPfm.Android/MPfm.Android.csproj Diff ] File ]
add - MPfm/MPfm.Android/Resources/Drawable/thumb_big.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/EqualizerPresets.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/PitchShifting.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/TimeShifting.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs Diff ] File ]
master 6d76060c
Timestamp: 2013-09-23 22:13:29
Author: ycastonguay
Details ] Diff ]
Android: Added custom seek bar style with drawables (no images!).

Related to issue 0000406.
mod - MPfm/MPfm.Android/MPfm.Android.csproj Diff ] File ]
add - MPfm/MPfm.Android/Resources/Drawable/progress.xml Diff ] File ]
add - MPfm/MPfm.Android/Resources/Drawable/progress_background.xml Diff ] File ]
add - MPfm/MPfm.Android/Resources/Drawable/progress_fill.xml Diff ] File ]
add - MPfm/MPfm.Android/Resources/Drawable/thumb.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/EqualizerPresetFaderCell.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/EqualizerPresets.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Player.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs Diff ] File ]
master 0daacb63
Timestamp: 2013-09-23 21:08:46
Author: ycastonguay
Details ] Diff ]
Android: Optimized OutputMeterView and WaveFormView. PlayerActivity now regenerates bitmap for wave form on configuration change.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Controls/WaveFormView.cs Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Player.axml Diff ] File ]
master 8a17e00d
Timestamp: 2013-09-22 23:23:26
Author: ycastonguay
Details ] Diff ]
Android: WAVE FORMS ARE NOW WORKING ON ANDROID! WOOHOO! This includes reporting the player position and the secondary position when the user changes the position using the seek bar. Still missing markers display, scale, zoom and scroll, but still, this is a huge achievement. Haven't tested memory leaks though, I would not be surprised memory is leaking.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Controls/WaveFormView.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Managers/WaveFormCacheManager.cs Diff ] File ]
master a0760747
Timestamp: 2013-09-22 22:30:07
Author: ycastonguay
Details ] Diff ]
Android: Integrating wave form branch! PeakFileService now supports non-floating point decoding channels. The WaveFormView control now displays the status of generating a peak file. WaveFormCacheManager is based on the same class on iOS; all that's left to do is to actually draw the waveform in a bitmap in another thread. But generating a peak file and loading it afterwards works and does not slow down the UI or the player so far. An interface/abstract should be added later to WaveFormCacheManager to centralize as much code as possible.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Controls/WaveFormView.cs Diff ] File ]
add - MPfm/MPfm.Android/Classes/Managers/Events/GeneratePeakFileEventArgs.cs Diff ] File ]
add - MPfm/MPfm.Android/Classes/Managers/Events/GenerateWaveFormEventArgs.cs Diff ] File ]
add - MPfm/MPfm.Android/Classes/Managers/Events/LoadPeakFileEventArgs.cs Diff ] File ]
add - MPfm/MPfm.Android/Classes/Managers/WaveFormCacheManager.cs Diff ] File ]
mod - MPfm/MPfm.Android/MPfm.Android.csproj Diff ] File ]
mod - MPfm/MPfm.Sound/BassNetWrapper/Channel.cs Diff ] File ]
mod - MPfm/MPfm.Sound/PeakFiles/PeakFileService.cs Diff ] File ]
master 8d789bc1
Timestamp: 2013-09-22 21:05:18
Author: ycastonguay
Details ] Diff ]
Android: Now using 16-bit integers instead of 32-bit integers to carry wave data from PlayerService to EqualizerPresetsPresenter. Added shadow for text and GPU optimization in OutputMeterView.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Services/PlayerService.cs Diff ] File ]
master d90efccc
Timestamp: 2013-09-21 20:05:30
Author: ycastonguay
Details ] Diff ]
Android: OutputMeterView now scaling correctly to full control height.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs Diff ] File ]
master 2783a81c
Timestamp: 2013-09-21 19:36:53
Author: ycastonguay
Details ] Diff ]
Android: Fixed bug where the left/right channel would have the same wave data. The problem was the 32-bit integers coming out of BASS.NET were actually combining left/right values in the same integer (low-word/high-word).

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Services/PlayerService.cs Diff ] File ]
mod - MPfm/MPfm.Player/Player.cs Diff ] File ]
mod - MPfm/MPfm.Sound/BassNetWrapper/Base.cs Diff ] File ]
master 04f4940b
Timestamp: 2013-09-21 16:36:15
Author: ycastonguay
Details ] Diff ]
Android: Output meter right bar is now rendering correctly. However, the wave data seems to return almost the same value for the left channel and the right channel compared to iOS. Must be a bug in processing mixer data on non-floating point devices.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs Diff ] File ]
master 40de7af3
Timestamp: 2013-09-21 16:23:51
Author: ycastonguay
Details ] Diff ]
Android: Wave data is now correctly processed for non-floating point devices (still have to do more testing to fully confirm that). Output meter is now rendering something much more accurate than before; still have more work to do on rendering.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs Diff ] File ]
master 886c9e10
Timestamp: 2013-09-21 14:52:40
Author: ycastonguay
Details ] Diff ]
Android: Trying to make non-floating point wave data work. Not there yet. Still not understanding why Android cannot do proper hardware floating point performance. I guess Google is too busy making marketing deals with a candy company instead.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs Diff ] File ]
mod - MPfm/MPfm.MVP/Services/PlayerService.cs Diff ] File ]
mod - MPfm/MPfm.Player/IPlayer.cs Diff ] File ]
mod - MPfm/MPfm.Player/Player.cs Diff ] File ]
mod - MPfm/MPfm.Sound/BassNetWrapper/Channel.cs Diff ] File ]
mod - MPfm/MPfm.Sound/BassNetWrapper/IChannel.cs Diff ] File ]
master ccdcbf70
Timestamp: 2013-09-18 23:46:10
Author: ycastonguay
Details ] Diff ]
iOS: More work on album art in Artist cells.

Related to issue 0000405.
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmCollectionAlbumViewCell.cs Diff ] File ]
master 6bafd9eb
Timestamp: 2013-09-18 21:20:09
Author: ycastonguay
Details ] Diff ]
iOS: Added album art in Artist cells in MobileLibraryBrowser. Works very well for now, but a few bugs have to be fixed. It's already 60fps because iOS is much faster than Android (even for faster CPUs), but the actual album art loading is a bit slower than on the S4. I'll take 60fps vs faster album art loading but lower FPS.

Related to issue 0000406.
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs Diff ] File ]
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs Diff ] File ]
master c1eb5c74
Timestamp: 2013-09-18 17:21:17
Author: ycastonguay
Details ] Diff ]
Merge branch 'master' of https://github.com/ycastonguay/MPfm [^]
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Adapters/PlaylistListAdapter.cs Diff ] File ]
mod - MPfm/MPfm.Android/MPfm.Android.csproj Diff ] File ]
add - MPfm/MPfm.Android/Resources/Drawable/selectimage_selector.xml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/AddNewPlaylist.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Main.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Player.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/PlaylistCell.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/SelectPlaylist.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/actionbar_select_disabled.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/actionbar_select_disabled.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/actionbar_select_disabled.png Diff ] File ]
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_shuffle.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/actionbar_select_disabled.png Diff ] File ]
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/MobileLibraryBrowserPresenter.cs 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/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 ]
mod - MPfm/MPfm_WindowsPhone.sln Diff ] File ]
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 ]
<<  1 2 3 4 5 6 7 8 9 10 11 ... 15 ... 17 18 19  >>


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker