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

Updated Firefox Android extension #587

Merged
merged 112 commits into from Aug 10, 2020

Update GeneralSettings test to not depend on MomentJS

47cabf9
Select commit
75b0091
add linting for no-param-reassign and fix resulting linting errors
IAmThePan Apr 29, 2020
8d37082
add linting for prefer-object-spread and fix resulting linting errors
IAmThePan Apr 29, 2020
3049bd1
add linting for no-restricted-syntax and fix 1/2 of resulting errors
IAmThePan May 1, 2020
fe03ad7
add linting for no-prototype-builtins and fix resulting linting errors
IAmThePan May 4, 2020
f11bc18
add linting for class-methods-use-this and fix most resulting errors.…
IAmThePan May 5, 2020
5f3471e
finish linting for class-methods-use-this
IAmThePan May 6, 2020
d4d84dc
add linting for no-mixed-operators and fix resulting linting errors
IAmThePan May 6, 2020
17f90ed
add linting for import/prefer-default-export and fix resulting lintin…
IAmThePan May 8, 2020
a77cd1b
add linting for react/no-access-state-in-setstate and fix resulting l…
IAmThePan May 8, 2020
c31dbaf
add linting for react/jsx-props-no-spreading and fix resulting lintin…
IAmThePan May 11, 2020
3d50aff
finish linting errors for no-restricted-syntax. 1 remains: couldn't r…
IAmThePan May 12, 2020
227d012
Merge branch 'develop' into feature/update-linter
IAmThePan May 12, 2020
0988a29
Fix linting errors resulting from the merge with develop
IAmThePan May 12, 2020
b55be21
Refactor UNSAFE_componentWillMount into either constructor or compone…
IAmThePan May 14, 2020
241747c
Refactor UNSAFE_componentWillReceiveProps to componentDidUpdate or ge…
IAmThePan May 18, 2020
eb413fb
re-enable lint exception for no-prototype-builtins and revert calls b…
IAmThePan May 20, 2020
ac0ec93
add single line exception for no-restricted-syntax linting rule
IAmThePan May 20, 2020
fd954eb
add linting for react/destructuring-assignment and fix errors. ToDo: …
IAmThePan May 21, 2020
e815546
Fix minor bugs
IAmThePan May 22, 2020
ae8ffcc
Fix General Settings last updated text
IAmThePan May 22, 2020
4c56460
rework linting rule no-param-reassign to have more exceptions and par…
IAmThePan May 23, 2020
c5ef663
Remove file and line linting exceptions.
IAmThePan May 26, 2020
3ca2402
re-add linting rule react/sort-comp and fix resulting errors
IAmThePan May 26, 2020
4533fd7
remove added linting exception consistent-return and fix resulting er…
IAmThePan May 26, 2020
590aa60
remove added linting expression no-use-before-define and fix resultin…
IAmThePan May 26, 2020
ecb62e8
Fix linting error
IAmThePan May 26, 2020
f634c1d
fix minor bugs
IAmThePan May 26, 2020
ea51432
Code cleanup: fix PromoModal imports
IAmThePan May 26, 2020
75a88cb
Merge with develop. Fix resulting linting errors
IAmThePan May 26, 2020
68493d2
remove unnecessary hasOwnProperty calls after refactored for...in loops
IAmThePan May 28, 2020
6297062
Fix missing strings bug
IAmThePan May 28, 2020
9b4d16c
Fix last remaining string bug
IAmThePan May 28, 2020
12e1f95
Begin work on a global object for debugging.
IAmThePan May 29, 2020
a4986ab
Add accountEvents array to Ghostery Debug for logging login/out events
IAmThePan Jun 2, 2020
c3f4cfd
Add way to output window.GHOSTERY for the user
IAmThePan Jun 3, 2020
510c541
Merge branch 'develop' into feature/console-debugging
IAmThePan Jun 4, 2020
4c73cfc
merge with develop
IAmThePan Jun 6, 2020
06b5641
prevent error when not signed in
IAmThePan Jun 6, 2020
7264190
Promises don't reject, just give important data to user
IAmThePan Jun 7, 2020
429be34
Download DebugInfo as a JSON file.
IAmThePan Jun 8, 2020
8393636
Update panel so it can be opened in a seperate tab
IAmThePan Jun 9, 2020
b0bb220
Update panel-android Tabs. Non-happy path tests needed.
IAmThePan Jun 10, 2020
e92afe8
Merge branch 'develop' into feature/update-android
IAmThePan Jun 15, 2020
2fc6a2f
Merge branch 'develop' into feature/console-debugging
IAmThePan Jun 15, 2020
56faf5d
Merge branch 'feature/console-debugging' into feature/update-android
IAmThePan Jun 16, 2020
1dd8e48
Refactor the Panel Android React app
IAmThePan Jun 17, 2020
2c8f08e
Panel Android OverviewTab more complete
IAmThePan Jun 18, 2020
75419d0
More work on PanelAndroid I
IAmThePan Jun 22, 2020
1124da7
More work on PanelAndroid II
IAmThePan Jun 22, 2020
385a87b
More work on PanelAndroid III
IAmThePan Jun 22, 2020
16a90fd
More work on PanelAndroid IV
IAmThePan Jun 22, 2020
10ad640
More work on PanelAndroid: BlockingTracker and BlockingCategory need …
IAmThePan Jun 25, 2020
d09ac22
PanelAndroid update all components complete. Need to fix bugs and add…
IAmThePan Jun 26, 2020
05f29bf
Clean up PanelAndroid
IAmThePan Jun 27, 2020
9141817
Add Account and Settings route to PanelAndroid
IAmThePan Jun 27, 2020
e682be6
Add Account and Settings to PanelAndroid.
IAmThePan Jun 29, 2020
6c8a5d7
Rework OverviewTab and add tests
IAmThePan Jun 29, 2020
66cd03f
Add actions to PanelAndroid Settings
IAmThePan Jul 1, 2020
4eae361
Merge branch 'develop' into feature/console-debugging
IAmThePan Jul 1, 2020
3ac3590
Merge branch 'feature/console-debugging' into feature/update-android
IAmThePan Jul 1, 2020
48ff206
Update BlockingTracker to render in a List compoent to better perform…
IAmThePan Jul 2, 2020
44cfe90
Update PausedButton actions to work with dropdown
IAmThePan Jul 2, 2020
9ff0bf6
Merge branch 'develop' into feature/console-debugging
IAmThePan Jul 8, 2020
188a7cf
Merge branch 'feature/console-debugging' into feature/update-android
IAmThePan Jul 8, 2020
935e32f
Update path to cliqz trackerdb. Update compyright year for touched fi…
IAmThePan Jul 9, 2020
89785b2
Merge branch 'develop' into feature/console-debugging
IAmThePan Jul 14, 2020
f07805c
Fix linting error
IAmThePan Jul 14, 2020
3e37735
Merge branch 'feature/console-debugging' into feature/update-android
IAmThePan Jul 14, 2020
7e0d83f
Add CliqzFeatures to PanelAndroid TrackerList
IAmThePan Jul 19, 2020
bd8a0ef
Fix linting and testing errors
IAmThePan Jul 19, 2020
5df17fd
Add unknown category in tracker list
IAmThePan Jul 20, 2020
839cff1
sort unknown trackers and hide category when there are no trackers
IAmThePan Jul 20, 2020
9ad7bff
Add Help and About to PanelAndroid Settings Menu. UI Tweak for Settin…
IAmThePan Jul 21, 2020
00b6557
Hide account icon, try to unhide tab label
IAmThePan Jul 21, 2020
52d2ddb
Update tests
IAmThePan Jul 21, 2020
55d77ff
fix android icons and bump FF min version
christophertino Jul 24, 2020
860c35f
remove console debugging code
christophertino Jul 27, 2020
7b23245
Merge branch 'develop' into feature/update-android
christophertino Jul 27, 2020
e5998ce
Merge branch 'develop' into feature/update-android
christophertino Jul 28, 2020
9a2d7a3
clean up hub components on Android
christophertino Jul 28, 2020
9677ba5
Merge branch 'develop' into feature/update-android
IAmThePan Jul 28, 2020
5e3baa3
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
christophertino Jul 28, 2020
1d09f3d
fixing issues with unknown trackers on android
christophertino Jul 29, 2020
ddde80e
update snapshots
christophertino Jul 29, 2020
de011e0
Fix broken tests
IAmThePan Jul 29, 2020
233cbc3
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
christophertino Jul 29, 2020
a04e0d5
update hub tutorial images for android
christophertino Jul 29, 2020
ade4c70
Remove PanelAndroid account code. Replace with Hub/Account-Web
IAmThePan Jul 29, 2020
6f86ba3
Update tests
IAmThePan Jul 29, 2020
022311c
add support for new Ghostery android UA string
christophertino Jul 29, 2020
1cb8b73
Add Import/Export to PanelAndroid. Need actions implemented
IAmThePan Jul 29, 2020
cf5e36c
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
IAmThePan Jul 29, 2020
ee68cba
wire up unknown tracker whitelisting
christophertino Jul 29, 2020
38893f4
fix issue where block/allow unknown trackers did not persist on android
christophertino Jul 29, 2020
85c5931
Hide ImportExport, add tests for some Settings
IAmThePan Jul 30, 2020
4df66ec
Add NeedsReload message to PanelAndroid
IAmThePan Jul 30, 2020
c6526de
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
IAmThePan Jul 30, 2020
0b0084a
Merge branch 'develop' into feature/update-android
christophertino Jul 30, 2020
8195549
Fix bug on BlockingTracker
IAmThePan Jul 30, 2020
82cbf39
Add tests for components used in PanelAndroid Settings
IAmThePan Jul 30, 2020
f540226
fix linting error
IAmThePan Jul 30, 2020
98e94ad
Merge branch 'develop' into feature/update-android
christophertino Jul 31, 2020
47cabf9
Update GeneralSettings test to not depend on MomentJS
IAmThePan Jul 31, 2020
fa678f2
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
IAmThePan Jul 31, 2020
9ace79e
fix linting error
IAmThePan Jul 31, 2020
a53016d
Implement Import/Export feature
IAmThePan Aug 1, 2020
552923f
fix android UA detection
christophertino Aug 3, 2020
9a3459f
fix hw opt-in for android browser
christophertino Aug 4, 2020
7be82e0
fix humanweb opt-in for hub on android
christophertino Aug 4, 2020
63738ee
clean up annotation and naming for android
christophertino Aug 6, 2020
7c4e23a
refactor getBrowserInfo check
christophertino Aug 9, 2020
d9fb792
ternary cleanup
christophertino Aug 10, 2020
Merged

