You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix
Mugurell 551031eee3 For #18672 - Renaming a TopSite changes just the title
Previously renaming a TopSite would bind that as a new item and in such update
the entire list. This could potentially leading changes in the list and then
it's ViewPager parent's layout.

This patch switches the code to use the existing TopSitePayload and so do a
partial update of an on-screen TopSite instead of rebind it as a new item.

If a layout is requested while showing <=4 TopSites on the second page, by
having "offscreenPageLimit = 1" the biggest height of ViewPager pages is used
preventing an edgecase where the ViewPager would hide half of the items from
the first page.
3 years ago
..
addons 16900 make navgraph inflation asynchronous (#18889) 3 years ago
android For #18426: add DefaultActivityLifecycleCallbacks. 3 years ago
autofill Integrate Android Autofill support into Nightly and debug builds. 3 years ago
browser 16900 make navgraph inflation asynchronous (#18889) 3 years ago
collections Close #18931: Implement add to collections in interactor 3 years ago
components Closes #3728: Add secret menu switch for allowing third party root certificates (#19398) 3 years ago
crashes Refactor CrashReporterFragment to use browser store 3 years ago
customtabs For #18426: record cold start duration telemetry. 3 years ago
downloads Fix openFile breaking changes 3 years ago
exceptions Update Android Components, Kotlin, Gradle plugin (#16021) 4 years ago
experiments For #19357: Remove bookmarks experiment and keep star-with-line icon. 3 years ago
ext For #18272 - [Edit card] Display a saved card information in the Edit card screen (#18884) 3 years ago
gecko Update to Mozilla Android Components 90.0 3 years ago
home For #18672 - Renaming a TopSite changes just the title 3 years ago
library Closes #18253: Bookmark and History open new tabs in the background (#19275) 3 years ago
media Issue #17174: Remove usage of old media APIs. 3 years ago
migration For #14168: Fix click listener on migration button 4 years ago
nimbus For #18993 - Nimbus: Allow internal tooling to opt into specific branches of an experiment (#19333) 3 years ago
onboarding For #15372 Optimize the order and messages of onboarding cards 3 years ago
perf For #18836: add & integrate StartupTypeTelemetry. 3 years ago
push Issue #19040: Remove Leanplum (Nightly) 3 years ago
search Fixed mozilla-mobile#18641: [Bug] Fill link from clipboard overlaps search engines (#18657) 3 years ago
selection Issue #18774: Move SelectionInteractor to new package 3 years ago
session For #17190: notifications are updated when locale is changed (#18179) 3 years ago
settings Closes #3728: Add secret menu switch for allowing third party root certificates (#19398) 3 years ago
share 16900 make navgraph inflation asynchronous (#18889) 3 years ago
shortcut Closes #17473: Intermittent failues of PwaOnboardingObserver 3 years ago
sync For #19213: Adjust synced tabs to properly show in RTL. 3 years ago
tabhistory Issue #17548: Remove SessionManager reference from TabHistoryDialog 3 years ago
tabstray Issue #19175: Fix SyncTabs list not updating on changes 3 years ago
tabtray 16900 make navgraph inflation asynchronous (#18889) 3 years ago
telemetry Introduce process lifecycle observer to collect metrics about tabs when app goes to foreground/background. 3 years ago
theme Target Android 11 3 years ago
trackingprotection For #17724: Wait for tab to be fully created before showing ETP Onboarding if ETP is active 3 years ago
utils Issue #19175: Fix SyncTabs list not updating on changes 3 years ago
whatsnew For #13959: move resetAfter into StrictModeManager. 4 years ago
widget For #15430: Fix StrictMode death on opening app from widget voice search. 4 years ago
wifi For issue #16557 set autoplay block audio only 3 years ago
AppRequestInterceptor.kt 16900 make navgraph inflation asynchronous (#18889) 3 years ago
BrowserDirection.kt For #14280, #14743: Remove old search fragment (#15169) 4 years ago
Config.kt Closes #16256: Introduce build flag for "Mozilla Online" variant. 4 years ago
FeatureFlags.kt Turn on feature flag for three-dot menu redesign for beta. (#19111) 3 years ago
FenixApplication.kt Move locale restoration on startup to the visual completeness queue to prevent perf impact (#19315) 3 years ago
FenixLogSink.kt For #14735: Remove debug logs from release build. (#15747) 4 years ago
GlobalDirections.kt For #8157: Redirect about:addons search (#13990) 4 years ago
HomeActivity.kt Issue #19040: Remove Leanplum (Nightly) 3 years ago
IntentReceiverActivity.kt For #17816: add profiler marker for 2x Activity.onCreate. 3 years ago
NavHostActivity.kt Add method to test fragments in roboletric (#12261) 4 years ago
OnBackLongPressedListener.kt For #1048 - Add ability to view tab history by long-pressing the back or forward button. 4 years ago