Commit Graph

218 Commits (65f30c75e889f73bb8ef3e452b8424f177cf1877)

Author SHA1 Message Date
ValentinTimisica b2e5820364 For #10343: Remove 'Library' functionality from the app
Also adds Bookmarks and History items to browser menu.
4 years ago
ValentinTimisica f63cb4e09f For #10244: Creates drawable for add-ons private browsing label.
The drawable is sent to AddonsManagerAdapter.Style constructor and is displayed
near the add-on name if it is allowed to run in private browsing
4 years ago
David Walsh 8b27a48635 For #10329 - Implement tab tray divider 4 years ago
Mihai Branescu 03726384de For #8643 and #7606 - Changed styles for most onboarding cards 4 years ago
Mihai Branescu 18b6c29b4a For #8643 and #7606 - added new svgs for onboarding illustrations
RTL for toolbar are still missing
4 years ago
Mihai Branescu fab52c9702 For #8643 - removed all onboarding-related PNGs 4 years ago
Mihai Branescu 77912b29fb For #8643 - Replaced onboarding theme/toolbar assets 4 years ago
David Walsh 6f5f48c30e
For #10148 - Add basic tab tray implementation without exposing to rest of app (#9934) 4 years ago
Sawyer Blatz dce16964c0
For #9208: Adds in-product prompt to homescreen (#9836) 4 years ago
Sawyer Blatz 8185ba793e
For #9857: Create button style (#9858)
* For #9857: Creates text button style

* Adds lint check

* Fixes onboarding cards
5 years ago
Emily Kager 327009efc4
For #768: Add first time PWA dialog (#9308)
Co-authored-by: Tiger Oakes <toakes@mozilla.com>
5 years ago
Mihai Branescu a23bcebb5d For #8972 Replaced purple colors to match the rest of the app 5 years ago
ValentinTimisica 79dc133c9c For #9359: Revert 8491.
In the UX review of 8491 it was discovered that the proposed solution is not
optimal and we should actually better stick with the old implementation.

This ticket comes to help with that and revert the already merged patch for
8491 and so will add same gradient to the top toolbar as the bottom toolbar.
5 years ago
ValentinTimisica fbeff33ef5 Fixes #8491: Changed toolbar background for PBM when is set to top
This change was required so that the background of the toolbar match the
homeFragment gradient
5 years ago
mcarare 772c7062fd For #8814: Change icon asset for top sites menu option 5 years ago
Jeff Boek 74ce62b5c3 For #8949 - Removes old motionlayout code, fixes how shadow is drawn 5 years ago
David Walsh 0436c8d8a4 For #8874 - Update tab deletion colors 5 years ago
mcarare 0b07f99127 For #8898 Show round progress bar only on end side
This will auto-mirror on RTL so it will also show at progressbar end
5 years ago
David Walsh b525f2382a
For #7504 - Update sync error display in menus (#8639) 5 years ago
ekager 88bd18b4bf Remove unused color selector resource 5 years ago
ekager 63ddff533d For #8641 - Update addon text selector to use attr colors 5 years ago
David Walsh b0a5946d4c For #8792 - Fix display of tabs icon in browser 5 years ago
David Walsh e2b72a9c01 For #8505 - Update tab icon 5 years ago
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.
5 years ago
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.
5 years ago
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.
5 years ago
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.
5 years ago
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
5 years ago
mcarare bba563b5f9 For #6479: Add granular ETP settings 5 years ago
Sebastian Kaspari 2a42c30c57 Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 5 years ago
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.
5 years ago
ekager b72550c28a For #8126 - Adds default top sites 5 years ago
codrut.topliceanu 705567651f For #7978 - Remove ScrollView from migration activity. 5 years ago
Jeff Boek f9b05e7d5a
For #8212 - Fixes shadow/border when toolbar is on top (#8234) 5 years ago
Emily Kager 46fd1a04f1 For #7456 - For top toolbar set correct progress gravity and background 5 years ago
lyrjie b25a5468ba Added the autoMirrored flag to arrowhead drawable 5 years ago
Gabriel Luong 64a4a7f422
Provide add-on support (#8064)
Closes #5630, #6069, #6092, #6091, #6124, and #6147.

Co-authored-by: Simon Chae <chaesmn@gmail.com>
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
5 years ago
Kadeem 321251c49c Updates the hide and reveal password icons to use and tint the mozac version. 5 years ago
Jonathan Almeida 2b2ea9eb5e No issue: Update Firefox Logo in Migration UI (#7916) 5 years ago
Jonathan Almeida b89afe7b7c For #7092: Add initial Migration UI 5 years ago
daphliu 7034ad4be6 Modified onboarding card colors according to design 5 years ago
Josh Vocal 31da69a311 For #7282 - Add more visibility to Turn On Sync card (#7284)
* Change background of card to make elevation more visible
* Change icon white fill to become transparent
5 years ago
Mihai Branescu ea2411a88b Feature/#220 language menu (#7070)
* For #220
- Added advanced header + locale settings item in the settings fragment

* For #220
- Added locale selection page with lib state + handling of locale changes

* For #220
- Removed registering for locale changes in the manifest, allow system
to restart activity in that scenario

* For #220
- Added unit tests for locale settings page

* For #220: fixed an outdated unit test
ga-a

Co-authored-by: Severin Rudie <Baron-Severin@users.noreply.github.com>
5 years ago
Roger Yang f6e286fd9c
Closes #7346: Enable dynamic app links in Fenix (#7361) 5 years ago
Mihai Adrian 4fa6edc86e For #7122 Fix icons for saved logins screen (#7268) 5 years ago
Patrick Martin 71880705df For #5711 - Onboarding colours have contrast issues 5 years ago
mcarare bf20275a1a For #6470 Change notification icon
Used private browsing icon with compulsory white color for notifications
5 years ago
Matt McKenna c71fa11d45 Add Mozilla licensing header to gradient 5 years ago
Matt McKenna d1f70e908e Add a simple gradient to collection creation 5 years ago
Jeff Boek 871604f37d For #2271 - Fixes colors on dark theme 5 years ago