Commit Graph

7110 Commits (iceraven-1.12.0)
 

Author SHA1 Message Date
Mozilla L10n Automation Bot a5a50d6fcc Import l10n. 3 years ago
MickeyMoz d2ac678625 Update Android Components version to 90.0.20210518143104. 3 years ago
Arturo Mejia 094dfae324 Update to Android-Components 75.0.17. 3 years ago
Arturo Mejia 0484183464 Uplift proton icons
For issue #18132 update to proton icons first batch

(cherry picked from commit 21cf0b31a4)

For issue #19290 update to proton icons second batch

(cherry picked from commit 9bfb31519a)

For issue AC#10231 update proton icons third batch

(cherry picked from commit bf42a1786e)

Remove feature flag for proton icons re-design #18132

(cherry picked from commit 52587753a5)

For #19357: Remove bookmarks experiment and keep star-with-line icon.

(cherry picked from commit 93c6403882)
3 years ago
Arturo Mejia 52587753a5 Remove feature flag for proton icons re-design #18132 3 years ago
Mozilla Releng Treescript dda6c19c32 Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
Mozilla L10n Automation Bot 791e3673ee Import l10n. 3 years ago
codrut.topliceanu 1662c2e410 For #19132 - Fix navigation on disconnect started from tabsTray
- Added checks to popBackStack from the Disconnect Logged-in User Dialog, either back to settings, browserFragment or homeFragment.
3 years ago
Jonathan Almeida f2c599dc1f Issue #19175: Fix SyncTabs list not updating on changes
The main cause for this is that the `LifecycleProvider` needs to be set
to `State.RESUMED` to avoid the account manager's internal
`ObserverRegistry` from putting the UI observers into the paused state.

