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