Skip to content

Releases: klinker24/Android-DragDismissActivity

Android Q Improvements

10 May 14:28
Compare
Choose a tag to compare
  • System dark theme
  • Edge-to-edge

Migrate to Android X

08 Aug 13:27
Compare
Choose a tag to compare

Build an Android X version of the drag-dismiss library.

Smoothness fixes

24 Mar 13:34
Compare
Choose a tag to compare

This release brought in some upstream fixes to smooth out the "jump" that the initial drag-dismiss had:

nickbutcher/plaid@aea144d

Fixes for Essential Phone

23 Sep 15:22
Compare
Choose a tag to compare
  • Don't assume 24dp for the status bar size (Essential Ph-1)
  • Add DragDismissIntentBuilder preference for whether or not you want to draw under the status bar.
    • If not, the library will handle the content margin at the top, to take the status bar into account
    • This is off by default, so the library is handling the status bar size, for you

Fix adjustResize

13 Sep 16:50
Compare
Choose a tag to compare

The activity did not resize itself, when focusing on an EditText to bring up the soft keyboard.

Support shared activity transitions

27 Jun 17:42
Compare
Choose a tag to compare

The library will now use AppCompatActivity#finishAfterTransition instead of Activity#finish, to support shared element transitions

Update dependencies

12 Jun 19:16
Compare
Choose a tag to compare

This updates the support library dependencies. The main improvement here is on scrolling performance for the non-RecyclerView layouts, as discussed here:

https://chris.banes.me/2017/06/09/carry-on-scrolling/

Create delegates

19 Mar 13:35
Compare
Choose a tag to compare

If you don't want to extend the DragDismissAcitivity or DragDismissRecyclerViewActivity, I have created and exposed some delegates that you can implement instead.

For example usage, see the AbstractDragDismissActivity.

No changes are required to implement the individual Activities.

Initial Public Release

07 Mar 12:54
Compare
Choose a tag to compare
v1.2.3

improve the drag-dismiss distance