Releases: uintdev/qrserv
Releases · uintdev/qrserv
v2.1.4
Android:
- Removed in-app immediate update check (Google Play Store)
I owe an explanation as to why it was added in the first place and why it ended up getting removed.
- This was added with the intent of increasing the chances of users being on the latest version so that there is increased awareness of what is and what isn't already there -- in hindsight, this is of a very small minority
- While this functionality realistically wouldn't be much of a concern if the app is obtained via Google Play Store, the app historically has been FOSS.. until not being so much of that as a result of the recent addition. Considering the application is present on FOSS repositories, the inclusion of said functionality is just incompatible with what FOSS is about.
As fancy and useful as the functionality might be, it just isn't appropriate in this case.
The last couple GitHub release notes will be marked with a notice regarding utilisation of a proprietary components and APIs, so that users are aware of what to avoid if such data gets picked up on FOSS repositories, or could be specifically excluded by the repository maintainer.
v2.1.3 (previous release)
All:
- Improved Portuguese translation
v2.1.3
v2.1.2
v2.1.1
v2.1.0
Android:
- Potential bug fix on certain devices regarding system UI colour changing animation (status and navigation bar -- by not animating them)
- Unrestricted rotation for tablets
- Note: this does not mean the UI is optimised for large displays -- this is just for convenience
- Added Turkish translation
All:
- Updated UI
- New light theme
- Updated dark theme
- Changes depending on system theme
v2.0.0
Android:
- Multi-file selection support
- In-app and via sharesheet (i.e. selecting multiple images)
- Will be made into a ZIP archive file
- Tooltip when press and holding on the resulting archive file name will reveal the originally selected files
- Themed icon support
- Target Android 13 (SDK 33)
- Added Russian translation
- Fixed a crash that may occur when attempting to import video files via sharesheet
All:
- Updated UI
- Improved appearance of dropdown
- Replaced slide panel with dialogue box
- Reduced file selection FAB animation duration by 50ms
- Added network check during import process
- Improved state management
- General reliability improvements