@@ -2,6 +2,122 @@ Changelog
22=========
33
44
5+ (unreleased)
6+ ------------
7+ - Bump 0.48. [Kazuaki Matsuo]
8+
9+
10+ v0.48 (2019-10-22)
11+ ------------------
12+ - Add docs on start activity with args. [Manoj Kumar]
13+ - Add unit tests Activate app. [Manoj Kumar]
14+ - Test: Add unit tests for application_tests (#454) [Manoj Kumar]
15+
16+ * Add unit tests for application_tests
17+
18+ * change body values to be empty
19+ - Fix docstring, add getting available port number (#448) [Kazuaki
20+ Matsuo]
21+
22+ * fix docstring, add getting available port number
23+
24+ * add WebDriverWait
25+
26+ * define custom wait
27+
28+ * move get available port in another module
29+
30+ * follow python wait condition name
31+ - Test: add Unit tests currentPackage (#453) [Manoj Kumar]
32+ - Add unit tests for keyboard API (#452) [Manoj Kumar]
33+
34+ * Add Unit tests for Keyboard API
35+
36+ * incorporating review comments
37+
38+ * change per review comment
39+ - Test: add unit test unlock (#450) [Manoj Kumar]
40+ - Docs: Minor fix in README (#445) [Aliakbar]
41+ - Feat: Adding getAllSessions (#446) [Manoj Kumar]
42+
43+ * Adding getAllSessions
44+
45+ * adjust per lint
46+
47+ * fix comments
48+ - AndroidKey class for Key Codes added. (#443) [Aliakbar]
49+
50+ * AndroidKey class for Key Codes added.
51+
52+ AndroidKey enum from java client ported. Instead of using unreadable numbers in code we can use these constant in order to write more readable code.
53+
54+ * Android native key test
55+
56+ Test for native key module which contains key codes for android keys.
57+
58+ * Fixed # sign in comment instead of *
59+
60+ * Change returns
61+
62+ Instead of `if ` and two return statements.
63+
64+ * Used AndroidKey.XXX instead of numbers in tests
65+
66+ * Make fuctions similar to is_gamepad_button
67+
68+ Used a similar sentence format for similar functions as is_gamepad_button.
69+
70+ * Make function names as is in java-client
71+
72+ * Underscore in the beginning of constant removed
73+ - Add downloads badge (#441) [Mori Atsushi]
74+ - Fix CI fails (Updated iOS ver) (#440) [Mori Atsushi]
75+
76+ * Updated iOS ver to fix CI fails
77+
78+ * Update capability for safari test on ios
79+
80+ * Fix travis CI fails
81+ - Fix CI fails (#436) [Mori Atsushi]
82+
83+ * Skip taking the screenshot not in CI
84+
85+ * Skip py38 on travis
86+ - Fix isort behavior for mock (#432) [Mori Atsushi]
87+
88+ * Fix isort behavior for mock
89+
90+ * Add guide to add 3rd party modules to isort conf
91+
92+ * Add guide for docstrings
93+
94+ * Delete unnecessary codes
95+ - Run unittest with python3.8 (#433) [Mori Atsushi]
96+ - Fix android flaky tests (#413) [Mori Atsushi]
97+
98+ * Fix android flaky tests
99+
100+ * Use androidSdkVer 27 for emulator
101+
102+ * Skip find_by_accessibility_id, find_by_uiautomator
103+
104+ * Changed from https://github.com/ki4070ma/python-client/pull/5
105+
106+ * Add save_appium_log.yml
107+
108+ * Don't run flaky tests on CI
109+
110+ * Rename class name
111+ - Ci: try run all scripts and exit 1 when something fails (#431)
112+ [Kazuaki Matsuo]
113+
114+ * try run all scripts and exit 1 when something fails
115+
116+ * ignore link in Python 3.7 because of runtime error
117+ - Bump 0.47. [Kazuaki Matsuo]
118+ - Update changelog for 0.47. [Kazuaki Matsuo]
119+
120+
5121v0.47 (2019-08-22)
6122------------------
7123
0 commit comments