rhodes 3.3.4 → 3.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Rhodes
2
2
  unless defined? Rhodes::VERSION
3
- VERSION = '3.3.4'
3
+ VERSION = '3.3.5'
4
4
  end
5
5
  unless defined? Rhodes::DBVERSION
6
6
  DBVERSION = '2.2.0'
@@ -1,6 +1,6 @@
1
1
  module RhodesFramework
2
2
  unless defined? RhodesFramework::VERSION
3
- VERSION = '3.3.4'
3
+ VERSION = '3.3.5'
4
4
  end
5
5
  unless defined? RhodesFramework::DBVERSION
6
6
  DBVERSION = '2.2.2'
data/lib/rhodes.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Rhodes
2
2
  unless defined? Rhodes::VERSION
3
- VERSION = '3.3.4'
3
+ VERSION = '3.3.5'
4
4
  end
5
5
  unless defined? Rhodes::DBVERSION
6
6
  DBVERSION = '2.2.0'
@@ -2,8 +2,8 @@
2
2
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
3
  package="com.rhomobile.rhodes"
4
4
  android:installLocation="auto"
5
- android:versionCode="39"
6
- android:versionName="3.3.4">
5
+ android:versionCode="40"
6
+ android:versionName="3.3.5">
7
7
 
8
8
  <uses-sdk android:minSdkVersion="8" />
9
9
 
@@ -38,7 +38,7 @@
38
38
  <key>CFBundleSignature</key>
39
39
  <string>????</string>
40
40
  <key>CFBundleVersion</key>
41
- <string>3.3.4</string>
41
+ <string>3.3.5</string>
42
42
  <key>LSRequiresIPhoneOS</key>
43
43
  <true/>
44
44
  <key>UILaunchImageFile</key>
@@ -1212,6 +1212,12 @@ LRESULT CMainWindow::OnLicenseScreen(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam
1212
1212
  }*/
1213
1213
  }
1214
1214
  #endif
1215
+
1216
+ //Fix issue with lost focus after License Screen hides
1217
+ HWND hBrowserWnd = m_pBrowserEng ? m_pBrowserEng->GetHTMLWND() : NULL;
1218
+ if (hBrowserWnd && !::IsIconic(m_hWnd))
1219
+ ::SetFocus(hBrowserWnd);
1220
+
1215
1221
  return 0;
1216
1222
  }
1217
1223
 
data/version CHANGED
@@ -1 +1 @@
1
- 3.3.4
1
+ 3.3.5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.4
4
+ version: 3.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-15 00:00:00.000000000 Z
12
+ date: 2012-08-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: templater
@@ -1136,6 +1136,7 @@ files:
1136
1136
  - lib/test/rho_stubs.rb
1137
1137
  - lib/test/syncdb.sqlite
1138
1138
  - LICENSE
1139
+ - Manifest.txt
1139
1140
  - platform/android/build/android.rake
1140
1141
  - platform/android/build/androidcommon.rb
1141
1142
  - platform/android/build/android_tools.rb
@@ -8182,7 +8183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
8182
8183
  version: '0'
8183
8184
  requirements: []
8184
8185
  rubyforge_project: rhodes
8185
- rubygems_version: 1.8.23
8186
+ rubygems_version: 1.8.24
8186
8187
  signing_key:
8187
8188
  specification_version: 2
8188
8189
  summary: The Rhodes framework is the easiest way to develop NATIVE apps with full