Changelog for BuddyLocator List of changes in, newest changes first. ('+' = new feature, '-' = removed feature, '*' = changed feature) Version 0.94 * Fixed icon for 'Your details'. + Added URL encoding for '[' and ']' (couldn't get it work with the external server for Nokia N95). * Several minor changes to adjust to Nokia N95. * Changed to J2MEMap version 0.9.20 (minimum) - another Google Map update. Version 0.93.1 + BuddyLocator landmarks can be renamed. - Removed delete(/rename) functionality for landmarks that aren't in the BuddyLocator landmark store. * Changed to J2MEMap version 0.9.16 (minimum) - Google Maps weren't displaying correctly. * Bugfix: Displaying distance from buddy to yourself when app is restarted and only last location is available. * Fixed exception that occured if someone tried to see info about landmark from landmark list when the list didn't contain any entries. * Fixed typos. Version 0.93 * Changed to J2MEMap version 0.9.13 (minimum). The amount of map data downloaded is now being displayed. + Map display is continuous updated with user's current location. * Icon for satellite available is not displayed if locationUpdated() is called with an invalid location (even though location provider's state might be set to available). + Added distance from a landmark to your current position. + Added altitude to location details screen. + Added NMEA data to location details screen. Uses 'Simple J2ME NMEA parser' (http://www.hcilab.org/documents/tutorials/NMEA_Parser/NMEA_Parser.htm). + Added getExtraInfo("text/plain") to location details screen. + Your last position is now stored until next time you run the application. Version 0.92 * Changed to the 'minimum' version of J2MEMap. + New screen for location details. Displays info like speed, course, timestamp, etc. + Added three default demo buddies for persons who haven't already used the application. + Possibility to see approx. amount of data sent and received when communicating with the location server. * All input boxes changed to standard MIDP UI input boxes. + It's now possible to see all of your landmarks on the map. Landmark list has got a new menu item. * Moved username/password to 'Your details'. + It's now possible to see when the last time you heard anything from your buddy. * Scrolling now also works for list items without an icon. + Quite a few new icons for the different menu selections. * Fixed bug where online buddies were stored double up. + BuddyLocator now reports version no. to the location server. * Bugfix on serverside: Username had to be in correct case to be approved. * BuddyLocator now allows up to 100 KB big responses from location server. * Improved thread handling when communicating with the location server. It can be much faster to to cancel thread in the middle of a request/response/sleep. * It's now possible to delete buddies (the function has been absent for some time). * Improved URL encoding. + Added 'About' dialog with version information. + Added MIDlet icon and description. + Made JSR 75 optional. Version 0.91 - 2006-10-04 * Bugfix: User's nick, mood and location name is now correctly encoded when talking with location server. + Added option to see memory usage before and after gc. * Improved image handling. Much less image creation. * Bugfix: All fields accepting user input only accepted 16 chars. This has been changed to 200. * Improved map zooming: Choosing to see a buddy will go to a view where both you and your buddy are visible. Other buddies' position are ignored when finding inital view. * Improved map zooming: Choosing to see yourself on the map will go to a view where only you are in focus.