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
Mugurell f163861b47 For #11177 - Load all share targets in the horizontal share menu
This was previously regressed by having the RecyclerViews for "recent" and
"all" items put inside a HorizontalScrollView which would then prevent the
RecyclerViews from actually scrolling, recycling, showing new items.

As a quick solution that would keep the desired behavior the "all" items list
is now a child of a RelativeLayout which will allow it to load all items at
once and so all the share targets will be available to the user but which also
means no recycling.

The RecyclerView for the "recent" items uses a `RECENT_APPS_LIMIT = 6` so this
does not need the same "fix" as all the items would fit the screen without
any issue.
4 years ago
..
androidTest For #11365: Fixes UI tests for Settings 4 years ago
debug for #7225, Changed strictMode thread penalty to dialog on startup and back to logs after startup is done. (#10831) 4 years ago
fenixBeta/res Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 4 years ago
fenixNightly Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 4 years ago
fennecBeta/res No issue: losslessly compress image assets. 4 years ago
fennecNightly/res Optimize PNGs. 4 years ago
fennecProduction/res/xml Closes #8273: Add shortcuts.xml for fennecProduction variant. 4 years ago
geckoBeta/java/org/mozilla/fenix/engine For #10757: remove no-op Experiments code and dependency. 4 years ago
geckoNightly/java/org/mozilla/fenix/engine For #8967 - Expose autofill logins setting in nightly 4 years ago
main For #11177 - Load all share targets in the horizontal share menu 4 years ago
migration For #8803: hook up frameworkStart metric. 4 years ago
test Remove Mockito 4 years ago