Commit Graph

10114 Commits (efaeff7e947845bb1e0fb2c980700ac1ebbc46d2)
 

Author SHA1 Message Date
MickeyMoz efaeff7e94 [fenix] Update to Android-Components 109.0.20221128143301. 2 years ago
DreVla e786d4fd0e [fenix] For https://github.com/mozilla-mobile/fenix/issues/27896 - Match share sheet header style with the rest
"Send to device" share sheet header is now styled to match the other headers.
2 years ago
mcarare 355804f2c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26633: Add post notifications permission. 2 years ago
MickeyMoz df45659824 [fenix] Update to Android-Components 109.0.20221127143308. 2 years ago
mozilla-l10n-automation-bot 526c48269f [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27991) 2 years ago
mozilla-l10n-automation-bot ac1507aeca [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27981) 2 years ago
MickeyMoz d22ead9b18 [fenix] Update to Android-Components 109.0.20221125143304. 2 years ago
mozilla-l10n-automation-bot ac93406e73 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27970) 2 years ago
AndiAJ 5772ec7d30 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new verifyPocketLearnMoreLinkTest UI test 2 years ago
AndiAJ 9bbdae48f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new selectStoriesByTopicItemTest UI test 2 years ago
AndiAJ 2167ea3b60 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new openPocketDiscoverMoreTest UI test 2 years ago
AndiAJ f76dcc4da7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new openPocketStoryItemTest UI test 2 years ago
AndiAJ 099a89e856 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 improve coverage for verifyPocketHomepageStoriesTest UI test 2 years ago
AndiAJ 3bab90379e [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new verifyJumpBackInSectionTest UI test 2 years ago
AndiAJ 1fad059be6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 refactor homeScreenItemsTest UI test 2 years ago
MickeyMoz d52e010d97 [fenix] Update to Android-Components 109.0.20221124143318. 2 years ago
James Hugman 1a59288475 [fenix] Use NimbusBuilder from AppServices/AndroidComponents 2 years ago
AndiAJ c2ceb55559 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27966 disable verifySponsoredShortcutsSponsorsAndPrivacyOptionTest UI test 2 years ago
mcarare 8dfe629ec8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27536: Update Jetpack Compose to latest version. 2 years ago
oana.horvath c58ebaa552 [fenix] No issue: Adding new start on homepage setting UI test 2 years ago
mozilla-l10n-automation-bot 6345c67fff [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27962)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Ryan VanderMeulen 5f19c967ee [fenix] Update Sentry to version 6.8.0 2 years ago
MickeyMoz db40a393ce [fenix] Update to Android-Components 109.0.20221123190051. 2 years ago
MatthewTighe 034172beeb [fenix] For https://github.com/mozilla-mobile/fenix/issues/27950: add first week days of use growth data 2 years ago
MickeyMoz 5ced63a1fa [fenix] Update to Android-Components 109.0.20221123143300. 2 years ago
Arturo Mejia 7add94ef18 [fenix] Disable cookie banner handling by default. 2 years ago
mcarare a23c0d53c2 [fenix] Use blank string instead of empty string for version name fallback in release variants.
App version name cannot be empty or null in SDK 33 PackageInfo.
2 years ago
mozilla-l10n-automation-bot e06af2be16 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27954) 2 years ago
Jocelyne 2eb5f72a01 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27288: Remove glean test rule and Android test runner from WallpaperUseCasesTest 2 years ago
PrashantSaroj a44f8ccd87 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27290 - Refactor DefaultLoadBitmapUseCase to receive orientation and files directory as argument 2 years ago
MickeyMoz 8b34493e4d [fenix] Update to Android-Components 109.0.20221122143037. 2 years ago
mozilla-l10n-automation-bot 8c78abe520 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27940)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
BFadairo 0f596b22d5 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27854: Remove unnecessary Theme.getTheme() calls from FirefoxTheme usages 2 years ago
Arturo Mejia c283c667e3 [fenix] Update to Android-Components 109.0.20221121201219 2 years ago
James Hugman 3fd5a29be8 [fenix] Fixup breaking change for application-services 96.0.0 2 years ago
Jonathan Almeida a47b4b3c74 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26320: Make Nimbus first-startup comments clear in FenixApplication 2 years ago
Jonathan Almeida a9b865b019 [fenix] Bug 1796146 - Update l10n descriptions for Cookie Banner protection 2 years ago
MickeyMoz 1a5c12ce50 [fenix] Update to Android-Components 109.0.20221121143245. 2 years ago
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.
2 years ago
Alexandru2909 3d600f2349 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27885 - Change default browser notification delay to 72 hours 2 years ago
MickeyMoz 17347426de [fenix] Update to Android-Components 109.0.20221120190220. 2 years ago
mozilla-l10n-automation-bot 4acd0d586c [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27910) 2 years ago
MickeyMoz 4dc9877006 [fenix] Update to Android-Components 109.0.20221119143258. 2 years ago
MickeyMoz 8a631563e4 [fenix] Update to Android-Components 109.0.20221118221738. 2 years ago
mozilla-l10n-automation-bot 98fd8d5140 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27904) 2 years ago
MickeyMoz 9e1624f1f0 [fenix] Update to Android-Components 109.0.20221118190312. 2 years ago
MickeyMoz 69f0905822 [fenix] Update to Android-Components 109.0.20221118143430. 2 years ago
mozilla-l10n-automation-bot a977fc1005 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27890) 2 years ago
MickeyMoz d3871011d4 [fenix] Update to Android-Components 109.0.20221117204150. 2 years ago
James Hugman b05fb742f2 [fenix] Fixes: https://github.com/mozilla-mobile/fenix/issues/26320 Reorganize Nimbus Startup 2 years ago