Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 29348393: Issue 4259 - Change libadblockplus-android description in README (Closed)
Patch Set: Created July 22, 2016, 12:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld