Version 0.2.2
- Fix bug in "Exit to BBMP" button
- Enable volume up/down keys in screens other than player
- Volume keys will work while app is in background only in OS >= 4.6
- Bug fix in playlist logic and null pointer error
Version 0.2.1
- Maintain volume level between songs
- Provide higher resolution in volume adjustment
- Fix volume control on OS4.5 devices
- Use buffered song data when restarting a song instead of re-downloading and buffering data
- Display number of songs in Current Playlist on Home Screen
- Create media player shortcut keys (see Help Screen in Application)
Version 0.2.0
- Add integrated media player
- Add splash screen
- Player supports version 4.5 to 6.0 inclusive
- Touchscreens will work for most of the application, but the seek function of the timeline will not respond to touch events.
Version 0.1.3
- Provide connection method selection in options screen, including WiFi.
- Add help screen to project.
Version 0.1.2
- Update downloading method to break downloads from Ampache into chunks instead of trying to download all information at once. The new download method uses the Ampache API methods of offset and limit to download 200 items at a time, update the local device catalog, continue downloading 200 more items, ad infinitum until all objects are downloaded. There is no noticeable difference in the interface, though this update will hopefully address some downloading issues with slower client connections.
- Some network connection checking code has been removed. This code might have been preventing some users from being able to connect to the Ampache server.
- Additional keypress navigation has been added. Initially, only the spacebar key was included in navigation, which pages down one page. Now T and B have been added for top and bottom. Additionally, N and P have been added for next and previous. In reality, N and P page down and up five pages. This makes for quicker scrolling of long lists of items.
- Fixed font size and row height when viewing albums, artist, and songs from both the tags screen and playlist screen.
- General code cleanup.
Version 0.1.1
- Add user option to set font size of album, artist, and song lists
- Error-trap if user selects "delete song" from an empty playlist
- Add option to go directly to BlackBerry Media Player Playlists from Home Screen
- Display total number of songs to title bar in Home Screen
- Update icon set and clean up overall UI presentation
Version 0.1.0
- Initial Release