Skip to content

Commit d6579fc

Browse files
committed
[Feature] Use fastlane layout to organize metadata.
1 parent ee97715 commit d6579fc

17 files changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This is not an officially supported Google product.
2020

2121
[Sample APK](//github.com/zhanghai/AndroidFastScroll/releases/download/v1.1.2/sample-release.apk)
2222

23-
<p><img src="screenshot/default.png" width="49%" />
24-
<img src="screenshot/md2.png" width="49%" /></p>
23+
<p><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="49%" />
24+
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="49%" /></p>
2525

2626
## Implementation
2727

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Initial release.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed handling of min touch target width. It is now 48dp as per guidelines, and the same as in ListView FastScroller.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Worked around path not convex crash under certain conditions.
2+
- Fixed FastScroller to use AppCompatTextView for popup.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed fast scroll views not being considered as scroll containers.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed setViewHelper() to return FastScrollerBuilder for chaining.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fixed FastScrollNestedScrollView scrolling past end when ProGuard is enabled with optimization.
2+
- The SimpleFastScrollView class is replaced by ViewHelperProvider for this fix.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added support for super long lists.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed issue when theme color is specified with a color literal.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Added FixOnItemTouchListenerRecyclerView.
2+
- Fixed FixItemDecorationRecyclerView.

0 commit comments

Comments
 (0)