Anonymous | Login | Signup for a new account | 2024-11-23 10:15 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
Changesets: GitHub - ycastonguay/MPfm | [ Browse ] [ Back to Index ] | ||
master e8ccc7f8
Timestamp: 2013-02-05 17:16:23 Author: animal [ Details ] [ Diff ] |
Updated NavigationManager for Android. Now adds tabs dynamically! Also split NavigationManager to MobileNavigationManager. Related to issue 0000406. git-svn-id: http://hamster-svn/svn/repos/base@693 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/Base/BaseDialogFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/SplashFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Fragments/UpdateLibraryFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
master 36e3dfae
Timestamp: 2013-01-30 20:23:11 Author: animal [ Details ] [ Diff ] |
Split Preference views into 3 different views. Added MobileLibraryBrowserView/Presenter. A lot of modifications to the NavigationManager to support Android and other mobile devices. Related to issue 0000406. git-svn-id: http://hamster-svn/svn/repos/base@692 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Android/Classes/Activities/BaseActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Adapters/GenericListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Fragments/AudioPreferencesFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/Base/BaseFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/Base/BaseListFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Fragments/GeneralPreferencesFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Fragments/LibraryPreferencesFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Bootstrapper/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/NavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Presenters/AudioPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Presenters/GeneralPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IAudioPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IGeneralPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/ILibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IMobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Presenters/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Views/IAudioPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IBaseView.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Views/IGeneralPreferencesView.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Views/ILibraryPreferencesView.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IPreferencesView.cs | [ Diff ] [ File ] | ||
master a5d039cb
Timestamp: 2013-01-29 19:35:34 Author: animal [ Details ] [ Diff ] |
Android: Added Settings activity. Android: Formatted the Update Library fragment. Related to issue 0000406. git-svn-id: http://hamster-svn/svn/repos/base@691 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/AudioPreferencesFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/GeneralPreferencesFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/LibraryPreferencesFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Properties/AndroidManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/Fragment_AudioPreferences.axml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/Fragment_GeneralPreferences.axml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/Fragment_LibraryPreferences.axml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Layout/Fragment_UpdateLibrary.axml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Layout/Main.axml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/Settings.axml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Menu/main_menu.xml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Values/Styles.xml | [ Diff ] [ File ] | ||
master e1fa0e06
Timestamp: 2013-01-28 20:38:56 Author: animal [ Details ] [ Diff ] |
Updated Mac and iOS projects after namespace refactoring, and also with new Mono.Data.Sqlite implementation. Related to issue 0000405. git-svn-id: http://hamster-svn/svn/repos/base@690 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Database/SQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Library.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Classes/MacNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
master 96ba4314
Timestamp: 2013-01-28 20:23:00 Author: animal [ Details ] [ Diff ] |
Deleted files + iOS Library csproj update (ProjectSync) git-svn-id: http://hamster-svn/svn/repos/base@689 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
rm - MPfm/branches/current/MPfm.Library/Database/IMPfmGateway.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Library/Database/MPfmGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm/Lib/Ninject.dll | [ Diff ] [ File ] | ||
master 2b928e80
Timestamp: 2013-01-28 20:21:46 Author: animal [ Details ] [ Diff ] |
MPfm Windows: Updated project after namespace clean-up (the last check-in didn't actually contain these changes). git-svn-id: http://hamster-svn/svn/repos/base@688 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.WindowsControls/Audio/OutputMeter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.WindowsControls/Audio/WaveForm.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.WindowsControls/Audio/WaveFormDisplay.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.WindowsControls/Library/SongGridViewItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Classes/DriverComboBoxItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Configuration/Audio/AudioConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Configuration/MPfmConfiguration.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/MPfm.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Other Screens/frmEffects.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Other Screens/frmLoadPlaylist.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Other Screens/frmPlaylist.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Other Screens/frmSettings.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/Other Screens/frmThemes.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/frmFirstRun.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm/frmUpdateLibraryStatus.cs | [ Diff ] [ File ] | ||
master 157a6a86
Timestamp: 2013-01-28 20:16:58 Author: animal [ Details ] [ Diff ] |
MPfm Windows: Updated WinForms project after major namespace refactoring in one of the last check-ins. Library: Added a second implementation of Gateway, for Mono.Data.Sqlite. Useful for Android. Android: Added Update Library dialog, which works very well so far. NavigationManager: Updated implementation for Android. Related to issue 0000406. git-svn-id: http://hamster-svn/svn/repos/base@687 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
add - MPfm/branches/current/MPfm.Android/Classes/Activities/BaseActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Android/Classes/Activities/SplashActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/BaseFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/UpdateLibraryFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Objects/ApplicationState.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Objects/GenericListItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Anim/fade_in.xml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Anim/fade_out.xml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/Fragment_UpdateLibrary.axml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Layout/GenericCell.axml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/Splash.axml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Menu/main_menu.xml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Values/Styles.xml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Library/Database/IMPfmGateway.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Library/Database/Interfaces/IDatabaseFacade.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Library/Database/MPfmGateway.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Library/Database/MonoSQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/ILibrary.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Library/Lib/AsyncCtpLibrary.dll | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Library/Lib/AsyncCtpLibrary.xml | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Library/Lib/System.Reactive.dll | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Library/Lib/taglib-sharp.dll | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Library.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/MPfm.Library.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Bootstrapper/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Helpers/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/UpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IUpdateLibraryView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/PeakFile.cs | [ Diff ] [ File ] | ||
master 9193f858
Timestamp: 2013-01-23 21:54:44 Author: animal [ Details ] [ Diff ] |
Added a lot of stuff to the Android prototype, too long to list. See checked-in files. Related to issue 0000406. git-svn-id: http://hamster-svn/svn/repos/base@686 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Activities/SplashActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Adapters/GenericListAdapter.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/GenericListFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Fragments/PlayerFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Helpers/BitmapCache.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Helpers/BitmapHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Listeners/TabListener.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Objects/GenericListItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Properties/AndroidManifest.xml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Drawable/Icon.png | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Drawable/Splash.png | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/Fragment_Player.axml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/GenericCell.axml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Layout/Main.axml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Menu/main_menu.xml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Values/Colors.xml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Values/Styles.xml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
master c749f9d2
Timestamp: 2013-01-20 20:56:17 Author: animal [ Details ] [ Diff ] |
Mac: Removed test method from NavigationManager. Related to issue 0000356. git-svn-id: http://hamster-svn/svn/repos/base@685 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Mac/Classes/MacNavigationManager.cs | [ Diff ] [ File ] | ||
master 45ef6a58
Timestamp: 2013-01-20 20:55:15 Author: animal [ Details ] [ Diff ] |
GTK: Removed Ninject references and replaced by TInyIoC. Related to issue 0000356. git-svn-id: http://hamster-svn/svn/repos/base@684 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
add - MPfm/branches/current/MPfm.GTK/Classes/ImageManipulation.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/MPfm.GTK.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/Windows/BaseWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/Windows/PreferencesWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/Windows/SplashWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/NavigationManager.cs | [ Diff ] [ File ] | ||
master 7cfe4866
Timestamp: 2013-01-20 20:24:45 Author: animal [ Details ] [ Diff ] |
MVP: Replaced Ninject by TinyIoC. Mac: Updated project with TinyIoC changes and new namespace update by ReSharper (last check-in). Related to issue 0000356. git-svn-id: http://hamster-svn/svn/repos/base@683 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.MVP/Bootstrapper/Bootstrapper.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.MVP/Bootstrapper/LibraryModule.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/UpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/TinyIoC/TinyIoC.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/TinyIoC/TinyMessenger.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Classes/MacNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Controls/MPfmAlbumCoverView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Controls/SongPositionSlider.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Helpers/AlbumCoverHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Objects/AlbumCoverSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserDataSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Objects/MainSplitViewDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Objects/SongBrowserItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Objects/SongBrowserSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Objects/SongBrowserTableViewDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/BaseWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/EditLoopWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/EditMarkerWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/SplashWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs | [ Diff ] [ File ] | ||
master 25a13053
Timestamp: 2013-01-20 16:15:23 Author: animal [ Details ] [ Diff ] |
Android: Added solution file and Hello World project with BASS native libraries for Android. Also, all the namespaces have been fixed by ReSharper on all projects. This is why a lot of files are included in this check-in. Related to issue 0000406. git-svn-id: http://hamster-svn/svn/repos/base@682 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
add - MPfm/branches/current/MPfm.Android/Assets/AboutAssets.txt | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Lib/armeabi-v7a/libbass.so | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Lib/armeabi-v7a/libbass_aac.so | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Lib/armeabi-v7a/libbass_alac.so | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Lib/armeabi-v7a/libbass_ape.so | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Lib/armeabi-v7a/libbass_fx.so | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Lib/armeabi-v7a/libbassflac.so | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Lib/armeabi-v7a/libbassmix.so | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Lib/armeabi-v7a/libbasswv.so | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Properties/AndroidManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/AboutResources.txt | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Drawable/Icon.png | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Layout/Main.axml | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.Android/Resources/Values/Strings.xml | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Core/Attributes/DatabaseFieldAttribute.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Core/ByteArrayQueue.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Core/CacheStore.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Core/Extensions/DictionaryExtension.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Core/MPfm.Core.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Core/XMLHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Gateway/IMPfmGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Gateway/ISQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Gateway/MPfmGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Gateway/SQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/ILibrary.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Library.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/MPfm.Library.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Objects/Folder.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Objects/History.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Objects/PlaylistFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/Objects/Setting.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryArgument.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryException.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryFinishedData.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryMode.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryProgressData.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryProgressDataSong.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Bootstrapper/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Bootstrapper/LibraryModule.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Config/MPfmAudioConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Config/MPfmConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Config/MPfmControlsConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Config/MPfmTableViewColumnConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Config/MPfmTableViewConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Config/MPfmWindowConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Config/MPfmWindowsConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Helpers/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Helpers/EQPresetHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Messages/LibraryBrowserItemDoubleClickedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Messages/LibraryBrowserItemSelectedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Messages/PlayerStatusMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Messages/PlayerStatusType.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Messages/SongBrowserItemDoubleClickedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Models/LibraryBrowserEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Models/PlayerPositionEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Models/PlayerTimeShiftingEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Models/PlayerVolumeEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Models/SongBrowserQueryEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Models/SongInformationEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Models/UpdateLibraryEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/BasePresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/EffectsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IBasePresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/ILibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IMainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPlaylistPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/ISongBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/ISplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IUpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/PlaylistPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/PreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/SongBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/AudioFileCacheService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/Events/ProcessEndedEventArgs.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/Events/RefreshStatusEventArgs.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/Interfaces/IAudioFileCacheService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/Interfaces/IInitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/Interfaces/IUpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Services/UpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/ViewModels/BaseViewModel.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/ViewModels/LibraryBrowserViewModel.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/ViewModels/SplashViewModel.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IBaseView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IEffectsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/ILibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IMainView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IPlaylistView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/ISongBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/ISplashView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Views/IUpdateLibraryView.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Events/PlayerPlaylistIndexChangedData.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Events/PlayerStreamCallbackData.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Exceptions/PlayerCreateStreamException.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/IPlayer.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/MPfm.Player.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Objects/EQPreset.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Objects/EQPresetBand.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Objects/Loop.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Objects/Marker.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Objects/PlayerSyncProc.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Objects/RepeatType.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFileFormat.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFileFormatExtension.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFileFormatExtensions.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/AudioTools.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/ConvertAudio.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/ASIOInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/Base.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/Channel.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/ChannelType.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/Device.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/DeviceHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/DriverType.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/Exception.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/IChannel.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/IMixerChannel.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/ITestDevice.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/MixerChannel.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Bass.Net/TestDevice.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/MPfm.Sound.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/PeakFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Playlists/Playlist.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Playlists/PlaylistFileFormat.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Playlists/PlaylistItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Playlists/PlaylistTools.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Tags/APEMetadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Tags/APETag.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Tags/ID3v2Metadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Tags/ID3v2Tag.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Tags/SV7Metadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Tags/SV7Tag.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Tags/SV8Metadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Tags/SV8Tag.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/XingInfoHeaderReader.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm_Android.sln | [ Diff ] [ File ] | ||
master 61214e0c
Timestamp: 2013-01-19 01:38:07 Author: animal [ Details ] [ Diff ] |
iOS: Checked in missing files (solution file) due to computer reinstall. Related to issue 0000405. git-svn-id: http://hamster-svn/svn/repos/base@681 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm_iOS.sln | [ Diff ] [ File ] | ||
master 39ec49fb
Timestamp: 2013-01-16 22:28:46 Author: animal [ Details ] [ Diff ] |
iOS: Added new screens, renamed Prototype screen to Player. Added embedded fonts. Added a generic ListViewController, and more. Related to issue 0000405. git-svn-id: http://hamster-svn/svn/repos/base@680 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
rm - MPfm/branches/current/MPfm.iOS/Classes/AppDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Controllers/BaseViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Controllers/ListViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Controllers/ListViewController.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Controllers/SplashViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Controllers/SplashViewController.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Delegates/ListTableViewSource.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Classes/Objects/GenericListItem.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Fonts/Junction.otf | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Fonts/OstrichBlack.ttf | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Fonts/OstrichLight.ttf | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Fonts/OstrichRegular.ttf | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Fonts/OstrichRounded.ttf | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Images/Tabs/more.png | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Images/Tabs/more@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/Info.plist | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/XIB/iPad/ListViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/XIB/iPad/PlayerViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/XIB/iPad/SplashViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/XIB/iPhone/ListViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/XIB/iPhone/SplashViewController_iPhone.xib | [ Diff ] [ File ] | ||
master 6b27ab81
Timestamp: 2013-01-15 23:25:36 Author: animal [ Details ] [ Diff ] |
iOS: The prototype interface is much better looking now. iOS: Added album art cover extraction from MP3 Player: Bug fixes for iOS Related to issue 0000405. git-svn-id: http://hamster-svn/svn/repos/base@679 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib | [ Diff ] [ File ] | ||
master 8ced8ecd
Timestamp: 2013-01-15 21:31:25 Author: animal [ Details ] [ Diff ] |
Added Android solution. Fixed all CSPROJ for building on Android. Player has a minimal test on Android, but returns garbled audio. Started to add a configuration property for using floating point (not supported on Android) Related to issue 0000406. git-svn-id: http://hamster-svn/svn/repos/base@678 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Library/MPfm.Library.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/MPfm.Player.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/MPfm.Sound.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/Playlists/PlaylistItem.cs | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm_Android.sln | [ Diff ] [ File ] | ||
master f24eab0c
Timestamp: 2013-01-15 14:32:38 Author: animal [ Details ] [ Diff ] |
iOS: Fixed build for Ad-Hoc and AppStore. Related to issue 0000405. git-svn-id: http://hamster-svn/svn/repos/base@677 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Core/MPfm.Core.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/BassWrapper/BassMethods.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
master 4cbbf1ec
Timestamp: 2013-01-14 22:17:37 Author: animal [ Details ] [ Diff ] |
iOS: Added temp splash screen. More bug fixes on UI. Related to issue 0000405. git-svn-id: http://hamster-svn/svn/repos/base@676 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.iOS/Classes/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/Info.plist | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Resources/Default.png | [ Diff ] [ File ] | ||
add - MPfm/branches/current/MPfm.iOS/Resources/Default@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib | [ Diff ] [ File ] | ||
master 8c274ef9
Timestamp: 2013-01-14 21:28:24 Author: animal [ Details ] [ Diff ] |
iOS: Added more controls to the prototype screen (Prev, Next, Pause, etc.) and metadata (artist name, album title, etc.) Related to issue 0000405. git-svn-id: http://hamster-svn/svn/repos/base@675 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.iOS/XIB/iPhone/MPfm_iOSViewController_iPhone.xib | [ Diff ] [ File ] | ||
master eb08babb
Timestamp: 2012-08-25 23:35:23 Author: ycastonguay Committer: Yanick Castonguay [ Details ] [ Diff ] |
Initial commit | ||
add - README.md | [ Diff ] [ File ] | ||
master 46473bcd
Timestamp: 2012-08-25 23:35:23 Author: ycastonguay [ Details ] [ Diff ] |
Initial commit | ||
add - README.md | [ Diff ] [ File ] | ||
<< 1 2 3 ... 5 ... 10 ... 14 15 16 17 18 19 |
Copyright © 2000 - 2011 MantisBT Group |