Releases: mininxd/SAVESX2
Releases · mininxd/SAVESX2
Release list
v1.7.2
Version 1.7.2
Changes:
- Fixed undo/redo reversal detection: save protection toggling and timestamp edits now update directory entries in-place without clobbering cluster padding, guaranteeing bit-perfect state restoration.
- Preserved decoded save icons across undo and redo actions to eliminate icon reloading and visual flickering.
- Optimized Hex Viewer scrolling performance: replaced per-byte String.format calls with a precomputed hex lookup table and hoisted SpanStyle allocations to drastically reduce GC pressure.
- Added atomic SAF storage writing: memory cards are staged to a temporary cache file before streaming to document URIs, protecting against file corruption if writes are interrupted.
- Bumped app version to 1.7.2 (versionCode 20).
v1.7.1
Version 1.7.1
Changes:
- Optimized memory card loading performance by deferring 3D icon decoding to asynchronous background tasks for instant card opening.
- Enhanced Hex Viewer performance by eliminating redundant buffer allocations in read-only mode and optimizing modified offset lookups to O(1).
- Improved save icon rendering responsiveness with on-demand async icon loading across save lists and detail views.
- Bumped app version to 1.7.1 (versionCode 19).
Version 1.7.0
Version 1.7.0
Changes:
- Added authentic 3D PS2 save icon vertex animations with 60 FPS hardware morph target interpolation.
- Added compact "Animated 3D" toggle to pause and resume icon animation with animation shape details.
- Disabled card resize functionality for folder-based memory cards with descriptive feedback.
- Fixed DatePicker year selection not applying properly when editing save timestamps.
- Redesigned timestamp editor dialog with pill segmented controls and quick action buttons.
- Added ZIP savegame import support with automatic archive and directory validation.
- Bumped app version to 1.7.0 (versionCode 18).
Version 1.6.2
Version 1.6.2
Changes:
- Added native hardware-accelerated OpenGL ES 2.0 3D PS2 save icon viewer.
- Added interactive 3D rotation, touch-drag inspection, pinch-to-zoom, and smooth auto-rotation with angle reset.
- Redesigned 3D viewer dialog with live polygon and vertex stats, clean transparent canvas, and contextual reset control.
- Streamlined save detail modal by making save icons directly clickable for 3D inspection.
- Bumped app version to 1.6.2 (versionCode 17).
Version 1.6.1
Version 1.6.1
Changes:
- Added automatic PlayStation save regional detection and clean text badges (US, EU, JP, ASIA, KR, CN, SYS) on save cards and detail modal.
- Added regional codes and display names to search index for instant filtering by region.
- Redesigned Settings dialog with a compact grouped layout and streamlined Recent Cards actions.
- Stripped unused non-English language resources to optimize APK size.
- Bumped version to 1.6.1 (versionCode 16).
Version 1.6.0
Version 1.6.0
Changes:
- Improved Recent Cards capacity display: rounded ECC overhead and smaller sizes (e.g. 4MB, 5MB to 8MB; 66MB to 64MB) to standard PS2 memory card sizes.
- Added dedicated folder icon for PCSX2 folder-type memory cards in Recent Cards.
- Enabled R8 minification and resource shrinking, drastically reducing APK size.
- Bumped version to 1.6.0 (versionCode 15).