Commit Graph

592 Commits

Author SHA1 Message Date
Alexander Sorokin
f667ba6179 CB-12982: (Android, iOS) Appium tests: try to create a session harder 2017-07-03 18:01:34 +03:00
Connor Pearson
cfefa53272 CB-12593: (android) Fix potential FileProvider conflicts 2017-06-30 10:15:43 -04:00
Alexander Sorokin
77539558e6 CB-12935: (windows) Enable paramedic builds on AppVeyor 2017-06-30 09:30:25 +03:00
Alexander Sorokin
cba99940a7 CB-12935: (android, ios) Run paramedic tests on Travis 2017-06-23 09:56:20 +03:00
Jacques de Villiers
7155b636d5 Incorrect "JIRA issue tracker" link in Readme 2017-06-19 14:37:15 +01:00
Shazron Abdullah
160ed2d03f CB-12912 - Incorrect 'Report Bugs' link in README
This closes #270
2017-06-14 01:59:09 -07:00
Sergii Stotskyi
c3d7e55ad4 CB-12682: (ios, android): changes cancel error message to be consistent for ios android 2017-06-07 07:36:30 +03:00
Alexander Sorokin
1b218cd8a0 CB-12764: (android) Adapt Appium tests for Android 7 2017-06-02 15:02:10 +03:00
filmaj
51e5c02dcb CB-12847: fixed bugs entry in package.json. 2017-05-25 12:35:40 +02:00
filmaj
26d13b0245 CB-12847: added bugs entry to package.json. 2017-05-24 21:11:53 +02:00
filmaj
ef617cc943 Close #265 2017-05-10 09:15:40 -07:00
filmaj
1422b0a4f2 Set VERSION to 2.4.2-dev (via coho) 2017-04-27 10:27:41 -07:00
filmaj
ba9a803b69 CB-12736 Updated version and RELEASENOTES.md for release 2.4.1 2017-04-27 10:26:08 -07:00
Alexander Sorokin
9615620843 CB-12622: Updated build badges in README 2017-04-26 14:29:16 +03:00
Nikita Matrosov
a33c35152e CB-12650: Fix manual test for uploading image 2017-04-25 15:25:20 +03:00
filmaj
eb98015e8a Close #256 2017-04-24 16:40:08 -07:00
filmaj
3c48ea9c9c Close #258 2017-04-24 16:30:53 -07:00
Steve Gill
2286bb3bb2 CB-12685: added package.json to tests folder 2017-04-21 18:15:33 -07:00
Alexander Sorokin
9badea4c95 CB-12622: (android) Appium tests: Bust Android 6 and 7 permission dialogs 2017-04-20 14:58:03 +03:00
Alexander Sorokin
180f7b5510 CB-12618: (android) Appium tests: Handle native cling 2017-03-30 17:52:15 +03:00
Steve Gill
d0b381aad8 CB-12519 updated incorrect version in RELEASENOTES 2017-03-02 16:06:15 -08:00
Steve Gill
926fbf0e8c Set VERSION to 2.4.1-dev (via coho) 2017-03-02 15:44:42 -08:00
Steve Gill
e4ff41c07c CB-12519 Updated version and RELEASENOTES.md for release 2.4.0 2017-02-28 17:41:23 -08:00
Alexander Sorokin
4fc25154f3 CB-12501 (Android) Appium tests don't use XPath selectors anymore 2017-02-23 20:01:59 +03:00
Alexander Sorokin
7f616d16f1 CB-12469 (ios) Appium tests can now run on iOS 10 2017-02-20 13:16:53 +03:00
Joe Bowser
dfbca19a7a Close #170 2017-02-02 12:48:05 -08:00
Joe Bowser
86e546f868 Close #169 2017-02-02 12:45:57 -08:00
Joe Bowser
f2ca5ed79f Close #143 2017-02-02 12:43:42 -08:00
Joe Bowser
ab7e02f0b8 Close #158 2017-02-02 12:42:27 -08:00
Joe Bowser
899f6d8059 Close #192 2017-02-02 12:40:21 -08:00
Joe Bowser
aa8a5945dd Close #220 2017-02-02 12:38:10 -08:00
Joe Bowser
c06480f4e3 Close #239 2017-02-02 12:37:01 -08:00
Joe Bowser
5ca4d8b082 Close #248 2017-02-02 12:34:57 -08:00
Joe Bowser
bba8283d98 CB-12005: Changing the getOrientation method to return the defined enumerated EXIF instead of orientation in degrees for Consistency
This closes #252
2017-02-02 12:10:42 -08:00
Joe Bowser
c27725ce66 Close #243 2017-01-31 15:34:39 -08:00
Julio César
415412cfef Closing merged pull request: close #251 2017-01-31 01:15:37 +01:00
Julio César
5ebda25164 Closing invalid pull request: close #247 2017-01-31 01:12:01 +01:00
Sergey Zolotarev
d29c767f07 CB-12368: Fix permission check on Android
The plugin was checking whether camera permission was granted but then
actually requested permission for external storage.

Surprisingly enough this fixed CB-12368.
2017-01-30 23:52:54 +01:00
daserge
0ad5bdd9ff CB-12353 Corrected merges usage in plugin.xml 2017-01-20 15:35:30 +03:00
Nikita Matrosov
d6bd9ae3b3 CB-12369: Add plugin typings from DefinitelyTyped
This closes #250
2017-01-20 10:58:49 +03:00
Alexander Sorokin
81f9433606 CB-12363 Added build badges for iOS 9.3 and 10.0 2017-01-18 13:27:26 +03:00
filmaj
05594c4646 CB-12312: [Appium] [Android] A few changes to the tests:
- updated comments on how to run the tests. extra comments around functionality at certain points in the automation.
 - stub of a resolution checker on test startup - still need to figure out acceptable values.
 - moved session shutdown to an afterAll clause.
 - changed resolution determiner from using webview-based values to using the native windows dimensions - this helps as the webview values may be scaled down intentionally by manufacturers (via changing devicePixelRatio). furthermore, since the screen dimension automation is used purely for native UI automation, better to use the dimensions reported by the native context rather than the web context.
 - when finding elements by XPath, use multiple calls to avoid a Windows emulator + Android bug. Made this pattern consistent in the entire test.
2017-01-03 06:36:36 -08:00
Shazron Abdullah
a364e79482 CB-12236 - Fixed RELEASENOTES for cordova-plugin-camera 2016-12-11 12:41:08 -08:00
Alexander Sorokin
42fc8e0bcd CB-12230 Removed Windows 8.1 build badges 2016-12-09 14:22:12 +03:00
Shazron Abdullah
ee5537694a CB-12224 Incremented plugin version. 2016-12-07 16:55:06 -08:00
Shazron Abdullah
9eba35e2f6 CB-12224 Updated version and RELEASENOTES.md for release 2.3.1 2016-12-07 16:39:43 -08:00
Shazron Abdullah
8b83171ee2 Fix missing license headers. 2016-12-07 16:19:39 -08:00
Vladimir Kotikov
c9e6a9a38a CB-12086 Regenerate README.md from template 2016-11-14 10:01:22 +03:00
Chris Rae
cc48945f37 Added NSPhotoLibraryUsageDescription parameter to example install command
Fixing some usages of NSPhotoLibraryUsageDescriptionentry

 This closes #240
2016-11-13 23:36:38 +01:00
Joe Bowser
8b3410bcc6 Close #124: I can crop fine with Photos. We should not have adopted Crop, since it makes no sense on Android. 2016-11-09 10:05:33 -08:00