2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
mcarare
73b6381151 Bug 1830874 - Update onSharedPreferenceChanged method signature.
onSharedPreferenceChanged now allows a nullable key String.
2023-06-19 18:07:22 +00:00
Roger Yang
66c3f67750 Bug 1838512 - Fix detekt issue from moving Browsers Cache utility into Android Components 2023-06-15 20:53:16 -04:00
Ryan VanderMeulen
69c26baecb Bug 1835190 - Update detekt baselines 2023-06-02 00:45:29 +00:00
Gabriel Luong
190102b3b7 Bug 1805070 - Part 4: Sync Fenix detekt configuration with AC 2023-05-19 01:22:23 +00:00
Mugurell
8d442cd874 Bug 1824379 - When updating a login update it in the shared LoginsFragmentStore
This change comes to use the shared LoginsFragmentStore and help elide a more
expensive read from disk for updated logins by using the in memory data for
instant updates in all Fragments interested in LoginsFragmentStore updates.
2023-05-15 23:24:51 +00:00
Mugurell
116fd648b6 Bug 1824379 - When deleting a login delete it from the shared LoginsFragmentStore
This reverts the recent patch for bug 1799622 and reworks the implementation to
avoid using the Fragment Result API for a simpler functionality using the
already shared LoginsFragmentStore.
2023-05-15 23:24:51 +00:00
Mugurell
52d035c13c Bug 1824379 - When adding a new login add it to the shared LoginsFragmentStore
This brings multiple advantages over the current implementation:
- we're not creating a new instance of SavedLoginsFragment
- we avoid a deeper and more expensive layer of caching the just added login
through SyncableLoginsStorage and use the in memory data.
- we avoid having to intercept the back press to control navigation
2023-05-15 23:24:51 +00:00
Mugurell
066cdb7146 Bug 1824379 - Ensure logins fragments share the same Store
We'll cache the same LoginsFragmentStore instance to a new nested navigation
graphs and in that allow multiple related screen to use the same data.
2023-05-15 23:24:51 +00:00
Geoff Brown
945c5534fc Bug 1825116 - Add license notice where missing (#1637)
* Bug 1825116 - Add license notice where missing

* Bug 1825116 - Revert changes to strings.xml

* Bug 1825116 - Restore ic_cc*.xml
2023-04-19 21:08:15 +00:00
jhugman
110d24a4a8 Bug 1819431 - Reimplement default browser notification with Nimbus Messaging equivalent (#1031)
* Bug 1819431 - Added default-browser-notification

* Bug 1819431 - Remove DefaultBrowserNotificationWorker and friends

* Bug 1819431 - Add tests for all messages

* Bug 1819431 - Remove settings for default browser notification

* Bug 1819431 - Remove metrics for default browser notification

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-01 16:59:39 +00:00
Noah Bond
04dde16ae5 [fenix] Bug 1814223 - Remove RemoveTabUseCaseWrapper 2023-02-02 20:51:16 +00:00
Alexander Gramiak
1005afcc9b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27715: Allow FirefoxColors.copy to override some values
This helps to reduce theme color duplication, making it easier to see
which parameters differ.

This also brings FirefoxColors closer to the upstream Compose Material
Colors class.
2022-11-09 17:17:48 +00:00
Roger Yang
c61875b081 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all' options in bookmarks
* Add "Open all in new tabs" options in bookmarks
* Add "Open all in private tabs" options in bookmarks
* Add metrics tracking if the usage of "Open all in..." in bookmarks

Co-authored-by: Pg <pg.developper.fr@gmail.com>
2022-10-26 14:17:28 +00:00
mcarare
3e2738bad6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Suppress LongParameterList warning.
Remove issues from baseline.
2022-10-11 07:56:26 +00:00
mcarare
60226baaa1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Replace deprecated setHasOptionsMenu with MenuProvider. 2022-10-11 07:56:26 +00:00
Roger Yang
680be9cf6d [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/11404 - Create alert message when a lot of tabs are to be opened."
This reverts commit 8517fea003842f6216e8b02a92abc61837384ca0.
2022-09-21 23:11:23 +00:00
Pg
3b412f7dc8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Create alert message when a lot of tabs are to be opened.
Current threshold is 15.
2022-09-19 14:25:16 -04:00
mcarare
932823c871 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Fix ktlint issues and remove them from baseline. 2022-09-09 16:52:09 +00:00
Mugurell
d5902b7a02 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Rename PocketStoriesChange to PocketStoriesClean
PocketStoriesChange was called only once - to clean the shown stories when the
user gets to the homescreen and the Pocket feature is disabled - useful for the
situations in which the user returns after disabling the feature in settings.

Populating the store with recommended stories to show was already happening
based on 'PocketStoriesCategoriesChange' and sponsored stories will be added by
using 'PocketSponsoredStoriesChange' so renaming 'PocketStoriesChange' will
help on reducing any confusion in the future.

Also added documentation for all Pocket related actions from AppStore and
removed the 'UndocumentedPublicClass' detekt suppressions.
2022-05-25 07:28:57 +00:00
Roger Yang
2609047630 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24299: Add history to the search engine menu 2022-05-18 19:48:26 +00:00
Mugurell
7d02d4cbf2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24316 - Migrate TabInCollectionViewHolder to Compose 2022-05-18 15:24:52 +00:00
mcarare
969a5f0b0b [fenix] For https://github.com/mozilla-mobile/fenix/issues/21292: Remove unused MetricController parameters. 2022-05-03 09:46:23 +00:00
Alexandru2909
c852cafc63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25032 - Update detekt-baseline file after event.wrapper removal 2022-04-29 19:24:31 +00:00
Alexandru2909
40d83423c8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24790 - Remove Event.wrapper for home screen related telemetry 2022-04-15 13:50:49 +00:00
mcarare
63e93963c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24789: Remove wrapper from PWA metrics. 2022-04-15 12:42:35 +00:00
mcarare
b6d1500f3e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24761: Remove wrapper from autoplay settings metrics. 2022-04-15 06:02:07 +00:00
mcarare
37f60284d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24211: Remove wrapper from search related metrics.
Removes wrapper from search labeled counter and performed search event.
2022-04-12 21:21:21 +00:00
mcarare
07c88fb1c9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24205: Remove wrapper from set default browser toolbar menu.
This metric is recorded in the context of the default browser experiment.
2022-04-12 11:52:38 +00:00
Brais Gabín
602887e5b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23046 - Align detekt config between Fenix and Android Components
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2022-03-29 00:03:06 +00:00