Skip to content

Commit

Permalink
Merge pull request #176 from SecUSo/changelog-v4.3.0
Browse files Browse the repository at this point in the history
Update changelog for v4.3.0
  • Loading branch information
udenr authored Aug 30, 2023
2 parents a0ee85c + 3d08a48 commit 471f9a2
Showing 1 changed file with 205 additions and 82 deletions.
287 changes: 205 additions & 82 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,110 +1,233 @@
Changelog
==========
# Changelog

Version 4.0.1 *(2022-06-30)*
----------------------------
<a name="v4.3.0"></a>
## [QR Scanner (Privacy Friendly) v4.3.0](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v4.3.0) - 30 Aug 2023

* Fixed a crash that would occur when the scan result is null
## What's Changed
* Fix passing invalid hint values to QR code encoder by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/166
* Add icon for maxicode by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/167
* Update dependencies and target SDK version by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/168
* Fix [#142](https://github.com/SecUSo/privacy-friendly-qr-scanner/issues/142): Dialogs in dark theme by [@FroggieFrog](https://github.com/FroggieFrog) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/143
* Fix for [#147](https://github.com/SecUSo/privacy-friendly-qr-scanner/issues/147): Support scanning/decoding calendar events by [@codeschrat](https://github.com/codeschrat) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/148
* Add ci workflow to test if the app is build correctly by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/173
* Add option to connect to wifi on newer devices by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/172
* Add setting to manually select dark/light mode by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/174
* Add monochrome icon variant for android 13 by [@rec0de](https://github.com/rec0de) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/170
* Add button to save generated codes to history by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/175

## New Contributors
* [@FroggieFrog](https://github.com/FroggieFrog) made their first contribution in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/143
* [@codeschrat](https://github.com/codeschrat) made their first contribution in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/148
* [@rec0de](https://github.com/rec0de) made their first contribution in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/170

Version 4.0.0 *(2022-06-24)*
----------------------------
**Full Changelog**: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v4.2.0...v4.3.0

* Added Scanning Codes from saved images on the device
* Added Contact Picker for Phone Number Generator
* Added Material Design Components
* Added Option to see RAW Data in Result Screen
* Added Option to display QR Code fullscreen in Result Screen
* Added dark theme
* Added backup integration https://github.com/SecUSo/privacy-friendly-backup
* Added missing permission check to some activities
* Added ability to share images with the QR scanner from other apps
* Improved Generator UI
* Improved History UI
* Improved explanation and various other texts
* Fixed beep on scan not respecting the setting
* Fixed various bugs and crashes
[Changes][v4.3.0]


Version 3.3.1 *(2022-01-20)*
----------------------------
<a name="v4.2.0"></a>
## [QR Scanner (Privacy Friendly) v4.2.0](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v4.2.0) - 18 Aug 2022

* Renamed the "proceed" button to better reflect the action being done
* Added the option to hide the "search"-Button when scanning text
* Added a flashlight button to the scanning view
* Scanning VCards now sends more data to the contact app
* Fixed some crashes
## What's Changed
* Add Startpage and Brave search engines by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/139
* added quick settings launch button with icon by [@ColumbusUtrigas](https://github.com/ColumbusUtrigas) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/132

Version 3.2.0 *(2022-01-20)*
----------------------------
## New Contributors
* [@ColumbusUtrigas](https://github.com/ColumbusUtrigas) made their first contribution in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/132

* Added the ability to scan inverted qr codes
* QR Generator can now encode codes up to 1817
* Minor Bugfixes
**Full Changelog**: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v4.1.0...v4.2.0

Version 3.1.0 *(2020-10-21)*
----------------------------
[Changes][v4.2.0]

* Fixed consecutive scans
* Fixed processing "tel:" qr codes
* Fixed en/disabling beep on scan
* Fixed automatic save scans to history
* Fixed reading aztec codes
* Fixed code generation for urls
* Fixed showing other app than e-mail apps only for "mailto:"
* Fixed a crash when accessing the history on some devices
* Added option to encode pure text
* Removed write to storage permission for API>=29

Version 3.0.3 *(2020-03-01)*
----------------------------
<a name="v4.1.0"></a>
## [QR Scanner (Privacy Friendly) v4.1.0](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v4.1.0) - 03 Aug 2022

* Fixed some crashes
## What's Changed
* Add option to choose code format and error correction level during generation by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/133
* Update backup api to latest version by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/134
* Add missing sms icon by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/135

Version 3.0.1 *(2020-02-29)*
----------------------------

* Fixed a common crash
**Full Changelog**: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v4.0.1...v4.1.0

Version 3.0.0 *(2020-02-27)*
----------------------------
[Changes][v4.1.0]

* Reworked the History UI
* Reworked the QR Result UI
* Migrated to room database
* Now uses zxing result parser instead of custom one
* History items now save more information
* Added the ability to save images of the qr code (can be turned of in settings)
* Added an option to disable the beep tone when scanning
* Various Bugfixes

Version 2.2 *(2019-08-02)*
----------------------------
<a name="v4.0.1"></a>
## [QR Scanner (Privacy Friendly) v4.0.1](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v4.0.1) - 30 Jun 2022

* Fix typos and misspellings in translation
* Updated UI
* Added QR Code Generator
## What's Changed
* Fixed a crash that would occur when the scan result is null [#92](https://github.com/SecUSo/privacy-friendly-qr-scanner/issues/92)

Version 1.6.1 *(2016-12-27)*
----------------------------
**Full Changelog**: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v4.0.0...v4.0.1

* Integration of permission request
[Changes][v4.0.1]

Version 1.6 *(2016-12-21)*
----------------------------

* Japanese Translation added
* Repo cleanup
<a name="v4.0.0"></a>
## [QR Scanner (Privacy Friendly) v4.0.0](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v4.0.0) - 24 Jun 2022

Version 1.5 *(2016-11-18)*
----------------------------
## What's Changed
* QR Scanner (Privacy Friendly) v4.0.0 by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/127
- Added Scanning Codes from saved images on the device
- Added Contact Picker for Phone Number Generator
- Added Material Design Components
- Added Option to see RAW Data in Result Screen
- Added Option to display QR Code fullscreen in Result Screen
- Added dark theme
- Added backup integration https://github.com/SecUSo/privacy-friendly-backup
- Added missing permission check to some activities
- Added ability to share images with the QR scanner from other apps
- Improved Generator UI
- Improved History UI
- Improved explanation and various other texts
- Fixed beep on scan not respecting the setting
- Fixed various bugs and crashes

* Splash Screen added
* Header design changed
* Design Update
* New Icon
## New Contributors
* [@udenr](https://github.com/udenr) made their first contribution in https://github.com/SecUSo/privacy-friendly-qr-scanner/pull/127

Version 1.4 *(2015-10-16)*
----------------------------
**Full Changelog**: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v3.3.1...v4.0.0

* Initial Release
[Changes][v4.0.0]


<a name="v3.3.1"></a>
## [QR Scanner (Privacy Friendly) v3.3.1](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v3.3.1) - 20 Jan 2022

- Renamed the "proceed" button to better reflect the action being done
- Added the option to hide the "search"-Button when scanning text
- Added a flashlight button to the scanning view
- Scanning VCards now sends more data to the contact app
- Fixed some crashes

[Changes][v3.3.1]


<a name="v3.2.0"></a>
## [QR Scanner (Privacy Friendly) v3.2.0](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v3.2.0) - 20 Jan 2022

- Added the ability to scan inverted qr codes
- QR Generator can now encode codes up to 1817
- Minor Bugfixes

[Changes][v3.2.0]


<a name="v3.1.0"></a>
## [QR Scanner (Privacy Friendly) v3.1.0](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v3.1.0) - 21 Oct 2020

- Fixed consecutive scans
- Fixed processing "tel:" qr codes
- Fixed en/disabling beep on scan
- Fixed automatic save scans to history
- Fixed reading aztec codes
- Fixed code generation for urls
- Fixed showing other app than e-mail apps only for "mailto:"
- Fixed a crash when accessing the history on some devices
- Added option to encode pure text
- Removed write to storage permission for API>=29

[Changes][v3.1.0]


<a name="v3.0.3"></a>
## [QR Scanner (Privacy Friendly) v3.0.3](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v3.0.3) - 01 Mar 2020

- Fixed some crashes

[Changes][v3.0.3]


<a name="v3.0.1"></a>
## [QR Scanner (Privacy Friendly) v3.0.1](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v3.0.1) - 28 Feb 2020

- Fixed a common crash

[Changes][v3.0.1]


<a name="v3.0.0"></a>
## [QR Scanner (Privacy Friendly) v3.0 (v3.0.0)](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v3.0.0) - 27 Feb 2020

- Reworked the History UI
- Reworked the QR Result UI
- Migrated to room database
- Now uses zxing result parser instead of custom one
- History items now save more information
- Added the ability to save images of the qr code (can be turned of in settings)
- Added an option to disable the beep tone when scanning
- Various Bugfixes


[Changes][v3.0.0]


<a name="v2.2"></a>
## [QR Scanner (Privacy Friendly) v2.2](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v2.2) - 02 Aug 2019

- Updated UI
- Added QR Code Generator

[Changes][v2.2]


<a name="v1.6.1"></a>
## [Privacy Friendly QR Scanner v1.6.1](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v1.6.1) - 27 Dec 2016

- Integration of permission request


[Changes][v1.6.1]


<a name="v1.6"></a>
## [Privacy Friendly QR Scanner v1.6](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v1.6) - 21 Dec 2016

- Japanese translation added
- Repo cleanup


[Changes][v1.6]


<a name="v1.5"></a>
## [Privacy Friendly QR Scanner v1.5](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v1.5) - 09 Nov 2016

Privacy Friendly QR Scanner now has a new better design.


[Changes][v1.5]


<a name="v1.4"></a>
## [Privacy Friendly QR Scanner v1.4](https://github.com/SecUSo/privacy-friendly-qr-scanner/releases/tag/v1.4) - 02 Oct 2015

The Privacy Friendly QR Scanner supports its users in detecting malicious links: QR Codes provide new possibilities for an attacker, as QR Codes can contain malicious links, i.e. links to phishing webpages or webpages from which malware would automatically be downloaded. Therefore it is important to carefully check the link before accessing the corresponding webpage.

This app is optimized regarding the user's privacy. It only uses the device's camera in order to decode QR codes and barcodes.
It belongs to the group of Privacy Friendly Apps from the research group SecUSo (Security, Usability and Society) by the Technische Universität Darmstadt, Germany.


[Changes][v1.4]


[v4.3.0]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v4.2.0...v4.3.0
[v4.2.0]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v4.1.0...v4.2.0
[v4.1.0]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v4.0.1...v4.1.0
[v4.0.1]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v4.0.0...v4.0.1
[v4.0.0]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v3.3.1...v4.0.0
[v3.3.1]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v3.2.0...v3.3.1
[v3.2.0]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v3.1.0...v3.2.0
[v3.1.0]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v3.0.3...v3.1.0
[v3.0.3]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v3.0.1...v3.0.3
[v3.0.1]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v2.2...v3.0.0
[v2.2]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v1.6.1...v2.2
[v1.6.1]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v1.6...v1.6.1
[v1.6]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v1.5...v1.6
[v1.5]: https://github.com/SecUSo/privacy-friendly-qr-scanner/compare/v1.4...v1.5
[v1.4]: https://github.com/SecUSo/privacy-friendly-qr-scanner/tree/v1.4

<!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.1 -->

0 comments on commit 471f9a2

Please sign in to comment.