All notable changes to this project will be documented in this file.
- Feat: 根据当前环境获取transformItemStateMap;
- Feat: Pager、ImagePager增加是否允许滚动的参数;
- Feat: 限制动画进行时页面滚动;
- Fix: 修复animating状态需等图片加载完才标记结束的问题;
- Fix: 修复openTransform过程中偶发崩溃的问题;
- Fix: 修复页面快速切换导致图片不显示的问题;
- Fix: 修复PopupPreviewer显示与关闭完成状态不正确的问题;
- Fix: Compose回退到稳定版本1.6.8;
- Feat: 发布到MavenCentral;
- Feat: 增加ModelProcessor;
- Feat: ImageDecoder、ImageCanvas更名为SamplingDecoder、SamplingCanvas;
- Feat: 新增使用文档 、API文档;
- Feat: 更换开源协议为Apache2.0;
- Fix: 修复enterTransform后close小图未显示的问题;
- Fix: 修复ZoomablePager中state与页码不匹配的问题;
- Fix: 修复TransformPreviewer在缩放率大于1时关闭动画错乱的问题;
- Fix: 将Zoomable最大缩放比调整回4;
- Feat: 弃用com.origeek.imageViewer;
- Feat: 重构ImageViewer;
- Feat: 重构ImageGallery为ImagePager;
- Feat: 重构ImagePreviewer;
- Feat: 新增ZoomableView;
- Feat: 新增ZoomablePager;
- Feat: 新增Previewer;
- Feat: galleryState添加pageCount;
- Feat: 支持上下滑手势关闭图片预览;
- Feat: 适配到高版本的HorizontalPager;
- Fix: 修复imageDecoder release之后获取长宽导致崩溃的问题;
- Fix: 解决TransformItem在LazyList中不及时刷新的问题;
- Feat: 支持大图进行图片旋转;
- Feat: 重构ComposeModel部分以支持手势操作;
- Fix: 移除TransformImageView中的movable,提高滚动性能;
- Feat: Pager组件更新到官方的Pager;
- Fix: OrigeekUI切换到发布版本1.0.1-alpha.1
- Feat: 支持transform动画效果
- Feat: 支持viewer下拉关闭
- Feat: viewer支持placeholder
- Feat: 对自定义动画曲线提供更完善的支持
- Feat: Canvas大图组件增加淡入淡出效果
- Fix: 集成Viewer时不需要额外集成Pager
- Fix: 优化各组件的参数配置,提高代码简洁度
- Fix: 修复大图预览时卡顿的问题
- Fix: 修复各组件旋转屏幕时状态丢失的问题
- Fix crash caused by screen orientationn changed (#7)
- Create a sample for this library
- Create this repository and release the first version