Commit Graph

729 Commits (2ad55b3cd09eb04c137369dc8bf3474c912a601d)
 

Author SHA1 Message Date
Jatin Kumar fa14f9b78c [fenix] Fix https://github.com/mozilla-mobile/fenix/issues/1516: fixed scrolling library menu in landscape mode 5 years ago
Emily Kager 56f6bd85a7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1542 - Add ripple to quick action buttons 5 years ago
Nick Alexander ef2b2630e7 [fenix] Try to fix build bustage from https://github.com/mozilla-mobile/fenix/issues/1321. (https://github.com/mozilla-mobile/fenix/pull/1538)
This just looks wrong.  I'm concerned that this was green as a PR,
because it suggests that we were signing with an incorrect
`worker_type` there; but here we are -- let's see if it addresses the
issue.  If not, we'll back the whole of https://github.com/mozilla-mobile/fenix/issues/1321 out.
5 years ago
Emily Kager 61a347d1f6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1375 - Add to changelog 5 years ago
Emily Kager 676091e0c9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1375 - Suppress history suggestions in awesome bar via setting 5 years ago
Nick Alexander 84a7ea4292 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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.
5 years ago
Mitchell Hentges 7c1c6fbcc7 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1321: dep-signs builds on-master-push 5 years ago
Jeff Boek 880d7dc75f [fenix] adds missing class 5 years ago
Jeff Boek f40cee40ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/1397 - Updates changelog 5 years ago
Jeff Boek e222b24c7a [fenix] Fixes history visual bugs 5 years ago
Jeff Boek eda5d413f1 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1397 - Adds the delete button back to the history recyclerview 5 years ago
Colin Lee 1b34bb137a [fenix] Fix build breakage: extra space in ProGuard rule 5 years ago
Jeff Boek b42256fb23 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1430 - Adds a changelog entry 5 years ago
Jeff Boek 61c001c820 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1430 - Handle more text in a more graceful way 5 years ago
Jeff Boek c8965e6037 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1430 - Adjust snackbar colors for darkmode 5 years ago
Jeff Boek 5f479b96ac [fenix] No longer require a viewgroup to use FenixSnackbar 5 years ago
Vlad Baicu 5f3d15294a [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1504 - Added missing bottom constraint for bookmark icon imageview 5 years ago
Vlad Baicu 465ad95bf9 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1517 - Filter private sessions when updating the tab counter 5 years ago
Arturo Mejia f26f567915 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1170: Allow user to add a new site exception to site permissions 5 years ago
Sawyer Blatz 5ba04b1f85 [fenix] For https://github.com/mozilla-mobile/fenix/issues/689: Adds fade animation to Android <9.0 5 years ago
Jeff Boek a77ae0b18d [fenix] No Issue - Adds some proguard clauses 5 years ago
Sparky93 87309150be [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1485 - Page crash message now displays correctly in dark theme (https://github.com/mozilla-mobile/fenix/pull/1524) 5 years ago
Sawyer Blatz d1db847157 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1420: Moves tab preview to top of page (https://github.com/mozilla-mobile/fenix/pull/1462) 5 years ago
Jeff Boek 9ea98e15b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1068 - Adds the ability to quickly copy a URL 5 years ago
Emily Kager eff2a2bf26 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1408 - Set Toolbar titles in code (vs in navgraph) 5 years ago
Emily Kager 05cf3d6370 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1459 - Try more ways to get title for history item 5 years ago
Jeff Boek 677de4c1c1 [fenix] No Issue - Adds a debug metric controller 5 years ago
Colin Lee b6e8c47065 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1496: Crash adding bookmark folder 5 years ago
Emily Kager f303148671 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1488 - add telemetry bool to project automation 5 years ago
Sawyer Blatz 9b37444740 [fenix] No issue: Fixes master after a-c snapshot changes 5 years ago
Emily Kager a0af5dbe20 [fenix] For https://github.com/mozilla-mobile/fenix/issues/897 - Set default theme so private mode doesn't have to recreate 5 years ago
Emily Kager 06927fb486 [fenix] For https://github.com/mozilla-mobile/fenix/issues/860 - Update suggestion highlight light theme 5 years ago
Emily Kager 2e36351508 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1445 - Update vector icons 5 years ago
Emily Kager 3b2fe955b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1406, https://github.com/mozilla-mobile/fenix/issues/1465 - Only pop browser when all sessions have been removed 5 years ago
Colin Lee 52b6db6f05 [fenix] Bump GeckoView to latest 5 years ago
Jeff Boek ec41345dbd [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1204 - Fixes the home screen animation 5 years ago
Nick Alexander bb7a28e866 [fenix] No Issue - Bump GeckoView Nightly version.
Matches b242ad2d45/buildSrc/src/main/java/Gecko.kt.
5 years ago
Jeff Boek 9e8179446b [fenix] No Issue - Only block a subset of trackers by default 5 years ago
Jeff Boek aff85189d2 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1157 - Addes Fenix Core to the telemetry notification list 5 years ago
Colin Lee c7b4a69ee7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1312, https://github.com/mozilla-mobile/fenix/issues/1236, https://github.com/mozilla-mobile/fenix/issues/1237, https://github.com/mozilla-mobile/fenix/issues/1238, https://github.com/mozilla-mobile/fenix/issues/1239: Creating, Editing, and Deleting Bookmarks and Bookmark Folders 5 years ago
Jeff Boek aec21e5cc2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1456 - Fixes missing delete button 5 years ago
Arturo Mejia 30a4681e7c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1429: Updated site permissions ui for MVP 5 years ago
Sawyer Blatz 1d364c372a [fenix] For https://github.com/mozilla-mobile/fenix/issues/1002 and https://github.com/mozilla-mobile/fenix/issues/1222: Adds ability to restore crashed tabs (https://github.com/mozilla-mobile/fenix/pull/1433) 5 years ago
Emily Kager 332e7d58f3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/904 -Add tab counter to tab icon 5 years ago
ekager 9404ffba55 [fenix] Update RecyclerView to 1.1.0-alpha04 5 years ago
ekager 5ad2f5f2a8 [fenix] No issue: Add ripples to cardviews, improve clickability 5 years ago
Jeff Boek 80fdbafcde [fenix] Adds missing licenses 5 years ago
Jeff Boek 6afc414b83 [fenix] Combines the Tab and Session component 5 years ago
Sören Hentzschel fa453a9587 [fenix] For https://github.com/mozilla-mobile/fenix/issues/469: remove "Your" from "Your library" string
(see https://github.com/mozilla-mobile/fenix/issues/469#issuecomment-480400794)
5 years ago
Emily Kager 58d7dc280d [fenix] For https://github.com/mozilla-mobile/fenix/issues/1049 - Add New Top Progress Bar Gravity 5 years ago