2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00
Commit Graph

6888 Commits

Author SHA1 Message Date
MickeyMoz
a739cf584e [fenix] Update Android Components version to 92.0.20210726143050. 2021-07-26 16:37:57 +00:00
mcarare
9348be6526 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20425: Update AC version 2021-07-26 13:59:46 +00:00
mcarare
bb27316944 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20425: Do not show recent bookmarks older than 10 days. 2021-07-26 13:59:46 +00:00
Mozilla L10n Automation Bot
ff3191f966 [fenix] Import l10n. 2021-07-26 00:30:01 +00:00
Mozilla L10n Automation Bot
b87268288e [fenix] Import l10n. 2021-07-25 00:35:01 +00:00
Mozilla L10n Automation Bot
4a13b27102 [fenix] Import l10n. 2021-07-24 00:37:36 +00:00
Mugurell
2f57358d6a [fenix] For https://github.com/mozilla-mobile/fenix/issues/20420 - Re-enable shortcutButtonTest
The issue affecting this was resolved in AC.
2021-07-23 10:47:33 +00:00
Mugurell
df0b2e0d59 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20402 - Re-enable "in progress media tab"
The crash for when media starts playing in a custom tab is now resolved in AC.
2021-07-22 22:28:54 +00:00
Gabriel Luong
1341b1e7cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/20259 - Add HistoryMetadataSuggestionProvider in AwesomeBar 2021-07-22 22:28:54 +00:00
Gabriel Luong
229aab88f7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20438 - Display a list of history metadata groups 2021-07-22 19:19:50 +00:00
MickeyMoz
dd11d282b9 [fenix] Update Android Components version to 92.0.20210721180104. 2021-07-22 17:38:59 +00:00
Mozilla L10n Automation Bot
5daa184477 [fenix] Import l10n. 2021-07-22 16:24:18 +00:00
Michael Comella
f6e71d4e40 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19901: correct spacing in comment on how to run
Co-authored-by: Jonathan Almeida <git@jonalmeida.com>
2021-07-22 15:24:35 +00:00
Michael Comella
94f2c824e5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19901: add benchmark.gradle to CODEOWNERS. 2021-07-22 15:24:35 +00:00
Michael Comella
40fed783ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/19901: integrate Jetback Benchmark (microbenchmark). 2021-07-22 15:24:35 +00:00
Christian Sadilek
35538a209f [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/16330: Remove remaining usages of Sentry.capture 2021-07-21 20:07:30 +00:00
Aaron Train
ba24312a8e [fenix] No issue: Update Flank to v21.07.1 (https://github.com/mozilla-mobile/fenix/pull/20456)
* Update Flank to v21.07.1
* Update approach to downloading Flank
* Update parse-ui-test.py
2021-07-21 14:10:14 -04:00
MickeyMoz
cb2846bad2 [fenix] Update Android Components version to 92.0.20210720190111. 2021-07-21 16:33:47 +00:00
Mozilla L10n Automation Bot
64571cf4c7 [fenix] Import l10n. 2021-07-21 14:36:56 +00:00
codrut.topliceanu
8541d3f449 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20367 - Fixes removeAllTabs adding to recently closed
`removeAllTabs` will now no longer allow `UndoMiddleware` from recovering the tabs.
2021-07-20 22:00:04 +00:00
Arturo Mejia
9351cda82e [fenix] Update Android Components version to 92.0.20210720182827. 2021-07-20 22:00:04 +00:00
Arturo Mejia
24e2991759 [fenix] Fix search_add_custom_engine_search_string_example lint warning. 2021-07-20 22:00:04 +00:00
jhugman
cc44b33f9d [fenix] Allow branch enrollment and unenrollment in Nimbus secret menu (https://github.com/mozilla-mobile/fenix/pull/20050)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-07-20 15:45:37 +00:00
codrut.topliceanu
8e35c61327 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15499 - Smoothly updates topSites list on remove
To remove the flash on refresh of the topsites list we have to use submitList, however using this too high up in the hierarchy of our listAdapters within listAdapters will cause children to refresh at once. The solution to this is to use submitList lower. Using it in TopSitesPagerAdapter.kt to update the TopSitesAdapter is the way to go. I've also had to use a dummy item for the "removed" Topsite ( with id = -1) so I can manually diff that before using submitList.
2021-07-20 15:07:16 +00:00
Mozilla L10n Automation Bot
b8836b3eec [fenix] Import l10n. 2021-07-20 00:40:11 +00:00
MickeyMoz
85d394e650 [fenix] Update Android Components version to 92.0.20210719094322. 2021-07-19 11:23:36 +00:00
Mugurell
603bbdd520 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20420 - Temporarily disable SearchTest#shortcutButtonTest 2021-07-19 10:12:41 +00:00
Sebastian Kaspari
b637a576f2 [fenix] Update to Kotlin 1.5.20, Android Gradle plugin 4.2.2 and Gradle 6.7.1. 2021-07-19 09:20:50 +00:00
Sebastian Kaspari
d9ca412bec [fenix] Update Kotlin to 1.5.10 (and Coroutines to 1.5.0). 2021-07-19 09:20:50 +00:00
Jonathan Almeida
0522cbe007 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/20402: Disable LastMediaAccessMiddleware temporarily
The reducer in this middleware assumes the SessionState is always a
TabSessionState which holds the lastMediaAccess. This is true for the
lastAccess long which is a persistent state.

The list of MediaSessionActions however can also come from Custom Tabs
which relies on a CustomTabSessionState.

For now, the temporary fix is to disable this feature by removing the
middleware and no longer adding the last accessed media to the
recent tabs list ("Jump back in") to avoid crashing users while we think
of a real fix.
2021-07-17 01:21:13 +00:00
Mozilla L10n Automation Bot
cccfc982f5 [fenix] Import l10n. 2021-07-17 00:27:34 +00:00
Mozilla L10n Automation Bot
ed598f1183 [fenix] Import l10n. 2021-07-16 00:34:42 +00:00
Roger Yang
9df7c99ed2 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/19847: Add telemetry for the default browser notification 2021-07-15 19:35:45 +00:00
Oana Horvath
276cd60ed4 [fenix] No issue: adds warning comment to beta & release running tests 2021-07-15 19:03:13 +00:00
MickeyMoz
224ab7bbf2 [fenix] Update Android Components version to 92.0.20210715150233. 2021-07-15 19:50:21 +02:00
Roger Yang
674dbafd94 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/20307: Clear sharedViewModel selectedFolder when backing out of bookmark fragment 2021-07-15 15:28:29 +00:00
Roger Yang
213df0b403 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19989: Add rounded corners to recently tabs' icon 2021-07-15 14:20:11 +00:00
Mugurell
e469026805 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19933 - Show a media tab item on homescreen for the last tab with media 2021-07-15 10:05:20 +03:00
Roger Yang
e671e5314e [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19846: Make sure default browser notification only happens once 2021-07-15 02:17:24 +00:00
Mozilla L10n Automation Bot
814f0ef0c9 [fenix] Import l10n. 2021-07-15 00:29:47 +00:00
MickeyMoz
7761f861fd [fenix] Update Android Components version to 92.0.20210714143306. 2021-07-14 16:28:42 +00:00
Mugurell
1c733e918e [fenix] For https://github.com/mozilla-mobile/fenix/issues/20229 - Use the AC common implementation for ads/search telemetry
Everything should work exactly as before.
2021-07-14 17:55:24 +03:00
mcarare
ef09a9c0e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20292: Use tint for home button icon. 2021-07-14 07:48:13 +00:00
mcarare
e44cc8ee69 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17808: Remove deprecated systemUiVisibility and flags. 2021-07-14 07:19:25 +00:00
Mozilla L10n Automation Bot
abfbbbae16 [fenix] Import l10n. 2021-07-14 00:59:46 +00:00
Jonathan Almeida
d16589648f [fenix] Update version.txt to 92.0.0-beta.1 2021-07-14 00:31:09 +00:00
Jonathan Almeida
ef5be36722 [fenix] Remove outdated README sections 2021-07-13 19:12:26 +00:00
MickeyMoz
1a066433b1 [fenix] Update Android Components version to 91.0.20210712190108. 2021-07-13 16:25:00 +00:00
Oana Horvath
972c83ea36 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10915: fix tests by removing existing session 2021-07-13 08:18:50 +00:00
Rohan Maity
a92ae5b9b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1268 Add Unit test for PrivateShortcutCreateManager 2021-07-13 10:48:52 +03:00