Jano Svitok
|
188aec84d6
|
Fix: Return of boolean expressions should not be wrapped into an "if-then-else" statement (squid:S1126)
|
2018-07-30 13:38:35 +02:00 |
|
Jano Svitok
|
1a34d13bbb
|
Fix: Empty statements should be removed (squid:EmptyStatementUsageCheck)
|
2018-07-30 13:38:24 +02:00 |
|
Jano Svitok
|
9b4be76f3e
|
Fix: Local variable and method parameter names should comply with a naming convention (squid:S00117)
|
2018-07-30 13:38:07 +02:00 |
|
Jano Svitok
|
aa245626ab
|
Suppress: Method names should comply with a naming convention (squid:S00100)
|
2018-07-30 13:37:55 +02:00 |
|
Jano Svitok
|
f40d46917b
|
Fix: The diamond operator ("<>") should be used (squid:S2293)
|
2018-07-30 13:37:45 +02:00 |
|
Jano Svitok
|
17b93cb935
|
Suppress: Constant names should comply with a naming convention (squid:S00115)
|
2018-07-30 13:37:37 +02:00 |
|
Jano Svitok
|
70c700a6a1
|
Fix: Modifiers should be declared in the correct order (squid:ModifiersOrderCheck)
|
2018-07-30 13:37:23 +02:00 |
|
Jano Svitok
|
c40420a64a
|
Fix Loops should not be infinite (squid:S2189) - suppress this check
|
2018-07-30 13:37:08 +02:00 |
|
Samuel Carlsson
|
aef604459b
|
Merge pull request #85 from janosvitok/rename-PackageMangerTests
Fix typo: PackageMangerTests -> PackageManagerTests
|
2018-06-22 10:22:29 +02:00 |
|
Jano Svitok
|
0b2347ddc9
|
Fix typo: PackageMangerTests -> PackageManagerTests
Fixes #83
|
2018-06-21 14:10:20 +02:00 |
|
Art
|
312cd0235a
|
Merge pull request #81 from janosvitok/fix-typo
Fix typo
|
2018-05-22 18:38:37 +03:00 |
|
Jano Svitok
|
f7a72e556c
|
Fix typo
|
2018-05-22 16:37:53 +02:00 |
|
Art
|
c331b07364
|
Merge pull request #79 from vidstige/v1.1.0
v1.1.0
|
2018-05-17 17:39:22 +03:00 |
|
Samuel Carlsson
|
2e455416ac
|
v1.1.0
|
2018-05-17 10:17:43 +12:00 |
|
Samuel Carlsson
|
f9cfdfa419
|
Merge pull request #75 from anthonyflynn/package_manager_tests
Package manager tests
|
2018-02-04 21:23:57 +01:00 |
|
anthonyflynn
|
23bfd4bf7d
|
Simplifying equals method and changing class check to use instanceof.
|
2018-02-04 19:55:02 +00:00 |
|
anthonyflynn
|
1834bc4812
|
Comparing attribute equality for equals method (reflecting RemoveFile class).
|
2018-02-03 19:11:42 +00:00 |
|
anthonyflynn
|
8a6c0d006e
|
Adding PackageManager unit tests for getPackages method.
|
2018-02-03 19:09:46 +00:00 |
|
Samuel Carlsson
|
39dc7ee90f
|
Merge pull request #71 from vidstige/codecov
codecov with jacoco
|
2017-10-27 16:11:51 +02:00 |
|
Samuel Carlsson
|
93e5e02192
|
codecov badge
|
2017-10-22 19:36:34 +02:00 |
|
Samuel Carlsson
|
36f107da5b
|
codecov with jacoco
|
2017-10-22 19:30:48 +02:00 |
|
Samuel Carlsson
|
5dfacc8e32
|
Linking to real android source
|
2017-10-19 21:27:58 +02:00 |
|
Samuel Carlsson
|
3d168a834f
|
Update README.md
|
2017-10-19 21:22:55 +02:00 |
|
Samuel Carlsson
|
551d475851
|
Merge pull request #70 from muhikhsan101/quote-whitespaced-args
Quote Command Arguments with Whitespace
|
2017-10-19 21:19:29 +02:00 |
|
Muhammad Ikhsan
|
e441c96c85
|
Check other whitespace characters, e.g. tabs
|
2017-10-17 16:29:40 +07:00 |
|
Muhammad Ikhsan
|
99555a53f0
|
Modify testExecuteShellQuotesSpace to test other whitespace characters
|
2017-10-17 16:29:12 +07:00 |
|
Muhammad Ikhsan
|
b4ccd454a0
|
Make sure shellExpectations are verified
|
2017-10-17 16:28:26 +07:00 |
|
Muhammad Ikhsan
|
b4928a40c3
|
Apply the correct package name
|
2017-10-17 16:27:34 +07:00 |
|
Samuel Carlsson
|
e6a2ead1b4
|
Update README.md
|
2017-10-14 22:07:50 +02:00 |
|
Samuel Carlsson
|
1d350ad1d4
|
First timer friendly badge
|
2017-10-14 22:06:27 +02:00 |
|
Art
|
6a229592f5
|
Merge pull request #68 from ErnyTech/master
Add recovery state supoort
|
2017-10-12 10:54:43 +03:00 |
|
ErnyTech Team
|
edbf822c65
|
Update JadbDevice.java
Repair format
|
2017-10-12 09:49:31 +02:00 |
|
ErnyTech Team
|
1aebcaee1d
|
Add recovery state supoort
|
2017-10-08 17:08:56 +02:00 |
|
Art
|
4332cd6ab8
|
Merge pull request #66 from gwpantazes/patch-1
Small grammatical changes in README intro
|
2017-08-30 00:13:56 +03:00 |
|
George Pantazes
|
68ed3f319f
|
Small grammatical changes in README intro
Fixed one or two grammatical errors in the README intro, as well as tried to further refine the language.
|
2017-08-29 14:01:35 -07:00 |
|
Art
|
69877b3397
|
Merge pull request #63 from emanresusername/patch-1
add link to jitpack build bage
|
2017-06-12 12:40:11 +03:00 |
|
Jordan Gwyn
|
beceeae351
|
add link to jitpack build
|
2017-06-10 17:14:42 -07:00 |
|
Samuel Carlsson
|
a65c81343f
|
Merge pull request #62 from bryant1410/master
Fix broken headings in Markdown files
|
2017-04-17 20:21:33 +02:00 |
|
Santiago Castro
|
71633da0a5
|
Fix broken Markdown headings
|
2017-04-16 16:49:54 -03:00 |
|
Samuel Carlsson
|
2775691d70
|
Merge pull request #60 from tmyroadctfig/master
Allow the location of the ADB binary to be specified for AdbServerLauncher.
|
2017-03-30 19:47:46 +02:00 |
|
Luke Quinane
|
62ae7cf530
|
Allow the location of the ADB binary to be specified.
|
2017-03-30 11:10:51 +11:00 |
|
Samuel Carlsson
|
79ab1aa5ea
|
Merge pull request #59 from SKART1/FT-58-connect-disconnect
Ft 58 connect disconnect
|
2017-03-20 14:09:22 +01:00 |
|
Art
|
b4fa17abff
|
#58 fixes in tests
|
2017-03-20 16:03:34 +03:00 |
|
Art
|
4442663889
|
#58 migration to InetSocketAddress
|
2017-03-20 15:17:38 +03:00 |
|
Art
|
64544b5bff
|
#58 fixes in spaces and newline at the end of new files. Fixed typo in test
|
2017-03-20 14:48:09 +03:00 |
|
Art
|
0a12f784ca
|
#58 implemented disconnect command
|
2017-03-20 13:48:24 +03:00 |
|
Art
|
f6e7da4f1f
|
#58 connect command implemented and it`s test
|
2017-03-20 13:18:56 +03:00 |
|
Art
|
ebbceb99d5
|
#58 skeleton implemented
|
2017-03-17 19:48:13 +03:00 |
|
Art
|
5c1561bf94
|
#58 .gitignore changes
|
2017-03-17 19:46:14 +03:00 |
|
Raimund Hocke
|
7830215c53
|
correct version number for jitpack is v1.0.1
|
2017-03-13 09:56:27 +01:00 |
|