1
0
Fork 0
Commit Graph

477 Commits (3b3d4c3de56c06afead6143c797fa962f6fb74ed)

Author SHA1 Message Date
Sawyer Blatz 3b3d4c3de5
Fixes #1646: Changes bookmarks toolbar color (#1651) 2019-04-16 08:03:22 -07:00
Sawyer Blatz 23edd2559d
For #933: Adds caching of sign in state (#1647) 2019-04-16 08:00:28 -07:00
Will Hawkins c7d3f00a9e For #1616: Parallelize the loading of experiments. 2019-04-15 21:45:44 -05:00
Emily Kager 01a181975d For #1084 - Add tracking protection toggle to quick settings dialog 2019-04-15 19:59:10 -05:00
Axel Hecht 3f906dc58a Import strings from android-l10n
Status: mozilla-l10n/android-l10n@ce0bbdb947
2019-04-15 15:39:22 -07:00
Jeff Boek 4fae36f0af Fixes #1430 - Implements UX feedback for the FenixSnackbar 2019-04-15 13:34:50 -07:00
Sawyer Blatz 49b4eaf182
For #724: Fixes white color in dark mode and removes android:tint (#1641) 2019-04-15 13:14:49 -07:00
Emily Kager 43e0588d68 For #1084 - Update TP Policy for the current engineSession 2019-04-15 13:07:49 -07:00
Jeff Boek 658f6dcf23 For #1495 - Reverts editing translated string and creates a new string 2019-04-15 13:33:09 -05:00
Sawyer Blatz 353270a5c7 Fixes #1610: Gives unique identifier to shortcut engine picker suggestions 2019-04-15 13:32:34 -05:00
Colin Lee 6bff472276 No issue: Add Bookmark multi-select edit button 2019-04-15 13:31:59 -05:00
Sawyer Blatz ec35283c9a For #668: Restyles custom tabs 2019-04-15 11:31:13 -07:00
Colin Lee 5d6112da05 No issue: Missing clear button in edit bookmarks UI 2019-04-15 13:17:41 -05:00
Colin Lee 3b1f684cb0 For #1599: Crash creating a bookmark for a custom tab 2019-04-15 12:53:51 -05:00
Colin Lee 5f3e255426 No issue: fix build breakage on merge 2019-04-15 12:29:20 -05:00
Sawyer Blatz 29832c5e84 For #724: Consolidates colors 2019-04-15 12:22:03 -05:00
Jeff Boek a2666c4f74 For #800 - Adds metrics for the default search engine 2019-04-15 09:14:40 -07:00
Colin Lee 574ee5e3d5
Merge branch 'master' into manage_site_permissions_exceptions 2019-04-12 19:06:34 -05:00
Emily Kager 068744eb96 For #1084 - Add Setting to enable/disable TP 2019-04-12 19:05:25 -05:00
Colin Lee 9b1c1b5f4d For #1571: Make bookmark deletion undoable 2019-04-12 19:05:04 -05:00
Emily Kager 4ba7527655 For #619 - Keep toolbar expanded while page is loading 2019-04-12 16:21:09 -07:00
Arturo Mejia c3e31a15db Closes #1079: Managing site permissions exceptions 2019-04-12 17:59:05 -04:00
Vlad Filippov 08edb1532e Remove success path 2019-04-12 14:38:51 -07:00
Colin Lee bc1b7e0b43 For #1539: Add bookmark multi-select features 2019-04-12 13:35:28 -05:00
Mugurell abb76b4bd4 Fix #1531 - Remember HistoryState.Mode to choose the right HistoryAction.Delete 2019-04-12 10:07:54 -05:00
Emily Kager 2a19917619 For #538 - Reverse tabs in list 2019-04-12 10:05:52 -05:00
Emily Kager 659386bd5e For #176 - Start swipe to close gesture 2019-04-12 10:04:48 -05:00
Jeff Boek 9de120b8ab Fixes #1534 - Fixes snackbar not finding the root layout 2019-04-11 12:40:23 -05:00
Axel Hecht 29414a49e7 Import strings from android-l10n
Status: mozilla-l10n/android-l10n@2f5a5df950
2019-04-11 10:17:18 -07:00
Mugurell 070b7a397d Fix #1159 - Hide the QuickActionBar if fullscreen 2019-04-11 08:50:08 -07:00
ekager c15430c8b8 Closes #1530 - center history text 2019-04-10 20:40:36 -07:00
Jeff Boek e67e57b7cc for #1430 - Copy BottomToolbarBehavior to customize snackbar position 2019-04-10 19:59:23 -07:00
Jatin Kumar 7bf696b7f4 Fix #1516: fixed scrolling library menu in landscape mode 2019-04-10 19:13:19 -07:00
Emily Kager dad4149b81 For #1542 - Add ripple to quick action buttons 2019-04-10 19:12:05 -07:00
Emily Kager 5f0fe216cb For #1375 - Suppress history suggestions in awesome bar via setting 2019-04-10 16:45:02 -05:00
Nick Alexander d4d1e6bd5f For #1525: Make BrowserPerformanceTestActivity pass through to IntentReceiverActivity.
Previously, this passed through to HomeActivity, but Intent arguments
were dropped.  That means that actions (`-a
android.intent.action.VIEW`) and URLs (`-d data:...`) were dropped,
which means that Gecko itself wasn't started (and wasn't started with
a session owned by Fenix itself).