Updated Firefox Android extension #587

Update GeneralSettings test to not depend on MomentJS
47cabf9
Select commit
75b0091
add linting for no-param-reassign and fix resulting linting errors
IAmThePan Apr 29, 2020
8d37082
add linting for prefer-object-spread and fix resulting linting errors
IAmThePan Apr 29, 2020
3049bd1
add linting for no-restricted-syntax and fix 1/2 of resulting errors
IAmThePan May 1, 2020
fe03ad7
add linting for no-prototype-builtins and fix resulting linting errors
IAmThePan May 4, 2020
f11bc18
add linting for class-methods-use-this and fix most resulting errors.…
IAmThePan May 5, 2020
5f3471e
finish linting for class-methods-use-this
IAmThePan May 6, 2020
d4d84dc
add linting for no-mixed-operators and fix resulting linting errors
IAmThePan May 6, 2020
17f90ed
add linting for import/prefer-default-export and fix resulting lintin…
IAmThePan May 8, 2020
a77cd1b
add linting for react/no-access-state-in-setstate and fix resulting l…
IAmThePan May 8, 2020
c31dbaf
add linting for react/jsx-props-no-spreading and fix resulting lintin…
IAmThePan May 11, 2020
3d50aff
finish linting errors for no-restricted-syntax. 1 remains: couldn't r…
IAmThePan May 12, 2020
227d012
Merge branch 'develop' into feature/update-linter
IAmThePan May 12, 2020
0988a29
Fix linting errors resulting from the merge with develop
IAmThePan May 12, 2020
b55be21
Refactor UNSAFE_componentWillMount into either constructor or compone…
IAmThePan May 14, 2020
241747c
Refactor UNSAFE_componentWillReceiveProps to componentDidUpdate or ge…
IAmThePan May 18, 2020
eb413fb
re-enable lint exception for no-prototype-builtins and revert calls b…
IAmThePan May 20, 2020
ac0ec93
add single line exception for no-restricted-syntax linting rule
IAmThePan May 20, 2020
fd954eb
add linting for react/destructuring-assignment and fix errors. ToDo: …
IAmThePan May 21, 2020
e815546
Fix minor bugs
IAmThePan May 22, 2020
ae8ffcc
Fix General Settings last updated text
IAmThePan May 22, 2020
4c56460
rework linting rule no-param-reassign to have more exceptions and par…
IAmThePan May 23, 2020
c5ef663
Remove file and line linting exceptions.
IAmThePan May 26, 2020
3ca2402
re-add linting rule react/sort-comp and fix resulting errors
IAmThePan May 26, 2020
4533fd7
remove added linting exception consistent-return and fix resulting er…
IAmThePan May 26, 2020
590aa60
remove added linting expression no-use-before-define and fix resultin…
IAmThePan May 26, 2020
ecb62e8
Fix linting error
IAmThePan May 26, 2020
f634c1d
fix minor bugs
IAmThePan May 26, 2020
ea51432
Code cleanup: fix PromoModal imports
IAmThePan May 26, 2020
75a88cb
Merge with develop. Fix resulting linting errors
IAmThePan May 26, 2020
68493d2
remove unnecessary hasOwnProperty calls after refactored for...in loops
IAmThePan May 28, 2020
6297062
Fix missing strings bug
IAmThePan May 28, 2020
9b4d16c
Fix last remaining string bug
IAmThePan May 28, 2020
12e1f95
Begin work on a global object for debugging.
IAmThePan May 29, 2020
a4986ab
Add accountEvents array to Ghostery Debug for logging login/out events
IAmThePan Jun 2, 2020
c3f4cfd
Add way to output window.GHOSTERY for the user
IAmThePan Jun 3, 2020
510c541
Merge branch 'develop' into feature/console-debugging
IAmThePan Jun 4, 2020
4c73cfc
merge with develop
IAmThePan Jun 6, 2020
06b5641
prevent error when not signed in
IAmThePan Jun 6, 2020
7264190
Promises don't reject, just give important data to user
IAmThePan Jun 7, 2020
429be34
Download DebugInfo as a JSON file.
IAmThePan Jun 8, 2020
8393636
Update panel so it can be opened in a seperate tab
IAmThePan Jun 9, 2020
b0bb220
Update panel-android Tabs. Non-happy path tests needed.
IAmThePan Jun 10, 2020
e92afe8
Merge branch 'develop' into feature/update-android
IAmThePan Jun 15, 2020
2fc6a2f
Merge branch 'develop' into feature/console-debugging
IAmThePan Jun 15, 2020
56faf5d
Merge branch 'feature/console-debugging' into feature/update-android
IAmThePan Jun 16, 2020
1dd8e48
Refactor the Panel Android React app
IAmThePan Jun 17, 2020
2c8f08e
Panel Android OverviewTab more complete
IAmThePan Jun 18, 2020
75419d0
More work on PanelAndroid I
IAmThePan Jun 22, 2020
1124da7
More work on PanelAndroid II
IAmThePan Jun 22, 2020
385a87b
More work on PanelAndroid III
IAmThePan Jun 22, 2020
16a90fd
More work on PanelAndroid IV
IAmThePan Jun 22, 2020
10ad640
More work on PanelAndroid: BlockingTracker and BlockingCategory need …
IAmThePan Jun 25, 2020
d09ac22
PanelAndroid update all components complete. Need to fix bugs and add…
IAmThePan Jun 26, 2020
05f29bf
Clean up PanelAndroid
IAmThePan Jun 27, 2020
9141817
Add Account and Settings route to PanelAndroid
IAmThePan Jun 27, 2020
e682be6
Add Account and Settings to PanelAndroid.
IAmThePan Jun 29, 2020
6c8a5d7
Rework OverviewTab and add tests
IAmThePan Jun 29, 2020
66cd03f
Add actions to PanelAndroid Settings
IAmThePan Jul 1, 2020
4eae361
Merge branch 'develop' into feature/console-debugging
IAmThePan Jul 1, 2020
3ac3590
Merge branch 'feature/console-debugging' into feature/update-android
IAmThePan Jul 1, 2020
48ff206
Update BlockingTracker to render in a List compoent to better perform…
IAmThePan Jul 2, 2020
44cfe90
Update PausedButton actions to work with dropdown
IAmThePan Jul 2, 2020
9ff0bf6
Merge branch 'develop' into feature/console-debugging
IAmThePan Jul 8, 2020
188a7cf
Merge branch 'feature/console-debugging' into feature/update-android
IAmThePan Jul 8, 2020
935e32f
Update path to cliqz trackerdb. Update compyright year for touched fi…
IAmThePan Jul 9, 2020
89785b2
Merge branch 'develop' into feature/console-debugging
IAmThePan Jul 14, 2020
f07805c
Fix linting error
IAmThePan Jul 14, 2020
3e37735
Merge branch 'feature/console-debugging' into feature/update-android
IAmThePan Jul 14, 2020
7e0d83f
Add CliqzFeatures to PanelAndroid TrackerList
IAmThePan Jul 19, 2020
bd8a0ef
Fix linting and testing errors
IAmThePan Jul 19, 2020
5df17fd
Add unknown category in tracker list
IAmThePan Jul 20, 2020
839cff1
sort unknown trackers and hide category when there are no trackers
IAmThePan Jul 20, 2020
9ad7bff
Add Help and About to PanelAndroid Settings Menu. UI Tweak for Settin…
IAmThePan Jul 21, 2020
00b6557
Hide account icon, try to unhide tab label
IAmThePan Jul 21, 2020
52d2ddb
Update tests
IAmThePan Jul 21, 2020
55d77ff
fix android icons and bump FF min version
christophertino Jul 24, 2020
860c35f
remove console debugging code
christophertino Jul 27, 2020
7b23245
Merge branch 'develop' into feature/update-android
christophertino Jul 27, 2020
e5998ce
Merge branch 'develop' into feature/update-android
christophertino Jul 28, 2020
9a2d7a3
clean up hub components on Android
christophertino Jul 28, 2020
9677ba5
Merge branch 'develop' into feature/update-android
IAmThePan Jul 28, 2020
5e3baa3
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
christophertino Jul 28, 2020
1d09f3d
fixing issues with unknown trackers on android
christophertino Jul 29, 2020
ddde80e
update snapshots
christophertino Jul 29, 2020
de011e0
Fix broken tests
IAmThePan Jul 29, 2020
233cbc3
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
christophertino Jul 29, 2020
a04e0d5
update hub tutorial images for android
christophertino Jul 29, 2020
ade4c70
Remove PanelAndroid account code. Replace with Hub/Account-Web
IAmThePan Jul 29, 2020
6f86ba3
Update tests
IAmThePan Jul 29, 2020
022311c
add support for new Ghostery android UA string
christophertino Jul 29, 2020
1cb8b73
Add Import/Export to PanelAndroid. Need actions implemented
IAmThePan Jul 29, 2020
cf5e36c
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
IAmThePan Jul 29, 2020
ee68cba
wire up unknown tracker whitelisting
christophertino Jul 29, 2020
38893f4
fix issue where block/allow unknown trackers did not persist on android
christophertino Jul 29, 2020
85c5931
Hide ImportExport, add tests for some Settings
IAmThePan Jul 30, 2020
4df66ec
Add NeedsReload message to PanelAndroid
IAmThePan Jul 30, 2020
c6526de
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
IAmThePan Jul 30, 2020
0b0084a
Merge branch 'develop' into feature/update-android
christophertino Jul 30, 2020
8195549
Fix bug on BlockingTracker
IAmThePan Jul 30, 2020
82cbf39
Add tests for components used in PanelAndroid Settings
IAmThePan Jul 30, 2020
f540226
fix linting error
IAmThePan Jul 30, 2020
98e94ad
Merge branch 'develop' into feature/update-android
christophertino Jul 31, 2020
47cabf9
Update GeneralSettings test to not depend on MomentJS
IAmThePan Jul 31, 2020
fa678f2
Merge branch 'feature/update-android' of github.com:IAmThePan/ghoster…
IAmThePan Jul 31, 2020
9ace79e
fix linting error
IAmThePan Jul 31, 2020
a53016d
Implement Import/Export feature
IAmThePan Aug 1, 2020
552923f
fix android UA detection
christophertino Aug 3, 2020
9a3459f
fix hw opt-in for android browser
christophertino Aug 4, 2020
7be82e0
fix humanweb opt-in for hub on android
christophertino Aug 4, 2020
63738ee
clean up annotation and naming for android
christophertino Aug 6, 2020
7c4e23a
refactor getBrowserInfo check
christophertino Aug 9, 2020
d9fb792
ternary cleanup
christophertino Aug 10, 2020

Workflow runs completed with no jobs