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

Issue 5431458994847744: Automatically enable acceptable ads and notify the user about it (Closed)

Created:
Nov. 26, 2013, 10:39 a.m. by Felix Dahlke
Modified:
Nov. 26, 2013, 3:18 p.m.
Visibility:
Public.

Description

This is based on the changes in this review: http://codereview.adblockplus.org/6196972490850304/

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fix prefs and url encode issues #

Patch Set 3 : Fix prefs and url encode issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -13 lines) Patch
M src/org/adblockplus/android/AdblockPlus.java View 1 3 chunks +17 lines, -0 lines 0 comments Download
M src/org/adblockplus/android/Preferences.java View 1 2 chunks +28 lines, -13 lines 0 comments Download

Messages

Total messages: 4
Felix Dahlke
Nov. 26, 2013, 10:41 a.m. (2013-11-26 10:41:09 UTC) #1
Wladimir Palant
http://codereview.adblockplus.org/5431458994847744/diff/5629499534213120/jni/abpEngine.cpp File jni/abpEngine.cpp (right): http://codereview.adblockplus.org/5431458994847744/diff/5629499534213120/jni/abpEngine.cpp#newcode475 jni/abpEngine.cpp:475: filterEngine->SetPref("notified_about_acceptable_ads", jsEngine->NewValue(notified)); This won't do anything, prefs that aren't ...
Nov. 26, 2013, 11:01 a.m. (2013-11-26 11:01:02 UTC) #2
Felix Dahlke
Fixed the prefs and url encode issues, commented on the others. http://codereview.adblockplus.org/5431458994847744/diff/5629499534213120/jni/abpEngine.cpp File jni/abpEngine.cpp (right): ...
Nov. 26, 2013, 1:59 p.m. (2013-11-26 13:59:31 UTC) #3
Wladimir Palant
Nov. 26, 2013, 3:13 p.m. (2013-11-26 15:13:32 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld