rhodes 3.1.0.beta.2 → 3.1.0.beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. data/CHANGELOG +1 -1
  2. data/Manifest.txt +26 -1
  3. data/Rakefile +12 -12
  4. data/doc/connect-to-web-services.txt +7 -1
  5. data/doc/css-framework.txt +3 -3
  6. data/doc/device-caps.txt +24 -23
  7. data/doc/generator.txt +4 -2
  8. data/doc/standard-css.txt +17 -42
  9. data/doc/tutorial.txt +23 -29
  10. data/doc/ui.txt +99 -79
  11. data/lib/extensions/barcode/Android.mk +17 -0
  12. data/lib/extensions/barcode/ext/barcode/platform/android/jni/src/barcode.cpp +27 -11
  13. data/lib/extensions/barcode/ext/barcode/platform/android/src/com/google/zxing/client/android/CaptureActivity.java +2 -1
  14. data/lib/extensions/barcode/ext/barcode/platform/android/src/com/rhomobile/barcode/Barcode.java +5 -6
  15. data/lib/extensions/nfc/Android.mk +18 -0
  16. data/lib/extensions/nfc/ext/nfc/platform/android/jni/src/nfc.cpp +9 -16
  17. data/platform/android/Rhodes/jni/Android.mk +25 -314
  18. data/platform/android/Rhodes/jni/rainbow_stab.cpp +31 -0
  19. data/platform/android/Rhodes/jni/src/bluetooth.cpp +5 -9
  20. data/platform/android/Rhodes/jni/src/camera.cpp +5 -12
  21. data/platform/android/Rhodes/jni/src/fileapi.cpp +8 -7
  22. data/platform/android/Rhodes/jni/src/mapview.cpp +29 -13
  23. data/platform/android/Rhodes/jni/src/nativebar.cpp +3 -2
  24. data/platform/android/Rhodes/jni/src/webview.cpp +2 -2
  25. data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/SimpleMainView.java +2 -0
  26. data/platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/MapView.java +8 -2
  27. data/platform/android/build/android.rake +1 -1
  28. data/platform/android/build/androidcommon.rb +12 -1
  29. data/platform/iphone/Classes/Bluetooth/Bluetooth.m +6 -2
  30. data/platform/iphone/Classes/Camera/PickImageDelegate.m +3 -3
  31. data/platform/iphone/Classes/DateTimePickerDelegate.m +3 -1
  32. data/platform/iphone/Classes/MapView/MapAnnotation.m +2 -1
  33. data/platform/iphone/Classes/SplitView/RightViewController.m +3 -1
  34. data/platform/iphone/Classes/TabbedMainView.m +3 -1
  35. data/platform/iphone/rbuild/iphone.rake +5 -3
  36. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Info.plist +2 -4
  37. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/MacOS/RhoSimulator +0 -0
  38. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib +0 -0
  39. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/bearer/libqgenericbearer.dylib +0 -0
  40. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqcncodecs.dylib +0 -0
  41. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqjpcodecs.dylib +0 -0
  42. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqkrcodecs.dylib +0 -0
  43. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqtwcodecs.dylib +0 -0
  44. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/graphicssystems/libqtracegraphicssystem.dylib +0 -0
  45. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/phonon_backend/libphonon_qt7.dylib +0 -0
  46. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/qmltooling/libtcpserver.dylib +0 -0
  47. data/platform/shared/common/Android.mk +35 -0
  48. data/platform/shared/common/RhodesApp.cpp +17 -14
  49. data/platform/shared/common/map/ESRIMapEngine.cpp +4 -1
  50. data/platform/shared/curl/Android.mk +88 -0
  51. data/platform/shared/db/Android.mk +12 -0
  52. data/platform/shared/db/DBResult.h +1 -1
  53. data/platform/shared/json/Android.mk +18 -0
  54. data/platform/shared/logging/Android.mk +13 -0
  55. data/platform/shared/logging/RhoLogConf.cpp +1 -3
  56. data/platform/shared/net/Android.mk +19 -0
  57. data/platform/shared/qt/rhodes/QtMainWindow.cpp +7 -2
  58. data/platform/shared/qt/rhodes/QtMainWindow.h +1 -0
  59. data/platform/shared/qt/rhodes/QtMainWindow.ui +12 -0
  60. data/platform/shared/qt/rhodes/RhoSimulator.h +33 -0
  61. data/platform/shared/qt/rhodes/rhodes.pro +134 -133
  62. data/platform/shared/ruby/Android.mk +118 -0
  63. data/platform/shared/rubyext/Android.mk +15 -0
  64. data/platform/shared/sqlite/Android.mk +9 -0
  65. data/platform/shared/statistic/Android.mk +9 -0
  66. data/platform/shared/sync/Android.mk +14 -0
  67. data/platform/shared/unzip/Android.mk +9 -0
  68. data/platform/win32/RhoSimulator/RhoSimulator.exe +0 -0
  69. data/platform/wm/build/wm.rake +1 -1
  70. data/platform/wm/rhodes/bluetooth/Bluetooth.cpp +3 -1
  71. data/rakefile.rb +12 -12
  72. data/res/generators/templates/application/app/Settings/login.erb +2 -2
  73. data/res/generators/templates/application/app/index.bb.erb +12 -17
  74. data/res/generators/templates/application/app/layout.erb +1 -15
  75. data/res/generators/templates/application/public/css/blackberry.css +17 -17
  76. data/res/generators/templates/application/public/css/jqmobile-patch.css +22 -0
  77. data/res/generators/templates/application/public/js/jqmobile-patch.js +28 -14
  78. data/res/generators/templates/model/edit.erb +1 -1
  79. data/res/generators/templates/model/new.erb +1 -1
  80. data/rhodes.gemspec +2 -2
  81. metadata +34 -25
  82. data/platform/android/Rhodes/AndroidManifest.full.xml +0 -101
