## 2.1.0 * iPhone 4 support * Barcode recognize for all platforms * Signature capture for iPhone and Android * AsyncHttp support https basic authentication with parameters * Push Notification: blackberry support array of sources for sync; push callback receive hash of values * Activate application support on all platforms; When activate app will NOT navigate to hone page * ZipAlign apk for Android * Fix Crypt extension issues * Digest, DigestMD5 supported on windows and windows mobile * Add DateTime picker Ajax example * Change empty first/last name to an empty string for comparison, instead of being nil (jmalonzo) ## 2.0.4 * #4375895 - BB: cod files too big * adding search to SyncEngine class ## 2.0.3 * #4317065 - App store requires 3 icons now for iphone * #4356949 - iPhone simulator: rake run:iphone open simulator but there is no application * #4394846 - Android: no application screen when go to background and switch back * #4365316 - build.yml should default to iPhoneSimulator 4.0 ## 2.0.2 * #4223112 - fixed problem with script order in iphone build ## 2.0.1 * #4049590 - Android 2.2, rhodes rc2: take picture hangs * #4103477 - Android 2.2: can't write to DB * #3985537 - Android: cannot build with 2.2 sdk only * #4038658 - Get free listening port on iphone ## 2.0.0 * #4053947 - Android: FindClass always return NULL when called outside of JNI_OnLoad * #4060638 - reset functions don't wipe client_id * #4072732 - Spec: add rake command to all platforms ## 2.0.0.rc2 * #3992192 - send_log no longer requires login * #4028896 - iPhone crash on location init * #4032345 - iOS 3.x build crashed on iOS 4 simulator * iOS device build issues * fixed compile error in BB build related to MapView ## 2.0.0.beta1-13, 2.0.0.rc1 * client support of sync protocol 3 with rhosync 2.0 * partial support * callback calls from menu and toolbar * installing.html(png for android) * implement extended Alerts * support of :center and :radius parameters for MapView * new WebView.set_cookie method * added native navigation bar for iPhone and Android * full support of native extensions on Android (including Java) * new properties added for System.get_property: country, locale, device_name, os_version, ppi_x, ppi_y * AsyncHttp now send requests with User-Agent indicating mobile platform, OS and device name * 'sms:' uri supported for Android * implemented dynamic menu on Android * right handle video uri (open native video player) on Android * support of capabilities for applications (gps, camera, vibrate etc) * native toolbar for Android * fix GPS on application start issue (iPhone and Android) * AsyncHttp support basic authentication * fixed wrong url escaping on iPhone * suport of parallel build for Android (on multi-core cpus) * NativeBar.create now re-use WebView so no more need to call WebView.navigate after NativeBar.create ## 1.5.4 * Fix issue #3132788 - rake clean:iphone fails ## 1.5.3 * Fix issue #2980590 - iphone: call NetRequest from toolbar * Fix issue #3104338 - rake run:iphone doesn't install into iphone sdk 3.2 ## 1.5.2 * Fix AsyncHttp 'cancel request' * Implement #2948610 - enable AysyncHttp synchronous call * Implement #2950632 - BB: System.get_property('has_network') * Fix issue #2948834 - iPhone: ringtonemanager * Fix issue #2964439 - Android: build problems when no Google API add-ons installed ## 1.5.1 * Fix issue #2924952 - BB Sim doesn't launch on windows 7 * Fix issue #2931788 - iPhone: wrong refresh * Fix AsyncHttp 'cancel request' * Fix issue #2948834 - iPhone: ringtonemanager * Fix issue #2964439 - Android: build problems when no Google API add-ons installed ## 1.5.0 * native screen resolution for iPad * native tab bar for android * support of SSL in AsyncHttp for iPhone and Android * fixed GPS updates on Android (back ported to 1-4-stable) * fixed MapView parameters validation for iPhone and Blackberry (back ported to 1-4-stable) * native geo mapping for android * support of splash screen for iPhone, Android, Blackberry and Windows Mobile ## 1.4.2 * Fix for BB push data * Fix issue #2547236 - BB map: incorrect drawing of world bounds (90N/90S, 180W/180E) * Fix issue #2539966 - System::get_property('platform') on Android is UNKNOWN * Fix issue #2540390 - blackberry map causes exception * Fix issue #2547920 - update attributes on new object doesn't call updateobjects * Fix issue #2561942 - BB Map: crash in case of wrong input parameters * Fix issue #2561958 - iPhone map: crash in case of wrong input parameters * Fix issue #2581678 - Android: GPS updates does not work ## 1.4.1 * fixed issue with empty cookie check failing ## 1.4.0 * improved spec running framework, see spec/framework_spec for details * added api for returning screensize * improved 404/500 error page reporting * native mapping for RIM * improved logging from ruby * added OSX debugger, supports step debugging in ruby * added extension framework for packaging 3rd party extensions * added crypt, openssl, digest, lang, set, fcntl, net/http(s), json, rexml extensions * support for RIM 5.0 JDE ## 1.2.1 * Fixed issue with broken gem dependencies ## 1.2.0 * Push support for RIM & iPhone * Improved Rhom performance by using horizontal resultset to rhom object conversion * Support android 1.5 * Several bugfixes to blob/image capture & sync * Dynamic menu support (RIM) * Alert (popup) ruby API * DateTime Picker ruby API ## 1.1.1 * #630 - handle rhoconfig.txt without newline at EOF * #721 - RIM save changes to DB on interrupted shutdown ## 1.1.0 * Stability fixes in 1.0 * Support HSQLDB on RIM * Integrated mspec framework for testing * Support find / select (similar to ActiveRecord) * Configurable sync interface * Added logging infrastructure w/ native UI * moved top-level config.rb -> rhoconfig.txt * remove prebuilt binaries to save space * iPhone OS 3.0 support w/ 2.2.1 build -> 3.0 device compatibility ## 1.0.0 * Initial support for Android ## 0.3.0 & 0.3.1 Major features: * incremental sync enhancements * source refresh enhancements * see http://rhomobile.lighthouseapp.com/projects/17413-rhodes/tickets?q=milestone%3A%220.3.0%22+state%3Aclosed Known issues: * see http://rhomobile.lighthouseapp.com/projects/17413/milestones/29833-03x ## 0.2.0 Major features: * scripted build process for all platforms * incremental sync * symbian support * winmo performance enhancements * settable sources * PIM access * authentication support (w/ login page) Known issues: * [#109] rhom object manager doesn't re-generate objects with attributes after loading with empty database * [#128] object update doesn't immediately update the viewable list (only after sync occurs) * [#115] authentication currently doesn't provide UI feedback if sync fails, only if username/password isn't provided initially * [#157] RIM 4.7 JDE is not yet supported, only 4.6.0 and 4.2 are supported * [#145] phonebook not supported on RIM * [#146] geolocation not supported on RIM * [#126] erb compilation errors are not reported to developer * [#117] logout not supported, still need to reinstall application or invalidate session on server to logout * [#153] RIM logs in multiple times to same domain * [#191 & #192] Lighthouse tickets don't work properly on blackberry * [#188] opera mini browser opens when launching on HTC Fuze (as workaround you can close manually) * [#166] RIM needs format on reinstall to delete database ## 0.1.0 * Initial support for iPhone, RIM (v4.6), and Windows Mobile (v6) * Support for full sync * sample applications Rhosugar and RhoSiebel * rhogen generator framework