Commit Graph

1466 Commits (4ca877014dd6ae360e18791e97522c9db7ef98e6)
 

Author SHA1 Message Date
Delphine Lebédel 4ca877014d Adding a temporary section for l10n (#3943)
Adding this small point while we ramp up our localization story (many people have started localizing this project directly from GitHub which is not our current process).
5 years ago
Colin Lee 5a204f0bbc
For #3818: Handle crashes accessing view after onDestroyView (#3942) 5 years ago
Sawyer Blatz 83312b38aa
For #3175: Correctly grabs focus in search fragment (#3938) 5 years ago
Tiger Oakes 9901514766 Replace deprecated pxToDp (#3932) 5 years ago
Mugurell 0bf8b96790 Fix #3425 - Use Share header text as contentDescription (#3822) 5 years ago
Jeff Boek fa2c87b323 For #2094 - Keep motionlayout internals from being optimized away by (#3937)
proguard

Co-Authored-By: sblatz <sdblatz@gmail.com>
5 years ago
Colin Lee 15d887e41f
For #2251 - Add bookmark adapter diffutil (#3936)
* For #2251 - Add bookmark adapter diffutil

* For #2251 - Fix unit tests for bookmark adapter diffutil
5 years ago
afr30010 c92eabdd64 Modify the order of Privacy Policy and About in Settings (#2760) 5 years ago
Axel Hecht 45cfeb858b Import strings from android-l10n (#3923)
State: mozilla-l10n/android-l10n@5d8852d69a
5 years ago
Emily Kager d168d52516 For #3772 - Remove Create an Account Option on TurnOnSyncFragment (#3928) 5 years ago
Emily Kager 9c63c59ea9 No issue: Update androidx dependencies (#3883) 5 years ago
Colin Lee 31d07f9cca
Update Android Gradle Plugin to 3.4.1 (#3930) 5 years ago
Colin Lee 747e83da91
Closes #2683. Update Gradle to `5.5` (#3929)
* Closes #2683. Update Gradle to `5.4.1`

* Upgrade to Gradle 5.5
5 years ago
Sawyer Blatz f7cf8473b5
For #2357: Removes snapping threshold on home fragment (#3878) 5 years ago
kglazko 166218f74a Adding l10n screenshot tests for Fenix (#3562)
* Adding l10n screenshot tests for Fenix

* fixing comments

* fix klint and detekt error and adding all tests

* better test name and doc added explaining tests
5 years ago
ekager eaa9df7018 For #3547 - Use MaterialButton for Share Component Close Button 5 years ago
Mitchell Hentges bc1a405a72 Resolves tasks not being reported to treeherder 5 years ago
Christian Sadilek 1169822479 Closes #3914: Exclude gecko.util.DebugConfig from Proguard optimization 5 years ago
ekager 003837eb4f Closes #3879 - Remove attributeSetId from AccountPreference 5 years ago
Richard Pappalardo e7d0bfe581
Update HomeScreenTest (#3882) 5 years ago
Dave Hunt 00271cc20d Make the Treeherder platform for Raptor tasks consistent with other targets (#3896) 5 years ago
Johan Lorenzo fb4cfb1cb7
Do not put Treeherder route when on untrusted repo (#2921) 5 years ago
ekager 57ca75139b For #3201 - Update bookmark state when session selected 5 years ago
Emily Kager f60536b13c For #3829 - Add pop up to nav_graph to browser to home nav 5 years ago
Colin Lee 6bb67a9de7
For #3364: Set bookmark root titles onResume (#3828) 5 years ago
ekager cad6345c89 For #3715 - Update menu corner radius to 8dp to match tabs 5 years ago
ekager 033eac00e3 No issue: Adds mischievous Fenix debug launcher 5 years ago
Sebastian Kaspari 0e34567c05 Update to Mozilla Android Components 3.0.0-SNAPSHOT. 5 years ago
Jeff Boek 18a7e80aa2 For #3869 - Adds a changelog entry 5 years ago
Jeff Boek 20993462e9 For #3869 - Creates a SearchLocalizationProvider that sets the region to get the correct default search engine based on a locale 5 years ago
Yeon Taek Jeong 29402a297e For #3317: Prepopulate FxA device name field with existing name (#3733) 5 years ago
Axel Hecht ba34b7b69f Import strings from android-l10n
State: mozilla-l10n/android-l10n@63a524065c
5 years ago
Axel Hecht 9e9c2c65c8 Import strings from android-l10n
State: mozilla-l10n/android-l10n@1a1047c59e
5 years ago
Axel Hecht 7b9f24edfe Import strings from android-l10n
State: mozilla-l10n/android-l10n@4c73402212
5 years ago
Emily Kager 7a51ee3915 For #3734 - Don't SwipeToDelete RecyclerView without windowfocus (#3839) 5 years ago
Emily Kager 99209aa9da Closes #3268 - Change Tab Favicon Border Radius to 4 (#3856) 5 years ago
Emily Kager ce2d597af3 For #203 - Adds find in page and request desktop site to custom tab menu (#3835) 5 years ago
Colin Lee eedb0fa3b2
For #2945: Launches to blank screen and hangs on Nexus 10 (#3854) 5 years ago
Mitchell Hentges aebcc92080
Re-enables pushing nightly to org.mozilla.fenix (#3823)
* Re-enables pushing nightly to org.mozilla.fenix

* Publishes org.mozilla.fenix.nightly releases on internal track
5 years ago
Sawyer Blatz dbe29ebbda
For #3174: Adds telemetry for bookmarks (#3724) 5 years ago
Sawyer Blatz ece0e30655
For #2054: Collapses quick action bar when opening find in page (#3837) 5 years ago
Emily Kager bed926c317 For #3834 - Initialize job in init 5 years ago
Colin Lee 50052c9b9b
For #3551: Tapping a bookmark/history from Library should open new tab (#3832) 5 years ago
Andreas Bovens 7b86dace39 Updated readme with 'Firefox Preview' wording. (#3826) 5 years ago
Colin Lee 161e7b3b57
No issue: Fix master builds (#3825) 5 years ago
Tiger Oakes 8cd1a0cb38 Move adapter Job setup code to helper class (#3407) 5 years ago
Sören Hentzschel eb1ea882cf For #2425 - QAB showed wrong text for bookmarked pages (#3794)
* For #2425 - QAB showed wrong text for bookmarked pages

* fixed linting issue
5 years ago
Sawyer Blatz 7e46e71d00 For #3005: Closes tabs when saving to collection (#3723) 5 years ago
Rimas Misevičius 144335d1be Fix the mklink command in README.md (#3820)
The `mklink /d` creates a directory symbolic link. As here we need a file symbolic link, the `/d` switch must not be used.

See `mklink` documentation: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink
5 years ago
Weverson Nascimento 887102d215 For #3645: Fix search engine selection (#3665)
* Remove RadioButton drawable applied in runtime

* Add default RadioButton layout
5 years ago