Releases: Trendyol/medusa
Releases · Trendyol/medusa
0.7.0
0.7.0-rc
Update build.gradle Increment version code to 0.7.0-rc
0.6.0
Update build.gradle Increment version code
0.6-rc
Use getFragmentWithExecutingPendingTransactionsIfNeeded in commitHide…
androidx migration
Merge pull request #19 from Trendyol/update/androidx androidx migration
refactor transactions
Merge pull request #18 from Trendyol/update/transaction update transaction process
dependency update
Merge pull request #17 from Trendyol/develop update jitpack implementation
0.4
0.3
Add fragment transaction behaviour
Configuration can take a NavigatorTransaction parameter to change fragment transaction behavior.
You can attach/detach a fragment, or hide/show behavior on that fragment.
Attention: Don't use hide/show behavior in all your fragments or as a default behavior. All hidden fragments are still attached to the fragment lifecycle and keep all the views in the memory. You can get a memory issue in your application.