ValentinTimisica
9653149b27
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4410 : Modified visibility of 'Add Tab' button.
...
I changed the visibility of 'Add Tab' button according to the number of
opened tabs. If there is at least one tab open, the button is displayed.
2019-08-02 08:49:50 -07:00
Michael Comella
7e8f094185
[fenix] No issue: fix README link to file security issues.
2019-08-01 22:22:21 -04:00
Grisha Kruglov
3eb264a247
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2593 : FxA automatic sign-in integration
2019-08-01 17:03:45 -07:00
Grisha Kruglov
124a6facb3
[fenix] Reflect current sync status when opening account settings
2019-08-01 17:03:45 -07:00
Sawyer Blatz
190fe7b09b
[fenix] No issue: Fixes failing UI test on master
2019-08-01 19:10:51 -04:00
Tiger Oakes
06260f99d3
[fenix] Fix crash for bookmarks
2019-08-01 18:57:35 -04:00
Emily Kager
ee443ac8a8
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4462 - Adjust layout params of select bookmark folder view
2019-08-01 13:31:13 -07:00
Thom Chiovoloni
e958f9fca9
[fenix] Bump A-C version
2019-08-01 13:10:20 -07:00
Thom Chiovoloni
dc7b4f682d
[fenix] Update fenix for new megazord setup
2019-08-01 13:10:20 -07:00
Tiger Oakes
547e94cde8
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/2379 - Use LibraryPageView in history
2019-08-01 15:59:55 -04:00
Jeff Boek
87b08d1057
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4441 - Keeps the ID 0 based for the recyclerview
2019-08-01 10:45:23 -07:00
Christian Sadilek
9b0b917db5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4412 : Only consume state change when UI initialized
2019-08-01 11:51:32 -04:00
isabelrios
4e2c157646
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4324 - Add more l10n screenshots tests ( https://github.com/mozilla-mobile/fenix/pull/4350 )
...
* Fixes https://github.com/mozilla-mobile/fenix/issues/4324 - l10n Add more screenshots tests
* change test name
* final changes
* fixing reviewer comments
2019-08-01 08:35:47 -07:00
Christian Sadilek
a9f5443ee7
[fenix] No issue: Add engine warmup call
2019-08-01 10:53:55 -04:00
Jeff Boek
32143301ef
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3886 - Uses defaultDeviceName
for the DeviceConfig
device name
2019-07-31 21:34:21 -07:00
Jeff Boek
4019019ea3
[fenix] No Issue - Fixes the offset key to prevent endless history bug
2019-07-31 17:58:56 -07:00
Sawyer Blatz
464a5f92cd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2267 : Fixes telemetry for reader view ( https://github.com/mozilla-mobile/fenix/pull/4328 )
2019-07-31 17:58:37 -07:00
Sawyer Blatz
1b027a36e4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/969 : Adds more telemetry for collections ( https://github.com/mozilla-mobile/fenix/pull/4358 )
2019-07-31 17:07:41 -07:00
Jonathan Almeida
0a6752deec
[fenix] No issue: Move PublicSuffixList to root component
...
With the PublicSuffixList class in Utilities, the first instantiation
of it (prefetching in onCreate), causes the Utilities to instantiate
and thus slowing down startup by needing the SearchEngineManager from
instantiating as well.
Moving this back to the root component fixes the immediate perf issue.
Co-authored-by: Will Hawkins <whh8b@obs.cr>
2019-07-31 17:01:14 -07:00
Christian Sadilek
1505e5d1bb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4412 : SiteSecurityClickedListener set incorrectly
2019-07-31 19:52:53 -04:00
Will Hawkins
ac8a2e24e1
[fenix] No Issue: Move notification manager to member of background services
...
Instead of taking notification manager as a parameter
(from the utils class), create one private to the
BackgroundServices class. This means that we do not need
to create the entirety of utilities just to use
the notification manager.
2019-07-31 16:11:46 -07:00
mihai-adrian
4f554994e7
[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/4221 - The tap area for Open tabs' new tab and 3 dot menu buttons is too small
...
changed size of buttons to 48X48 following Material Design Accessibility guidelines.
removed margins from end of layout and spaces between buttons to provide consistency with the buttons from the top
2019-07-31 14:42:43 -07:00
mihai-adrian
b05e618a9e
[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/4221 - The tap area for Open tabs' new tab and 3 dot menu buttons is too small
...
changes size of buttons to 48X48 following Material Design Accessibility guidelines.
removed margins from end of layout and spaces between buttons to provide consistency with the buttons from the top
2019-07-31 14:42:43 -07:00
Jeff Boek
3ddeed3bc0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4137 - Adds changelog item
2019-07-31 14:35:33 -07:00
Jeff Boek
5cb403b070
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4137 - Fixes HistoryStoreTest
2019-07-31 14:35:33 -07:00
Jeff Boek
a20d0e7b74
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4137 - Fixes HistoryInteractorTest
2019-07-31 14:35:33 -07:00
ekager
cfda0676e7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4137 - Adds pagination to the history view
2019-07-31 14:35:33 -07:00
Emily Kager
ef25fff429
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3829 - Ignore Intents Launched From History
2019-07-31 17:07:54 -04:00
Sebastian Kaspari
34853bff08
[fenix] Update to use Mozilla Android Components 6.0.2.
2019-07-31 13:06:08 -07:00
Nikit Bhandari
49eb339d15
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4339 reduce build warnings ( https://github.com/mozilla-mobile/fenix/pull/4340 )
2019-07-31 11:43:49 -07:00
Emily Kager
853ad4d175
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4265 - Do not pop after all exceptions are removed ( https://github.com/mozilla-mobile/fenix/pull/4392 )
2019-07-31 11:43:15 -07:00
Sebastian Kaspari
3f6add95ae
[fenix] Update to use Mozilla Android Components 6.0.1. ( https://github.com/mozilla-mobile/fenix/pull/4413 )
2019-07-31 10:29:32 -07:00
Christian Sadilek
a320e9568b
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4412 : BrowserInteractor has not been initialized ( https://github.com/mozilla-mobile/fenix/pull/4414 )
2019-07-31 09:14:05 -07:00
Afzal Najam
ca4be8ef2a
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3341 - Remove UserAgentRewriter
2019-07-31 11:05:42 -04:00
Emily Kager
1c2b197cb0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4198 - Include Intent.ACTION_SEND to open to browser
2019-07-31 01:11:39 -04:00
Jonathan Almeida
52c077669f
[fenix] No issue: Enable Send Tab and Push in production
2019-07-30 22:32:59 -04:00
Jonathan Almeida
ef02584440
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4355 : unsubscribe FxA subscription on logout
2019-07-30 22:27:12 -04:00
Maurya Talisetti
0034bfdb02
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3419 : Use better accessibility strings for tab collections
2019-07-30 16:37:49 -04:00
ekager
56c43388a8
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4040 - Remove NestedScrollView from Bookmark Layout
2019-07-30 16:29:12 -04:00
mihai-adrian
082000dd4b
[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/4237 - Cannot edit the default name of a collection, only replace it
...
changed setting of text to be done before transition, preventing transition to make textView unclickable;
added renaming situation to showKeyboard in onResume();
changed title text when renaming, from: "Name collection" to "Rename collection".
2019-07-30 16:26:10 -04:00
mihai-adrian
a1029884e8
[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/4237 - Cannot edit the default name of a collection, only replace it
...
changed setting of text to be done before transition, preventing transition to make textView unclickable;
added renaming situation to showKeyboard in onResume();
changed title text when renaming, from: "Name collection" to "Rename collection".
2019-07-30 16:26:10 -04:00
mihai-adrian
ecfdceed50
[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/4237 - Cannot edit the default name of a collection, only replace it
...
made name_collection_edittext field clickable
2019-07-30 16:26:10 -04:00
Sawyer Blatz
9602f80468
[fenix] For https://github.com/mozilla-mobile/fenix/issues/4376 : Removes usage of selectedSessionOrThrow ( https://github.com/mozilla-mobile/fenix/pull/4381 )
2019-07-30 12:39:58 -07:00
Mitchell Hentges
ff1cc196ff
[fenix] Resolves "no such file or directory" CI error for firebase secret ( https://github.com/mozilla-mobile/fenix/pull/4356 )
2019-07-30 11:10:57 -07:00
mihai-adrian
b20cbd0566
[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/3843 - (L10N) regression: alignment issue when saving tabs to collection
...
changed height to match_constraints instead of wrap_content - this makes for a better calculation of space, avoids setting textView on two lines, with blank line below.
2019-07-30 13:41:23 -04:00
ekager
8feadabb3b
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4240 - Exclude custom tabs from displayed tab count
2019-07-30 13:28:50 -04:00
bloslo
86909b315d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3886 - Change default device name to show the app name. ( https://github.com/mozilla-mobile/fenix/pull/3916 )
...
* Fix default device name to show the app name.
* Add string resource with placeholders.
* Wrap line that triggers MaxLineLength lint issue.
2019-07-30 10:28:19 -07:00
bloslo
ac175e44d0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3548 - Fix close tab button visibility. ( https://github.com/mozilla-mobile/fenix/pull/3801 )
...
* For https://github.com/mozilla-mobile/fenix/issues/3548 - Fix close tab button visibility.
* Switch to 'wrap_content' instead of fixed values.
* Align close tab button with settings button.
* Change margin top
2019-07-30 10:25:44 -07:00
Tiger Oakes
98b191f014
[fenix] Minify logo path ( https://github.com/mozilla-mobile/fenix/pull/4276 )
2019-07-30 09:56:11 -07:00
Sebastian Kaspari
a4add1765d
[fenix] Switch to GeckoView 69 Beta.
2019-07-30 18:53:27 +02:00