Arturo Mejia
19f0c543fe
Fix add-ons permissions breaking change
2020-09-17 09:48:57 -07:00
sraturi
c73baae4e9
for #13478 , letting go of the fragment resource inside onDestroyView of AddonsManagementFragment to avoid memory leak
2020-08-24 14:51:50 -04:00
Mugurell
499ff83b18
For #8578 - Don't attempt to use different addons icons backgrounds
...
After the change from AC #8054 specifying different addons icons backgrounds
is not possible anymore.
All favicons used all throughout the app will have the same background.
2020-08-20 14:45:55 +03:00
Simon Chae
2e61425f2b
For #13256 : Set add-on settings tab mode based on BrowsingModeManager
2020-08-14 16:30:57 -07:00
ekager
5d664b979d
For #6313 - Removes unused browser animations, improve delayed paint interactions
2020-08-05 20:03:05 -04:00
Tiger Oakes
e265bd7266
Use uplifted addon date code
2020-07-30 10:29:40 -07:00
Tiger Oakes
c08d375c18
Move settings in components ( #12675 )
2020-07-21 10:47:10 -07:00
Hakkı Kaan Çalışkan
aa7655f4d6
For #12509 : Set height of remove add on button to 36dp
2020-07-17 12:55:36 -07:00
jhugman
3373f8b987
For #12600 - remove AddonInstalled event when the permission dialog is shown ( #12601 ) r=csadilek,sblatz
2020-07-16 19:40:39 +01:00
mcarare
800702149b
For #12503 : Open addon permissions link in app.
2020-07-15 10:04:40 -04:00
Tiger Oakes
69020a1f26
For #12457 - Add MockK matcher for nav directions ( #12262 )
2020-07-14 10:39:23 -07:00
jhugman
9df13ae121
For #11655 : add leanplum event for installing an addon ( #12136 ) r=elise
...
* For #11655 : add leanplum event for installing an addon
* Add link to data-review request in PR
* Addressed CI comments
2020-07-12 23:47:34 +01:00
Tiger Oakes
1ab5fe3eb9
Add method to test fragments in roboletric ( #12261 )
2020-07-06 13:04:43 -07:00
Mihai Adrian Carare
daecbd348b
For #11996 : Open all links from add-on details in Fenix. ( #12080 )
...
* For #11996 : Open add-on homepage link in Fenix.
* For #11996 : Open add-on details links in Fenix.
2020-07-01 19:13:23 -07:00
Tiger Oakes
f6efb386d6
Add tests for addon details
2020-06-17 14:38:50 -04:00
Christian Sadilek
d16c70d8be
Wire up UI to make add-on installation cancelable
2020-06-10 18:52:06 +03:00
Tiger Oakes
a7e74e308b
Migrate some SessionManager usage to BrowserStore ( #10789 )
2020-06-03 11:18:44 -07:00
Simon Chae
7cc4816618
For #10398 : Add AddonInstallationDialogFragment support ( #10608 )
2020-05-13 12:25:34 -04:00
Simon Chae
ca7695854a
For #10552 : Set initial add-on details fragment visibility to false ( #10565 )
2020-05-11 12:44:18 -04:00
Simon Chae
d58e7d3138
For #10473 : Fetch the addon from addon manager instead of the store
2020-05-08 16:03:22 -07:00
ValentinTimisica
f63cb4e09f
For #10244 : Creates drawable for add-ons private browsing label.
...
The drawable is sent to AddonsManagerAdapter.Style constructor and is displayed
near the add-on name if it is allowed to run in private browsing
2020-05-07 17:27:46 -07:00
Simon Chae
609936d632
For #10196 : Remove clickable locks for enable and private-browsing UI ( #10445 )
2020-05-06 13:58:42 -04:00
Mihai Adrian
43d30793f5
For #9794 : Announce installing state for screen readers ( #10111 )
2020-05-05 11:22:15 -07:00
Simon Chae
3dcd52ef7a
For #10195 , #10196 : Allow private browsing mode switch to sync with enable state
2020-05-01 15:14:08 -04:00
Arturo Mejia
e55a4fd274
No issue: Partially update the add-on manager list
2020-04-27 16:43:05 -04:00
ekager
a9692d9bce
For #10204 - Address viewLifecycleOwner IllegalStateException crashes
2020-04-24 17:12:08 -07:00
Simon Chae
f1559ed2da
For #10162 : Set switch back to prev state when failed to enable/disable addon ( #10164 )
2020-04-24 11:54:16 -04:00
Simon Chae
b3248ec769
For #6123 : Expose WebExtensions in private browsing control
2020-04-23 12:28:57 -04:00
ekager
c4e83367f6
For #6832 - Fix various fragment not attached to a context crashes
2020-04-22 20:56:35 -07:00
Mihai Eduard Badea
725ba1e856
For #9951 - Removed the extra empty spaces that were causing the spacing issue
2020-04-16 20:12:18 -07:00
mcarare
25e12e2f77
For #9984 : Update addon before settings visibility check
2020-04-16 10:25:37 -04:00
Arturo Mejia
37a277febb
For issue #9930 Do not assume all add-ons have a settings page
2020-04-15 06:20:34 -04:00
Arturo Mejia
7c279b6e1f
No issue: Fix add-on translate() breaking change
2020-04-14 11:34:55 -07:00
Arturo Mejia
eace991859
For issue #8520 : Improve add-ons UI
2020-04-13 19:01:58 -04:00
ekager
b8fba63be4
For #9890 - Do not display full screen snackbar with toolbar padding
2020-04-13 14:56:51 -07:00
Simon Chae
de311aef85
Update not yet unavailable add-on string ( #9677 )
2020-04-09 15:25:08 -04:00
Christian Sadilek
7f1ef17d8b
No issue: Re-use existing usecases for addons
2020-04-09 12:53:47 -04:00
Arturo Mejia
025656d8fd
For issue #9647 Crash when tapping settings after quickly
...
enabling/disabling add-on
2020-04-06 13:47:21 -04:00
Sawyer Blatz
e3ed7ed268
Issue #9128 & #9222 & #9499 : Refactors snackbar creation and fixes placement ( #9628 )
2020-04-02 12:30:13 -07:00
Arturo Mejia
804eb0f5ba
For issue #8520 : Polish Add-on manager UIs
2020-03-31 17:20:20 -04:00
Arturo Mejia
f785a07ef9
No issue: Add add-on updater information dialog
2020-03-25 13:57:51 -04:00
Arturo Mejia
e977486809
Remove @UseExperimental for usages of the flow api
2020-03-18 17:25:51 -07:00
Christian Sadilek
0d974fe262
For #8808 #9139 : Add-on should be able to configure how to open options page
2020-03-17 12:34:07 -04:00
Gabriel Luong
c1a7bddcd3
For #8593 - Style the add-ons permission dialog to match the Fenix theme
2020-03-03 17:09:09 -05:00
Harshal Lele
e318cd7d15
fix #8135 - remove getColorFromAttr
2020-03-02 15:48:33 -07:00
Simon Chae
0def456cac
For #8116 : Attach add-on snackbar to activity rootView
2020-02-27 17:47:59 -05:00
ekager
63ddff533d
For #8641 - Update addon text selector to use attr colors
2020-02-27 12:40:57 -08:00
Simon Chae
4854566f94
For #8824 : Reset isInstallationInProgress in correct lifecycle ( #8825 )
2020-02-27 12:33:37 -05:00
Simon Chae
41a84e85a3
For #8699 : Add view.settings to setAllInteractiveViewsClickable ( #8820 )
2020-02-27 11:30:22 -05:00
Simon Chae
f99bad949e
For #8699 : Add setAllInteractiveViewsClickable for add-on pending removal ( #8776 )
2020-02-26 14:22:42 -05:00