Commit Graph

2288 Commits (7aa310a6114b7f7b2b62dd85fdd3ff9c5a740270)

Author SHA1 Message Date
Mihai Branescu d7a45c8f14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10393 and https://github.com/mozilla-mobile/fenix/issues/10469 - browser fragment now observes collection changes
Useful for links from other apps + adding a page to multiple collections
4 years ago
Christian Sadilek 9c066e7144 [fenix] Migrate feature-accounts to browser-state 4 years ago
sraturi 2c25e84071 [fenix] created kotlin doc for FenixApplication 4 years ago
Simon Chae e122363a71 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10398: Add AddonInstallationDialogFragment support (https://github.com/mozilla-mobile/fenix/pull/10608) 4 years ago
Elise Richards 7d3693de38 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/9504: Edit logins (https://github.com/mozilla-mobile/fenix/pull/9693)
* Create editable view and fragment. Update login info page to display options menu with edit and delete.

* Create feature flag for edit. Check flag in the login detail fragment and default to just delete.

* Add three-dot kebab options menu in login detail fragment. Add title to the login item.

* Nav to and from edit view on save and back pressed.

* Save login through AC login manager. Clear text in editable field on button click.

* Match colors, fonts, dimens to UX specs for edit logins. Enable password reveal/hide and clearing text fields.

* Refactoring logins fragments. Using component Login object for consistency.

Fetch login list when saved logins are opened. Fetch login details when detail view is opened.

Revert "Fetch login list when saved logins are opened. Fetch login details when detail view is opened."

This reverts commit 44fe17166c3332b330229258b2e8982832672e3b.

* Using parcelable login and Login component class to pass ids and items between fragments

* Retrieve login from storage when viewing login details.

Rename login logic for consistency.

Ktlint cleanup

Fix nits and naming consistency.

* UX consistency for login detail and edit login pages

* Rebasing with logins sort - updating logins store.

* Rebasing with logins sort - merging fragments and controllers.

* Lint and removing unused files.

* UX cleanup.

* Update string description
4 years ago
Tiger Oakes b676537519 [fenix] Cache findViewById calls in session control (https://github.com/mozilla-mobile/fenix/pull/10575) 4 years ago
David Walsh d248187269 [fenix] For 10503 - Update save to collection flow in tab tray (https://github.com/mozilla-mobile/fenix/pull/10523) 4 years ago
mcarare 100b05d396 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10453: Use TabsTray API to set divider, avoiding related crashes. 4 years ago
Sebastian Kaspari 866c60385e [fenix] Integrate activity for showing past crashes. 4 years ago
Jeff Boek 6c5f7d29b6 [fenix] 🎲 For https://github.com/mozilla-mobile/fenix/issues/10332 - Adds undo snackbar when closing tabs in the tab tray (https://github.com/mozilla-mobile/fenix/pull/10456) 4 years ago
Simon Chae 21ae2b8350 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10253: Add disableFirstTimePWAPopup for performance testing (https://github.com/mozilla-mobile/fenix/pull/10442) 4 years ago
ValentinTimisica bdc8299a36 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10343: Updates metrics accordingly to 'Library' removal 4 years ago
ValentinTimisica 40663587b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10343: Remove 'Library' functionality from the app
Also adds Bookmarks and History items to browser menu.
4 years ago
Simon Chae b07bb079f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10552: Set initial add-on details fragment visibility to false (https://github.com/mozilla-mobile/fenix/pull/10565) 4 years ago
Sawyer Blatz a324d122e9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10426: Removes installation ping GAID (https://github.com/mozilla-mobile/fenix/pull/10532) 4 years ago
Simon Chae e2adba7ca7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10473: Fetch the addon from addon manager instead of the store 4 years ago
Sawyer Blatz 49a82c163a [fenix] For https://github.com/mozilla-mobile/fenix/issues/10426: Sends GAID to Installation instead of Activation ping. (https://github.com/mozilla-mobile/fenix/pull/10529) 4 years ago
codrut.topliceanu bfe715effc [fenix] For https://github.com/mozilla-mobile/fenix/issues/8589 - Fix for accessibility navigation in ETP panel 4 years ago
Arturo Mejia f81fd770de [fenix] Fix PictureInPictureFeature breaking change 4 years ago
ekager 4cee96a5d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10485 - Restore block video/audio on cellular data radio button 4 years ago
ValentinTimisica 1764f17461 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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
Jeff Boek 28b4b70959 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10341 - Always show collections placeholder with new tab tray enabled 4 years ago
Mihai Branescu c89e3fbd4d [fenix] For https://github.com/mozilla-mobile/fenix/issues/10482 - made SVG gradient compatible with API < 22 4 years ago
ekager 7c562b4554 [fenix] No issue - Use ViewLifecycleOwner lifecycleScope for Bookmark deletion scope 4 years ago
Sawyer Blatz faf0e35a96 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10426: Adds identifier to Glean for 24 hours (https://github.com/mozilla-mobile/fenix/pull/10446) 4 years ago
Jonathan Almeida d8c2af230d [fenix] For https://github.com/mozilla-mobile/fenix/issues/10453: Do not set item decoration when creating ViewHolder 4 years ago
ValentinTimisica 8210768fbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/9505: Adds possibility to sort saved logins
Currently we support sorting by name and by last used. Also, the selected
option is saved in shared preferences so that the last option chosen by
the user is properly displayed even after the app was restarted.
4 years ago
mcarare 2b0219b505 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10408: Check current destination before navigating. 4 years ago
ekager d3edaab688 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10433 - Pass in viewLifecycleScope to BrowserAnimator 4 years ago
ekager 0c6671d75c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8981 - Sort devices in share list by last access time 4 years ago
Michael Comella b2ec960ace [fenix] No issue: add clarifying kdoc for BookmarkFragment. 4 years ago
David Walsh c68f4c2df7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10329 - Implement tab tray divider 4 years ago
Simon Chae 886039a695 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10196: Remove clickable locks for enable and private-browsing UI (https://github.com/mozilla-mobile/fenix/pull/10445) 4 years ago
Simon Chae 8a493357ba [fenix] Update Android Components version to 41.0.20200506130132 (https://github.com/mozilla-mobile/fenix/pull/10443) 4 years ago
Mihai Branescu 00548e75d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8643 and https://github.com/mozilla-mobile/fenix/issues/7606 - illustrations are now connected to their radio buttons 4 years ago
Mihai Branescu 0f9b2b6b28 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8643 and https://github.com/mozilla-mobile/fenix/issues/7606 - Changed toolbar picker illustrations according to theme 4 years ago
Mihai Branescu c19ad95535 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8643 and https://github.com/mozilla-mobile/fenix/issues/7606 - Changed theme picker illustrations according to theme 4 years ago
Mihai Branescu 92838c8a88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8643 and https://github.com/mozilla-mobile/fenix/issues/7606 - Changed tint for onboarding icons 4 years ago
Arturo Mejia 27ebaa4851 [fenix] No issue: Add Fingerprinters to the standard trancking protection policy 4 years ago
Christian Sadilek a2077558a4 [fenix] No issue: Show article/page url instead of reader extension url 4 years ago
Jeff Boek c20dbf04b7 [fenix] No Issue - Update to AC 41.0.20200505190119 4 years ago
Mihai Adrian 404e6baa72 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9794: Announce installing state for screen readers (https://github.com/mozilla-mobile/fenix/pull/10111) 4 years ago
Mihai Adrian 1ca5625edd [fenix] For https://github.com/mozilla-mobile/fenix/issues/10408: Dismiss menu when navigating away. (https://github.com/mozilla-mobile/fenix/pull/10415)
The menu is dismissed when toolbar view is detached from window.
4 years ago
David Walsh 15c347c4e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10392 - Don't provide a "Save to collection" button in private mode for the tabs tray (https://github.com/mozilla-mobile/fenix/pull/10399) 4 years ago
Sören Hentzschel def78b74e6 [fenix] no issue - removed unused feature flag 4 years ago
Jeff Boek b5707b6c55 [fenix] Adds swipe to delete tab (https://github.com/mozilla-mobile/fenix/pull/10355)
* No Issue - Increases tap area of close button

* For https://github.com/mozilla-mobile/fenix/issues/10331 - Adds swipe to delete to the tab tray
4 years ago
Simon Chae 6fbf233d88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10195, https://github.com/mozilla-mobile/fenix/issues/10196: Allow private browsing mode switch to sync with enable state 4 years ago
Jeff Boek 66a7cfb692 [fenix] Fix home navigation (https://github.com/mozilla-mobile/fenix/pull/10350) 4 years ago
Jeff Boek 4f3f47d30d [fenix] For https://github.com/mozilla-mobile/fenix/issues/1063: Put tab tray behind a feature flag and hidden pref (https://github.com/mozilla-mobile/fenix/pull/10313)
* For https://github.com/mozilla-mobile/fenix/issues/1063 - Adds feature flag and pref for new tab tray

* For https://github.com/mozilla-mobile/fenix/issues/1063 - Swaps add tab to tab tray button when newTabTray is enabled

* For https://github.com/mozilla-mobile/fenix/issues/1063 - Creates hidden preference to use new tab tray

* For https://github.com/mozilla-mobile/fenix/issues/1063 - Hides tabs on home screen when setting is enabled

* For https://github.com/mozilla-mobile/fenix/issues/1063 - Navigate to new tab tray from browser with setting enabled

* For https://github.com/mozilla-mobile/fenix/issues/1063 - Fixes regression where we dont show the new tab message with no tabs and no collections

* For https://github.com/mozilla-mobile/fenix/issues/1063 - Fixes crash when toggling to private mode on the home screen

* For https://github.com/mozilla-mobile/fenix/issues/1063 - combines both settings. Cleans up lint errors
4 years ago
Chenxia Liu 4ed111259a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/7996: fix lint issues 4 years ago
Jovan Gerodetti d53213338e [fenix] For https://github.com/mozilla-mobile/fenix/issues/7996: Private mode doesn't play nicely with sites added to home screen
Site Controls Notification should reflect the browsing mode of the
currernt web app session.
4 years ago
Arturo Mejia bf8b0df4cb [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/10142 Update sitePermissions state when toggling its value 4 years ago
ekager 6ac92c0839 [fenix] No issue - Remove unused data class TopSiteItem 4 years ago
Sawyer Blatz c3ed72e7a1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10071: Fixes PWA showing toolbar onPause (https://github.com/mozilla-mobile/fenix/pull/10306) 4 years ago
mcarare 2d9813040a [fenix] For https://github.com/mozilla-mobile/fenix/issues/9728: Add actionbar search for language list. 4 years ago
ekager 6b97e0f5e3 [fenix] No issue - Update new strings for quarantine 4 years ago
Mihai Eduard Badea fa9a791c81 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/8648 4 years ago
Jonathan Almeida 11a2cece68 [fenix] Fix breaking API changes in CrashReporter 4 years ago
Falaye Iyanuoluwa c38d5c6546 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9694 Bug when user denies permission 4 years ago
mcarare b12708c642 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10083: Adjust thumb offset to thumb circumference to avoid cutoff 4 years ago
David Walsh a4b9d4378f [fenix] For https://github.com/mozilla-mobile/fenix/issues/10201 - Provide proper button padding and no tabs message visibility in tabs tray 4 years ago
Arturo Mejia 0812822771 [fenix] No issue: Partially update the add-on manager list 5 years ago
mcarare 1b45aa0a8e [fenix] For https://github.com/mozilla-mobile/fenix/issues/9913, For https://github.com/mozilla-mobile/fenix/issues/9914: Remove touch delegate when button is disabled. 5 years ago
ekager 5529f77183 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10204 - Address viewLifecycleOwner IllegalStateException crashes 5 years ago
Mihai Branescu 37475de143 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6557 - added unit tests 5 years ago
Mihai Branescu e18ce8d6d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6557 - add in_content telemetry class 5 years ago
Mihai Branescu 42018cddf2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6557 - split base extension functionality from ads 5 years ago
Mihai Branescu c1e736fdb2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6557 - added metric for in_content 5 years ago
mcarare ae730cec59 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10180: Remove touch delegate when button is disabled.
Also refactored multiple if's into a when.
5 years ago
mcarare bad90f3408 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10180: Add extension to remove touch delegate from parent. 5 years ago
Mihai Branescu 30273fe6de [fenix] For https://github.com/mozilla-mobile/fenix/issues/6558 - cleanup + added unit tests 5 years ago
Mihai Branescu 95f3bf9daf [fenix] For https://github.com/mozilla-mobile/fenix/issues/6558 - added logic for ad_clicked metric 5 years ago
Mihai Branescu 09fae4d74f [fenix] For https://github.com/mozilla-mobile/fenix/issues/6558 - added handling of web extension + sending metric for has_ads 5 years ago
Simon Chae f765736b27 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10162: Set switch back to prev state when failed to enable/disable addon (https://github.com/mozilla-mobile/fenix/pull/10164) 5 years ago
mcarare 0ecb2893f0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9913, For https://github.com/mozilla-mobile/fenix/issues/9914: Remove button when disabling it.
Setting visibility to GONE allows clicks to parent view in that space.
5 years ago
Arturo Mejia 7be16b503d [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9493: Reload after cleaning individual site permissions exceptions 5 years ago
David Walsh b2cad42ba9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10148 - Add basic tab tray implementation without exposing to rest of app (https://github.com/mozilla-mobile/fenix/pull/9934) 5 years ago
Vlad Filippov 81122da15a [fenix] Add 'useEmail' and 'useEmailProblem' metrics event
Fixes https://github.com/mozilla-mobile/fenix/issues/9834
5 years ago
Simon Chae c4dda61fe8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6123: Expose WebExtensions in private browsing control 5 years ago
mcarare eb26d39bf0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10091 Also disable play/pause button when hiding it. 5 years ago
mcarare 194aa1aec3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10091 Add extension to remove and disable button 5 years ago
mcarare 8310691f2d [fenix] For https://github.com/mozilla-mobile/fenix/issues/7387: Change ETP onboarding from popup to a dialog.
Recalculated dialog position and offsets.
Changed ETP onboarding dialog to show only once.
5 years ago
mcarare 5aa32ad79a [fenix] For https://github.com/mozilla-mobile/fenix/issues/9987: Set FLAG_SECURE to dialog when flag set in activity. 5 years ago
ValentinTimisica 2aaeb8c3e4 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/10109: Adds content description for browse privately card content 5 years ago
mcarare 4c2cfe29b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10027: Make toolbar context menu popup dismissible on SDK<23 5 years ago
ekager b5f847467f [fenix] For https://github.com/mozilla-mobile/fenix/issues/6832 - Fix various fragment not attached to a context crashes 5 years ago
ekager 0e078d3f20 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2818 - Enable PiP for all builds 5 years ago
Roger Yang e85a7bd2ff [fenix] Close https://github.com/mozilla-mobile/fenix/issues/9760: Add external app links context menu candidate 5 years ago
Sawyer Blatz 8ed532ebdf [fenix] For https://github.com/mozilla-mobile/fenix/issues/9208: Adds in-product prompt to homescreen (https://github.com/mozilla-mobile/fenix/pull/9836) 5 years ago
Arturo Mejia 239a890d0e [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/7566 Handle deny & don't ask again for site permissions 5 years ago
Arturo Mejia 07fcd5106a [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9493: Reload after cleaning all site permissions exceptions 5 years ago
ekager 76b250e035 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10036 - Workaround for System Theme changes with config change 5 years ago
Michael e42739298c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/8541: Hide find bar when entering fullscreen 5 years ago
Jeff Boek 1ba6fea116 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9816 - Adds SessionObserver to session on selection 5 years ago
Jonathan Almeida fafd0b6667 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/9338: Enable WebPush engine integration in all builds 5 years ago
ekager fbbc270ddf [fenix] For https://github.com/mozilla-mobile/fenix/issues/8735 - Adjust fontInflation engine setting when toggling useAutoSize 5 years ago
ekager 479c41236f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9928 - Updates private browsing text description 5 years ago
ekager 5c0d300938 [fenix] Don't use ProcessLifecycleOwner for view-tied consume 5 years ago
ekager e27e45bc75 [fenix] No issue: Fix leaks in BookmarkFragment 5 years ago
ekager b28a0e8ce9 [fenix] No issue: Fix leaking sessionControlInteractor 5 years ago