forked from rhomobile/rhodes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
94 lines (81 loc) · 3.46 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
== 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