| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 Adblock Plus Library for Android | 1 Adblock Plus Library for Android |
| 2 ======================== | 2 ======================== |
| 3 | 3 |
| 4 An Android library project that runs a proxy to block ads. | 4 An Android library project that provides an opportunity to use adblockplus core |
| 5 functionality in Java/Android. | |
|
diegocarloslima
2016/09/08 15:33:51
The choice of the best description is a bit subjec
anton
2016/09/09 06:48:18
Easier means that there is another way (probably m
diegocarloslima
2016/11/03 10:48:45
OK, got your point there, so I would just suggest
anton
2016/12/02 06:10:03
Acknowledged.
| |
| 5 | 6 |
| 6 Updating the dependencies | 7 Updating the dependencies |
| 7 ------------------------- | 8 ------------------------- |
| 8 | 9 |
| 9 Adblock Plus Library for Android has dependencies that aren't in this repository . | 10 Adblock Plus Library for Android has dependencies that aren't in this repository . |
| 10 To update those, call: | 11 To update those, call: |
| 11 | 12 |
| 12 ./ensure_dependencies.py | 13 ./ensure_dependencies.py |
| 13 | 14 |
| 14 ## Library | 15 ## Library |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 87 | 88 |
| 88 ant testOnly -DtestClass=org.adblockplus.libadblockplus.tests.NotificationTe st | 89 ant testOnly -DtestClass=org.adblockplus.libadblockplus.tests.NotificationTe st |
| 89 | 90 |
| 90 To run specific **test method** run: | 91 To run specific **test method** run: |
| 91 | 92 |
| 92 ant testOnly -DtestClass=full.test.class.name#testMethod | 93 ant testOnly -DtestClass=full.test.class.name#testMethod |
| 93 | 94 |
| 94 For example: | 95 For example: |
| 95 | 96 |
| 96 ant testOnly -DtestClass=org.adblockplus.libadblockplus.tests.NotificationTe st#testAddNotification | 97 ant testOnly -DtestClass=org.adblockplus.libadblockplus.tests.NotificationTe st#testAddNotification |
| OLD | NEW |