2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

8210 Commits

Author SHA1 Message Date
James Hugman
3fd5a29be8 [fenix] Fixup breaking change for application-services 96.0.0 2022-11-21 22:09:29 +00:00
Jonathan Almeida
a47b4b3c74 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26320: Make Nimbus first-startup comments clear in FenixApplication 2022-11-21 19:32:14 +00:00
Jonathan Almeida
a9b865b019 [fenix] Bug 1796146 - Update l10n descriptions for Cookie Banner protection 2022-11-21 19:00:39 +00:00
Mugurell
6cf81ea160 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27228 - Resume qr scanning if camera permission is changed
If permissions are changed the app process is restarted with the same
happening for the previously running app components.
SearchDialogFragment used for searches will check if qr scanning was in
progress and resume if needed.
PairFragment used for signing-in will start scanning on itself.

Android-Components will avoid resuming the scan functionality if the camera
permission is missing and so allow to request the permission again without the
camera permission related system calls causing issues.
2022-11-21 15:22:24 +00:00
Alexandru2909
3d600f2349 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27885 - Change default browser notification delay to 72 hours 2022-11-21 13:06:44 +00:00
mozilla-l10n-automation-bot
4acd0d586c [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27910) 2022-11-20 00:35:52 +00:00
mozilla-l10n-automation-bot
98fd8d5140 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27904) 2022-11-19 00:33:41 +00:00
mozilla-l10n-automation-bot
a977fc1005 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27890) 2022-11-18 00:36:29 +00:00
James Hugman
b05fb742f2 [fenix] Fixes: https://github.com/mozilla-mobile/fenix/issues/26320 Reorganize Nimbus Startup 2022-11-17 21:00:48 +00:00
Noah Bond
6fb04a0a6a [fenix] For https://github.com/mozilla-mobile/fenix/issues/27852 - Set BrowsingMode to Normal when selecting a wallpaper 2022-11-17 18:25:55 +00:00
oana.horvath
3630be0611 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27704: Disable search group tests 2022-11-17 14:48:59 +00:00
Mugurell
e536792c09 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27346 - Disable swiping to switch tabs when fullscreen 2022-11-17 06:59:45 +00:00
mozilla-l10n-automation-bot
4b4770949b [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27871) 2022-11-17 00:35:58 +00:00
mcarare
521596edc2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Re-enable UI media notification tests. 2022-11-16 22:11:43 +00:00
DreVla
b5f9134e62 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27801 - Update header text for the search selector menu 2022-11-16 21:00:20 +00:00
Noah Bond
f86837723b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27457 - Refactor Pocket category colors 2022-11-16 20:13:34 +00:00
Noah Bond
d422da9def [fenix] For https://github.com/mozilla-mobile/fenix/issues/27457 - Refactor Pocket category colors 2022-11-16 20:13:34 +00:00
mcarare
117a7bbf89 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Temporary disable UI media notification tests.
Locally, on some devices, these tests pass.
Also, with devices on which the test fail, on mirroring the tests in real app usage the notification closes on tab close.
2022-11-16 17:30:51 +00:00
mcarare
eef4252b74 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Fix failing 'process make_default_browser deep link for API 23 and below' test. 2022-11-16 17:30:51 +00:00
mcarare
0b50f9b8cb [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle PackageManager methods deprecation in UI tests. 2022-11-16 17:30:51 +00:00
mcarare
0b6c41567f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Suppress deprecations in tests. 2022-11-16 17:30:51 +00:00
mcarare
c8db8b852e [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Suppress onBackPressed deprecation. 2022-11-16 17:30:51 +00:00
mcarare
8198b1d390 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Remove unnecessary safe call. 2022-11-16 17:30:51 +00:00
mcarare
c34d4a6d0d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle PackageManager methods deprecation. 2022-11-16 17:30:51 +00:00
mcarare
9e5c1b48c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle get(String) deprecation. 2022-11-16 17:30:51 +00:00
mcarare
5c0c483290 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update URLStringUtils package path. 2022-11-16 17:30:51 +00:00
mcarare
130fe0e117 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Remove unnecessary elvis operator. 2022-11-16 17:30:51 +00:00
mcarare
03a6f2b28e [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle onBackPressed() deprecation. 2022-11-16 17:30:51 +00:00
mcarare
140bfa3e80 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Link only URLs in library descriptions.
Linkify.ALL is deprecated.
2022-11-16 17:30:51 +00:00
mcarare
2950ea5521 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signature for GestureDetector.SimpleOnGestureListener 2022-11-16 17:30:51 +00:00
mcarare
49b3fafc45 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signature for AnimatorListenerAdapter. 2022-11-16 17:30:51 +00:00
mcarare
5015a777bf [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signatures for View.OnAttachStateChangeListener 2022-11-16 17:30:51 +00:00
mcarare
6aad64d818 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle a11y obtain() methods deprecations. 2022-11-16 17:30:51 +00:00
mcarare
e7e4b3e381 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signature for View.AccessibilityDelegate. 2022-11-16 17:30:51 +00:00
mcarare
60b1200f1f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Fix smart cast exception. 2022-11-16 17:30:51 +00:00
Mugurell
d85fe35478 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags allowing to differentiate Pocket stories 2022-11-16 10:11:45 +00:00
oana.horvath
b830f79121 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27220: replaces manually deleting a file with deleting storage programmatically. 2022-11-16 09:05:46 +00:00
Arturo Mejia
a14dd075ef [fenix] Improve site permissions 2022-11-16 03:28:25 +00:00
rxu
51f8b58ae4 [fenix] Add distribution_id in baseline ping 2022-11-16 02:24:12 +00:00
mozilla-l10n-automation-bot
d6b68d0cb3 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27856) 2022-11-16 00:34:30 +00:00
Jonathan Almeida
a5f41dd5cd [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26475: Remove more feature flags 2022-11-15 22:06:01 +00:00
owlishDeveloper
b782aaaf3e [fenix] Bug 1796146 - Add UI for the Cookie Banner preferences 2022-11-15 19:42:54 +00:00
kl3jvi
0910634fa0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27575: Add String.toHexColor extension 2022-11-15 19:11:57 +00:00
Alexander Gramiak
584a65da52 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21414: Use MenuProvider and MenuHost interface methods
onPrepareOptionsMenu was not being called on invalidateOptionsMenu,
which led to the saveButton being left enabled even with invalid
hostnames, usersnames, and passwords.
2022-11-15 15:12:08 +00:00
mcarare
3ffc6a01f8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27538: Return null for clipboard text longer than MAX_URI_LENGTH.
This avoids extra processing of large text that is unlikely to be an URL.
2022-11-15 09:42:56 +00:00
mozilla-l10n-automation-bot
83701a3804 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27835)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-15 01:08:35 +00:00
MatthewTighe
97fe4efc70 [fenix] Remove all unused strings marked moz:removedIn <= 106 2022-11-15 00:32:58 +00:00
Roger Yang
c49d25911e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27795: Add metrics ping to see if user allows notifications 2022-11-15 00:00:31 +00:00
Gabriel Luong
fc0464de97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26475 - Remove unnecessary features flags 2022-11-14 22:31:55 +00:00
mike a
3072db7d92 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25809: tapping on search engine triggers engine selection 2022-11-14 20:47:03 +00:00