Commit Graph

2145 Commits (5a5913265f033844d2e07cf309e2e9e1f12b42e6)
 

Author SHA1 Message Date
Tiger Oakes 5a5913265f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4711 - Extract VoiceSearchActivity (https://github.com/mozilla-mobile/fenix/pull/5502) 5 years ago
Emily Kager bb48b2d28f [fenix] No issue: Update navigation library 5 years ago
Sawyer Blatz ad743e6028 [fenix] No issue: Updates fact mapping to use enums 5 years ago
Emily Kager 3f59746bdd [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/5624 - Fix crash on preference change listener 5 years ago
Mihai Adrian 04b58326e9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/4991:Ensured deleteSelectedBookmarks deletes all selected bookmarks (https://github.com/mozilla-mobile/fenix/pull/5559)
Moved the deletion to a CoroutineScope(IO) to decouple from fragment lifecycle
Used local val tempStorage to keep reference to bookmarkStorage of outside class
Ran deletions with awaitAll to avoid concurrency issues on storage
5 years ago
Severin Rudie fe159a657e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4513: fixes bookmark tests broken by loading change
Note that BookmarkFragmentStoreTest changes preserve existing behavior, which in many cases is more expansive than the test name implies
5 years ago
Severin Rudie 319ebf93e4 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4513: adds tests for bookmark loading state 5 years ago
Severin Rudie b3c31751f5 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4513: show progress bar when loading bookmarks 5 years ago
Severin Rudie e7ad50b4fe [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/4513: added isLoading to bookmark state
This was added to the state object as a top level param because it could reasonably coexist with any value of `tree` or `mode`. Even if we don't now, we may someday want to display a loading indicator while also showing cached bookmarks.

For now, we set isLoading to false whenever we receive any bookmarks
5 years ago
Severin Rudie a2f8c14f03 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/4513: add ProgressBar to bookmark component layout 5 years ago
Severin Rudie e2b3b1bb6f [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/4513: fix mismatched bookmark listener lifecycles
The mismatch here was creating potentially inconsistent states. When first put into a CREATED or STARTED state, the listener would not be active, however after going through onResume it would then stay active until destroyed.

We should only be navigating to bookmarks when in a RESUMED state, so this change should be safe. I tried it a few times to verify. But I've been wrong before!
5 years ago
Colin Lee 28d64cdd9e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2754 Add tab cards to share sheet (https://github.com/mozilla-mobile/fenix/pull/5493)
* For https://github.com/mozilla-mobile/fenix/issues/2754 Add tab cards to share sheet

* For https://github.com/mozilla-mobile/fenix/issues/2754: Fix background near rounded corners and ShareButtonAppearanceTest

* Add license to share_tab_item
5 years ago
Christian Sadilek 462e4c6201 [fenix] Upgrade to A-C 15.0.0-SNAPSHOT (incl. required changes) (https://github.com/mozilla-mobile/fenix/pull/5578)
* Upgrade to Mozilla Android components 15.0.0-SNAPSHOT

* Update findinpage integration to use browser-state

* Use new UseCases APIs after download migration.
5 years ago
Mugurell a87ab2275c [fenix] For 5092 - Show a Snackbar with retry option if sharing to devices fails (https://github.com/mozilla-mobile/fenix/pull/5158)
* For https://github.com/mozilla-mobile/fenix/issues/5092 - Show a Snackbar with retry option if sharing to devices fails

ShareController will contain all the business logic for checking the result
status of the `share to device` operations. When this fails it will show a
snackbar which also offer the possibility to retry the just failed operation.
To allow this even in the event the user has closed the share fragment we'll
use a GlobalScope's coroutine.
Refactored out the TabsSharedCallback from ShareFragment because otherwise we
would have neede to sent through that the just failed operation. After the
refactor the ShareController is solely responsable for showing the right
snackbar and handling the retry actions.

* For https://github.com/mozilla-mobile/fenix/issues/5092 - Refactor ShareControllerTest

* For https://github.com/mozilla-mobile/fenix/issues/5092: Adds color theming of snackbars
5 years ago
Yeon Taek Jeong 59c6b7725e [fenix] No issue: Update long-press shortcut strings (https://github.com/mozilla-mobile/fenix/pull/5284)
* No issue: Update long-press shortcut strings

* Updates identifiers
5 years ago
Johan Lorenzo 2d80b7ac11 [fenix] Add Releng and Fenix as code owners of taskcluster/, .taskcluster.yml, .cron.yml 5 years ago
Johan Lorenzo 8e5eab911b [fenix] Bug 1580778 - Fix nightly schedule which was only once a day 5 years ago
ekager 3783f94347 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2874, https://github.com/mozilla-mobile/fenix/issues/5375, https://github.com/mozilla-mobile/fenix/issues/5131 - submitList workaround for Android 5 + 6 5 years ago
Agi Sferro 4d975044c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5529: Enable about:config in geckoNightly. 5 years ago
ekager 2a99e9c69e [fenix] For https://github.com/mozilla-mobile/fenix/issues/5312 - Send ETP Strict/Standard event 5 years ago
ekager a5de81d260 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5568 - Don't pass in Session for QuickActionSheetController 5 years ago
Emily Kager 0097d33c9a [fenix] For https://github.com/mozilla-mobile/fenix/issues/5281 - Use TrackerLog for reporting ETP categories (https://github.com/mozilla-mobile/fenix/pull/5556) 5 years ago
Sawyer Blatz da4b731d0d [fenix] For https://github.com/mozilla-mobile/fenix/issues/561: Fix stutter of search icon & text when animating 5 years ago
Sawyer Blatz b848e96b53 [fenix] For https://github.com/mozilla-mobile/fenix/issues/561: Fix linting issue 5 years ago
Jeff Boek cbce90f644 [fenix] For https://github.com/mozilla-mobile/fenix/issues/561 - Fixes snackbar placement on homeview 5 years ago
Jeff Boek 5c9fc79082 [fenix] For https://github.com/mozilla-mobile/fenix/issues/561 - Fixes visual inconsistencies with the search bar 5 years ago
Jeff Boek 36ae60510f [fenix] For https://github.com/mozilla-mobile/fenix/issues/561 - Adds shadow/highlightto the bottom bar 5 years ago
Jeff Boek 984977d7ac [fenix] For https://github.com/mozilla-mobile/fenix/issues/561 - Wires up add tab button inside the bottom bar 5 years ago
Jeff Boek a7f90a5cdf [fenix] For https://github.com/mozilla-mobile/fenix/issues/561 - Adds add tab and menu button to bottom bar
- Adds space between wordmark and session control component
5 years ago
Jeff Boek d44abbcf93 [fenix] For https://github.com/mozilla-mobile/fenix/issues/561 - Removes the toolbar from the home screen
- Removes the menu button
- Fixes motionlayout animation with the wordmark/private browsing button
5 years ago
Axel Hecht 12847eff30 [fenix] Import strings from android-l10n
State: mozilla-l10n/android-l10n@97355ffcdc
5 years ago
Jeff Boek 156d732519 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5552 - Temporary fix for startup crash on es locales 5 years ago
Christian Sadilek 7a32899445 [fenix] Use Mozilla Android Components 14.0.1 5 years ago
Sawyer Blatz 6b03a6e1f9 [fenix] No issue: Fixes GleanMetricsService nits & broken UI test (https://github.com/mozilla-mobile/fenix/pull/5539)
* No issue: Fixes GleanMetricsService nits

* No issue: fixes broken UI test
5 years ago
Alessio Placitelli a7f4f3fa4f [fenix] Bump Robolectric to version 4.2.1
Version 4.2 is broken on Windows.
5 years ago
Alessio Placitelli 819e8d4ebb [fenix] Add basic test coverage for Glean metrics in Fenix
This introduces test coverage, using the Glean SDK
testing API, for the metrics that are set at startup
by Fenix in the GleanMetricsService.

This additional adds a basic test for the translation
of the `app_opened` event.
5 years ago
Alessio Placitelli c43b478447 [fenix] Add the workmanager dependency to enable testing with Glean 5 years ago
Johan Lorenzo e8573e3d2f [fenix] Bug 1580778 - Raptor: put ytp exceptions back 5 years ago
Johan Lorenzo 081d9ee296 [fenix] taskgraph: Speed up gradle calls 5 years ago
Mitchell Hentges 99984299f5 [fenix] Adds note to ping performance testing when routes change (https://github.com/mozilla-mobile/fenix/pull/5500) 5 years ago
Emily Kager 37a8bd2c89 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2765 - Run places maintenance daily (https://github.com/mozilla-mobile/fenix/pull/5466) 5 years ago
Mihai Adrian 4f159819e2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5356 Improves private browsing "common myths" link accessibility (https://github.com/mozilla-mobile/fenix/pull/5479)
Added separate TextView for link text
Used UnderlineSpan to show text as link
Split string private_browsing_placeholder, one for each TextView
Set clickListener on TextView so it can be accessed via Talkback
5 years ago
Tiger Oakes 778d8285c5 [fenix] Only use Context.settings() function (not getter) (https://github.com/mozilla-mobile/fenix/pull/5335)
Remove unused String extensions
5 years ago
Sawyer Blatz e14749a875 [fenix] No issue: Pin to AC 14.0.0 (https://github.com/mozilla-mobile/fenix/pull/5523) 5 years ago
Tiger Oakes d603b06a5a [fenix] Extract UriOpened observer from HomeActivity 5 years ago
Tiger Oakes e823891c6b [fenix] Move BookmarkNode extensions to helper class (https://github.com/mozilla-mobile/fenix/pull/4752) 5 years ago
Sebastian Kaspari 317000247f [fenix] Use Mozilla Android Components 15.0.0-SNAPSHOT. (https://github.com/mozilla-mobile/fenix/pull/5517) 5 years ago
Mihai Adrian c2c758376b [fenix] Forhttps://github.com/mozilla-mobile/fenix/issues/5468 Changed info source for url clipboard copy from view to session (https://github.com/mozilla-mobile/fenix/pull/5514) 5 years ago
Johan Lorenzo 809512f956 [fenix] Bug 1580778 - Fix duplicated scopes (https://github.com/mozilla-mobile/fenix/pull/5515) 5 years ago
Johan Lorenzo a9dad8ba08 [fenix] Bug 1580778 - Migrate build tasks to taskgraph and retire the old decision task (https://github.com/mozilla-mobile/fenix/pull/5488) 5 years ago