Commit Graph

1387 Commits (ecfdceed5027864c06da02bd007378dbeab014e6)

Author SHA1 Message Date
Colin Lee 71f174f922 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3865: Use separate app name and icon for Nightly build (https://github.com/mozilla-mobile/fenix/pull/3873) 5 years ago
Christian Sadilek 70c981cc25 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3633: Add unit tests for SearchStore 5 years ago
Sebastian Kaspari ad2d2072de [fenix] Use updated feature-tab-collections API. (https://github.com/mozilla-mobile/fenix/pull/4056) 5 years ago
Christian Sadilek 0ce2651610 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1350: Use GeckoView fetch client for service-fretboard / kinto 5 years ago
Tiger Oakes 26e5073816 [fenix] No issue: Use putCompoundDrawables helper (https://github.com/mozilla-mobile/fenix/pull/3982) 5 years ago
ekager 32ab171f8f [fenix] For https://github.com/mozilla-mobile/fenix/issues/4039 - Set angle of progress bar gradient 5 years ago
Sebastian Kaspari 30f9fdfa86 [fenix] After mege day: Switch from GV 68 beta to GV 68 release. 5 years ago
Sebastian Kaspari 3e44741d8d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3996: Remove workaround for opening custom tab in browser.
`EngineView` now allows releasing the `Session` so that it can be rendered by an
other `EngineView` instance.
5 years ago
Jeff Boek 8f72063d99 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3633 - Refactors the search screen to use lib-state
* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds SearchStore

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Refactors AwesomeBarUIView

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Refactors ToolbarUIView to use lib-state

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Fixes a couple of state bugs

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Moves all user interaction to SearchInteractor

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds kdocs to SearchStore and SearchInteractor

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds documentation for the properties on SearchState
Also removes uneccessary property

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Creates `StateViewModel` to handle state restoration

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds a test for onTextChanged

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds tests for SearchInteractor

* For https://github.com/mozilla-mobile/fenix/issues/3633 - Fixes bugs and adds documentation
5 years ago
Sawyer Blatz e3ae3bf145 [fenix] For https://github.com/mozilla-mobile/fenix/issues/4032: Fixes broken homescreen UI tests (https://github.com/mozilla-mobile/fenix/pull/4011) 5 years ago
Emily Kager 691a67c66d [fenix] For https://github.com/mozilla-mobile/fenix/issues/3997 - Use ScrollView so landscape mode displays entire view 5 years ago
Emily Kager ea3bfeaa16 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3568 - Use correct styling for QR and Share Alert Dialogs 5 years ago
Tiger Oakes 8d3020ebcf [fenix] No issue: Normalize license header comment (https://github.com/mozilla-mobile/fenix/pull/3909) 5 years ago
Emily Kager f914c789d4 [fenix] No issue: Remove rounded QAB corners to avoid overlapping web content 5 years ago
Colin Lee 0644a18942 [fenix] No issue: Enable Strict Mode in Debug Builds (https://github.com/mozilla-mobile/fenix/pull/4014) 5 years ago
Emily Kager cb3f6eaf24 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3997 - Use srcCompat for sign in ImageView 5 years ago
Emily Kager 6a3eb71c7c [fenix] For https://github.com/mozilla-mobile/fenix/issues/3806 - Adds corner radius to QAB and dialogs 5 years ago
Grisha Kruglov 8729a8cc7f [fenix] Update FxA integration to new APIs 5 years ago
Emily Kager deabbf47df [fenix] For https://github.com/mozilla-mobile/fenix/issues/3772 - Update FXA sign in UI (https://github.com/mozilla-mobile/fenix/pull/3933) 5 years ago
Emily Kager 3c50e4efd8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3906 - Add backgrounds to Permissions Buttons (https://github.com/mozilla-mobile/fenix/pull/3958) 5 years ago
Emily Kager 38266569b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1949 - Fixes bookmark separator appearance, removes menu (https://github.com/mozilla-mobile/fenix/pull/3957) 5 years ago
Emily Kager 6cd52f7838 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3478 - Add Tab sent snackbar confirmation for device sharing 5 years ago
ekager 5fd2bbd1e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3240 - Create AuthCustomTabActivity to fix dead end on auth 5 years ago
Emily Kager 80655c80f2 [fenix] No issue: Adds new strings for sync, fxa, and settings 5 years ago
Richard Pappalardo 4bcbc91e9e [fenix] Update HomeScreenTest and add first run (https://github.com/mozilla-mobile/fenix/pull/3951) 5 years ago
Colin Lee 97636e4615 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3818: Handle crashes accessing view after onDestroyView (https://github.com/mozilla-mobile/fenix/pull/3942) 5 years ago
Sawyer Blatz 61bb1ef218 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3175: Correctly grabs focus in search fragment (https://github.com/mozilla-mobile/fenix/pull/3938) 5 years ago
Tiger Oakes 301b057d02 [fenix] Replace deprecated pxToDp (https://github.com/mozilla-mobile/fenix/pull/3932) 5 years ago
Mugurell 50820c4ae0 [fenix] Fix https://github.com/mozilla-mobile/fenix/issues/3425 - Use Share header text as contentDescription (https://github.com/mozilla-mobile/fenix/pull/3822) 5 years ago
Jeff Boek ece0478446 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2094 - Keep motionlayout internals from being optimized away by (https://github.com/mozilla-mobile/fenix/pull/3937)
proguard

Co-Authored-By: sblatz <sdblatz@gmail.com>
5 years ago
Colin Lee 8bfdd2b449 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2251 - Add bookmark adapter diffutil (https://github.com/mozilla-mobile/fenix/pull/3936)
* For https://github.com/mozilla-mobile/fenix/issues/2251 - Add bookmark adapter diffutil

* For https://github.com/mozilla-mobile/fenix/issues/2251 - Fix unit tests for bookmark adapter diffutil
5 years ago
afr30010 bb27160d88 [fenix] Modify the order of Privacy Policy and About in Settings (https://github.com/mozilla-mobile/fenix/pull/2760) 5 years ago
Axel Hecht e5788b7fe8 [fenix] Import strings from android-l10n (https://github.com/mozilla-mobile/fenix/pull/3923)
State: mozilla-l10n/android-l10n@5d8852d69a
5 years ago
Emily Kager 5f611402d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3772 - Remove Create an Account Option on TurnOnSyncFragment (https://github.com/mozilla-mobile/fenix/pull/3928) 5 years ago
Colin Lee e34a537230 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2683. Update Gradle to `5.5` (https://github.com/mozilla-mobile/fenix/pull/3929)
* Closes https://github.com/mozilla-mobile/fenix/issues/2683. Update Gradle to `5.4.1`

* Upgrade to Gradle 5.5
5 years ago
Sawyer Blatz cb2bd4d4d9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2357: Removes snapping threshold on home fragment (https://github.com/mozilla-mobile/fenix/pull/3878) 5 years ago
kglazko e8acfc56b4 [fenix] Adding l10n screenshot tests for Fenix (https://github.com/mozilla-mobile/fenix/pull/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 b619b30373 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3547 - Use MaterialButton for Share Component Close Button 5 years ago
Christian Sadilek dfe883a345 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3914: Exclude gecko.util.DebugConfig from Proguard optimization 5 years ago
ekager ab44bf5901 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3879 - Remove attributeSetId from AccountPreference 5 years ago
Richard Pappalardo 623407a92f [fenix] Update HomeScreenTest (https://github.com/mozilla-mobile/fenix/pull/3882) 5 years ago
ekager 9943951b6e [fenix] For https://github.com/mozilla-mobile/fenix/issues/3201 - Update bookmark state when session selected 5 years ago
Emily Kager b8f2943b0b [fenix] For https://github.com/mozilla-mobile/fenix/issues/3829 - Add pop up to nav_graph to browser to home nav 5 years ago
Colin Lee 38657770e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3364: Set bookmark root titles onResume (https://github.com/mozilla-mobile/fenix/pull/3828) 5 years ago
ekager ed5ee7c267 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3715 - Update menu corner radius to 8dp to match tabs 5 years ago
ekager b0abda06b5 [fenix] No issue: Adds mischievous Fenix debug launcher 5 years ago
Jeff Boek 2af10de2c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 58f813f365 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3317: Prepopulate FxA device name field with existing name (https://github.com/mozilla-mobile/fenix/pull/3733) 5 years ago
Axel Hecht fc18e75ad9 [fenix] Import strings from android-l10n
State: mozilla-l10n/android-l10n@63a524065c
5 years ago
Axel Hecht 84841abf9a [fenix] Import strings from android-l10n
State: mozilla-l10n/android-l10n@1a1047c59e
5 years ago
Axel Hecht 77feb9118b [fenix] Import strings from android-l10n
State: mozilla-l10n/android-l10n@4c73402212
5 years ago
Emily Kager 07abba40ba [fenix] For https://github.com/mozilla-mobile/fenix/issues/3734 - Don't SwipeToDelete RecyclerView without windowfocus (https://github.com/mozilla-mobile/fenix/pull/3839) 5 years ago
Emily Kager e802201a5d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3268 - Change Tab Favicon Border Radius to 4 (https://github.com/mozilla-mobile/fenix/pull/3856) 5 years ago
Emily Kager 298be38e35 [fenix] For https://github.com/mozilla-mobile/fenix/issues/203 - Adds find in page and request desktop site to custom tab menu (https://github.com/mozilla-mobile/fenix/pull/3835) 5 years ago
Colin Lee 1d378b8b20 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2945: Launches to blank screen and hangs on Nexus 10 (https://github.com/mozilla-mobile/fenix/pull/3854) 5 years ago
Mitchell Hentges 9da8449e36 [fenix] Re-enables pushing nightly to org.mozilla.fenix (https://github.com/mozilla-mobile/fenix/pull/3823)
* Re-enables pushing nightly to org.mozilla.fenix

* Publishes org.mozilla.fenix.nightly releases on internal track
5 years ago
Sawyer Blatz a8b04c98b9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3174: Adds telemetry for bookmarks (https://github.com/mozilla-mobile/fenix/pull/3724) 5 years ago
Sawyer Blatz 1700a97ba7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2054: Collapses quick action bar when opening find in page (https://github.com/mozilla-mobile/fenix/pull/3837) 5 years ago
Emily Kager a619aacdf0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3834 - Initialize job in init 5 years ago
Colin Lee 1c2fc8f4ab [fenix] For https://github.com/mozilla-mobile/fenix/issues/3551: Tapping a bookmark/history from Library should open new tab (https://github.com/mozilla-mobile/fenix/pull/3832) 5 years ago
Colin Lee e06ee833ee [fenix] No issue: Fix master builds (https://github.com/mozilla-mobile/fenix/pull/3825) 5 years ago
Tiger Oakes 1283ea9ce2 [fenix] Move adapter Job setup code to helper class (https://github.com/mozilla-mobile/fenix/pull/3407) 5 years ago
Sören Hentzschel 4533cd3664 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2425 - QAB showed wrong text for bookmarked pages (https://github.com/mozilla-mobile/fenix/pull/3794)
* For https://github.com/mozilla-mobile/fenix/issues/2425 - QAB showed wrong text for bookmarked pages

* fixed linting issue
5 years ago
Sawyer Blatz c860dd154c [fenix] For https://github.com/mozilla-mobile/fenix/issues/3005: Closes tabs when saving to collection (https://github.com/mozilla-mobile/fenix/pull/3723) 5 years ago
Weverson Nascimento 203e27818e [fenix] For https://github.com/mozilla-mobile/fenix/issues/3645: Fix search engine selection (https://github.com/mozilla-mobile/fenix/pull/3665)
* Remove RadioButton drawable applied in runtime

* Add default RadioButton layout
5 years ago
Emily Kager 1ef2034eb6 [fenix] No issue: Remove attributeSetId from DefaultBrowserPreference (https://github.com/mozilla-mobile/fenix/pull/3712) 5 years ago
Colin Lee fcb91db5cb [fenix] For https://github.com/mozilla-mobile/fenix/issues/3784: Crash loading bookmarks while detached (https://github.com/mozilla-mobile/fenix/pull/3787) 5 years ago
Colin Lee 5d4bc3967e [fenix] For https://github.com/mozilla-mobile/fenix/issues/3785: Crash onDestroy of BookmarkFragment when detached (https://github.com/mozilla-mobile/fenix/pull/3786) 5 years ago
Tiger Oakes 06263bdf12 [fenix] No issue: Remove duplicate wordmark and update about page (https://github.com/mozilla-mobile/fenix/pull/3590) 5 years ago
Yeon Taek Jeong cc7802e5c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3381: Fix 'Remove account' returning app to home screen (https://github.com/mozilla-mobile/fenix/pull/3778)
* For https://github.com/mozilla-mobile/fenix/issues/3381: Fix 'Remove account' returning app to home screen

* Remove unused import

* Move popBackStack() outside lifecycleScope instead
5 years ago
Arturo Mejia 2f1a5a6110 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3750: Crash when tapping "Blocked" on Google Maps after disabling
location requests.
5 years ago
Emily Kager 60372ff52b [fenix] For https://github.com/mozilla-mobile/fenix/issues/3355 - Allow multilines on bottom bar in Collection Creation (https://github.com/mozilla-mobile/fenix/pull/3782) 5 years ago
Sawyer Blatz bf2a8a0351 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2210: Improves UI of search fragment (https://github.com/mozilla-mobile/fenix/pull/3773) 5 years ago
Mitchell Hentges 3fa6a6e7e6 [fenix] Nightly package name should be "org.mozilla.fenix.nightly" (https://github.com/mozilla-mobile/fenix/pull/3771) 5 years ago
Divya Raj 03196d7547 [fenix] Fixed Issue https://github.com/mozilla-mobile/fenix/issues/3741 - %s in Japanese version + A few typos (https://github.com/mozilla-mobile/fenix/pull/3749)
* Typo in README

* Fixed Issue https://github.com/mozilla-mobile/fenix/issues/3741 - %s in Japanese version

* Fixed various typos
5 years ago
ekager 8e160fa07f [fenix] Use sessionId in FIP Integration, use pendingIntent for startActivity 5 years ago
ekager cae51993f2 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/3609 - Remove FIP Integration, Use FIP Feature"
This reverts commit 428643d598e938f58a2fe4abfee417c46edec167.
5 years ago
Emily Kager 9631a5473d [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/3135 - Reduce swipe to delete sensitivity"
This reverts commit 405977e7dfff802f13a3dbaf0b73c8d9aba30d82.
5 years ago
Colin Lee cbfd22d756 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3732: Race Condition Crash in HomeFragment onPreDraw (https://github.com/mozilla-mobile/fenix/pull/3737) 5 years ago
Emily Kager 450cdfa750 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1968 - Adds menu option to add new folder in BookmarkFragment menu 5 years ago
Tiger Oakes f385f62b49 [fenix] No issue: Use chains for bookmark items (https://github.com/mozilla-mobile/fenix/pull/3696)
Co-authored-by: Sawyer Blatz <sdblatz@gmail.com>
5 years ago
Emily Kager e0e403f287 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3701 - When deleted use bookmark title if url is null in snackbar (https://github.com/mozilla-mobile/fenix/pull/3716) 5 years ago
Sawyer Blatz 5e37fb3d14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3711: Fixes save to collection from browser crash (https://github.com/mozilla-mobile/fenix/pull/3714) 5 years ago
Sawyer Blatz 9406f40442 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3244: Updates account icon in settings (https://github.com/mozilla-mobile/fenix/pull/3692) 5 years ago
Sawyer Blatz 366958b9c2 [fenix] No issue: Fixes master compilation 5 years ago
Colin Lee c891109b60 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3505: Opening a sent tab crashes Fenix (https://github.com/mozilla-mobile/fenix/pull/3507) 5 years ago
Nikit Bhandari d305f64616 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3496: dismiss share fragment when clicking outside content (https://github.com/mozilla-mobile/fenix/pull/3513)
* dismiss share fragment when clicking outside content

* add logic in view layer
5 years ago
Emily Kager d5350c2910 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2960 Closes https://github.com/mozilla-mobile/fenix/issues/3671 - Fixes bookmark deletion with undo, wraps list 5 years ago
ekager 373af5c825 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1211 - Hide keyboard on fling suggestions list 5 years ago
ekager 9cc661e0a9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3690 - Gives defined size to pill_wrapper 5 years ago
Tiger Oakes 963918c3f1 [fenix] No issue: Use ImageView rather than rebuilding drawable (https://github.com/mozilla-mobile/fenix/pull/3616)
HomeFragment's onboarding items included drawableStart values, but also
built drawables in the view holders to replace them. Instead, we should
just use ImageViews so that work isn't duplicated.
5 years ago
Tiger Oakes 43248d95e3 [fenix] No issue: Adds lint exception for when statement (https://github.com/mozilla-mobile/fenix/pull/3685) 5 years ago
Sawyer Blatz d1ee329058 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3488: Cleans up edit mode calls (https://github.com/mozilla-mobile/fenix/pull/3689) 5 years ago
Yeon Taek Jeong ae66794486 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3678: Fix crash when tapping on your account (https://github.com/mozilla-mobile/fenix/pull/3688) 5 years ago
Emily Kager 60710197f1 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3569 - Uses primary text attr for bookmark folder icon (https://github.com/mozilla-mobile/fenix/pull/3675) 5 years ago
Emily Kager ecefddf28b [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/1211 - Hide keyboard on fling suggestions list"
This reverts commit cb6fd83c9879c268cb739fb768187d5276c5af66.
5 years ago
Tiger Oakes 95a7afe4e2 [fenix] Switch RadioButtonPreference to ConstraintLayout
Also ensure that RTL works properly.
5 years ago
Sawyer Blatz 0aa1355dbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/2940: Hides send tab header on FxA error 5 years ago
Tiger Oakes c1ba331cc1 [fenix] Import variables referred to by path 5 years ago
Tiger Oakes abf49d9e96 [fenix] Use lifecycleScope for settings fragments 5 years ago
Tiger Oakes 066e2fc6ea [fenix] Use lifecycleScope for collections fragments 5 years ago
Tiger Oakes 9ad4274d20 [fenix] Use @JvmOverloads instead of multiple constructors 5 years ago
Colin Lee 0466bb6c55 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3364: Edit bookmarks should show corrected bookmarks tree (https://github.com/mozilla-mobile/fenix/pull/3446) 5 years ago
Emily Kager 5cfd20b53c [fenix] For https://github.com/mozilla-mobile/fenix/issues/3639 - Remove fontInflationEnabled (https://github.com/mozilla-mobile/fenix/pull/3640) 5 years ago
Colin Lee 00733069e1 [fenix] No issue: Fix broken Settings test 5 years ago
Emily Kager 33d74be384 [fenix] No issue: Follow up on optional filter style 5 years ago
Colin Lee ad6f6d17b8 [fenix] No issue: Add Sentry breadcrumbs to ease crash investigations 5 years ago
Sören Hentzschel 839c60a7da [fenix] No issue - reduce margin between favicon and title/url in library 5 years ago
Denys M 658ad81d70 [fenix] Add unit tests for `Settings`.
Add unit tests for `Settings`.
5 years ago
Emily Kager a0e29574a2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3593 For https://github.com/mozilla-mobile/fenix/issues/3581 - Pass sessions to delete to delete all with undo (https://github.com/mozilla-mobile/fenix/pull/3594) 5 years ago
Emily Kager 6455fdff46 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3609 - Remove FIP Integration, Use FIP Feature (https://github.com/mozilla-mobile/fenix/pull/3637) 5 years ago
Emily Kager 38256822f8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3622 - Add ID to engine shortcut suggestions (https://github.com/mozilla-mobile/fenix/pull/3636) 5 years ago
royang51 d68a45e5ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/3214 - History multi-selection aborted, the same item can't be selected again (https://github.com/mozilla-mobile/fenix/pull/3607) 5 years ago
Sawyer Blatz 32e23cb8e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3215: Adds collection restoration with unique IDs (https://github.com/mozilla-mobile/fenix/pull/3635) 5 years ago
vmbaicu 45e02ac918 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3527 - Set Collection name max length (https://github.com/mozilla-mobile/fenix/pull/3531) 5 years ago
Nikit Bhandari 74d5954fbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/3489: Disables blank collection names (https://github.com/mozilla-mobile/fenix/pull/3490) 5 years ago
Andrei Teslovan 2fafc370b4 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3529 - Display "Edit folder" title when editing a bookmark folder (https://github.com/mozilla-mobile/fenix/pull/3549) 5 years ago
Emily Kager 5d4d5fcf60 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3620 - Adds automatic theme onboarding content description (https://github.com/mozilla-mobile/fenix/pull/3629) 5 years ago
Sawyer Blatz 4672baafa8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2940: Hides send tab on FxA error (https://github.com/mozilla-mobile/fenix/pull/3595) 5 years ago
Sawyer Blatz dcc6ee3832 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3055: Adds android components version to about page (https://github.com/mozilla-mobile/fenix/pull/3596) 5 years ago
Colin Lee 12ccf61230 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3213: Fix multi-select bookmarks on return to fragment (https://github.com/mozilla-mobile/fenix/pull/3413) 5 years ago
Emily Kager c032ab8cac [fenix] For https://github.com/mozilla-mobile/fenix/issues/3588 - Preload the content process when starting Gecko (https://github.com/mozilla-mobile/fenix/pull/3589) 5 years ago
Emily Kager 5a032b0c42 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3544 - Set SearchSuggestions preference value from settings 5 years ago
Tiger Oakes 515bb630e4 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3539 - vectordrawablecompat for gradients (https://github.com/mozilla-mobile/fenix/pull/3541) 5 years ago
Tiger Oakes 1f9a2134e2 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3538 - Fix ic_tabs icon path (https://github.com/mozilla-mobile/fenix/pull/3540) 5 years ago
Colin Lee 4711606eb0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3508: "Send crash report" checkbox is ignored (https://github.com/mozilla-mobile/fenix/pull/3512) 5 years ago
Grisha Kruglov 717d7f0424 [fenix] Disable send tab for non-nightly, non-debug builds (https://github.com/mozilla-mobile/fenix/pull/3542)
* Put deviceCapabilities list behind a SEND_TAB_ENABLED flag

* Disable SEND_TAB for non-debug, non-nightly builds
5 years ago
Mihai Tabara 75b7d360ea [fenix] Import PR 3500 from ekager 5 years ago
Stefan Arentz c5b7e44bfd [fenix] Update HomeFragment.kt 5 years ago
Jeff Boek 2070657eaa [fenix] No Issue - Capture session manager in scope before creating the delete operation 5 years ago
Emily Kager 282f3eafd7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3493 - Show tab saved to collection snackbar in BrowserFragment 5 years ago
Jeff Boek da0163006b [fenix] For https://github.com/mozilla-mobile/fenix/issues/1116 - Uses alias link for help 5 years ago
Jeff Boek 7d9cf69fb9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1116 - Changes help link (https://github.com/mozilla-mobile/fenix/pull/3491) 5 years ago
Jeff Boek 319cbab48e [fenix] For https://github.com/mozilla-mobile/fenix/issues/981 - Adds link to mma.md to telemetry.md 5 years ago
Jeff Boek 2a7b5aa816 [fenix] For https://github.com/mozilla-mobile/fenix/issues/981 - mma docs 5 years ago
Jeff Boek af60d303ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/981 - Adds missing Leanplum events 5 years ago
Colin Lee 8974d4a2e8 [fenix] For i18n testing: Enable pseudolocales (https://github.com/mozilla-mobile/fenix/pull/3391) 5 years ago
Emily Kager 9ba296aa2c [fenix] No issue: Remove flash of tab adapter updating data in create collection 5 years ago
Emily Kager fcef8c8d6a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3080 - Update constraints so first collection visible by default 5 years ago
Colin Lee c159924dd0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3209: Disable shared element animations for crash temporarily (https://github.com/mozilla-mobile/fenix/pull/3482) 5 years ago
Emily Kager 38fb1609cb [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3452 Closes https://github.com/mozilla-mobile/fenix/issues/3553 - Implement one button style for all themes 5 years ago
Tiger Oakes f226562d6a [fenix] Minify vector drawables 5 years ago
Sawyer Blatz cb9fbcdb07 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3275: Cleans up feedback from James (https://github.com/mozilla-mobile/fenix/pull/3398) 5 years ago
Johan Lorenzo e7639388da [fenix] Let raptor use the geckoview builds 5 years ago
Axel Hecht d159ad0882 [fenix] Import strings from android-l10n
State: mozilla-l10n/android-l10n@60fcf55878
5 years ago
Emily Kager 3d7971c72e [fenix] For https://github.com/mozilla-mobile/fenix/issues/3439 - Clean up where accent colors didn't work with dark theming 5 years ago
Emily Kager 9283a357e9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2896 - Update Checkbox color on tab in collection creation 5 years ago
Emily Kager f0a4abd91d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3428 - Make + in collection creation selection stage clickable 5 years ago
Sawyer Blatz 28045ff3ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/3447: Fixes folder icon color 5 years ago
Jonathan Almeida 481d05b173 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3401: Update toolbar tab counter when view is attached
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
5 years ago