Commit Graph

332 Commits

Author SHA1 Message Date
Samuel Carlsson
4cdff4b399 Adding link to contributors and license file. 2016-07-28 22:24:11 +02:00
Samuel Carlsson
204219c367 Adding short contributing text and link from README.md
This will help newcomers get into the code quickly, and will also make it easier to merge pull requests.
2016-07-28 19:22:01 +02:00
Samuel Carlsson
9c6dfc2220 Merge pull request #24 from SKART1/develop
vidstige/jadb#23 fixes
2016-07-26 12:21:45 +02:00
Samuel Carlsson
9ee912bcb7 Merge pull request #25 from SKART1/FT-17-install-options-support
vidstige/jadb#17 adding options for pm install command
2016-07-26 12:19:58 +02:00
Arthur
f43f014d82 FT-17-install-options-support removed unused imports 2016-07-26 13:09:43 +03:00
Arthur
983dedf706 vidstige/jadb#17 adding options for pm install command 2016-07-26 13:06:46 +03:00
Arthur
fbcc6f26a6 vidstige/jadb#23 fixes 2016-07-26 12:20:42 +03:00
Samuel Carlsson
6afe96b0e0 Merge pull request #22 from vidstige/removing-ide-files
Removing ide files
2016-07-25 22:57:41 +02:00
Samuel Carlsson
be4fa2279c Refactor: Putting test output in out/ directory.
To avoid cluttering the repo root.
2016-07-25 18:51:24 +02:00
Samuel Carlsson
0eb27e79b9 Build: Cleaning up .gitignore & friends 2016-07-25 18:42:08 +02:00
Samuel Carlsson
c478d9bb9d Build: Removing Eclipse project files. 2016-07-25 18:42:08 +02:00
Samuel Carlsson
4beaa0e87b Build: Connecting pom.xml to IntelliJ 2016-07-25 18:42:08 +02:00
Samuel Carlsson
c1f482a382 Build: Specifying java source version in pom
- This makes is easier to import pom into InteliJ.
2016-07-25 18:42:08 +02:00
Samuel Carlsson
177ef9691c Merge pull request #19 from vidstige/fix/get-state
Removing `getState`, which was not working properly.
2016-07-22 16:15:01 +02:00
Samuel Carlsson
22b6e8e03f Removing getState, which was not working properly.
Tried to fix, by following the documentation found at https://github.com/android/platform_system_core/blob/master/adb/SERVICES.TXT, but to no avail.
2016-07-22 16:06:55 +02:00
Samuel Carlsson
94ebf380d8 Merge pull request #13 from SKART1/IMP-1-Maven-support
Imp 1 maven support
2016-05-24 18:55:15 +02:00
Arthur
62480e3fe8 Merge remote-tracking branch 'upstream/master' into IMP-1-Maven-support 2016-05-24 17:24:37 +03:00
Arthur
a70ecc4f0c vidstige/jadb#11 fixes for broken tests 2016-05-23 17:29:18 +03:00
Arthur
7dac3eb714 vidstige/jadb#11 some typo fixes 2016-05-23 17:14:30 +03:00
Arthur
9e52e80eaa vidstige/jadb#11 some more improvements 2016-05-23 17:09:01 +03:00
Samuel Carlsson
df3df3eae7 Merge pull request #12 from vidstige/fix/force-install
Refactor: Cleaning up `forceInstall`
2016-05-13 21:53:59 +02:00
Samuel Carlsson
2b71a04b4c Refactor: Cleaning up forceInstall 2016-05-13 21:40:14 +02:00
Samuel Carlsson
a1af30a81a Merge pull request #10 from fashioncj/master
forceInstall & install remove
2016-05-13 19:59:43 +02:00
Arthur
7945c54b95 IMP-1-Maven-support fixes for paths in sources 2016-05-11 13:18:08 +03:00
Arthur
72a536d11f IMP-1-Maven-support vidstige/jadb#11 pom file added 2016-05-10 13:23:35 +03:00
Arthur
3202e5b4aa Maven support added 2016-05-10 13:14:03 +03:00
fashioncj
96f2b1fa05 fix test 2016-05-08 14:50:39 +08:00
fashioncj
71388516fe fix whitespace 2016-05-08 14:43:53 +08:00
fashioncj
c52447e098 add forceInstall for application already exist
add a way to remove installed apk

fix issue
2016-05-08 14:38:01 +08:00
fashioncj
639ecdb633 add forceInstall for application already exist
add a way to remove installed apk
2016-05-05 21:36:42 +08:00
Samuel Carlsson
3b5e0ce2fb Merge pull request #9 from vidstige/packagemanager
Packagemanager
2016-04-29 15:16:05 +02:00
Samuel Carlsson
cadf3d4957 Quoting shell arguments with spaces 2016-04-29 15:02:18 +02:00
Samuel Carlsson
07f74cb20a Now possible to launch apps by package name 2016-04-29 10:02:55 +02:00
Samuel Carlsson
a1e55f06d8 Now possible to install packages easily. 2016-04-28 13:51:08 +02:00
Samuel Carlsson
dfb04af94b Adding package manager 2016-04-27 21:56:12 +02:00
Samuel Carlsson
18375a8d02 Merge pull request #8 from vidstige/refactor/raw-input-rebased
Refactor/raw input rebased
2016-04-27 21:30:47 +02:00
Samuel Carlsson
0d60b34e7e Depricating the old executeShell method. 2016-04-27 20:39:14 +02:00
Samuel Carlsson
8cee1088a8 The shell command now returns InputStream. 2016-04-27 20:39:14 +02:00
Samuel Carlsson
17e43e650d Merge pull request #6 from vidstige/launch-adb-automagically
Automatically tries to launch adb server.
2016-03-28 22:21:52 +02:00
Samuel Carlsson
d8445e8cb2 _Tries_ to start adb server, does not bail out if not possible. 2016-03-28 21:15:27 +02:00
Samuel Carlsson
6c1835cc11 Automatically tries to launch adb server.
Fixes issue #3.
2016-03-28 21:09:00 +02:00
Samuel Carlsson
58db71039d Merge pull request #5 from vidstige/gi-tests-rebased
Runs tests as part of travis build
2016-03-28 16:11:55 +02:00
Samuel Carlsson
09a989e144 Automatically skipping real device tests if no connection to adb server. 2016-03-28 16:08:33 +02:00
Samuel Carlsson
4b3708d59c Running unit tests as part of travis build 2016-03-28 16:08:33 +02:00
Samuel Carlsson
68e92d14f4 Filtering out 0x0d, 0x0a sequences from shell commands. Makes screenshotting work again. :-) 2016-03-28 14:01:17 +02:00
Samuel Carlsson
c9a0a59ace Filtering out 0x0d, 0x0a sequences from shell commands. Makes screenshotting work again. :-) 2016-03-28 09:41:53 +02:00
Samuel Carlsson
41872e3bb9 Refactor: Consistent whitespace & brace style 2016-03-20 09:13:59 +01:00
Samuel Carlsson
d716ba0325 Using UnsupportedOperationException instead of weird NotImplementedException 2016-03-15 09:12:43 +01:00
Samuel Carlsson
7dc5d73d00 Removing unused jar 2016-03-03 07:36:29 +01:00
Samuel Carlsson
d8acf8d45f Build: Using JAVA_HOME to find jdk. 2016-03-03 07:29:34 +01:00