0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00
Commit Graph

1250 Commits

Author SHA1 Message Date
Too Late (bot)
876d8fc7b3
Update Polish translation 2024-06-10 20:31:07 +02:00
Markus Fisch
7bdcdaaa5d Advance version number to 1.63.9 2024-06-02 18:15:53 +02:00
Markus Fisch
fd44728e89 Ignore "URL:" before URLs in barcode content
Apparently some people think it's necessary to add an "URL:" prefix
before an actual URL, so let's cut that rubbish.
2024-06-02 15:24:22 +02:00
Markus Fisch
8242520a0b Export/share generated barcode as JPG
On request.

Generally, using a lossless format like PNG makes more sense.
2024-06-02 14:00:27 +02:00
Markus Fisch
2e7e9a942b Fix indent in new translations 2024-06-02 13:51:43 +02:00
Too Late (bot)
dcc9d5b3ff
Update Brazilian translation 2024-06-02 11:54:14 +02:00
Markus Fisch
607aab854c Update build tools 2024-05-27 19:39:46 +02:00
Markus Fisch
cc2b2f076b Fix exporting/sharing multiple history items
By their ID.

`?` is only one argument so a list of numbers becomes just one ID,
which cannot work, of course.
2024-05-27 19:37:43 +02:00
Too Late (bot)
90e9723de5
Update Chinese translation 2024-05-13 10:38:54 +02:00
Sergiy Stupar
ab6787e60b
Update Ukrainian translation 2024-05-12 10:40:14 +02:00
solokot
698686a45a
Update Russian translation 2024-05-11 15:35:51 +02:00
Markus Fisch
95bdaa1252 Reformat imports with Android Studio
Seems like wildcard imports are back in fashion.
2024-05-11 14:13:39 +02:00
Markus Fisch
f0c02e5156 Reformat with Android Studio 2024-05-11 14:13:20 +02:00
Markus Fisch
a8c50308d0 Add Ko-fi for donations 2024-05-11 13:20:31 +02:00
bovirus
6b359d4c65
Update Italian language 2024-05-10 21:08:07 +02:00
Markus Fisch
863caed387 Advance version number to 1.63.8 2024-05-10 20:56:25 +02:00
Markus Fisch
e4f17b9bdf Add an option to show a checksum
For the decoded content. On request of #452.
2024-05-10 20:37:32 +02:00
Markus Fisch
c2071d8d81 Treat LF/CR/Tab as printable characters
When encoding "something\nlike\tthüs". This string should be encoded
as text rather than binary, of course.
2024-05-08 19:49:19 +02:00
Markus Fisch
4758c2d337 Update tools and gradle wrapper 2024-05-07 21:57:36 +02:00
Markus Fisch
91336fe15c Encode as ByteArray if text contains non-printable
To support escape sequences containing non-printable characters.
2024-05-07 21:54:57 +02:00
Markus Fisch
2c437f3771 Add Liberapay to README 2024-04-27 15:58:37 +02:00
bovirus
cb082b20fe
Update Italian language 2024-04-21 21:27:57 +02:00
Markus Fisch
bce3630686 Advance version number to 1.63.7 2024-04-17 21:48:31 +02:00
Markus Fisch
4feb4d066c Update ZXingCpp for Aztec Runes 2024-04-17 21:24:30 +02:00
Markus Fisch
e7d84cd916 Update tools version 2024-04-17 21:22:53 +02:00
Giovanni Donisi
84e2917694
Update Italian translation 2024-04-14 13:58:07 +02:00
Markus Fisch
b87464ec40 Advance version number to 1.63.6 2024-04-13 14:38:27 +02:00
Markus Fisch
269e0f41a6 Correct spelling mistakes in Spanish translation
Following the recommendations from the linter.
2024-04-13 14:32:27 +02:00
Nathan
aefbc4a296
Update French translation 2024-04-13 14:26:19 +02:00
Sergiy Stupar
c64984dc6a
Update Ukrainian translation 2024-03-31 12:49:47 +02:00
Markus Fisch
24c7ad0ba4 Return Codabar start/stop codes
As requested in #445.

The start/stop codes determine if a barcode is complete or if there
is a continuation code to scan.
2024-03-30 12:46:15 +01:00
Markus Fisch
643a935852 Move buildConfig from properties into build.gradle
Apparently setting 'android.defaults.buildfeatures.buildconfig=true'
is deprecated and will be removed in version 9.0 of the Android Gradle
plugin.
2024-03-30 12:46:15 +01:00
solokot
4fcb836b53
Update Russian translation 2024-03-26 12:12:30 +01:00
Markus Fisch
48ed5f1a2c Add history shortcut 2024-03-25 21:36:53 +01:00
Markus Fisch
3aa2371eeb Advance version number to 1.63.5 2024-03-24 21:15:31 +01:00
solokot
88f92943c0
Update Russian translation 2024-03-24 14:53:36 +01:00
Sergiy Stupar
39710d4ab9
Update Ukrainian translation 2024-03-24 14:53:03 +01:00
Markus Fisch
93f7cd3cb8 Map old ignore setting to new one
For existing installations that changed this value.
2024-03-23 20:21:08 +01:00
Markus Fisch
69baa3b824 Add an option to ignore any duplicates
As requested in issue #439.
2024-03-23 14:20:42 +01:00
Markus Fisch
bb05e38278 Update tools version 2024-03-21 21:23:28 +01:00
KamaleiZestri
554f5a5e73
Fix failing send due to invalid bluetooth connection
Try reconnect to socket once before failing.
2024-03-21 21:19:51 +01:00
Markus Fisch
2dcf7772f2 Update tools version and gradle wrapper 2024-03-17 13:52:49 +01:00
Markus Fisch
3c7012e3c4 Advance version number to 1.63.4 2024-03-17 13:35:31 +01:00
Markus Fisch
08e11c3c40 Update ZXingCpp to fix support for old devices 2024-03-16 21:38:51 +01:00
Unknownman820
31854dab0c
Update Chinese translation 2024-03-16 21:38:04 +01:00
Markus Fisch
4f12c3e270 Advance version number to 1.63.3 2024-03-04 21:06:50 +01:00
Markus Fisch
3ec43dabce Update AndroidX SCAN Intent sample 2024-03-03 18:34:42 +01:00
Markus Fisch
0d4f536f71 Fix returning barcode format in return Intent
The class `BarcodeFormat` is not known to callers, of course.
2024-03-03 18:30:55 +01:00
Markus Fisch
b064a293fb Add donation options to the README 2024-02-29 20:25:50 +01:00
Markus Fisch
d124c29919 Advance version number to 1.63.2 2024-02-19 22:08:22 +01:00