run_loop 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/run_loop/version.rb +1 -1
- data/scripts/run_loop_fast_uia.js +9 -6
- data/scripts/run_loop_host.js +9 -6
- data/scripts/run_loop_shared_element.js +9 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42636cfa373f5b8df604217d9bb9ee8e4d34a338
|
4
|
+
data.tar.gz: 0624902bb001bae1e33631f4840a4999f59da2d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23f1e8173c75dc439197d1d85282790950fcfa54532988fa1bb11085438034ef2f366bc56f6b6f7a7fb6dd1295f1a41d7c564fd033e260009b3e34d4cf4a5e83
|
7
|
+
data.tar.gz: 5484b9c573f9efd6401542e13f89d162489572fb147ea462b361ecc0f01b862098ac6310d4a513176c9e5c5a3525893d82eab46e7d2c00660abcbf9c7021806b
|
data/lib/run_loop/version.rb
CHANGED
@@ -198,28 +198,31 @@ function findAlertViewText(alert) {
|
|
198
198
|
|
199
199
|
function isLocationPrompt(alert) {
|
200
200
|
var exps = [
|
201
|
+
|
202
|
+
["Tillad", /bruge din lokalitet, når du bruger appen/],
|
203
|
+
["Tillad", /også når du ikke bruger appen/],
|
201
204
|
["OK", /vil bruge din aktuelle placering/],
|
202
205
|
["OK", /Would Like to Use Your Current Location/],
|
203
206
|
["Ja", /Darf (?:.)+ Ihren aktuellen Ort verwenden/],
|
204
|
-
["OK", /Would Like to Send You Notifications/],
|
205
|
-
["OK", /would like to send you Push Notifications/],
|
206
207
|
["Allow", /access your location/],
|
207
208
|
["OK", /Would Like to Access Your Photos/],
|
208
209
|
["OK", /Would Like to Access Your Contacts/],
|
209
210
|
["OK", /Location Accuracy/],
|
210
211
|
["OK", /запрашивает разрешение на использование Ващей текущей пгеопозиции/],
|
211
212
|
["OK", /Access the Microphone/],
|
212
|
-
["OK", /enviarle notificaiones/],
|
213
213
|
["OK", /Would Like to Access Your Calendar/],
|
214
214
|
["OK", /Would Like to Access Your Reminders/],
|
215
215
|
["OK", /Would Like to Access Your Motion Activity/],
|
216
216
|
["OK", /Would Like to Access the Camera/],
|
217
|
-
|
218
|
-
//iOS 9 - English
|
219
217
|
["OK", /Would Like to Access Your Motion & Fitness Activity/],
|
220
218
|
["OK", /Would Like Access to Twitter Accounts/],
|
219
|
+
["OK", /data available to nearby bluetooth devices/],
|
221
220
|
|
222
|
-
|
221
|
+
// APNS
|
222
|
+
["OK", /enviarle notificaiones/],
|
223
|
+
["OK", /wil u berichten stuern/],
|
224
|
+
["OK", /Would Like to Send You Notifications/],
|
225
|
+
["OK", /would like to send you Push Notifications/]
|
223
226
|
],
|
224
227
|
ans, exp,
|
225
228
|
txt;
|
data/scripts/run_loop_host.js
CHANGED
@@ -216,28 +216,31 @@ function findAlertViewText(alert) {
|
|
216
216
|
|
217
217
|
function isLocationPrompt(alert) {
|
218
218
|
var exps = [
|
219
|
+
|
220
|
+
["Tillad", /bruge din lokalitet, når du bruger appen/],
|
221
|
+
["Tillad", /også når du ikke bruger appen/],
|
219
222
|
["OK", /vil bruge din aktuelle placering/],
|
220
223
|
["OK", /Would Like to Use Your Current Location/],
|
221
224
|
["Ja", /Darf (?:.)+ Ihren aktuellen Ort verwenden/],
|
222
|
-
["OK", /Would Like to Send You Notifications/],
|
223
|
-
["OK", /would like to send you Push Notifications/],
|
224
225
|
["Allow", /access your location/],
|
225
226
|
["OK", /Would Like to Access Your Photos/],
|
226
227
|
["OK", /Would Like to Access Your Contacts/],
|
227
228
|
["OK", /Location Accuracy/],
|
228
229
|
["OK", /запрашивает разрешение на использование Ващей текущей пгеопозиции/],
|
229
230
|
["OK", /Access the Microphone/],
|
230
|
-
["OK", /enviarle notificaiones/],
|
231
231
|
["OK", /Would Like to Access Your Calendar/],
|
232
232
|
["OK", /Would Like to Access Your Reminders/],
|
233
233
|
["OK", /Would Like to Access Your Motion Activity/],
|
234
234
|
["OK", /Would Like to Access the Camera/],
|
235
|
-
|
236
|
-
//iOS 9 - English
|
237
235
|
["OK", /Would Like to Access Your Motion & Fitness Activity/],
|
238
236
|
["OK", /Would Like Access to Twitter Accounts/],
|
237
|
+
["OK", /data available to nearby bluetooth devices/],
|
239
238
|
|
240
|
-
|
239
|
+
// APNS
|
240
|
+
["OK", /enviarle notificaiones/],
|
241
|
+
["OK", /wil u berichten stuern/],
|
242
|
+
["OK", /Would Like to Send You Notifications/],
|
243
|
+
["OK", /would like to send you Push Notifications/]
|
241
244
|
],
|
242
245
|
ans, exp,
|
243
246
|
txt;
|
@@ -198,28 +198,31 @@ function findAlertViewText(alert) {
|
|
198
198
|
|
199
199
|
function isLocationPrompt(alert) {
|
200
200
|
var exps = [
|
201
|
+
|
202
|
+
["Tillad", /bruge din lokalitet, når du bruger appen/],
|
203
|
+
["Tillad", /også når du ikke bruger appen/],
|
201
204
|
["OK", /vil bruge din aktuelle placering/],
|
202
205
|
["OK", /Would Like to Use Your Current Location/],
|
203
206
|
["Ja", /Darf (?:.)+ Ihren aktuellen Ort verwenden/],
|
204
|
-
["OK", /Would Like to Send You Notifications/],
|
205
|
-
["OK", /would like to send you Push Notifications/],
|
206
207
|
["Allow", /access your location/],
|
207
208
|
["OK", /Would Like to Access Your Photos/],
|
208
209
|
["OK", /Would Like to Access Your Contacts/],
|
209
210
|
["OK", /Location Accuracy/],
|
210
211
|
["OK", /запрашивает разрешение на использование Ващей текущей пгеопозиции/],
|
211
212
|
["OK", /Access the Microphone/],
|
212
|
-
["OK", /enviarle notificaiones/],
|
213
213
|
["OK", /Would Like to Access Your Calendar/],
|
214
214
|
["OK", /Would Like to Access Your Reminders/],
|
215
215
|
["OK", /Would Like to Access Your Motion Activity/],
|
216
216
|
["OK", /Would Like to Access the Camera/],
|
217
|
-
|
218
|
-
//iOS 9 - English
|
219
217
|
["OK", /Would Like to Access Your Motion & Fitness Activity/],
|
220
218
|
["OK", /Would Like Access to Twitter Accounts/],
|
219
|
+
["OK", /data available to nearby bluetooth devices/],
|
221
220
|
|
222
|
-
|
221
|
+
// APNS
|
222
|
+
["OK", /enviarle notificaiones/],
|
223
|
+
["OK", /wil u berichten stuern/],
|
224
|
+
["OK", /Would Like to Send You Notifications/],
|
225
|
+
["OK", /would like to send you Push Notifications/]
|
223
226
|
],
|
224
227
|
ans, exp,
|
225
228
|
txt;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: run_loop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karl Krukow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|