This simply passes through the intent to its final destination.

Along the way, I also enabled remote debugging for these test
configurations; it's probably not necessary, but eventually I want all
automation to be controlled by that setting.  See
[Bug 1524673](https://bugzilla.mozilla.org/show_bug.cgi?id=1524673)
for some of the motivation.  This agrees with Chrome, and should
generalize to future remote control protocols.
2019-04-10 16:38:21 -05:00
Jeff Boek 9c492f801d For #1397 - Updates changelog 2019-04-10 10:11:46 -07:00
Jeff Boek 5ec86b34e9 Fixes history visual bugs 2019-04-10 10:11:46 -07:00
Jeff Boek 4a32ef8ed8 Fixes #1397 - Adds the delete button back to the history recyclerview 2019-04-10 10:11:46 -07:00
Jeff Boek e98db8bfb8 For #1430 - Adds a changelog entry 2019-04-10 09:58:00 -07:00
Jeff Boek 5acd386ecd For #1430 - Handle more text in a more graceful way 2019-04-10 09:58:00 -07:00
Jeff Boek b306bc502a For #1430 - Adjust snackbar colors for darkmode 2019-04-10 09:58:00 -07:00
Jeff Boek cd75b28b8f No longer require a viewgroup to use FenixSnackbar 2019-04-10 09:58:00 -07:00
Vlad Baicu b6abccfb91 Fixes #1504 - Added missing bottom constraint for bookmark icon imageview 2019-04-10 11:50:54 -05:00
Vlad Baicu b3977a5785 Fixes #1517 - Filter private sessions when updating the tab counter 2019-04-10 09:48:53 -07:00
Arturo Mejia 22eba72f8f Closes #1170: Allow user to add a new site exception to site permissions 2019-04-10 11:48:43 -05:00
Sawyer Blatz 36e9939d9e For #689: Adds fade animation to Android <9.0 2019-04-10 11:47:05 -05:00
Sparky93 9e3e3c8b6d Fixes #1485 - Page crash message now displays correctly in dark theme (#1524) 2019-04-10 09:23:33 -07:00
Sawyer Blatz d402707531
Closes #1420: Moves tab preview to top of page (#1462) 2019-04-10 06:52:49 -07:00
Jeff Boek 043a3bbe9c For #1068 - Adds the ability to quickly copy a URL 2019-04-09 17:13:30 -07:00