All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-

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.
  • v1.3.2 Changes

    • ๐Ÿ›  Fixes bug with incorrectly calculated QuickReturnAdapter.getViewTypeCount()
  • 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 using QuickReturnAttacher.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 of QuickReturnAttacher would cause QuickReturn to stop working. Scroll listeners should be added via QuickReturnAttacher.addOnScrollListener().
    • ๐Ÿ”Š Prevents crash in QuickReturnAttacher.setAnimatedTransition(true) on Gingerbread. Ignores call and logs warning instead.
    • Prevents crash with empty adapter in QuickReturnAdapter.getMaxVerticalOffset()