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

Issue 29345373: Issue 2513 - Adblock Browser does not display chosen filter lists as active right away (Closed)

Created:
May 30, 2016, 3:45 p.m. by diegocarloslima
Modified:
Dec. 28, 2016, 3:12 p.m.
Reviewers:
anton, Felix Dahlke
CC:
René Jeschke
Visibility:
Public.

Description

Issue 2513 - Adblock Browser does not display chosen filter lists as active right away

Patch Set 1 #

Total comments: 4

Patch Set 2 : Adjusting spacing and curly brackets #

Total comments: 2

Patch Set 3 : Instead of implementing listener interfaces, declaring private inner classes + class members #

Patch Set 4 : Removing unused removeSubscriptionListener #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -17 lines) Patch
M mobile/android/thirdparty/org/adblockplus/browser/SubscriptionContainer.java View 1 2 3 5 chunks +65 lines, -4 lines 0 comments Download
M mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java View 1 2 4 chunks +41 lines, -13 lines 0 comments Download

Messages

Total messages: 7
diegocarloslima
May 30, 2016, 3:49 p.m. (2016-05-30 15:49:10 UTC) #1
anton
https://codereview.adblockplus.org/29345373/diff/29345374/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java File mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java (right): https://codereview.adblockplus.org/29345373/diff/29345374/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java#newcode100 mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java:100: if (preference instanceof CheckBoxPreference && newValue instanceof Boolean) i'd ...
Sept. 30, 2016, 7:12 a.m. (2016-09-30 07:12:54 UTC) #2
diegocarloslima
https://codereview.adblockplus.org/29345373/diff/29345374/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java File mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java (right): https://codereview.adblockplus.org/29345373/diff/29345374/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java#newcode100 mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java:100: if (preference instanceof CheckBoxPreference && newValue instanceof Boolean) On ...
Oct. 26, 2016, 1:04 p.m. (2016-10-26 13:04:33 UTC) #3
anton
On 2016/10/26 13:04:33, diegocarloslima wrote: > https://codereview.adblockplus.org/29345373/diff/29345374/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java > File > mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java > (right): > > ...
Nov. 2, 2016, 1:58 p.m. (2016-11-02 13:58:05 UTC) #4
Felix Dahlke
Looks good, just one comment. https://codereview.adblockplus.org/29345373/diff/29361550/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java File mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java (right): https://codereview.adblockplus.org/29345373/diff/29361550/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java#newcode33 mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java:33: Preference.OnPreferenceChangeListener, SubscriptionContainer.SubscriptionListener FYI: We ...
Dec. 13, 2016, 8:59 a.m. (2016-12-13 08:59:20 UTC) #5
diegocarloslima
https://codereview.adblockplus.org/29345373/diff/29361550/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java File mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java (right): https://codereview.adblockplus.org/29345373/diff/29361550/mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java#newcode33 mobile/android/thirdparty/org/adblockplus/browser/SubscriptionPreferenceCategory.java:33: Preference.OnPreferenceChangeListener, SubscriptionContainer.SubscriptionListener On 2016/12/13 08:59:20, Felix Dahlke wrote: > ...
Dec. 13, 2016, 1:31 p.m. (2016-12-13 13:31:05 UTC) #6
Felix Dahlke
Dec. 13, 2016, 4:16 p.m. (2016-12-13 16:16:58 UTC) #7
LGTM!

Powered by Google App Engine
This is Rietveld