All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.0 Changes
- ๐ Fixed onItemLongClick position offset issue
-
v1.4.0 Changes
- ๐ Changed QuickReturnAttacher interface.
QuickReturnAttacher.forView()
should be used now. - ๐ Implemented preliminar support for
ScrollView
.ObservableScrollView
should be used. - ๐ Fixed jumping quick return view when listView had a positive divider height.
- ๐ Fixed incorrect position for
AdapterView.OnItemClickListener
onItemClick()
callback. - ๐ Fixed jump on scroll issue.
- ๐ Changed QuickReturnAttacher interface.
-
v1.3.2 Changes
- ๐ Fixes bug with incorrectly calculated
QuickReturnAdapter.getViewTypeCount()
- ๐ Fixes bug with incorrectly calculated
-
v1.3.1 Changes
- Prevents overlap of listView elements with targetView: Automatically adjusts the ListView/GridView to prevent it from being hidden behind the target view, when it is placed at the top of the list.\
-
v1.3.0 Changes
QuickReturnAttacher
API has changed. You can now assign multiple QuickReturn targets usingQuickReturnAttacher.addTargetView()
.- ๐ Fixes weird transition when using a GridView.
- ๐ Minor performance optimizations.
-
v1.2.4 Changes
- ๐ Fixes quickreturn view jumping sometimes when scrolling the list
-
v1.2.3 Changes
- ๐ Fixes messed up package names
-
v1.2.2 Changes
- ๐ Fixes incorrect quick return view position when listview adapter has not enough items to fill the screen.
- QuickReturnAttacher constructor now takes AbsListView instead of ListView, so you can use any concrete implementation with it.
-
v1.2.1 Changes
- ๐ Allows the listView adapter to be an instance of WrapperListAdapter.
-
v1.2.0 Changes
- ๐ Fixes problem with using
ListView.setOnScrollListener()
outside ofQuickReturnAttacher
would cause QuickReturn to stop working. Scroll listeners should be added viaQuickReturnAttacher.addOnScrollListener()
. - ๐ Prevents crash in
QuickReturnAttacher.setAnimatedTransition(true)
on Gingerbread. Ignores call and logs warning instead. - Prevents crash with empty adapter in
QuickReturnAdapter.getMaxVerticalOffset()
- ๐ Fixes problem with using