Mantis Bug Tracker

Import 2013-02-06 21:10:00: master 25a13053 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
animal animal master 2013-01-20 19:15:23 master 61214e0c
Changeset 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 ]


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker