Releases: mehdiyari/Fallery
Releases · mehdiyari/Fallery
1.0.4
What's Changed
- Support starting fallery from composable functions by @mehdiyari in #34
- Update CHANGELOG.MD by @mehdiyari in #30
- Update README.MD (Development to Master) by @mehdiyari in #33
- Update Fallery Version and CHANGELOG by @mehdiyari in #35
- Version 1.0.4 (Dev to Master) by @mehdiyari in #36
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- Update Dependencies by @mehdiyari in #24
- Remove MANAGE_EXTERNAL_STORAGE permission by @mehdiyari in #25
- Support Android +13 by @mehdiyari in #26
- Add new publish task by @mehdiyari in #28
- Migrate to view binding by @mehdiyari
- Minor bug fixes by @mehdiyari
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
1.0.0
Compatible with android +10
1. Package visibility in Android 11
2. Storage updates in Android 11
Fix Bugs
1. Finish fallery activity if CoreComponent is null(if permissions changed from settings or any case that fallery started without official API)
2. Fix issue of showing error layout when views is on loading state
3. Fix issue of creating two instance of FalleryActivityComponent
4. Fix issue of media store observable
5. Fix bug of resetting viewpager adapter position after onStop
7. Fix animation of sending media footer
8. Fix memory leak of gridLayoutManagers in BucketContentFragment & BucketListFragment
9. Fix lint errors and warnings
10. Fix memory leak of bottomNavigationDrawerFragment in MainActivity
11. Fix failed tests in BucketListViewModelTest.kt
12. Remove unused classes
Update third-party libraries
1. Update gradle to 6.8.3
2. Update kotlin version to 1.4.32
3. Update android gradle plugin to 4.1.3
4. Update fallery example app dependencies to latest versions
5. Run kotlin migration to 1.4.32
6. Update fallery libraries version
7. Update compile and target sdk to 30
8. Update kotlinx-coroutines-test dependency to 1.4.1
0.9.2
Version 0.9.1
see #9 merge request for more details about this release.