Releases: marcherdiego/android_mvp
Releases · marcherdiego/android_mvp
v3.0.0
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
Events - v2.0.0
New
- [BREAKING CHANGE] Presenter is now nullable on BaseFragment because some reported issues using BottomNavigationView
Release 1.3.1
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
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
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
First release after migration to Sonatype
Release v8.1.0
v8.1.0
New
- Added permission checker/requester helpers (
withPermission
andwithPermissions
) in BasePresenter class
Release v8.0.1
v8.0.1
New
- Removed behaviour-based injection
Fixed
- Fixed fragment tests cases
Release v7.2.5
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
New
- onClick with varargs to set the same click listener event to multiple views