Anonymous | Login | Signup for a new account | 2024-11-23 11:56 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
Changesets: GitHub - ycastonguay/MPfm | [ Browse ] [ Back to Index ] | ||
master a00ea302
Timestamp: 2013-07-07 15:28:28 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Moved rendering of wave form scale to the independent scale view control. Added logic to refresh the scale as the user zooms the wave form; this makes the scale rendering smoother than when it was part of the wave form bitmap. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScaleView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
master db8ba92c
Timestamp: 2013-07-07 14:46:56 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added WaveFormScaleView to WaveFormScrollView. Only displays a blue background for now, but this will make the wave form scale up correctly when zooming the waveform (instead of drawing the scale directly on the bitmap) Related to issue 0000405. |
||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScaleView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPad/PlayerViewController_iPad.xib | [ Diff ] [ File ] | ||
master 0837530b
Timestamp: 2013-07-07 14:16:31 Author: ycastonguay [ Details ] [ Diff ] |
iPad: Fixed several visual/resizing/positioning bugs in Sync screens. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTabBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPad/SyncMenuViewController_iPad.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPad/SyncViewController_iPad.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPad/SyncWebBrowserViewController_iPad.xib | [ Diff ] [ File ] | ||
master 649ab741
Timestamp: 2013-07-03 22:28:42 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added scale to wave form bitmap rendering. So far it only stays in "1 minute" scale, but it works and looks great so far. The next step would be to move this code in the scroll view and check the performance hit, and eventually add other scales. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Managers/WaveFormCacheManager.cs | [ Diff ] [ File ] | ||
master 65643ed5
Timestamp: 2013-07-03 18:07:54 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed bugs in NavigationManager after Android changes. Resetting scrollbar position to top when refreshing MobileLibraryBrowser. Related to issue 0000405. |
||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Navigation/iOSNavigationManager.cs | [ Diff ] [ File ] | ||
master e4d97346
Timestamp: 2013-07-02 19:59:57 Author: ycastonguay [ Details ] [ Diff ] |
Android: Added layout for EqualizerPresetDetails. Missing dynamic views in scrollview (i.e. equalizer bands). Added empty EqualizerPresetGraphView control. Related to issue 0000406. |
||
add - MPfm/MPfm.Android/Classes/Controls/EqualizerPresetGraphView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/EqualizerPresetDetails.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
master adcd6ad2
Timestamp: 2013-07-02 19:40:37 Author: ycastonguay [ Details ] [ Diff ] |
Android: Converted EqualizerPresetDetails fragment to activity. Added layout for EqualizerPresets. Added empty OutputMeterView. Related to issue 0000406. |
||
add - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetDetailsActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetsActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Android/Classes/Fragments/EqualizerPresetDetailsFragment.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.Android/Resources/Layout/EqualizerPresets.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Menu/equalizerpresets_menu.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
master 8886b92b
Timestamp: 2013-07-02 18:59:00 Author: ycastonguay [ Details ] [ Diff ] |
Android: Fixed "up navigation" for EqualizerPresets by using intent extras and saving the parent activity type. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetsActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
master 4e8cdee6
Timestamp: 2013-07-01 21:52:59 Author: ycastonguay [ Details ] [ Diff ] |
Android: MarkersFragment now refreshes the list of markers; markers can be selected and edited. Added MarkerDetailsActivity. Added empty custom view for wave forms. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetsActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/MarkerDetailsActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Adapters/MarkersListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/MobileLibraryBrowserListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Controls/WaveFormView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MarkersFragment.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.Android/Properties/AndroidManifest.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/GenericCell.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/Loops.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/MarkerCell.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/MarkerDetails.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/Markers.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/Player.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
master 7fd437e3
Timestamp: 2013-07-01 20:15:04 Author: ycastonguay [ Details ] [ Diff ] |
Android: Pitch shifting and time shifting now work properly! Connected presenter/view logic for PitchShiftingFragment and TimeShiftingFragment. EqualizerPresetsActivity can now be opened from PlayerActivity. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetsActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/PitchShiftingFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/TimeShiftingFragment.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.Android/Resources/Layout/PitchShifting.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/TimeShifting.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Menu/main_menu.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Menu/player_menu.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
master e69bac39
Timestamp: 2013-07-01 18:22:14 Author: ycastonguay [ Details ] [ Diff ] |
Android: Added widget compatible with lock screen on Android 4.2+. The widget only shows "Loading" for now. Related to issue 0000406. |
||
add - MPfm/MPfm.Android/Classes/Services/WidgetService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Widgets/PlayerWidget.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Properties/AndroidManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/WidgetPlayer.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/WidgetPlayerLoading.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/xml/widget_player.xml | [ Diff ] [ File ] | ||
master 5dc027d7
Timestamp: 2013-07-01 15:48:05 Author: ycastonguay [ Details ] [ Diff ] |
Android: Added controls to Loops, Markers, Pitch Shifting, Time Shifting fragments. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ 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/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 5ecda3d2
Timestamp: 2013-07-01 13:43:04 Author: ycastonguay [ Details ] [ Diff ] |
Android: Pushing new fragments in MobileLibraryBrowser tabs now work properly. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/MainTabPagerAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/Markers.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/PlayerMetadata.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
master cd63e0db
Timestamp: 2013-07-01 11:14:54 Author: ycastonguay [ Details ] [ Diff ] |
Android: Merged MainFragment with MainActivity. Fixed bug where the PlayerActivity would restart the song when coming back from another application. Now showing mini player properly when coming back from player; clicking on the mini player will go back to the player view (i.e. recreate the Player activity). Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/BaseActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetsActivity.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/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/SyncActivity.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Android/Classes/Fragments/MainFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Android/Resources/Layout/Main.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/MainActivity.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
master 6bb7ee77
Timestamp: 2013-06-29 15:43:58 Author: ycastonguay [ Details ] [ Diff ] |
Android: Fixed bug with orientation change on newer activities. Converted SyncFragment to SyncActivity. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetsActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/SyncActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Android/Classes/Fragments/SyncFragment.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 ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
master ec7755ac
Timestamp: 2013-06-27 20:02:44 Author: ycastonguay [ Details ] [ Diff ] |
Android: Fixed DialogFragment display. Converted PlayerFragment to PlayerActivity. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetsActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/LibraryPreferencesFragment.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/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
master e85d65d9
Timestamp: 2013-04-23 19:27:52 Author: ycastonguay [ Details ] [ Diff ] |
EqualizerPresetDetailsPresenter/View: Added logic. Now updating faders. iOS: Changed long press duration from 1 second to 0.7 second. Related to issue 0000405 and issue 0000417. |
||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/Interfaces/IDatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IEqualizerPresetDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmEqualizerFaderView.cs | [ Diff ] [ File ] | ||
master 915c35bf
Timestamp: 2013-04-18 22:16:10 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added all controls for EqualizerPresetDetailsViewController. Added a toolbar, scrollbar with MPfmEqualizerFaderView, etc. iOS: Added MPfmEqualizerFaderView, a control to be used in a scroll view to present a slider with EQ fader values. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetDetailsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmEqualizerFaderView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EqualizerPresetDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
master e454ca74
Timestamp: 2013-04-18 19:52:05 Author: ycastonguay [ Details ] [ Diff ] |
Added logic to EqualizerPresetsPresenter. iOS: Updated EqualizerPresetsViewController. Related to issue 0000397 and issue 0000405. |
||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/Interfaces/IDatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MoreViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/EqualizerPresetsViewController_iPhone.xib | [ Diff ] [ File ] | ||
master 7d7497d2
Timestamp: 2013-04-18 18:08:25 Author: ycastonguay [ Details ] [ Diff ] |
MobileNavigationManager: Now re-using views for Mobile Library Browser. iOS: Fixed a navigation controller subtitle display bug. Related to issue 0000405 and issue 0000409. |
||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IMobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MobileLibraryBrowserViewController_iPhone.xib | [ Diff ] [ File ] | ||
master 160112ab
Timestamp: 2013-04-17 22:22:04 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed several bugs in the image resize routine. Now using the same routine for Mobile Library Browser and Player. iOS: Centralized more UI colors into GlobalTheme. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmTableViewCell.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Helpers/CoreGraphicsHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Objects/GlobalTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
master f863735b
Timestamp: 2013-04-17 20:02:15 Author: ycastonguay [ Details ] [ Diff ] |
iOS: MobileLibraryBrowserViewCtrl - Now flushing images when the view disappears. The images are reloaded once the view appears again. This optimizes memory usage. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
master e44edb30
Timestamp: 2013-04-17 19:34:58 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Fixed bug in pushing dialog subviews (they didn't work the second time a screen had been created). Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/EqualizerPresetsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
master 4804e3ae
Timestamp: 2013-04-17 19:15:11 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Moved more theme values into GlobalTheme. Updated player view scroll views. Related to issue 0000405. |
||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PitchShiftingViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerMetadataViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/TimeShiftingViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Objects/GlobalTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/LoopsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkersViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PitchShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerMetadataViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/TimeShiftingViewController_iPhone.xib | [ Diff ] [ File ] | ||
master 6d31421a
Timestamp: 2013-04-17 18:45:04 Author: ycastonguay [ Details ] [ Diff ] |
Merge branch 'master' of https://github.com/ycastonguay/MPfm [^] | ||
mod - MPfm/MPfm.GTK/Classes/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
<< 1 2 3 ... 5 ... 9 10 11 12 13 14 15 16 17 18 19 >> |
Copyright © 2000 - 2011 MantisBT Group |