1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
iOS: Added iOSSyncDeviceSpecifications. More... about 12 years ago
Sync: Added device specifications interface to be added to every platform. More bug fixes in listener. More... about 12 years ago
Sync: Lots of bug fixes to discovery and listener. More... about 12 years ago
Sync: Now able to upload files with multipart/form-data, which means files can be uploaded via JavaScript and a web interface! More... about 12 years ago
Sync: Listener can now serve a web app from files embedded in an assembly. Bug fixes. Sync: Added structure for web app. More... about 12 years ago
Sync: The sync listener now returns the library index at /index and all audio files at /audiofile/id. Sync: The sync discovery is now simply using WebClient to ping servers in a subnet with a short 100ms timeout. This is way better than using the Ping class. Moved TinyIoC and TinyMessenger to MPfm.Core. Moved AudioFileCacheService and SongBrowserQueryEntity to MPfm.Library. Renamed SongBrowserQueryEntity to LibraryQuery. Added XmlSerialization to MPfm.Core to serialize objects to XML in a string object. More... about 12 years ago
Mac: Added button for Sync. SyncDiscoveryService: Added parallels tasks for pinging, but the result is always success suddenly... weird. More... about 12 years ago
Added ISyncView, SyncPresenter, etc. and started work on sync services. More... about 12 years ago
Device Sync: Added basic classes for client, server and discovery. Still far from being complete, but moving on from prototyping to real stuff now. Moved around a few services and updated namespaces. More... about 12 years ago
iOS/Mac: Added library synchronization prototype using TCP and HTTP. More... over 12 years ago
iOS: Tried to optimize wave form rendering, results aren't really better though :( More... over 12 years ago
iOS: TimeShiftingViewCtrl - Added all logic for the new Time Shifting screen. Works very well so far! More... over 12 years ago
Player: FINALLY added BPM detection, and it works! Woohoo! iOS: Now reporting detected BPM into the Time Shifting interface. Completely changed the Time Shifting UI to make it more mobile. More... over 12 years ago
iOS: Optimized and added features to output meter view. More... over 12 years ago
iOS: Fixed bug where the UISlider thumb would not always work under a UIScrollView. More... over 12 years ago
iOS: Added MPfmEqualizerPresetGraphView and MPfmOutputMeterView controls. Output Meter is not finished yet (problems with CPU performance), but the Preset Graph is already looking really good! Player: Added GetMixerData for output meters. More... over 12 years ago
EqualizerPresets/EqualizerPresetDetails: More bug fixes. iOS: Fixed thumb bitmap for MPVolumeView. More... over 12 years ago
EqualizerPreset/EqualizerPresetDetails: Fixed a lot of bugs. Added preset deletion. iOS: Fixed bug with UILongPress events that were triggered multiple times. Player: Fixed bug applying an equalizer preset after calling GoTo. More... over 12 years ago
EqualizerPresets/EqualizerPresetDetails: Saving now works. Added TinyMessenger message to notify EQ preset change. Lot of bug fixes. iOS: Fixed UISlider image resizing/tiling. SQLiteGateway/MonoSQLiteGateway: Fixed bug in Insert/Update where the number of fields would not match the number of properties with setters. Also fixed bug with saving decimal number values. More... over 12 years ago
iOS: The Equalizer Details faders are now working! More... over 12 years ago
Updated project to build correctly under Linux. More... over 12 years ago
iOS: Finally fixed P/Invoke BASS_FXGet/BASS_FXSet bug by adding a custom overload in BassWrapper.cs. More... over 12 years ago
Major clean-up of code in MPfm.Player. Saved a few hundred lines with useless comments, dead code, and more. More... over 12 years ago
iOS: Added viewport start/end position to Wave Form Display. This shows the position at the left and right of the screen. It also clearly shows the start and the end of the wave form. More... over 12 years ago
iOS: Added zoom value in the center of the wave form. This appears only when the pinch gesture occurs. iOS: More bug fixes to wave form display. More... over 12 years ago
iOS: Added double tap to wave form display to go back to 100% zoom. iOS: Many visual bug fixes throughout the application. More... over 12 years ago
iOS: Added zoom and scrolling to wave form display. More... over 12 years ago
iOS: The wave form view is now inside a scroll view. This will allow zooming and scrolling inside the wave form. Added interfaces for future multi-platform wave form rendering. More... over 12 years ago
iOS: Navigation Controller - Changed the back button and added custom animation. More... over 12 years ago
EqualizerPresetDetailsPresenter/View: Added logic. Now updating faders. iOS: Changed long press duration from 1 second to 0.7 second. More... over 12 years ago