The following is a list of new features available in rev 1.3. This is not a complete list of changes, but some of the major enhancements available.
SharePoint 2010 Support
The Mobile Entree 1.3 installer now supports both SharePoint 2007 and 2010. Support for 2010 was the main objective for 1.3.
SharePoint 2010 BCS Lists
BCS lists that are configured in SharePoint Designer 2010 will be available as Lists in the Base plugin.
List Item Paging
Views on the mobile device will now use the paging settings defined in the view. This paging control is also available inside the Controls namespace for custom applications.
Better Search Results
Search results now include more information about each result. This fixes the issue of getting back a set of results that all have the same Title.
Full Site Toggle
We now have a cookie-based system that allows a user/device to be individually ignored by the HTTP Module. You can enable this for the Base plugin under the General tab "Full Site Button". You can also enable it through the ME API as follows:
EntreeServer.Module.Utility.EntreeCookieUtility.SetCookieValue(true);
This will set the cookie to allow the user to browse the site normally until their browser session ends
If you want to provide a link back to the mobile site, set the cookie value to false.