The rest of the changes is to rely the internal (safe) logic to
correctly sync and then update the tabs list.
3 years ago
Sebastian Kaspari 6cfd6bb63e Use new SearchSuggestionProvider flag. 3 years ago
MickeyMoz 2c2cec6ea1 Update to Android-Components 75.0.16. 3 years ago
MickeyMoz e4288239cb Update Android Components version to 90.0.20210516190059. 3 years ago
github-actions[bot] 12aa6a4c36
Update to Android-Components 75.0.15. (#19525)
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
3 years ago
mcarare fca8fca446 For #19418: Allow multiple lines title for sync cards preference. 3 years ago
Mozilla L10n Automation Bot a6de827ac2 Import l10n. 3 years ago
MickeyMoz 4adff205dc Update Android Components version to 90.0.20210516143141. 3 years ago
MickeyMoz a750be1b01 Update Android Components version to 90.0.20210514190120. 3 years ago
MickeyMoz 2b7cc426fb Update Android Components version to 90.0.20210513190129. 3 years ago
Michael Comella 51d10734c7
Closes #19496: Remove glean metrics docs check from pre-push hook. (#19497) 3 years ago
Gabriel Luong 75fc116043
For #18287 - Display a credit card autofill prompt (#19477) 3 years ago
Arturo Mejia bf42a1786e For issue AC#10231 update proton icons third batch 3 years ago
Mozilla Releng Treescript 18b8d18e0c Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
MickeyMoz 278e078cf7 Update to Android-Components 75.0.14. 3 years ago
MickeyMoz f0895c2b23 Update Android Components version to 90.0.20210513164638. 3 years ago
Priyanka 841f1cd265
created string resource for close (#19500)
Co-authored-by: priyanka0906 <priyanka02amb@reddiffmail.com>
3 years ago
Elise Richards 6459a859b9
For #17537: Add preferences for syncing credit cards and addresses (#19471)
* Add preferences for enable/disable sync for cc and addresses

* Set pref visibility based on feature flags

* Helper function for pin warning preferences and set default values for cc and addresses to false.

* Kdocs for relevant sync functions in account settings

* Default visibility to false for credit cards and addresses in account settings
3 years ago
MickeyMoz 768a1bbdc0 Update to Android-Components 75.0.13. 3 years ago
Jonathan Almeida ede909e858
Issue #19176: Exit select mode when removing tab (#19486) 3 years ago
Mozilla L10n Automation Bot 8edcaab7ce Import l10n. 3 years ago
mcarare 4dd4e35982 For #19258: Replace default Android back button with a custom icon. 3 years ago
AndiAJ 889cf2e718 For #19468 and #19478 fix intermittent UI tests 3 years ago
Mozilla L10n Automation Bot 726db20390 Import l10n. 3 years ago
MickeyMoz 33deb368f4 Update Android Components version to 90.0.20210511143058. 3 years ago
Codrut Topliceanu d08b00717a
For #19091 - Fix Undo of close multiple tabs (#19466)
Fixes the issue where closing multiple selected tabs and then pressing Undo would only restore one of the tabs.
3 years ago
Roger Yang f13560ae52 Issue #19147: Move set startup metrics off main thread 3 years ago
Jonathan Almeida f0d352f47e Issue #19002: Correct naming of pager viewholders 3 years ago
Jonathan Almeida a95a26b2c6 Issue #19002: Use a single BrowserTrayList for normal/private list
We now have a BrowserTrayList.
 - Renamed from `BaseBrowserTrayList`.
 - Removed the abstract `configuration` and used a `lateinit var`
 instead.
 - Removed `NormalBrowserTrayList` and `PrivateBrowserTrayList`.
3 years ago
Jonathan Almeida bd753d3f94 Issue #19002: Correct browser viewholder naming 3 years ago
Jonathan Almeida 809c82a9f9 Issue #19002: Move TabsTrayViewHolder to browser package 3 years ago
Jonathan Almeida 78af3d80b3 Issue #19002: Remove unused TrayItem interface 3 years ago
Jonathan Almeida e66983d093 Issue #19002: Use AbstractBinding from lib-state 3 years ago
Mugurell 551031eee3 For #18672 - Renaming a TopSite changes just the title
Previously renaming a TopSite would bind that as a new item and in such update
the entire list. This could potentially leading changes in the list and then
it's ViewPager parent's layout.

This patch switches the code to use the existing TopSitePayload and so do a
partial update of an on-screen TopSite instead of rebind it as a new item.

If a layout is requested while showing <=4 TopSites on the second page, by
having "offscreenPageLimit = 1" the biggest height of ViewPager pages is used
preventing an edgecase where the ViewPager would hide half of the items from
the first page.
3 years ago
kanish671 9e30833506 For #18672 - Rename TopSites even on the second page
Index calculation for notifying changes while renaming a top site in the second
page was being wrongly calculated. Since it is page 2, we would need to take a
mod with the number of top sites per page to get the actual index of the top
site that was being renamed.
3 years ago
Mozilla Releng Treescript 84e91ef0c1 Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
Mozilla L10n Automation Bot db97d85057 Import l10n. 3 years ago
Neha Binwal c3823b654c
For #19401 - Replace hard-coded hex color values with their respective photon color variable (#19406)
* Replaced #20123A with @color/photonInk80 in values\colors.xml

* Replaced #F9F9FB with @color/photonLightGrey10 in values\colors.xml

* Replaced #E0E0E6 with @color/photonLightGrey30 in values\colors.xml

* Replaced #592ACB with @color/photonViolet70 in values\colors.xml

* Replaced #312A65 with @color/photonInk20 in values\colors.xml

* Replaced #FBFBFE with @color/photonLightGrey05 in values\colors.xml

* Replaced #52525E with @color/photonDarkGrey10 in values\colors.xml

* Replaced #ffffff with @color/photonWhite in values\colors.xml

* Replaced #5B5B66 with @color/photonDarkGrey05 in values\colors.xml

* Replaced #1C1B22 with @color/photonDarkGrey80 in values\colors.xml

* Replaced #737373 with @color/photonGrey50 in values\colors.xml

* Replaced #9059FF with @color/photonViolet50 in values\colors.xml

* Replaced #5B5B66 with @color/photonDarkGrey05 in values-night\colors.xml

* Replaced #3A3944 with @color/photonDarkGrey40 in values-night\colors.xml
3 years ago
Michael Comella 49240b239b For #19436: rm Application and FeatureFlags from perf code owners. 3 years ago
Jonathan Almeida 392ace67d6 Issue #19175: Fix SyncTabs list not updating on changes
The main cause for this is that the `LifecycleProvider` needs to be set
to `State.RESUMED` to avoid the account manager's internal
`ObserverRegistry` from putting the UI observers into the paused state.

The rest of the changes is to rely the internal (safe) logic to
correctly sync and then update the tabs list.
3 years ago
MickeyMoz fda8fd398e Update Android Components version to 90.0.20210510143050. 3 years ago
MickeyMoz fad6417c16 Update to Android-Components 75.0.12. 3 years ago