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
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
..
assets For #9771, #9768: Adjust touch target for buttons in error pages 4 years ago
java/org/mozilla For #11229: Update etp strict option title content description. 4 years ago
res For #11177 - Load all share targets in the horizontal share menu 4 years ago
AndroidManifest.xml For #10885: Don't add migration activity to history stack 4 years ago
ic_launcher-web.png Optimize PNGs. 4 years ago
ic_launcher_private-web.png Optimize PNGs. 4 years ago