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

Issue 4920541991403520: Create a minimal settings UI (Closed)

Created:
March 20, 2015, 10:42 p.m. by René Jeschke
Modified:
May 28, 2015, 7:30 p.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

Create a minimal settings UI

Patch Set 1 #

Patch Set 2 : Hopefully removed wrong files #

Patch Set 3 : Typos, extra-summary into strings.xml. #

Patch Set 4 : Added missing slashes #

Patch Set 5 : Cleanup of AddOnBridge #

Total comments: 66

Patch Set 6 : Addressed issues #

Patch Set 7 : Forgot commenting out #

Total comments: 1

Patch Set 8 : Some more renamings #

Patch Set 9 : ...malformed #

Total comments: 4

Patch Set 10 : Colons #

Patch Set 11 : Removed default case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+568 lines, -0 lines) Patch
M adblockplus/Api.jsm View 1 2 3 4 5 6 7 8 9 10 3 chunks +34 lines, -0 lines 0 comments Download
M mobile/android/base/moz.build View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M mobile/android/base/resources/xml-v11/preferences.xml View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
A mobile/android/base/resources/xml-v11/preferences_abb_abp.xml View 1 2 3 4 5 6 7 1 chunk +36 lines, -0 lines 0 comments Download
M mobile/android/base/resources/xml/preferences.xml View 1 2 3 4 5 6 7 1 chunk +11 lines, -0 lines 0 comments Download
A mobile/android/base/resources/xml/preferences_abb_abp.xml View 1 2 3 4 5 6 7 1 chunk +38 lines, -0 lines 0 comments Download
A mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml View 1 2 3 4 5 6 7 1 chunk +28 lines, -0 lines 0 comments Download
M mobile/android/base/strings.xml.in View 1 2 3 4 5 6 7 1 chunk +25 lines, -0 lines 0 comments Download
M mobile/android/chrome/content/browser.js View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
A mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java View 1 2 3 4 5 6 7 1 chunk +93 lines, -0 lines 0 comments Download
A mobile/android/thirdparty/org/adblockplus/browser/AdblockPlusApiCallback.java View 1 chunk +26 lines, -0 lines 0 comments Download
A mobile/android/thirdparty/org/adblockplus/browser/AddOnBridge.java View 1 2 3 4 5 6 7 1 chunk +259 lines, -0 lines 0 comments Download

Messages

Total messages: 14
René Jeschke
March 20, 2015, 10:45 p.m. (2015-03-20 22:45:16 UTC) #1
Felix Dahlke
Haven't reviewed the Java code yet, but here's a few comments about the rest. http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/adblockplus/Api.jsm ...
March 22, 2015, 1:52 p.m. (2015-03-22 13:52:34 UTC) #2
René Jeschke
http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/adblockplus/Api.jsm File adblockplus/Api.jsm (right): http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/adblockplus/Api.jsm#newcode41 adblockplus/Api.jsm:41: let {FilterNotifier} = require("filterNotifier"); On 2015/03/22 13:52:34, Felix H. ...
March 22, 2015, 3:32 p.m. (2015-03-22 15:32:59 UTC) #3
Felix Dahlke
OK, reviewed everything now. http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/base/resources/xml-v11/preferences.xml File mobile/android/base/resources/xml-v11/preferences.xml (right): http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/base/resources/xml-v11/preferences.xml#newcode41 mobile/android/base/resources/xml-v11/preferences.xml:41: android:value="preferences_abp_adblockplus" /> On 2015/03/22 15:32:59, ...
March 22, 2015, 3:51 p.m. (2015-03-22 15:51:45 UTC) #4
René Jeschke
http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java File mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java (right): http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java#newcode27 mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java:27: public class AbpCheckBoxPreference extends CustomCheckBoxPreference implements On 2015/03/22 15:51:45, ...
March 22, 2015, 4:44 p.m. (2015-03-22 16:44:55 UTC) #5
Felix Dahlke
Looks good now, except for the onClick stuff - seems to me like we can ...
March 22, 2015, 5:44 p.m. (2015-03-22 17:44:34 UTC) #6
René Jeschke
http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java File mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java (right): http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java#newcode62 mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java:62: protected void onClick() On 2015/03/22 17:44:34, Felix H. Dahlke ...
March 22, 2015, 6:32 p.m. (2015-03-22 18:32:41 UTC) #7
Felix Dahlke
http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java File mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java (right): http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java#newcode62 mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java:62: protected void onClick() On 2015/03/22 18:32:41, René Jeschke wrote: ...
March 22, 2015, 8:10 p.m. (2015-03-22 20:10:24 UTC) #8
René Jeschke
http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java File mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java (right): http://codereview.adblockplus.org/4920541991403520/diff/5750085036015616/mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java#newcode62 mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java:62: protected void onClick() On 2015/03/22 20:10:24, Felix H. Dahlke ...
March 22, 2015, 9:04 p.m. (2015-03-22 21:04:45 UTC) #9
Felix Dahlke
http://codereview.adblockplus.org/4920541991403520/diff/5764640680181760/adblockplus/Api.jsm File adblockplus/Api.jsm (right): http://codereview.adblockplus.org/4920541991403520/diff/5764640680181760/adblockplus/Api.jsm#newcode56 adblockplus/Api.jsm:56: initCommunication : function() Nit: No space before :. Also ...
March 22, 2015, 9:05 p.m. (2015-03-22 21:05:09 UTC) #10
René Jeschke
http://codereview.adblockplus.org/4920541991403520/diff/5764640680181760/adblockplus/Api.jsm File adblockplus/Api.jsm (right): http://codereview.adblockplus.org/4920541991403520/diff/5764640680181760/adblockplus/Api.jsm#newcode56 adblockplus/Api.jsm:56: initCommunication : function() On 2015/03/22 21:05:09, Felix H. Dahlke ...
March 22, 2015, 9:18 p.m. (2015-03-22 21:18:14 UTC) #11
René Jeschke
On 2015/03/22 21:18:14, René Jeschke wrote: > http://codereview.adblockplus.org/4920541991403520/diff/5764640680181760/adblockplus/Api.jsm > File adblockplus/Api.jsm (right): > > http://codereview.adblockplus.org/4920541991403520/diff/5764640680181760/adblockplus/Api.jsm#newcode56 ...
March 22, 2015, 9:23 p.m. (2015-03-22 21:23:56 UTC) #12
René Jeschke
March 22, 2015, 9:24 p.m. (2015-03-22 21:24:01 UTC) #13
Felix Dahlke
March 22, 2015, 9:24 p.m. (2015-03-22 21:24:29 UTC) #14
LGTM!

Powered by Google App Engine
This is Rietveld