2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00
Commit Graph

11079 Commits

Author SHA1 Message Date
Ryan VanderMeulen
28dae882e6 Bug 1820176 - Update Fenix to ktlint 0.48.2 2023-03-03 20:14:13 +00:00
github-actions
7735ef0b80 Import translations from android-l10n 2023-03-03 03:14:45 +00:00
Aaron Train
3c054c11a4 Bug 819153 - Add androidx tracing dep to resolve NoSuchMethodError 2023-03-03 01:08:12 +00:00
mcarare
141ba22189 Bug 1819730 - Upgrade Robolectric to latest version (4.9.2) 2023-03-02 23:31:45 +00:00
t-p-white
f2095b4c5d Bug 1819927 - Remove DEFAULT_BROWSER_NOTIFICATION_ID from MarketingNotificationHelper 2023-03-02 21:01:05 +00:00
AndiAJ
053eb11df3 Bug 1807283 - re-enable verifyJumpBackInSectionTest UI test 2023-03-02 20:25:38 +00:00
mcarare
5315062482 Bug 1802817 - Replace deprecated variant.mergedFlavor.applicationId with variant.applicationId. 2023-03-02 17:13:09 +00:00
mcarare
3327bc4f59 Bug 1802817 - Replace deprecated main with mainClass.
See https://docs.gradle.org/7.6/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:main.
2023-03-02 17:13:09 +00:00
mcarare
de3b18f003 Bug 1802817 - Migrate packagingOptions DSL properties to resources sub-block.
exclude, pickFirst methods are deprecated.
2023-03-02 17:13:09 +00:00
mcarare
547dc62353 Bug 1802817 - Migrate DSL properties from aaptOptions to androidResources.
AaptOptions interface is deprecated and renamed to AndroidResources
2023-03-02 17:13:09 +00:00
mcarare
6dd7b106cf Bug 1802817 - Set namespace via DSL in gradle build files.
See https://developer.android.com/studio/build/configure-app-module#set-namespace
and https://issuetracker.google.com/issues/172361895
2023-03-02 17:13:09 +00:00
mcarare
4d8644516f Bug 1802817 - Rename DSL object from lintOptions to lint.
DSL object for configuring lint options lintOptions is deprecated.
2023-03-02 17:13:09 +00:00
mcarare
c8bfbe34ea Bug 1802817 - Upgrade Android Gradle Plugin to 7.4.1 version.
Also sync android lint version with AGP version.
2023-03-02 17:13:09 +00:00
mcarare
528dec7683 Bug 1802817 - Upgrade Gradle to 7.6.1 version. 2023-03-02 17:13:09 +00:00
mcarare
a1c6d5a2d2 Bug 1802817 - Set jvmTarget to 11.
compile Java With Javac tasks and compile Kotlin task jvm target compatibility should be set to the same Java version.
2023-03-02 17:13:09 +00:00
mcarare
5a0b9d754d Bug 1813671 - Target JVM 11 bytecode
See https://developer.android.com/studio/releases/gradle-plugin#jvm-11-bytecode for details.
2023-03-02 17:13:09 +00:00
James Hugman
a7ed4ccebe Bug 1819914 - Call ensureMarketingChannelExists in MessageNotificationWorker 2023-03-02 14:56:07 +00:00
rahulsainani
fef12abe08 Bug 1808358 - part 4: Use OnboardingPage component in UpgradeOnboarding.kt 2023-03-02 10:33:09 +00:00
rahulsainani
455d21e5ca Bug 1808358 - part 3: Rename to UpgradeOnboarding.kt 2023-03-02 10:33:09 +00:00
github-actions
b1e08b84dc Import translations from android-l10n 2023-03-02 00:36:29 +00:00
Noah Bond
877b449fe3 Bug 1819733 - Fix broken tests in TabSheetBehaviorManagerTest 2023-03-01 22:18:01 +00:00
Arturo Mejia
2a66705812 Bug 1818056 - Delay TCP CFR until dismissing the cookie banner re-engagement dialog 2023-03-01 21:03:27 +00:00
gitstart
767f92ebb9 Bug 1818473 - Ignore case when searching through logins 2023-03-01 20:21:19 +00:00
GitStart
f8476e24bc Bug 1810631 - Display name instead of e-mail in menu (#920)
* Bug 1810631 - Display name instead of e-mail in menu.

* Bug 1810631 - Display name instead of e-mail in menu

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-01 20:04:57 +00:00
jhugman
110d24a4a8 Bug 1819431 - Reimplement default browser notification with Nimbus Messaging equivalent (#1031)
* Bug 1819431 - Added default-browser-notification

* Bug 1819431 - Remove DefaultBrowserNotificationWorker and friends

* Bug 1819431 - Add tests for all messages

* Bug 1819431 - Remove settings for default browser notification

* Bug 1819431 - Remove metrics for default browser notification

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-01 16:59:39 +00:00
oana.horvath
d6230dfa43 Bug 1812995 - Disabled failing verifyLoginIsNotUpdatedTest 2023-03-01 15:49:50 +00:00
oana.horvath
a5d9ccb64f Bug 1807283 - Disable failing verifyJumpBackInSectionTest 2023-03-01 15:49:50 +00:00
oana.horvath
7878eeb0bb Bug 1807273 - Prevent keyboard blocking the login saving prompt in UI tests 2023-03-01 15:49:50 +00:00
GitStart
2d5e1630e0 Bug 1815631 - changed height and reduced padding for Active text from the Studies menu (#919)
* Bug 1815631 - changed height and reduced padding for Active text from the Studies menu

* Bug 1815631 - changed height and reduced padding for Active text from the Studies menu

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-01 15:16:23 +00:00
GitStart
e1a55df5ee Bug 1813451 - Fix accessibility issues on History deletion screen 2023-03-01 15:00:48 +00:00
GitStart
569f636b01 Bug 1813449 - Fix accessibility issues on Tabs Tray screen (#1007)
* Bug 1813449 - Fix accessibility issues on Tabs Tray screen

* Bug 1813449 - Fix accessibility issue on Tabs Tray screen

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2023-03-01 13:35:51 +00:00
Alexandru2909
21f59548a5 Bug 1818774 - Navigate to search dialog when interacting with homescreen private browsing button 2023-03-01 09:07:07 +00:00
github-actions
2af1b953e3 Import translations from android-l10n 2023-03-01 01:14:06 +00:00
Harrison Oglesby
cd3128ed0f Bug 1817524 - Do not show homepage if last tab of section is closed while not in view 2023-03-01 00:20:47 +00:00
Harrison Oglesby
9039513da2 Bug 1792796 - Speculative fix for RTL crash in Onboarding for Android 5.1 2023-02-28 23:29:12 +00:00
AndiAJ
b478cfa450 Bug 1818703 - Re-enable youControlYourDataCardTest UI test 2023-02-28 22:33:05 +00:00
Christian Sadilek
3967e441eb Bug 1819094 - Fix ApkSizeTask to work for new variant names 2023-02-28 14:38:26 -05:00
JohanLorenzo
85bcf23300 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-02-28 15:36:20 +00:00
github-actions
3c22ce3f7a Import translations from android-l10n 2023-02-28 00:42:15 +00:00
Noah Bond
2d9450281e Bug 1814987 - Wrap TabsTray Composable with existing TabSheetBehaviorManager 2023-02-27 22:16:00 +00:00
AndiAJ
1ee704b82a Bug 1818196 - Part 2: New credit cards autofill related UI tests 2023-02-27 14:55:25 +00:00
GitStart
7e3c09cdfb Bug 1812196 - Sets height of Learn more about Sync in Logins and passwords- Saved logins (#909)
* Bug 1812196 - Sets height of Learn more about Sync in Logins

* Bug 1812196 - Increase the tap area of Learn more about Sync in Logins

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-02-27 13:36:13 +00:00
DreVla
177013bdfc Bug 1817611 - Revert using live region for talkback on navbar swipe
A previous PR introduced accessibilityLiveRegion for EngineView
in order for talkback to dictate when swiping to another tab on navbar.
This change lead to talkback dictating the title/url of the current
page even when tapping empty spaces or when certain elements lose focus.
Changing the implementation from using live regions to the
announceForAccessibility method seems to fix this issue.
2023-02-27 10:43:22 +00:00
Alexandru2909
59eae2858b Bug 1811175 - Implement fallback protocol for sponsored tiles 2023-02-27 08:01:52 +00:00
github-actions
703ea0cc73 Import translations from android-l10n 2023-02-27 00:36:29 +00:00
github-actions
9f99781f7d Import translations from android-l10n 2023-02-26 00:33:35 +00:00
github-actions
da13991a19 Import translations from android-l10n 2023-02-25 00:25:35 +00:00
Aaron Train
a3b65617a6 Bug 1817250 - Add/Enable Robo Test on Firebase Test Lab 2023-02-24 17:39:34 +00:00
Alexandru2909
49f2ca6ac3 Bug 1818015 - Use custom tab to show privacy notice during onboarding 2023-02-24 11:19:02 +00:00
github-actions
14249104ed Import translations from android-l10n 2023-02-24 03:12:54 +00:00