Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 3165 - The configureable whitelist #11

Closed
wants to merge 14 commits into from

Conversation

dedecej
Copy link
Contributor

@dedecej dedecej commented Nov 11, 2015

Related to issue 3165.

@@ -0,0 +1,18 @@
# Uncomment this line to define a global platform for your project
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Project is using cocoapods now. Cocoapods is managing external libraries, which does not have to populate repository.
pod install needs to be called before project is build.

@dedecej
Copy link
Contributor Author

dedecej commented Nov 11, 2015

@fhd: This PR is ready for review. It includes new whitelist functionality without sharing extension.

cell = [tableView dequeueReusableCellWithIdentifier:@"WebsiteCell" forIndexPath:indexPath];
cell.textLabel.text = self.adblockPlus.whitelistedWebsites[indexPath.row];

UIButton *buttom = [UIButton buttonWithType:UIButtonTypeCustom];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"buttom" looks like a typo (also in "onTrashButtomTouched").

@fhd
Copy link
Contributor

fhd commented Nov 19, 2015

@dedecej Sorry for the delay! Had a look now (except for the parsing/merging code, saving that for later). Looks good all in all, left a few comments/questions.

@fhd
Copy link
Contributor

fhd commented Nov 24, 2015

@dedecej Added one more relevant comment, plus, I think you might have missed this one: #11 (comment)

As I said, I haven't reviewed the merging code yet, we should first finish discussing how that should work.

@@ -0,0 +1,21 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there Image.imageset in addition to trash.imageset? They seem to be about the same image.

@fhd
Copy link
Contributor

fhd commented Nov 27, 2015

@dedecej Reviewed everything now. Looks good by and large, mostly style stuff.

@dedecej
Copy link
Contributor Author

dedecej commented Nov 30, 2015

@fhd: We are good to go. I addressed all of your issues.

@@ -33,7 +33,7 @@ - (void)viewDidLoad
{
[super viewDidLoad];

// Test if adblock browser is installed
// Test if adblock browser is installed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated, but to speed things up I'll leave it out when merging this and apply it as a separate Noissue.

@fhd
Copy link
Contributor

fhd commented Dec 4, 2015

@dedecej Yeah, looks pretty good now, just some really small stuff remaining, and I'll merge it.

@dedecej
Copy link
Contributor Author

dedecej commented Dec 4, 2015

@fhd: Those changes were small, PR is ready.

@fhd
Copy link
Contributor

fhd commented Dec 4, 2015

LGTM! Merging it.

@fhd
Copy link
Contributor

fhd commented Dec 4, 2015

Merged: 5d48434, thanks again!

@fhd fhd closed this Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants