Skip to content

Releases: marcherdiego/android_mvp

v3.0.0

16 Mar 13:56
Compare
Choose a tag to compare

Events - v3.0.0

New

  • [BREAKING CHANGE] Package name updated to match GitHub project
  • Added threadMode optional argument to post() methods on both View and Model.
  • Upgraded dependencies versions

Coroutines - v2.0.0

New

  • [BREAKING CHANGE] Package name updated to match GitHub project
  • Upgraded dependencies versions

Release v2.0.0

09 Feb 13:49
Compare
Choose a tag to compare

Events - v2.0.0

New

  • [BREAKING CHANGE] Presenter is now nullable on BaseFragment because some reported issues using BottomNavigationView

Release 1.3.1

12 Nov 19:12
Compare
Choose a tag to compare

Events - v1.3.1

New

  • Updated compile SDK to 31
  • Updated AndroidX dependencies

Fixed

  • Added proguard consumer config file

Coroutines - v1.3.1

New

  • Added new withResult and deprecated the previous one

Release 1.2.0

13 Jun 13:56
ebeb8b5
Compare
Choose a tag to compare

Events - v1.2.0

New

  • Added a bunch of onClick functions on all base Views
  • Upgraded kotlin and libraries versions to their latest

Coroutines - v1.2.0

New

  • Improved withResult function to execute suspend functions from the model and cancelling them as requested

Fixed

  • Fixed postDelayed in base presenter to run delayed code in the main thread causing wrong handler exceptions

Release 1.1.2

15 Mar 12:55
Compare
Choose a tag to compare

Events - v1.1.2

New

  • Added missing onDestroy() call in BaseActivityPresenter
  • Added missing presenter.onDestroy() call in BaseActivity

Coroutines - v1.1.2

New

  • Added postDelayed in base presenter to run delayed code in the main thread

Release 1.0.0

22 Feb 15:55
Compare
Choose a tag to compare

First release after migration to Sonatype

Release v8.1.0

18 Jan 17:41
1648642
Compare
Choose a tag to compare

v8.1.0

New

  • Added permission checker/requester helpers (withPermission and withPermissions) in BasePresenter class

Release v8.0.1

29 Dec 22:05
Compare
Choose a tag to compare

v8.0.1

New

  • Removed behaviour-based injection

Fixed

  • Fixed fragment tests cases

Release v7.2.5

01 Dec 21:14
Compare
Choose a tag to compare

v7.2.5

New

  • Kotlin and gradle versions upgrade
  • Converted withFragmentByTag block to Fragment extension function
  • Removed deprecated lifecycle functions on View and Model
  • Removed deprecated extension functions for fragment transaction handling and find fragments by tag utils
  • Upgrade event bus library to 3.2.0 ! Release notes
  • Added replace fragment with tag

Fixed

  • Added open modifier to BaseFragmentPresenter#onViewStateRestored function

Release v6.5.0

30 Jul 13:29
Compare
Choose a tag to compare

New

  • onClick with varargs to set the same click listener event to multiple views