calabash-android 0.7.3.preintentstart2 → 0.7.3.preintentstart3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2acb86971dbbaba802675ea5a9168e500c61d75
4
- data.tar.gz: ffa63e5219a728ee5c373ad0d82a3739c27338ce
3
+ metadata.gz: 1798b9725c39fa124c8b188032095cc6caf07dd3
4
+ data.tar.gz: e275cfc6a1ee074b27cf71e917bc38a5d70259b8
5
5
  SHA512:
6
- metadata.gz: 330ecf1c8fc9127d59e9c77221c09073fe9d354940fa18e19ea24a8c9a8c2b7ddaad67dd5cceeb611ef5105fdc106c1b623d5b03b4261b1f22362496ba8489f5
7
- data.tar.gz: 58a15463d4444215b8ff275430bcc39a2e477a31572a9b7bdea157373861e7a9b8bb527928b47f11965488e25481a3da1dc20f7c4eeecf6f3ae0fe5c736874d3
6
+ metadata.gz: 68aaec33b15c526d881c98df5d6675721220569ac50bd0f3a0ce0013247b75d0fe531771929b92460fb67d73b306a36a33b6151fca63a0487165497e5d3c669a
7
+ data.tar.gz: 3fb0794ffe59375a5bed9d25eb29502880a34ffd58317e07c8e8f5cf176948299e36a1a51433577f0faacf3565da0386ebac16e1ffc14eeb1295d1ec2990c754
@@ -3,7 +3,9 @@
3
3
  package="#testPackage#"
4
4
  android:versionCode="3"
5
5
  android:versionName="0.3.0">
6
- <application android:label="instrumentation_backend">
6
+ <application android:label="instrumentation_backend"
7
+ android:largeHeap="true">
8
+
7
9
  <uses-library android:name="android.test.runner" />
8
10
  <uses-library android:name="com.google.android.maps" android:required="false" />
9
11
  <activity
@@ -31,8 +33,26 @@
31
33
  android:stateNotNeeded="true"
32
34
  android:noHistory="true"
33
35
  android:excludeFromRecents="true"/>
36
+ <activity
37
+ android:name="sh.calaba.instrumentationbackend.FakeCameraActivity"
38
+ android:label="FakeCameraActivity"
39
+ android:exported="true"
40
+ android:finishOnTaskLaunch="true"
41
+ android:stateNotNeeded="true"
42
+ android:noHistory="true"
43
+ android:excludeFromRecents="true"
44
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
45
+ <activity
46
+ android:name="sh.calaba.instrumentationbackend.FakePickerActivity"
47
+ android:label="FakePickerActivity"
48
+ android:exported="true"
49
+ android:finishOnTaskLaunch="true"
50
+ android:stateNotNeeded="true"
51
+ android:noHistory="true"
52
+ android:excludeFromRecents="true"/>
34
53
  </application>
35
- <uses-sdk android:minSdkVersion="4" />
54
+ <uses-sdk android:minSdkVersion="4"
55
+ android:targetSdkVersion="21"/>
36
56
  <instrumentation android:targetPackage="#targetPackage#" android:name="sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner" />
37
57
  <instrumentation android:targetPackage="#targetPackage#" android:name="sh.calaba.instrumentationbackend.ClearAppData" />
38
58
  <instrumentation android:targetPackage="#targetPackage#" android:name="sh.calaba.instrumentationbackend.ClearAppData2" />
@@ -47,5 +67,6 @@
47
67
  <uses-permission android:name="android.permission.INTERNET" />
48
68
  <uses-permission android:name="android.permission.GET_TASKS" />
49
69
  <uses-permission android:name="android.permission.REORDER_TASKS" />
70
+ <uses-permission android:name="android.permission.CAMERA" />
50
71
 
51
72
  </manifest>
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.7.3.preintentstart2"
3
+ VERSION = "0.7.3.preintentstart3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3.preintentstart2
4
+ version: 0.7.3.preintentstart3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Maturana Larsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-23 00:00:00.000000000 Z
11
+ date: 2016-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber