Update texts claiming the Android app cannot to signed barcodes

This commit is contained in:
Raphael Michel
2022-07-04 09:15:58 +02:00
parent f0661fb11c
commit 1ab701c100
3 changed files with 6 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ Synchronization setting any
----------------------------------------------- ----------------------------------- ----------------------------------------------------------------------- ----------------------------------------------------------------------- ----------------------------------------------- ----------------------------------- ----------------------------------------------------------------------- -----------------------------------------------------------------------
Ticket secrets any Random Signed Random Signed Ticket secrets any Random Signed Random Signed
=============================================== =================================== =================================== =================================== ================================= ===================================== =============================================== =================================== =================================== =================================== ================================= =====================================
Scenario supported on platforms Android, Desktop, iOS Android, Desktop, iOS Android, Desktop Android, Desktop Android, Desktop Scenario supported on platforms Android, Desktop, iOS Android, Desktop, iOS Android, Desktop Android, Desktop, iOS Android, Desktop, iOS
Synchronization speed for large data sets slow slow fast fast Synchronization speed for large data sets slow slow fast fast
Tickets can be scanned yes yes yes no yes Tickets can be scanned yes yes yes no yes
Ticket is valid after sale immediately next sync (~5 minutes) immediately never immediately Ticket is valid after sale immediately next sync (~5 minutes) immediately never immediately

View File

@@ -143,8 +143,8 @@ class Sig1TicketSecretGenerator(BaseTicketSecretGenerator):
The resulting string is REVERSED, to avoid all secrets of same length beginning with the same 10 The resulting string is REVERSED, to avoid all secrets of same length beginning with the same 10
characters, which would make it impossible to search for secrets manually. characters, which would make it impossible to search for secrets manually.
""" """
verbose_name = _('pretix signature scheme 1 (for very large events, does not work with pretixSCAN on iOS and ' verbose_name = _('pretix signature scheme 1 (for very large events, changes semantics of offline scanning '
'changes semantics of offline scanning please refer to documentation or support for details)') 'please refer to documentation or support for details)')
identifier = 'pretix_sig1' identifier = 'pretix_sig1'
use_revocation_list = True use_revocation_list = True

View File

@@ -48,12 +48,9 @@
Make sure to always use the latest version of our scanning apps for these options to work. Make sure to always use the latest version of our scanning apps for these options to work.
{% endblocktrans %} {% endblocktrans %}
<br> <br>
<strong> {% blocktrans trimmed %}
{% blocktrans trimmed %} If you make use of these advanced options, we recommend using our Android and Desktop apps.
If you make use of these advanced options, we recommend using our Android and Desktop apps. {% endblocktrans %}
Custom check-in rules do not work offline with our iOS scanning app.
{% endblocktrans %}
</strong>
</div> </div>
{% bootstrap_field form.allow_multiple_entries layout="control" %} {% bootstrap_field form.allow_multiple_entries layout="control" %}