Christian Hernandez
f8af231582
For #18830 - Remove card nickname from credit card editor ( #18891 )
...
* Removed all views with regards to credit card nickname. Removed the TextInputLayout and TextInputEditText where information would be typed in. Also removed the credit card nickname title text view. I added a margin of 16 dp to the bottom ConstraintLayout that houses the delete, cancel, and save buttons as requested.
* #18830 - Removed all views with regards to credit card nickname. Removed the TextInputLayout and TextInputEditText where information would be typed in. Also removed the credit card nickname title text view. I added a margin of 16 dp to the bottom ConstraintLayout that houses the delete, cancel, and save buttons as requested.
2021-04-20 12:09:09 -04:00
MickeyMoz
48460ce42c
Update Android Components version to 75.0.20210419143149.
2021-04-19 20:50:59 +00:00
Jonathan Almeida
69efd3a089
Close #19094 : Open sign-in flow if no account is created for tabs tray
2021-04-19 23:18:37 +04:00
Kate Glazko
1ca7d55b4a
For #18745 : Add Shadow To Shortcut Tiles
2021-04-19 11:01:08 -07:00
Aaron Train
83b04f8b64
No issue: test one shard per UI test on FTL ( #18998 )
2021-04-19 12:22:01 -04:00
Jonathan Almeida
cfaaf82541
No issue: Allow tabstray rewrite to ride the trains
2021-04-19 20:08:24 +04:00
Jonathan Almeida
8bb7abc3fe
Disabling tabstray collection tests until #19090 is fixed
2021-04-19 18:10:43 +04:00
Jonathan Almeida
46cec3d658
No issue: Fix regression in last tab deleted
...
When we allow the homescreen to handle undo for the last tab, we no
longer need to handle this ourselves with our own binding.
In the future, we should re-think this logic to be more robust and less
spread out across multiple screens.
2021-04-19 18:10:43 +04:00
Jonathan Almeida
0189fed012
No issue: Use same open tabs tray everywhere
2021-04-19 18:10:43 +04:00
Jonathan Almeida
1e09d50fd7
No issue: Fix the initial select mode check
2021-04-19 18:10:43 +04:00
Jonathan Almeida
ad483903ed
No issue: Do not create a new instance of TabsTrayStore
...
We only need one. :)
2021-04-19 18:10:43 +04:00
Jonathan Almeida
b6f9bbf560
Attempt at fixing openAllTabsInCollectionTest test
2021-04-19 18:10:43 +04:00
Jonathan Almeida
8b1752dd9e
Disable/fix tests that rely on Select Tabs button
2021-04-19 18:10:43 +04:00
Jonathan Almeida
053453cc7f
No issue: Enable tabs tray re-write by default in nightly
2021-04-19 18:10:43 +04:00
mcarare
f94f8531f6
For #18496 : Set activity theme in onCreate before call to super.
2021-04-19 13:32:45 +03:00
Mozilla L10n Automation Bot
1d80ece660
Import l10n.
2021-04-19 00:31:22 +00:00
Mozilla L10n Automation Bot
635eb8eab0
Import l10n.
2021-04-18 00:32:58 +00:00
Ryan VanderMeulen
5872d7a849
Update A-C to 75.0.20210417143049 ( #19097 )
2021-04-17 13:23:09 -04:00
Jonathan Almeida
8b6d06e551
Close #19064 : Focus on tab page with the BrowsingModeManager
2021-04-17 04:30:38 +04:00
Roger Yang
cba68faac6
Closes #18946 : Add undo toast for tabstray
2021-04-17 02:30:39 +04:00
Michael Comella
cbc5df3c63
For #18836 : address onCreate method length detekt issue.
2021-04-16 15:30:26 -07:00
Michael Comella
d6999234b0
For #18836 : add & integrate StartupTypeTelemetry.
2021-04-16 15:30:26 -07:00
Michael Comella
aa3846212c
For #18836 : add metric perf.startup.startup_type.
2021-04-16 15:30:26 -07:00
Michael Comella
a64540bd06
For #18836 : add StartupPathProvider + tests.
2021-04-16 15:30:26 -07:00
Michael Comella
ec65737cbb
For #18836 : address lint errors for StartupStateProvider*.
2021-04-16 15:30:26 -07:00
Michael Comella
ea1d569837
For #18836 : add getStartupStateForStartedActivity method.
2021-04-16 15:30:26 -07:00
Michael Comella
18507ec24c
For #18836 : add isHotStartForStartedActivity and tests.
2021-04-16 15:30:26 -07:00
Michael Comella
e803cc61a2
For #18836 : add isWarmStartForStartedActivity, tests.
2021-04-16 15:30:26 -07:00
Michael Comella
ed1f38611f
For #18836 : shorten isColdStart... and rm questionable test.
...
The test failed with the rewrite of the code because it violates
one of our assumptions that only one Activity will be started. However,
since it doesn't rely on observed behavior and we made up the events,
it's value is questionable so it seems okay to remove, especially for
the gain of conciseness in the code.
2021-04-16 15:30:26 -07:00
Michael Comella
4f26aae254
For #18836 : add VIEW to warm and hot entries.
2021-04-16 15:30:26 -07:00
Michael Comella
fd11cc1c51
For #18836 : refactor tests to forEachHotStartEntries.
2021-04-16 15:30:26 -07:00
Michael Comella
a7f4aac6e8
For #18836 : refactor test into forEachWarmStartEntries.
2021-04-16 15:30:26 -07:00
Michael Comella
a00fbbb6b3
For #18836 : refactor tests into forEachColdStartEntries.
2021-04-16 15:30:26 -07:00
Ryan VanderMeulen
1a36230a85
Update A-C to 75.0.20210416190104 ( #19083 )
2021-04-16 17:43:18 -04:00
codrut.topliceanu
3b7ba340e1
For #19023 - Expands tabsTray when tabs over certain number
...
TabsTray should be collapsed when there are only a few tabs on screen, otherwise it should go straight to STATE_EXPANDED.
2021-04-16 23:35:14 +04:00
Julien Cristau
6d862c989a
Update A-C to 75.0.20210415213638
2021-04-16 12:01:51 -04:00
Mugurell
abe3036065
For #18439 - Open link from QR code only if activity is not null
2021-04-16 13:08:01 +03:00
Stefan Arentz
0d37471b0a
Update A-C to 75.0.20210415143144 ( #19069 )
2021-04-15 23:39:47 -04:00
Kate Glazko
ae157e5679
For #18520 : Add Empty Tab State To Browser Tray List
2021-04-16 05:22:44 +04:00
Mozilla L10n Automation Bot
d0f8b3a64d
Import l10n.
2021-04-16 00:29:09 +00:00
Mickey Moz
bf33543573
Update Android Components version to 75.0.20210412143103. ( #19067 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-04-15 19:26:31 -04:00
Jonathan Almeida
2ef04c2a9e
Close #19024 : Fix intermittent test failure in NavigationInteractor
2021-04-16 02:34:23 +04:00
Jonathan Almeida
72c13f89f5
Issue #19030 : Allow homescreen to be scrollable with extra content
2021-04-16 02:33:53 +04:00
Jonathan Almeida
71240a5e0f
No issue: Set tray dismissal from background tap
2021-04-16 02:31:13 +04:00
Jonathan Almeida
6c8b1a7e8f
Close #19045 : Dismiss tabstray when last tab in a page is closed
2021-04-16 02:31:13 +04:00
Elise Richards
3d226429aa
For #18867 : remove "signed in as" string in three-dot menu ( #19035 )
...
* Remove signed in as string from sync menu item
* Nav to sync account settings on click
For #18806 : navigate to settings account page or sign in on clicking menu item.
* Confirm account exists and retrieve item title
* Remove string
2021-04-15 12:49:19 -05:00
Christian Sadilek
d036ba1338
Issue #18819 : Hide Credit Card pref by default (for settings w/o icons) ( #19058 )
2021-04-15 13:29:22 -04:00
Gabriel Luong
2e562579ed
For #18274 - [Edit card] Update a saved credit card information ( #19032 )
2021-04-15 12:40:48 -04:00
Gabriel Luong
f7c56ee6fa
For #18273 - [Edit card] Delete a saved credit card ( #19029 )
2021-04-15 11:18:29 -04:00
Codrut Topliceanu
d8660341a1
For #18521 - Added scroll to current tab ( #19021 )
...
* For #18521 - Added scroll to current tab
* For #18521 - Addressed comments
2021-04-15 18:09:22 +03:00