@@ -89,7 +89,7 @@ namespace "config" do
89
89
  $cabwiz = "cabwiz" if $cabwiz.nil?
90
90
  $sdk = "Windows Mobile 6 Professional SDK (ARMV4I)"
91
91
  $sdk = $app_config["wmsdk"] unless $app_config["wmsdk"].nil?
92
- $startdir = $app_config["sdk"]
92
+ #$startdir = $app_config["sdk"]
93
93
 
94
94
  if $app_config["wm"].nil?
95
95
  $port = "11000"
@@ -392,7 +392,9 @@ void RhoBluetoothManager::fireSessionCallBack(const char* connected_device_name,
392
392
 
393
393
  void RhoBluetoothManager::fireRhodeCallback(const char* callback_url, const char* body) {
394
394
  LOG(INFO) + "RhoBluetoothManager::fireRhodeCallback( "+callback_url+", "+body+")";
395
- rho_net_request_with_data(rho_http_normalizeurl(callback_url), body);
395
+ char* norm_url = rho_http_normalizeurl(callback_url);
396
+ rho_net_request_with_data(norm_url, body);
397
+ rho_http_free(norm_url);
396
398
  //rho_rhodesapp_callBluetoothCallback(callback_url, body);
397
399
  /*
398
400
  HWND main_wnd = getMainWnd();
data/rakefile.rb CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  require 'find'
28
28
  require 'erb'
29
- require 'rdoc/task'
29
+ #require 'rdoc/task'
30
30
  require 'digest/sha2'
31
31
  require 'rexml/document'
32
32
 
@@ -985,18 +985,18 @@ task :switch_app => "config:common" do
985
985
  end
986
986
 
987
987
 
988
- Rake::RDocTask.new do |rd|
988
+ #Rake::RDocTask.new do |rd|
989
989
  #RDoc::Task.new do |rd|
990
- rd.main = "README.textile"
991
- rd.rdoc_files.include("README.textile", "lib/framework/**/*.rb")
992
- end
993
- Rake::Task["rdoc"].comment=nil
994
- Rake::Task["rerdoc"].comment=nil
995
-
996
- task :rdocpush => :rdoc do
997
- puts "Pushing RDOC. This may take a while"
998
- `scp -r html/* dev@dev.rhomobile.com:dev.rhomobile.com/rhodes/`
999
- end
990
+ # rd.main = "README.textile"
991
+ # rd.rdoc_files.include("README.textile", "lib/framework/**/*.rb")
992
+ #end
993
+ #Rake::Task["rdoc"].comment=nil
994
+ #Rake::Task["rerdoc"].comment=nil
995
+
996
+ #task :rdocpush => :rdoc do
997
+ # puts "Pushing RDOC. This may take a while"
998
+ # `scp -r html/* dev@dev.rhomobile.com:dev.rhomobile.com/rhodes/`
999
+ #end
1000
1000
 
1001
1001
  namespace "build" do
1002
1002
  # desc "Build rhoconnect-client package"
@@ -12,11 +12,11 @@
12
12
 
13
13
  <div data-role="fieldcontain">
14
14
  <label for="login" class="itemLabel">Login</label>
15
- <input type="text" name="login" class="itemValue" <%= placeholder("Login") %> />
15
+ <input type="text" id="login" name="login" class="itemValue" <%= placeholder("Login") %> />
16
16
  </div>
17
17
  <div data-role="fieldcontain">
18
18
  <label for="password">Password</label>
19
- <input type="password" name="password" class="itemValue" <%= placeholder("Password") %> />
19
+ <input type="password" id="password" name="password" class="itemValue" <%= placeholder("Password") %> />
20
20
  </div>
21
21
  <input type="submit" value="Login"/>
22
22
  </form>
@@ -1,26 +1,21 @@
1
- <div id="pageTitle">
2
- <h1><%= class_name.camelize %></h1>
3
- </div>
1
+ <div data-role="page">
4
2
 
5
- <div id="toolbar">
3
+ <div data-role="header" data-position="inline">
4
+ <h1><%= class_name.camelize %></h1>
5
+ <%% if SyncEngine::logged_in > 0 %>
6
6
  <%%= link_to "Sync", :controller => :Settings, :action => :do_sync %>
7
- <%% if SyncEngine::logged_in > 0 %>
8
- <%%= link_to "Logout", :controller => :Settings, :action => :logout %>
9
- <%% else %>
10
- <%%= link_to "Login", :controller => :Settings, :action => :login %>
11
- <%% end %>
12
- </div>
13
-
7
+ <%%= link_to "Logout", :controller => :Settings, :action => :logout %>
8
+ <%% else %>
9
+ <%%= link_to "Login", :controller => :Settings, :action => :login %>
10
+ <%% end %>
11
+ </div>
14
12
 
15
- <div id="content">
13
+ <div data-role="content">
16
14
  <table>
17
15
  <tr>
18
16
  <td class="recordLabel">Add links here...</td>
19
17
  </tr>
20
18
  </table>
21
- </div>
22
-
23
-
24
-
25
-
19
+ </div>
26
20
 
21
+ </div>
@@ -22,26 +22,12 @@
22
22
  <script src="/public/jquery/jquery-1.6.2.min.js" type="text/javascript"></script>
23
23
 
24
24
  <link rel="stylesheet" href="/public/jqmobile/jquery.mobile-1.0b1.min.css">
25
+ <link rel="stylesheet" href="/public/css/jqmobile-patch.css">
25
26
  <%% if System::get_property('platform') == 'APPLE' %>
26
27
  <link href="/public/jqmobile/jquery.mobile.iphone.css" type="text/css" rel="stylesheet"/>
27
28
  <%% end %>
28
29
 
29
30
  <script type="text/javascript">
30
- // Rho: Android 2.2 doesn't define WebKitTransitionEvent, though animations
31
- // still work
32
- if (navigator.userAgent.indexOf("Android 2") != -1) {
33
- //$.support.WebKitAnimationEvent = true;
34
- $.support.cssTransitions = true;
35
- }
36
-
37
- // Set to 30 seconds; Ajax request doesn't come back if >= 60
38
- $.ajaxSetup({
39
- timeout: 30000,
40
- headers: {
41
- 'Transition-Enabled': true
42
- }
43
- });
44
-
45
31
  $(document).bind("mobileinit", function(){
46
32
  // jQuery-Mobile init options initialization goes here. For example, you may
47
33
  // enable automatically generated 'Back' buttons on headers this way:
@@ -8,12 +8,12 @@ body {
8
8
  overflow-x: hidden;
9
9
  }
10
10
 
11
- div#pageTitle {
11
+ div[data-role="header"] {
12
12
  background: black;
13
13
  width: auto;
14
14
  }
15
15
 
16
- div#pageTitle h1 {
16
+ div[data-role="header"] h1 {
17
17
  margin: 0;
18
18
  padding: 4px;
19
19
  width: auto;
@@ -27,7 +27,7 @@ div#pageTitle h1 {
27
27
  }
28
28
 
29
29
  /*toolbar */
30
- div#toolbar{
30
+ div[data-role="header"] {
31
31
  border-bottom:1px solid lightgray;
32
32
  height: 25px;
33
33
  line-height: 25px;
@@ -35,18 +35,18 @@ div#toolbar{
35
35
  width:100%;
36
36
  }
37
37
 
38
- div#toolbar .noButton {
38
+ div[data-role="header"] .noButton {
39
39
  display:hidden;
40
40
  }
41
41
 
42
42
  /*content div styling*/
43
- div#content h2 {
43
+ div[data-role="content"] h2 {
44
44
  font-size:15px;
45
45
  display:block;
46
46
  margin:4px;
47
47
  }
48
48
 
49
- div#content h2.groupTitle{
49
+ div[data-role="content"] h2.groupTitle{
50
50
  background:black;
51
51
  height:14px;
52
52
  font-size:10px;
@@ -54,21 +54,21 @@ div#content h2.groupTitle{
54
54
  border-bottom:1px solid lightgray;
55
55
  }
56
56
 
57
- div#content div.alert{
57
+ div[data-role="content"] div.alert{
58
58
  color:red;
59
59
  }
60
60
 
61
- div#content div.warning{
61
+ div[data-role="content"] div.warning{
62
62
  margin-left:4px;
63
63
  }
64
64
 
65
- div#content p{
65
+ div[data-role="content"] p{
66
66
  font-size:14px;
67
67
  }
68
68
 
69
69
  /* bb table styles */
70
70
 
71
- div#content table {
71
+ div[data-role="content"] table {
72
72
  display:block;
73
73
  border:none;
74
74
  border-spacing:0;
@@ -76,23 +76,23 @@ div#content table {
76
76
  width:100%;
77
77
  }
78
78
 
79
- div#content table th {
79
+ div[data-role="content"] table th {
80
80
  width:100%;
81
81
  display: block;
82
82
  border-bottom:1px solid #BBBBBB;
83
83
  }
84
84
 
85
- div#content table tr {
85
+ div[data-role="content"] table tr {
86
86
  width:100%;
87
87
  }
88
- div#content table tr td {
88
+ div[data-role="content"] table tr td {
89
89
  margin:0;
90
90
  border-bottom:1px solid lightgray;
91
91
  height: 25px;
92
92
  line-height:25px;
93
93
  }
94
94
 
95
- div#content table tr td a {
95
+ div[data-role="content"] table tr td a {
96
96
  text-decoration: none;
97
97
  font-weight:bold;
98
98
  color:black;
@@ -100,17 +100,17 @@ div#content table tr td a {
100
100
  overflow: hidden;
101
101
  }
102
102
 
103
- div#content table tr td.recordLabel {
103
+ div[data-role="content"] table tr td.recordLabel {
104
104
  width:100%;
105
105
  padding: 5px;
106
106
  }
107
107
 
108
- div#content table tr td.itemLabel {
108
+ div[data-role="content"] table tr td.itemLabel {
109
109
  width:50%;
110
110
  font-weight:bold;
111
111
  }
112
112
 
113
- div#content table tr td.itemValue {
113
+ div[data-role="content"] table tr td.itemValue {
114
114
  width:50%;
115
115
  }
116
116
 
@@ -0,0 +1,22 @@
1
+ @media all and (min-width: 320px){
2
+ .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
3
+ .ui-controlgroup-controls { width: 60%; display: inline-block; }
4
+ }
5
+
6
+ @media all and (min-width: 320px){
7
+ .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
8
+ }
9
+
10
+ @media all and (min-width: 320px){
11
+ label.ui-select { display: inline-block; width: 20%; margin: 0 2% 0 0; }
12
+ .ui-select { width: 60%; display: inline-block; }
13
+ }
14
+
15
+ @media all and (min-width: 320px){
16
+ label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
17
+ input.ui-input-text,
18
+ textarea.ui-input-text,
19
+ .ui-input-search { width: 60%; display: inline-block; }
20
+ .ui-input-search { width: 50%; }
21
+ .ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
22
+ }
@@ -18,21 +18,20 @@
18
18
  }
19
19
  });
20
20
 
21
- //shared page enhancements
22
- function enhancePage( $page, role ) {
23
- // If a role was specified, make sure the data-role attribute
24
- // on the page element is in sync.
25
- if( role ) {
26
- $page.attr( "data-" + $.mobile.ns + "role", role );
27
- }
28
-
29
- //run page plugin
30
- $page.page();
31
- }
32
-
33
- var path = $.mobile.path;
21
+ // Rho: Android 2.2 doesn't define WebKitTransitionEvent, though animations
22
+ // still work
23
+ if (navigator.userAgent.indexOf("Android 2") != -1) {
24
+ //$.support.WebKitAnimationEvent = true;
25
+ $.support.cssTransitions = true;
26
+ }
34
27
 
35
- var original_loadPage = $.mobile.loadPage;
28
+ // Set to 30 seconds; Ajax request doesn't come back if >= 60
29
+ $.ajaxSetup({
30
+ timeout: 30000,
31
+ headers: {
32
+ 'Transition-Enabled': true
33
+ }
34
+ });
36
35
 
37
36
  $.ajaxPrefilter(function(options, originalOptions, jqXHR){
38
37
  var origSuccess = options.success;
@@ -47,6 +46,21 @@
47
46
 
48
47
  });
49
48
 
49
+ //shared page enhancements
50
+ function enhancePage( $page, role ) {
51
+ // If a role was specified, make sure the data-role attribute
52
+ // on the page element is in sync.
53
+ if( role ) {
54
+ $page.attr( "data-" + $.mobile.ns + "role", role );
55
+ }
56
+
57
+ //run page plugin
58
+ $page.page();
59
+ }
60
+
61
+ var path = $.mobile.path;
62
+ var original_loadPage = $.mobile.loadPage;
63
+
50
64
  $.mobile.loadPage = function( url, options ) {
51
65
 
52
66
  // if no page HTML code provided, then call original function
@@ -12,7 +12,7 @@
12
12
  <% attributes.each do |attribute| %>
13
13
  <div data-role="fieldcontain">
14
14
  <label for="<%= name.downcase %>[<%= attribute %>]" class="fieldLabel"><%= humanize(attribute) %></label>
15
- <input type="text" name="<%= name.downcase %>[<%= attribute %>]" value="<%%= @<%= name.downcase %>.<%= attribute %> %>" <%%= placeholder( "<%= humanize(attribute) %>" ) %> />
15
+ <input type="text" id="<%= name.downcase %>[<%= attribute %>]" name="<%= name.downcase %>[<%= attribute %>]" value="<%%= @<%= name.downcase %>.<%= attribute %> %>" <%%= placeholder( "<%= humanize(attribute) %>" ) %> />
16
16
  </div>
17
17
  <% end %>
18
18
  <input type="submit" value="Update"/>
@@ -12,7 +12,7 @@
12
12
  <% attributes.each do |attribute| %>
13
13
  <div data-role="fieldcontain">
14
14
  <label for="<%= name.downcase %>[<%= attribute %>]" class="fieldLabel"><%= humanize(attribute) %></label>
15
- <input type="text" name="<%= name.downcase %>[<%= attribute %>]" <%%= placeholder("<%= humanize(attribute) %>") %> />
15
+ <input type="text" id="<%= name.downcase %>[<%= attribute %>]" name="<%= name.downcase %>[<%= attribute %>]" <%%= placeholder("<%= humanize(attribute) %>") %> />
16
16
  </div>
17
17
  <% end %>
18
18
 
data/rhodes.gemspec CHANGED
@@ -3,7 +3,7 @@ require "lib/rhodes.rb"
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = %q{rhodes}
6
- s.version = "3.1.0.beta.2"
6
+ s.version = "3.1.0.beta.3"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.authors = ["Rhomobile"]
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.add_dependency('rake', '>= 0.9.2')
24
24
  s.add_dependency('activesupport', '~> 2.3.5')
25
25
  s.add_dependency('uuid', '>= 2.3.2')
26
- s.add_development_dependency('rdoc', '~> 3.6.1')
26
+ #s.add_dependency('rdoc', '~> 3.6.1')
27
27
  s.executables << 'rhogen'
28
28
  s.executables << 'rhodes'
29
29
  s.executables << 'upgrade-rhodes-app'
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhodes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196439
5
- prerelease: 6
4
+ hash: 62196437
5
+ prerelease: true
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 0
10
10
  - beta
11
- - 2
12
- version: 3.1.0.beta.2
11
+ - 3
12
+ version: 3.1.0.beta.3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Rhomobile
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-08-07 00:00:00 -07:00
20
+ date: 2011-08-11 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -84,26 +84,10 @@ dependencies:
84
84
  version: 2.3.2
85
85
  type: :runtime
86
86
  version_requirements: *id004
87
- - !ruby/object:Gem::Dependency
88
- name: rdoc
89
- prerelease: false
90
- requirement: &id005 !ruby/object:Gem::Requirement
91
- none: false
92
- requirements:
93
- - - ~>
94
- - !ruby/object:Gem::Version
95
- hash: 29
96
- segments:
97
- - 3
98
- - 6
99
- - 1
100
- version: 3.6.1
101
- type: :development
102
- version_requirements: *id005
103
87
  - !ruby/object:Gem::Dependency
104
88
  name: diff-lcs
105
89
  prerelease: false
106
- requirement: &id006 !ruby/object:Gem::Requirement
90
+ requirement: &id005 !ruby/object:Gem::Requirement
107
91
  none: false
108
92
  requirements:
109
93
  - - ">="
@@ -115,7 +99,7 @@ dependencies:
115
99
  - 2
116
100
  version: 1.1.2
117
101
  type: :runtime
118
- version_requirements: *id006
102
+ version_requirements: *id005
119
103
  description: Rhodes mobile framework
120
104
  email: dev@rhomobile.com
121
105
  executables:
@@ -185,6 +169,7 @@ files:
185
169
  - lib/build/compileRB/compileRB.rb
186
170
  - lib/build/jake.rb
187
171
  - lib/build/rhodes-build.rb
172
+ - lib/extensions/barcode/Android.mk
188
173
  - lib/extensions/barcode/ext/barcode/platform/android/additional_files/res/drawable/cancel_icon.png
189
174
  - lib/extensions/barcode/ext/barcode/platform/android/additional_files/res/drawable/ok_icon.png
190
175
  - lib/extensions/barcode/ext/barcode/platform/android/additional_files/res/drawable/retake_icon.png
@@ -792,6 +777,7 @@ files:
792
777
  - lib/extensions/net-http/uri/ldaps.rb
793
778
  - lib/extensions/net-http/uri/mailto.rb
794
779
  - lib/extensions/net-http/uri.rb
780
+ - lib/extensions/nfc/Android.mk
795
781
  - lib/extensions/nfc/ext/build
796
782
  - lib/extensions/nfc/ext/build.bat
797
783
  - lib/extensions/nfc/ext/nfc/platform/android/additional_files/res/xml/filter_nfc.xml
@@ -1041,7 +1027,6 @@ files:
1041
1027
  - platform/android/build/libstlport_build.files
1042
1028
  - platform/android/build/RhodesGEN_build.files
1043
1029
  - platform/android/build/RhodesSRC_build.files
1044
- - platform/android/Rhodes/AndroidManifest.full.xml
1045
1030
  - platform/android/Rhodes/AndroidManifest.xml
1046
1031
  - platform/android/Rhodes/default.properties
1047
1032
  - platform/android/Rhodes/gen/com/rhomobile/rhodes/R.java
@@ -1074,6 +1059,7 @@ files:
1074
1059
  - platform/android/Rhodes/jni/include/rhodes/rhocryptimpl.h
1075
1060
  - platform/android/Rhodes/jni/include/rhodes/sslimpl.h
1076
1061
  - platform/android/Rhodes/jni/include/rhodes.h
1062
+ - platform/android/Rhodes/jni/rainbow_stab.cpp
1077
1063
  - platform/android/Rhodes/jni/rhocaps.inc
1078
1064
  - platform/android/Rhodes/jni/src/alert.cpp
1079
1065
  - platform/android/Rhodes/jni/src/bluetooth.cpp
@@ -2042,11 +2028,20 @@ files:
2042
2028
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Info.plist
2043
2029
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/MacOS/RhoSimulator
2044
2030
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PkgInfo
2031
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib
2032
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
2033
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqcncodecs.dylib
2034
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqjpcodecs.dylib
2035
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqkrcodecs.dylib
2036
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqtwcodecs.dylib
2037
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/graphicssystems/libqtracegraphicssystem.dylib
2045
2038
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqgif.dylib
2046
2039
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqico.dylib
2047
2040
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqjpeg.dylib
2048
2041
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqmng.dylib
2049
2042
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqtiff.dylib
2043
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/phonon_backend/libphonon_qt7.dylib
2044
+ - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/qmltooling/libtcpserver.dylib
2050
2045
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Resources/empty.lproj
2051
2046
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Resources/qt.conf
2052
2047
  - platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Resources/rho.icns
@@ -2140,6 +2135,7 @@ files:
2140
2135
  - platform/osx/Rhodes Launcher/rhorunner.app/Settings.bundle/Root.plist
2141
2136
  - platform/osx/Rhodes Launcher/unzipbundle.rb
2142
2137
  - platform/osx/Rhodes Launcher/version.plist
2138
+ - platform/shared/common/Android.mk
2143
2139
  - platform/shared/common/app_build_capabilities.h
2144
2140
  - platform/shared/common/app_build_configs.c
2145
2141
  - platform/shared/common/app_build_configs.h
@@ -2200,6 +2196,7 @@ files:
2200
2196
  - platform/shared/common/ThreadQueue.h
2201
2197
  - platform/shared/common/Tokenizer.cpp
2202
2198
  - platform/shared/common/Tokenizer.h
2199
+ - platform/shared/curl/Android.mk
2203
2200
  - platform/shared/curl/include/curl/curl.h
2204
2201
  - platform/shared/curl/include/curl/curlbuild.h
2205
2202
  - platform/shared/curl/include/curl/curlrules.h
@@ -2354,6 +2351,7 @@ files:
2354
2351
  - platform/shared/curl/lib/url.h
2355
2352
  - platform/shared/curl/lib/urldata.h
2356
2353
  - platform/shared/curl/lib/version.c
2354
+ - platform/shared/db/Android.mk
2357
2355
  - platform/shared/db/DBAdapter.cpp
2358
2356
  - platform/shared/db/DBAdapter.h
2359
2357
  - platform/shared/db/DBAttrManager.cpp
@@ -2363,6 +2361,7 @@ files:
2363
2361
  - platform/shared/db/res/db/syncdb.schema
2364
2362
  - platform/shared/db/res/db/syncdb.triggers
2365
2363
  - platform/shared/db/res/db/syncdb_java.triggers
2364
+ - platform/shared/json/Android.mk
2366
2365
  - platform/shared/json/arraylist.c
2367
2366
  - platform/shared/json/arraylist.h
2368
2367
  - platform/shared/json/AUTHORS
@@ -2387,6 +2386,7 @@ files:
2387
2386
  - platform/shared/json/printbuf.c
2388
2387
  - platform/shared/json/printbuf.h
2389
2388
  - platform/shared/json/RJSONTokener.c
2389
+ - platform/shared/logging/Android.mk
2390
2390
  - platform/shared/logging/RhoATLTrace.h
2391
2391
  - platform/shared/logging/RhoLog.cpp
2392
2392
  - platform/shared/logging/RhoLog.h
@@ -2400,6 +2400,7 @@ files:
2400
2400
  - platform/shared/logging/test/main.cpp
2401
2401
  - platform/shared/logging/test/TestLog.cpp
2402
2402
  - platform/shared/logging/test/TestPlainLog.c
2403
+ - platform/shared/net/Android.mk
2403
2404
  - platform/shared/net/AsyncHttp.cpp
2404
2405
  - platform/shared/net/AsyncHttp.h
2405
2406
  - platform/shared/net/CompatWince.cpp
@@ -2467,6 +2468,7 @@ files:
2467
2468
  - platform/shared/qt/rhodes/resources/rho.icns
2468
2469
  - platform/shared/qt/rhodes/resources/rho.ico
2469
2470
  - platform/shared/qt/rhodes/rhodes.pro
2471
+ - platform/shared/qt/rhodes/RhoSimulator.h
2470
2472
  - platform/shared/qt/rholib/rholib.pro
2471
2473
  - platform/shared/qt/RhoSimulator.pro
2472
2474
  - platform/shared/qt/rubylib/rubylib.pro
@@ -2475,6 +2477,7 @@ files:
2475
2477
  - platform/shared/RhoConnectClient/RhoConnectClient.cpp
2476
2478
  - platform/shared/RhoConnectClient/RhoConnectClient.h
2477
2479
  - platform/shared/RhoConnectClient/RhoError.h
2480
+ - platform/shared/ruby/Android.mk
2478
2481
  - platform/shared/ruby/array.c
2479
2482
  - platform/shared/ruby/bignum.c
2480
2483
  - platform/shared/ruby/blockinlining.c
@@ -2885,6 +2888,7 @@ files:
2885
2888
  - platform/shared/ruby/wince/wincemain.c
2886
2889
  - platform/shared/ruby/wince/wincon.h
2887
2890
  - platform/shared/ruby/wince/winsock2.c
2891
+ - platform/shared/rubyext/Android.mk
2888
2892
  - platform/shared/rubyext/GeoLocation.cpp
2889
2893
  - platform/shared/rubyext/GeoLocation.h
2890
2894
  - platform/shared/rubyext/NativeToolbarExt.h
@@ -2928,10 +2932,12 @@ files:
2928
2932
  - platform/shared/shttpd/src/standalone.c
2929
2933
  - platform/shared/shttpd/src/std_includes.h
2930
2934
  - platform/shared/shttpd/src/string.c
2935
+ - platform/shared/sqlite/Android.mk
2931
2936
  - platform/shared/sqlite/crypto.c
2932
2937
  - platform/shared/sqlite/sqlite3.c
2933
2938
  - platform/shared/sqlite/sqlite3.h
2934
2939
  - platform/shared/sqlite/sqlite3ext.h
2940
+ - platform/shared/statistic/Android.mk
2935
2941
  - platform/shared/statistic/RhoProfiler.cpp
2936
2942
  - platform/shared/statistic/RhoProfiler.h
2937
2943
  - platform/shared/statistic/test/TestProfiling.cpp
@@ -3810,6 +3816,7 @@ files:
3810
3816
  - platform/shared/stlport/test/unit/vector_test.cpp
3811
3817
  - platform/shared/stlport/test/unit/wchar_header_test.c
3812
3818
  - platform/shared/stlport/test/unit/wctype_header_test.c
3819
+ - platform/shared/sync/Android.mk
3813
3820
  - platform/shared/sync/ClientRegister.cpp
3814
3821
  - platform/shared/sync/ClientRegister.h
3815
3822
  - platform/shared/sync/ISyncProtocol.h
@@ -3899,6 +3906,7 @@ files:
3899
3906
  - platform/shared/test/test_helper.cpp
3900
3907
  - platform/shared/test/test_helper.h
3901
3908
  - platform/shared/test/Tests.cpp
3909
+ - platform/shared/unzip/Android.mk
3902
3910
  - platform/shared/unzip/unzip.cpp
3903
3911
  - platform/shared/unzip/unzip.h
3904
3912
  - platform/shared/wtl80/include/atlapp.h
@@ -4636,6 +4644,7 @@ files:
4636
4644
  - res/generators/templates/application/public/css/android.css
4637
4645
  - res/generators/templates/application/public/css/blackberry.css
4638
4646
  - res/generators/templates/application/public/css/iphone.css
4647
+ - res/generators/templates/application/public/css/jqmobile-patch.css
4639
4648
  - res/generators/templates/application/public/css/windows_mobile.css
4640
4649
  - res/generators/templates/application/public/images/android/btn_check_off.png
4641
4650
  - res/generators/templates/application/public/images/android/btn_check_on.png
@@ -6473,7 +6482,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
6473
6482
  requirements: []
6474
6483
 
6475
6484
  rubyforge_project: rhodes
6476
- rubygems_version: 1.6.2
6485
+ rubygems_version: 1.3.7
6477
6486
  signing_key:
6478
6487
  specification_version: 2
6479
6488
  summary: The Rhodes framework is the easiest way to develop NATIVE apps with full device capabilities (GPS, PIM, camera, etc.) for any smartphone.