Mugurell
21606bf94f
For #8693 - Add rtl onboarding toolbar position picker images
2020-03-20 09:48:04 -07:00
Mugurell
1dca146e4f
For #8693 - Add rtl onboarding theme picker images
2020-03-20 09:48:04 -07:00
mcarare
e4acabb329
For #8600:Increase space below left checkbox preference
2020-03-19 15:41:05 +02:00
mcarare
a098b66d26
For #8591 : Allow items in quick_action_sheet to be read by a11y services
2020-03-19 15:18:40 +02:00
mcarare
756b1fbadd
For #9140 : Remove drawable from title in empty state panes
2020-03-19 14:32:40 +02:00
Jeff Boek
74ce62b5c3
For #8949 - Removes old motionlayout code, fixes how shadow is drawn
2020-03-11 17:10:40 -07:00
ekager
709bf6f627
For #7087 - Add SearchView to Logins Fragment
2020-03-10 23:01:51 -07:00
ekager
feb6215fae
For #8296 - Adds user account avatar to Account Preference
2020-03-10 11:19:22 -07:00
Emily Kager
93bc87e273
For #7270 - Do not overlap long logins items ( #9013 )
2020-03-10 09:39:50 -05:00
mcarare
320fc4e4ae
For #8788 Use Flexbox instead of Grid manager for top sites
2020-03-09 11:01:14 -07:00
mcarare
a581486e1c
For #8985 Fix Share Menu display when having recently used list.
...
Allow for All Actions recyclerview to scroll to end.
Adjust padding for views.
2020-03-09 10:48:02 -07:00
Sawyer Blatz
28f58eb025
For #7158 : Improves home to search animation ( #9008 )
2020-03-05 13:54:54 -08:00
ekager
2603683d42
Match Theme Indepedent Grey
2020-03-03 12:51:58 -08:00
mcarare
f9e85e78af
For #6607 Update button theming in no tab pane
2020-03-03 12:51:58 -08:00
mcarare
cfe4f11864
For #6607 Update button theming in no tab pane
2020-03-03 12:51:58 -08:00
Sawyer Blatz
f20fb50481
For #5346 & For #8859 : Fixes textSize & animation on TabCounter
2020-03-02 18:54:20 -08:00
ekager
a8e41d3b41
No issue: Remove one instance of android:drawableTint
2020-03-02 14:37:39 -08:00
Sawyer Blatz
e96732604b
For #167 : Improves home to browser animation
2020-02-28 18:04:14 -07:00
mcarare
df80a5240b
For #6607 Add button to no tab content pane
2020-02-28 13:21:22 -08:00
ekager
88bd18b4bf
Remove unused color selector resource
2020-02-27 12:40:57 -08:00
ekager
63ddff533d
For #8641 - Update addon text selector to use attr colors
2020-02-27 12:40:57 -08:00
David Walsh
e2b72a9c01
For #8505 - Update tab icon
2020-02-26 12:04:51 -08:00
Sawyer Blatz
13c9c39658
For #4383 : Add feature flag
2020-02-25 16:45:59 -08:00
Sawyer Blatz
009a7f3020
For #4383 : Enable dynamic bottom toolbar
2020-02-25 16:45:59 -08:00
mcarare
09e0c0b447
For #8719 : Keep top site item at mock width size, prevent stretching
2020-02-25 16:28:34 -08:00
mcarare
2add077ee3
For #8719 : Keep RecyclerView from stretching to fill up parent width
2020-02-25 16:28:34 -08:00
Mugurell
4cf74ed44e
For #8673 - Don't mirror the onboarding - toolbar position picker tiles
...
Don't mirror the images and keep the radio buttons fixed in place at the top
left corner of the images.
2020-02-25 15:38:47 -08:00
Mugurell
71aba16cbf
For #8673 - Don't mirror the onboarding - theme picker tiles
...
Don't mirror the images and keep the radio buttons fixed in place at the top
left corner of the images.
2020-02-25 15:38:47 -08:00
Sparky93
0f609b1888
Fix for #8533 - Migration screen's buttons in the wrong place
...
Made a small refactor on the migration screen layout in order to correctly position the elements.
2020-02-25 13:19:09 +01:00
David Walsh
342ad1bfca
For #7604 - Correct header colors in navigation bar ( #8661 )
2020-02-24 17:39:11 -08:00
David Walsh
72e3d5d22f
Add add top margin to No Bookmarks message
2020-02-21 18:52:52 -08:00
Mugurell
a84b250894
For #8469 - Support rtl for onboarding - toolbar position picker
...
We'll mirror the toolbar position picker images and make sure the radio button
are positioned correctly in relation to them.
2020-02-20 19:49:42 -08:00
Mugurell
15e1c8dc69
For #8469 - Support rtl for onboarding - theme picker
...
We'll mirror the theme picker images and make sure the radio buttons are
positioned correctly in relation to them.
2020-02-20 19:49:42 -08:00
Sawyer Blatz
2a5d774239
For #8315 : Fixes flicker of search with text
2020-02-20 19:14:10 -08:00
Sawyer Blatz
f02e06afae
For #8454 - Removes back button from the search screen
2020-02-20 18:15:47 -05:00
ValentinTimisica
6f53020a4a
Fixes #7967 : Updated accessibility details for 'add search engine' screen
2020-02-19 16:50:52 -08:00
Mihai Branescu
fdbf63fb97
For #4231
...
Added kapt plugin + dependencies in order to be able to use Room
Added recent apps to share fragment (top 6)
Extracted dimens of share_to_apps.xml in the dimens file
2020-02-19 10:36:58 -08:00
Lepiku
8939358f40
For #8449 : Update Delete browsing data item minHeight
2020-02-18 12:55:22 -08:00
mcarare
bba563b5f9
For #6479 : Add granular ETP settings
2020-02-18 09:32:43 -08:00
Sebastian Kaspari
ba54080177
Issue #8277 : Reuse app icon in widget layout.
...
This patch refactors the widget layouts so that we can reuse the app icon and do not have to have
another logo resource with different constraints. This will also make it easier to update the
branding in #8277 and #8278 .
2020-02-17 11:37:15 +01:00
Sparky93
5971257669
Fix for #8430 - Migration progress bar too close to text
...
Reduced the margin start value of the progress bar in order to leave more space between it and the
text.
Moved hardcoded margin values into dimens resources.
2020-02-14 14:22:10 +01:00
Kate Glazko
5b28ad68b7
For #8248 Icon Wrong Color
2020-02-13 14:55:55 -08:00
mcarare
372b1e7f0e
For #6980 : Update Private browsing card.
...
Added test to description.
Added link to settings.
Updated unit tests.
2020-02-13 14:13:57 -08:00
Simon Chae
0dac2fd0f4
For #8346 : Update add-on-permissions fragment to be scrollable ( #8352 )
2020-02-12 17:19:07 -05:00
Arturo Mejia
f85994e1cc
For issues #8191 Increase text contrast for the "Remove" button
...
on installed Add-ons fragment
2020-02-11 19:54:48 -05:00
codrut.topliceanu
705567651f
For #7978 - Remove ScrollView from migration activity.
2020-02-11 16:40:15 +01:00
codrut.topliceanu
e193c9c084
For #7975 - Added a progress bar according to specs
2020-02-11 16:40:15 +01:00
Jeff Boek
f9b05e7d5a
For #8212 - Fixes shadow/border when toolbar is on top ( #8234 )
2020-02-10 12:32:26 -06:00
Simon Chae
cb19c6e868
For #8259 : Add scrollview within the nested relative layout
2020-02-10 13:32:04 -05:00
mcarare
b934d95256
For #6980 : Show correct image mocks for toolbar positions
2020-02-10 12:02:32 +01:00