Releases: MateusRodCosta/SaveLocally
1.3.1
Changelog
IMPORTANT:
Starting with v1.2.3, a 1 kb buffer is used for the file copy, but that accidentally introduced a bug: zeroes would be added at the end of the saved file so its size becomes a multiple of 1 kb.
If the files you are saving don't absolutely need to match 1-to-1 the original, you should be fine, otherwise the added zeroes could cause issues (for example, diverging checksums).
Version 1.3.1 fixes that bug. Sorry for any inconveniences!
Full Changelog: v1.3.0...v1.3.1
Issues fixed
- Saved file is different in size than the original (#32)
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.3.1.apk | 9ed2351bab2a1b1f002602c11568eb1a482c2bb30e1b03af99b75eca10c55472 | 6a04be99a44ff2f1281c228f55e773d2345e6bb51bbac2c2e5563ab3892466a30b68d555651d84bc077ec95cba77756ff6059ae5f9f644057faeffbab3b43869 |
1.3.0
Changelog
The restriction on which file types are supported has been lifted.
Please report any issues that may arise at https://github.com/MateusRodCosta/Share2Storage/issues
Full Changelog: v1.2.3...v1.3.0
Issues fixed
- Support all file formats: #28
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.3.0.apk | c82b2fde398ae8787f29cdade00a67f46ef7f4e8eb08d2bfab66c8a70cdd58ab | c28ec1a14e8736ca2f321c00ace9b32fe70f73e5c5c20e5d0549c9c9975b5757f912834fef9d9ec82ccd3a143d37cd08abe0b82eef9189e554457644dc0b7bc7 |
1.2.3
Changelog
- Upgraded dependencies
- Fixed an issue where the app would crash if trying to save bigger files
- This was caused because previously the entire file was loaded to memory and bigger files hit a memory usage system limit
- The file saving logic is now handled asynchronously thanks to Kotlin coroutines
Full Changelog: v1.2.2...v1.2.3
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.2.3.apk | 80e29e974847d23e51cc813e3e3eb8ed450542befaed74e2fad64fe23ccc15d1 | b99ba0c7ae471cc21fdaadff857287f4ec8dc98d8b9af6d702d12b62d21bc8fe23d01b4b1133005c900981ec7af2217bdaf1b5da3843e60c3a8276865e3ccd1f |
1.2.2
Changelogs
- Updated dependencies
- Support splash screen for pre-Android 12
- Status bar icons should now be white
Full Changelog: v1.2.1...v1.2.2
Notes
This release was accidentally built on top of 65ac993, which is only used for updated the gems used for the fastlane command, therefore no code is changed and it should be almost the same as building from the the v1.2.2 tag except for the commit reference present inside the APK.
Sorry for any inconvenience caused by this, especially for the F-Droid guys, hopefully I won't repeat this mistake in the future.
Do note that the equivalent Google Play version is built properly from the v1.2.2 tag (via fastlane deploy), it was only after building and uploading to Play Store via fastlane and being asked to update fastlane that the new commit was created.
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.2.2.apk | e2e373a89b3b70b8e6307952f9a5dc95ed7e70afb026ad0fbd3850cb22740b6d | fa626805470c2d450c76825337b83f6ab7064473a7d3b4cf3a83d7430b04e941967abf6016b995009cb9b11904082a5f44f5270fccc2ad7cbac5112262af591f |
1.2.1
Changelog
- Downgrade dependencies due to reproducible builds issue
Changes from 1.2.0:
- Upgraded dependencies
- Add checks to attempt to fix a crash on image preview
- Added option to disable file previews
- Added option to also intercept ACTION_VIEW intents
- Restructuring of several screens
- Many under-the-hood changes and general improvements
Full Changelog: v1.2.0...v1.2.1
Notes
This version downgrades Kotlin to 1.9.22 and Jetpack Compose Compiler to 1.5.10 to attempt to fix F-Droid reproducible builds (#13).
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.2.1.apk | 86c17a170d3ea6d0379e35da396df94e90b9533b712ece6934b432bad348f096 | ef1bfbb2ae0f9d39097d23e752424c0b31d9a9e4fe9cd4d341ca6cc60dc983c8aa3a02f61f826fb9fe6777d4dda94c0082ea88bdabb64f105a06a143c3dba5c2 |
1.2.0
Changelog
- Upgraded dependencies
- Add checks to attempt to fix a crash on image preview
- Added option to disable file previews
- Added option to also intercept ACTION_VIEW intents
- Restructuring of several screens
- Many under-the-hood changes and general improvements
Full Changelog: v1.1.0...v1.2.0
Issues fixed
Notes
- This is the first version bringing support for Play Store deployments with fastlane
- Support for multiple files at once (#2) and Material You are planned for a future release
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.2.0.apk | a254a17c8f2f2985c3e8acd9c6d83bc0830f5b6536c75ccb62ca41ad72e26ea3 | 4fc270d50cea0c8a4ace19883b5814589c77cf11c88da502a89a1e330c227e20d2521bf8f29e3a1d33943e0de8ddbb43f7749b673521be531a0d86da339c9d4c |
1.1.0
Changelog
- Updated dependencies
- Improvements to underlying screen structure and navigation logic
- Support Android 14
- Add landscape layout to Main screen
Full Changelog: v1.0.1...v1.1.0
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.1.0.apk | 908076ba52264f9a817218c0210d3ec4f254f3189c8ba662b4232d4a4029d3e3 | 7d7bb26197cd0d934c49250128a19468da77cafd09e950f67061e7c0bda3b71e8fbe87579e8eb5546301796ddeee2a0822a702ea4a8b6219979b91df311f3acf |
1.0.1
Changelog
Several improvements to app code quality
Full Changelog: v1.0.0...v1.0.1
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.0.1.apk | 982bb995d0ff2ba06a1344eff9c6b4a5dac86f8c15a63a1c7374616e45b225ad | d979b2cd4fbce89d5dc37f1ad88e07fcb1e874e94dd5b57ef881847cb0fe6115145ad63c33af45dbd8d0035c5003f895cdfbc3b826111d2078c0df9086c0d7b7 |
1.0.0
Changelog
- Updated dependencies
- Added Settings screen with two settings: "Skip File Details page" and "Default save location"
- Added preview of image files
- Added responsive layout for File Details screen
- Added icon credits and link to donation page
- Tweaked app theming (colors and TopAppBars)
- Fix file type icons rendering
- Added monochrome icon
- Enabled edge-to-edge display
Full Changelog: v0.9.0...v1.0.0
Issues fixed
Donation
Like the app? Consider donating! For more information, visit https://mateusrodcosta.dev/donate/.
Checksums
| File | SHA-256 | SHA-512 |
|---|---|---|
| SaveLocally-v1.0.0.apk | f51bca7c42630f88fed69fa80eae230345dd8f8ac7165e5710d6cc0ce71d323a | 86de3ecfa0dbe13010257dfb944fc28e8ad7e6cf2976e75c965f41c27994b024cc722412aabcd6f51f08cc26c8b1cb82148600837b80b0df2de92dc9799e3578 |
0.9.0
Initial public release