Skip to content

Releases: uintdev/qrserv

v2.1.4

16 May 19:04
Compare
Choose a tag to compare

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

15 May 22:32
Compare
Choose a tag to compare

All:

  • Improved Portuguese translation

THIS RELEASE UTILISES GOOGLE PLAY CORE LIBRARIES, OF WHICH ARE PROPRIETARY COMPONENTS AND APIS. INSTALL RELEASES 2.1.4 OR NEWER, 2.1.1 OR OLDER, FOR STRICTLY FOSS RELEASES.

v2.1.2

15 May 21:19
Compare
Choose a tag to compare

Android:

  • Added in-app immediate update check (Google Play Store)

THIS RELEASE UTILISES GOOGLE PLAY CORE LIBRARIES, OF WHICH ARE PROPRIETARY COMPONENTS AND APIS. INSTALL RELEASES 2.1.4 OR NEWER, 2.1.1 OR OLDER, FOR STRICTLY FOSS RELEASES.

v2.1.1

15 Mar 23:58
Compare
Choose a tag to compare

All:

  • Removed zone index from IPv6

v2.1.0

08 Feb 13:00
Compare
Choose a tag to compare

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

03 Feb 19:07
Compare
Choose a tag to compare

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

v1.4.1

25 Mar 17:55
Compare
Choose a tag to compare

All:

  • Added language fallback (now falls back to English rather than German)

v1.4.0

04 Dec 18:20
Compare
Choose a tag to compare

All:

  • Added Italian translation

v1.3.2

02 Dec 23:09
Compare
Choose a tag to compare

All:

  • Reverted migration

v1.3.1

02 Dec 22:36
Compare
Choose a tag to compare

All:

  • When a URL fails to open, it is now displayed in the presented error message
  • Migrated to official file picker package with merged custom-made patches