Elise Richards
71cc2e1612
[fenix] Fix illegal arguments for onboarding keys ( https://github.com/mozilla-mobile/fenix/pull/12033 )
2020-06-26 16:12:18 -05:00
Tiger Oakes
b224fff98f
[fenix] Add tests for PhoneFeature ( https://github.com/mozilla-mobile/fenix/pull/12021 )
2020-06-26 12:12:52 -07:00
MarcLeclair
fe4a508fbf
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11841 : Removed topsite bug on private browsing ( https://github.com/mozilla-mobile/fenix/pull/12020 )
2020-06-26 14:54:20 -04:00
Gabriel Luong
60ea328837
[fenix] Update Android Components version to 48.0.20200626130049. ( https://github.com/mozilla-mobile/fenix/pull/12006 )
...
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2020-06-26 14:16:57 -04:00
Tiger Oakes
d553dcc8f9
[fenix] Add tests for OnSharedPreferenceChangeListener ( https://github.com/mozilla-mobile/fenix/pull/12019 )
2020-06-26 11:04:46 -07:00
mcarare
19767e58f3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10285 : Swap TextView for a LinkTextView to improve links a11y
2020-06-26 18:11:11 +03:00
ValentinTimisica
069326e4ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11892 : Remove dynamic calls to setupNavigationToolbar
...
This is a speculative fix for 11892 crash.
The side effect is that the back button will be visible in bookmarks root.
2020-06-26 07:54:11 -04:00
Mihai Branescu
ef5b875e24
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9425 - SearchFragment now reacts to undo operation for base engines
2020-06-26 13:21:00 +03:00
Mihai Branescu
6e66943b3c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9425 - SearchFragment now reacts to undo operation for custom engines
...
When you remove a search engine from our list, an undo snackbar that outlives the fragment is shown. If you go back to the search fragment and press undo, now the shortcut list gets updated
2020-06-26 13:21:00 +03:00
Mihai Branescu
d151985e05
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9425 - Handle undo for custom search engines
...
On undo, get the template that the user entered for that engine and then
re-add it to the `CustomSearchEngineStore`
2020-06-26 13:21:00 +03:00
Sawyer Blatz
a87b90852d
[fenix] No issue: Allow us to run experiments on nightly if needed
2020-06-26 09:16:38 +03:00
mcarare
265e43a3ca
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10285 : Swap TextView for a LinkTextView to improve a11y.
2020-06-26 09:15:44 +03:00
mcarare
00ea11c80f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10285 : Add a custom TextView for links with a11y improvements.
2020-06-26 09:15:44 +03:00
mozilla-l10n-automation-bot
3cd4cfe0a1
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/11981 )
2020-06-25 18:03:19 -07:00
Kainalu Hagiwara
a25959d679
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11677 - Adjust tab counter menu item order.
2020-06-25 15:48:10 -07:00
person808
3e5d1f66cb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2165 - Add swipe to refresh gesture to bookmarks view.
2020-06-25 14:50:24 -07:00
Christian Sadilek
7d50b70b61
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9100 : Follow-up to fix memory leak in NotificationSessionObserver
...
The observer was moved and is now bound to the activity and its
context. If the activity is re-created we leak the observer and
therefore the activity itself.
With this we make sure to stop the observer and also don't use
the activity context to begin with.
2020-06-25 16:17:38 -04:00
ekager
8a4c534741
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11866 - Update back press logic for SearchFragment
2020-06-25 14:40:31 -04:00
Christian Sadilek
5cc0cbb26d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11798 : Allow sharing of reader view pages
2020-06-25 14:39:21 -04:00
Sawyer Blatz
9834983edc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9625 : Add telemetry for Tracking Protection CFR ( https://github.com/mozilla-mobile/fenix/pull/11923 )
2020-06-25 11:24:55 -07:00
Oana Horvath
feda964fc6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11764 : delay single-click duration to avoid long-clicks ( https://github.com/mozilla-mobile/fenix/pull/11949 )
2020-06-25 14:21:51 -04:00
Elise Richards
ad9fa8a2ba
[fenix] https://github.com/mozilla-mobile/fenix/issues/10824 : Onboarding telemetry ( https://github.com/mozilla-mobile/fenix/pull/11867 )
...
* Onboarding events and tracking
* Rename metrics for consistency
* Add reference to PR for the data review
* Add default values to onboarding events
2020-06-25 13:21:31 -05:00
Oana Horvath
e54a462293
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/11947 : fix and enable closePrivateTabsNotificationTest ( https://github.com/mozilla-mobile/fenix/pull/11951 )
2020-06-25 14:17:04 -04:00
Sawyer Blatz
13e2e1f90b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11392 : Rename Installation ping to FirstSession ( https://github.com/mozilla-mobile/fenix/pull/11869 )
2020-06-25 10:06:26 -07:00
ekager
d86ea35683
[fenix] Remove ThumbnailsUseCases
2020-06-25 12:51:18 -04:00
Tiger Oakes
766c82ba60
[fenix] Update customtabs service
2020-06-24 23:26:49 -04:00
Christian Sadilek
4de31aba98
[fenix] Configure M3 AMO collection for Nightly/Debug
2020-06-24 21:55:57 -04:00
Sawyer Blatz
ae9d06bee5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11613 : Expand toolbar onUrlChanged
2020-06-24 21:50:06 -04:00
Mihai Branescu
8e9f5516d7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11727 - added content description
2020-06-24 21:42:38 -04:00
Hakkı Kaan Çalışkan
ec0086ac5d
[fenix] don't animate unnecessarily
...
Fixes https://github.com/mozilla-mobile/fenix/issues/11672 , https://github.com/mozilla-mobile/fenix/issues/11727 : Empty default tab text and add padding to infinite character
Fixes https://github.com/mozilla-mobile/fenix/issues/11739 : Fix flicker
Update TabCounter.kt
make lint happy
don't animate unnecessarily
don't animate unnecessarily
Fixes https://github.com/mozilla-mobile/fenix/issues/11739 : Fix flicker
Update TabCounter.kt
squash commits
don't animate unnecessarily
Fixes https://github.com/mozilla-mobile/fenix/issues/11672 , https://github.com/mozilla-mobile/fenix/issues/11727 : Empty default tab text and add padding to infinite character
Fixes https://github.com/mozilla-mobile/fenix/issues/11739 : Fix flicker
Update TabCounter.kt
make lint happy
don't animate unnecessarily
2020-06-24 21:42:38 -04:00
Hakkı Kaan Çalışkan
931a034205
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/11739 : Fix flicker
2020-06-24 21:42:38 -04:00
Hakkı Kaan Çalışkan
b346ec3f65
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/11672 , https://github.com/mozilla-mobile/fenix/issues/11727 : Empty default tab text and add padding to infinite character
2020-06-24 21:42:38 -04:00
Sawyer Blatz
65ca7c9cd1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11183 : Redirect user to homescreen after widget added
...
Co-authored-by: hakkikaancaliskan <caliskanhkaan@gmail.com>
2020-06-24 21:41:42 -04:00
David Walsh
c6a8a6ed28
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11860 - Conditionally show add to collection button on Home screen
2020-06-24 21:41:19 -04:00
mcarare
2f3b1429ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11562 : Align overflow menu button with close buttons.
2020-06-24 21:40:57 -04:00
mcarare
f2b6eac8ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11880 : Provide default text color for errors in a TextInputLayout
2020-06-24 21:40:10 -04:00
Sawyer Blatz
0e63e5b22c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11825 : Removing the last pretty animation 😞
...
Goodbye, sweet summer child.
2020-06-24 21:38:28 -04:00
mcarare
37f9964f1c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8080 : Dismiss menu when swiping away from its anchor.
2020-06-24 21:37:57 -04:00
mcarare
a4b2acd0cd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11901 : Use safe call for collection item info.
2020-06-24 21:37:24 -04:00
Mihai Branescu
8a13fbbfb3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9100 - Private browsing notification fixes
...
Co-authored-by: Seef <Saif Dara>
2020-06-24 21:35:11 -04:00
Mihai Branescu
4f08a54d60
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10467 - removed unused tests and resources related to blue dot notification
2020-06-24 21:33:32 -04:00
Mihai Branescu
985611258a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10467 - blue dot doesn't disappear on menu dismiss
2020-06-24 21:33:32 -04:00
Tiger Oakes
0f66a45d81
[fenix] Add tests for collection creation controller
2020-06-24 21:21:02 -04:00
Jeff Boek
50656a7634
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11406 - Scrolls to selected tab when switching modes
2020-06-24 21:16:48 -04:00
Jeff Boek
59db888d3b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11430 - Gives enough padding to the tab tray give adequate space for the fab
2020-06-24 21:16:24 -04:00
Mozilla L10n Automation Bot
9c7476a560
[fenix] Import l10n.
2020-06-24 21:16:07 -04:00
Tiger Oakes
24f91de0e6
[fenix] Add tests for share sheet
2020-06-24 20:33:47 -04:00
Tiger Oakes
de55a36526
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11903 : fix custom tab private gradient
2020-06-24 20:33:16 -04:00
ekager
b4c1bf21df
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8374 - On external session removed, handle back press
2020-06-24 20:17:26 -04:00
Tiger Oakes
0404c234c6
[fenix] Minify XML path
2020-06-24 14:05:44 -04:00