Commit Graph

8 Commits

Author SHA1 Message Date
Sebastian Kaspari
ce323400dd [components] Run ktlintFormat to fix new ktlint errors. 2021-07-28 12:03:23 +00:00
Mugurell
93b9dd702d [components] For https://github.com/mozilla-mobile/android-components/issues/8185 - Add a new VerticalSwipeRefreshLayout
This comes to resolve many issues with SwipeRefreshLayout but based on a lot of
debugging. As a result the code is somewhat brittle.

Because we'd control responding to touches and updating the UI we need to be as
swift as possible and as such to differentiate between possible gestures I am
some simple layman's ways of doing this and GestureDetector / ScaleDetector
instances since they would add to the execution time and overall complexity,
and their callbacks would be hard to synchronize.
2020-08-27 19:23:01 +03:00
Tiger Oakes
6a106a6f47 [components] Avoid double layout 2020-08-24 11:04:20 -07:00
Tiger Oakes
ceaf5548d2 [components] Add tests 2020-08-21 13:46:25 -07:00
Tiger Oakes
87097cdbb9 [components] For https://github.com/mozilla-mobile/fenix/issues/8765: Add site item widget 2020-08-21 13:44:11 -07:00
Tiger Oakes
9efb96e462 [components] Fix favicon widget border 2020-08-06 14:37:21 -07:00
Tiger Oakes
3f66ad51e0 [components] For https://github.com/mozilla-mobile/fenix/issues/7992: Add favicon styles 2020-07-28 16:04:46 -07:00
Sawyer Blatz
04bd0578bb [components] Add UI Widgets component with Button styling 2020-04-27 10:36:01 -07:00