Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
e0bd998
Merge branch 'release/2.0.2' into develop
jmoody Oct 21, 2019
d0d5270
improve springboard-alert tools
Oct 21, 2019
10d8711
run on iOS 10
Oct 21, 2019
c0c4650
Commit alerts from iOS 9.3
Oct 21, 2019
8f7e7aa
ROOT_DIR -> XCODE_CORE_SIM_DIR
Oct 21, 2019
9448cc0
update alerts
Oct 21, 2019
9240cd1
Merge pull request #360 from calabash/v-malob/update-location-alerts
jmoody Oct 22, 2019
445f362
Run class-dump
Oct 23, 2019
09c745e
Add missed header
Oct 23, 2019
29bdfb2
Merge pull request #361 from calabash/v-ivnosa/update-private-headers…
jmoody Oct 23, 2019
339c8f8
Dismiss "Allow notifications" alert
AndreyMaslennikov Oct 23, 2019
21a19b7
Merge pull request #362 from calabash/v-andrem/dismiss-allow-notifica…
jmoody Oct 24, 2019
aa35fc3
Add Xcode 11.1 and Xcode 11.2 to the test matrix
MaksimZhukov Oct 24, 2019
84a4810
Remove dangerous SpringBoard alerts
MaksimZhukov Oct 25, 2019
a579eb8
Remove alerts from framework.json
MaksimZhukov Oct 25, 2019
9c99b36
Remove UIApplication_isSpringBoardShowingAnAlert
Oct 25, 2019
cbd7159
Merge pull request #364 from calabash/v-ivnosa/fix-springboard-alerts…
jmoody Oct 28, 2019
c685ad0
Move element resolving logic for different Xcode versions to `cbx_res…
Oct 28, 2019
ff7c6f0
Remove sensitive alerts
MaksimZhukov Oct 28, 2019
d29e5ba
Update frameworks json
MaksimZhukov Oct 28, 2019
7c12438
Merge develop in order to fix Xcode 11.2 tests
MaksimZhukov Oct 28, 2019
8f957c6
Fix SpringBoardAlertsCurrentLanguageTests
MaksimZhukov Oct 28, 2019
dbc37d2
default value
Oct 28, 2019
50a47a7
Remove missed alerts
MaksimZhukov Oct 28, 2019
7ab6fa6
Fix SpringBoardAlertsCurrentLanguageTests
MaksimZhukov Oct 28, 2019
e0df6f7
Change acceptance rules for alerts
vsafonkin Oct 29, 2019
2077acf
Merge pull request #366 from calabash/v-mazhuk/add-xcode-11.1-and-11.…
jmoody Oct 29, 2019
634afba
Merge pull request #363 from calabash/v-mazhuk/remove-dangerous-sprin…
jmoody Oct 29, 2019
bf2497e
Fix zh langs
vsafonkin Oct 29, 2019
f7ce033
Fix unit-tests
vsafonkin Oct 29, 2019
aa01638
Remove missed alert
MaksimZhukov Oct 29, 2019
90ef761
Fix ko lang
vsafonkin Oct 30, 2019
6aaf38c
Fix missing values
vsafonkin Oct 30, 2019
2b3d3e8
Remove missed alert
MaksimZhukov Oct 30, 2019
69f81b9
Fix zh langs
vsafonkin Oct 30, 2019
2642bc3
Fix id lang
vsafonkin Oct 30, 2019
df40aa2
Merge pull request #367 from calabash/v-mazhuk/remove-sensitive-alert…
MaksimZhukov Oct 30, 2019
24f44fa
Merge branch 'develop' into v-vlsafo/changed-acceptance-alert-rules
vsafonkin Oct 30, 2019
cd87cda
Fix unit-tests
vsafonkin Oct 30, 2019
b6b2fc5
Merge pull request #368 from calabash/v-vlsafo/changed-acceptance-ale…
jmoody Oct 30, 2019
c42388a
Parse alerts from xcode 11.2
vsafonkin Oct 30, 2019
1364fed
Merge pull request #369 from calabash/v-vlsafo/parse-alerts-xcode-11.2
jmoody Nov 5, 2019
68b649f
Add missing alerts
vsafonkin Nov 7, 2019
fecd8c3
Merge pull request #370 from calabash/v-vlsafo/add-missing-alerts
vsafonkin Nov 7, 2019
bd217c3
Update server version to 2.1.0
jmoody Nov 11, 2019
b91397a
ado: build release version with Xcode 11.2
jmoody Nov 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Parse alerts from xcode 11.2
  • Loading branch information
vsafonkin committed Oct 30, 2019
commit c42388a97beaa2e46cd369444ca145e6c80543c7
Original file line number Diff line number Diff line change
Expand Up @@ -395,5 +395,12 @@
"موافق"
],
"shouldAccept": true
},
{
"title": "السماح لتطبيق %@ بالوصول إلى موقعك أثناء استخدامك للتطبيق؟",
"buttons": [
"السماح لمرة واحدة"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"title": "Permets que “%@” accedeixi a la teva ubicació mentre estàs utilitzant l’app?",
"buttons": [
"Permetre",
"Només amb l’app en ús"
"Només amb l’app en ús",
"Permetre una vegada"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"title": "Chcete aplikaci %@ povolit přístup k polohovým údajům v čase, kdy ji používáte?",
"buttons": [
"Povolit",
"Jen při používání aplikace"
"Jen při používání aplikace",
"Povolit jednou"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,5 +422,19 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Må “%@” få adgang til din lokalitet, mens du bruger appen?",
"buttons": [
"Tillad en gang"
],
"shouldAccept": true
},
{
"title": "Det gør det muligt for “%@” at finde og oprette forbindelse til Bluetooth-tilbehør. Denne app bruger muligvis også Bluetooth til at registrere, når du er i nærheden.",
"buttons": [
"OK"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@
{
"title": "Darf „%@“ auf deinen Standort zugreifen, wenn du die App benutzt?",
"buttons": [
"Erlauben"
"Erlauben",
"Einmal erlauben"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,5 +486,12 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Να επιτρέπεται στην εφαρμογή «%@» η πρόσβαση στην τοποθεσία σας ενώ χρησιμοποιείτε την εφαρμογή;",
"buttons": [
"Να επιτραπεί μία φορά"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "Allow “%@” to access your location while you are using the app?",
"buttons": [
"Allow",
"Only While Using the App"
"Only While Using the App",
"Allow Once"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "Allow “%@” to access your location while you are using the app?",
"buttons": [
"Allow",
"Only While Using the App"
"Only While Using the App",
"Allow Once"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "Allow “%@” to access your location while you are using the app?",
"buttons": [
"Allow",
"Only While Using the App"
"Only While Using the App",
"Allow Once"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "¿Permitir a %@ acceder a tu ubicación mientras utilizas la app?",
"buttons": [
"Permitir",
"Solo al usarse la app"
"Solo al usarse la app",
"Permitir una vez"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,12 @@
"OK"
],
"shouldAccept": true
},
{
"title": "¿Permitir que “%@” acceda a tu ubicación mientras usas la app?",
"buttons": [
"Permitir una vez"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "Saako %@ käyttää sijaintiasi silloin, kun käytät appia?",
"buttons": [
"Salli",
"Vain appia käytettäessä"
"Vain appia käytettäessä",
"Salli kerran"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,12 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Autoriser « %@ » à accéder à votre position lorsque vous utilisez l’app ?",
"buttons": [
"Autoriser une fois"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,12 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Autoriser « %@ » à accéder à votre position lorsque vous utilisez cette app?",
"buttons": [
"Autoriser une fois"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -413,5 +413,12 @@
"אישור"
],
"shouldAccept": true
},
{
"title": "לאפשר ל-״%@״ לגשת לפרטי מיקומך בזמן השימוש שלך ביישום?",
"buttons": [
"אפשר פעם אחת"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -557,5 +557,12 @@
"ठीक"
],
"shouldAccept": true
},
{
"title": "ऐप के उपयोग के दौरान “%@” को अपना वर्तमान स्थान ऐक्सेस करने दें?",
"buttons": [
"एक बार अनुमति दें"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"title": "Dozvoliti aplikaciji “%@” pristup vašoj lokaciji dok koristite aplikaciju?",
"buttons": [
"Dozvoli",
"Tijekom uporabe aplikacije"
"Tijekom uporabe aplikacije",
"Dozvoli jedanput"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,5 +458,19 @@
"Megnyitás"
],
"shouldAccept": true
},
{
"title": "A(z) „%@” 3 napja használja az Ön helyzetét a háttérben. Szeretné továbbra is engedélyezni a helyzet háttérben történő használatát?",
"buttons": [
"Engedélyezés"
],
"shouldAccept": true
},
{
"title": "A(z) “%@” hozzáférhet a helyzetéhez az alkalmazás használatakor?",
"buttons": [
"Engedélyezés egyszer"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -392,5 +392,12 @@
"OKE"
],
"shouldAccept": true
},
{
"title": "Izinkan “%@” untuk mengakses lokasi Anda saat Anda sedang menggunakan app?",
"buttons": [
"Izinkan Sekali"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -429,5 +429,12 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Vuoi che “%@” acceda alla tua posizione mentre usi l'app?",
"buttons": [
"Consenti una volta"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "“%@”の使用中に位置情報の利用を許可しますか?",
"buttons": [
"許可",
"このAppの使用中のみ許可"
"このAppの使用中のみ許可",
"1度だけ許可"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@
{
"title": "앱을 사용하는 동안 ‘%@’에서 사용자의 위치에 접근하도록 허용하겠습니까?",
"buttons": [
"허용"
"허용",
"한 번 허용"
],
"shouldAccept": true
},
Expand Down Expand Up @@ -479,5 +480,12 @@
"열기"
],
"shouldAccept": true
},
{
"title": "‘%@’이(가) Bluetooth 액세서리를 찾고 연결할 수 있도록 합니다. 이 앱은 Bluetooth를 사용해서 사용자가 주변에 있는지 확인할 수도 있습니다.",
"buttons": [
"확인"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "Benarkan “%@” mengakses lokasi anda semasa anda menggunakan app?",
"buttons": [
"Benarkan",
"Hanya Semasa Menggunakan App"
"Hanya Semasa Menggunakan App",
"Benarkan Sekali"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,5 +443,19 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Wil je %@ toegang tot je locatie geven terwijl je de app gebruikt?",
"buttons": [
"Sta één sessie toe"
],
"shouldAccept": true
},
{
"title": "Zoek op %@",
"buttons": [
"Open"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "Vil du gi %@ tilgang til posisjonen din når du bruker appen?",
"buttons": [
"Tillat",
"Kun når appen er i bruk"
"Kun når appen er i bruk",
"Tillat én gang"
],
"shouldAccept": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,5 +416,12 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Pozwalać aplikacji „%@” udostępniać Twoje położenie, gdy jej używasz?",
"buttons": [
"Pozwól raz"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -443,5 +443,12 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Permitir que “%@” acesse sua localização enquanto você estiver usando o app?",
"buttons": [
"Permitir Uma Vez"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,12 @@
"OK"
],
"shouldAccept": true
},
{
"title": "Permitir que “%@” aceda à sua localização enquanto estiver a usar a aplicação?",
"buttons": [
"Permitir uma vez"
],
"shouldAccept": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"title": "Permiteți ca aplicația “%@” să acceseze localizarea dvs. în timp ce o utilizați?",
"buttons": [
"Permiteți",
"La utilizarea aplicației"
"La utilizarea aplicației",
"Permiteți o dată"
],
"shouldAccept": true
},
Expand Down
Loading