calabash-android 0.3.0.pre10 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGES.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
0.3.0:
|
|
2
|
+
The test server is no longer build from source by calabash-android.
|
|
3
|
+
Calabash-android now comes with a half-done test server that is missing an
|
|
4
|
+
AndroidManifest.xml and a signature.
|
|
5
|
+
We will now inject a special crafted manifest that works with the app under test
|
|
6
|
+
into the test server apk and sign it with the appropiate certificate.
|
|
7
|
+
|
|
8
|
+
Fixed several bugs.
|
|
9
|
+
|
|
1
10
|
0.2.22:
|
|
2
11
|
Removed incorrect text when running calabash-anroid gen.
|
|
3
12
|
|
|
Binary file
|
|
@@ -86,6 +86,7 @@ public class HttpServer extends NanoHTTPD {
|
|
|
86
86
|
Bitmap bitmap;
|
|
87
87
|
View rootView = getRootView();
|
|
88
88
|
rootView.setDrawingCacheEnabled(true);
|
|
89
|
+
rootView.buildDrawingCache(true);
|
|
89
90
|
bitmap = Bitmap.createBitmap(rootView.getDrawingCache());
|
|
90
91
|
rootView.setDrawingCacheEnabled(false);
|
|
91
92
|
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: calabash-android
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.3.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Jonas Maturana Larsen
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cucumber
|
|
@@ -701,9 +701,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
701
701
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
702
702
|
none: false
|
|
703
703
|
requirements:
|
|
704
|
-
- - ! '
|
|
704
|
+
- - ! '>='
|
|
705
705
|
- !ruby/object:Gem::Version
|
|
706
|
-
version:
|
|
706
|
+
version: '0'
|
|
707
707
|
requirements: []
|
|
708
708
|
rubyforge_project:
|
|
709
709
|
rubygems_version: 1.8.24
|