1
0
Fork 0
fenix/app
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.
2020-06-11 15:08:36 +03:00
..
sampledata For #7092: Add initial Migration UI 2020-01-15 21:41:01 -08:00
src For #11177 - Load all share targets in the horizontal share menu 2020-06-11 15:08:36 +03:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
build.gradle Remove Mockito 2020-06-10 21:19:50 -04:00
lint.xml Fixes #1890 - Remove unused strings (#1891) 2019-04-22 11:24:49 -07:00
metrics.yaml For #11063: Update telemetry for etp settings 2020-06-10 22:51:21 -04:00
pings.yaml Update Android Components version to 41.0.20200512130104 🎲🎲 (#10600) 2020-05-12 14:52:58 -04:00
proguard-android-optimize-3.5.0-modified.txt Proguard/r8: Do not allow access modification. 2020-05-29 10:25:27 -07:00
proguard-rules.pro For #8949 - Removes old motionlayout code, fixes how shadow is drawn 2020-03-11 17:10:40 -07:00