0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00
Commit Graph

1110 Commits

Author SHA1 Message Date
bovirus
df98637951
Update Italian language 2024-09-18 12:09:08 +02:00
solokot
08b3558e46
Update Russian translation 2024-09-18 12:08:45 +02:00
Markus Fisch
648ef6fdf8 Update Kotlin coroutines library 2024-09-17 22:38:04 +02:00
Markus Fisch
27789beeed Simplify ellipsis regex 2024-09-17 22:31:42 +02:00
Markus Fisch
97bee27827 Replace View casts for generic denotation 2024-09-17 22:29:02 +02:00
Markus Fisch
3fee49301e Only ask for barcode size when exporting/sharing
Because this parameter is just relevant when exporting/sharing
a raster image format.
2024-09-17 22:28:37 +02:00
Markus Fisch
8a6073291b Improve size slider for barcode generation
Reduce size options to popular powers of two.

And add the option to generate a barcode in the smallest
possible size of one pixel per module.
2024-09-17 20:54:07 +02:00
Markus Fisch
47151de4a4 Fix indent in Portuguese (Brazil) translation 2024-09-06 16:19:41 +02:00
Too Late (bot)
248c4edca1
Update Portuguese (Brazil) translation 2024-09-06 16:18:21 +02:00
Markus Fisch
2c7386d536 Fix indent in Chinese translation 2024-08-17 18:12:32 +02:00
Too Late (bot)
e19cad4c87
Update Chinese translation 2024-08-17 18:09:47 +02:00
Zahnstocher
585e0f3372
Update parcel tracking URL 2024-07-25 12:04:37 +02:00
Markus Fisch
2b7f611774 Fix showing tooltip on action FAB 2024-07-24 20:21:50 +02:00
Markus Fisch
05b2a0d9c9 Support hyphens in the second level domain
To correctly recognize URLs as WebAction.
2024-07-24 20:08:57 +02:00
Nathan
4b45ad3fe7
Update French translation
Added translations for checksum calculation (1.63.8) and screen brightening (1.63.10) features.
2024-07-13 19:58:04 +02:00
Markus Fisch
449d8fdbbd Advance version number to 1.63.10 2024-06-30 19:41:13 +02:00
Markus Fisch
f44cff9912 Use type in getParcelableExtra() on Tiramisu+
And ignore the deprecation warning for earlier Android versions.

Also use a scope function to remove the local variable in the
parent context.
2024-06-30 19:06:02 +02:00
ThetaDev
24730dfde3
Allow file input from share menu
Updates the handleSendText method to support both types of intents.

Also extends the accepted file types to text/* to also accept VCards
and other text-based files.
2024-06-30 18:54:20 +02:00
Sergiy Stupar
be6539d41f
Update Ukrainian translation 2024-06-16 13:41:14 +02:00
bovirus
60dd40554e
Update Italian language 2024-06-12 09:05:24 +02:00
solokot
837119b6ec
Update Russian translation 2024-06-12 09:04:57 +02:00
Markus Fisch
abe11b82e5 Fix indent in Polish translation 2024-07-11 12:49:33 +02:00
Markus Fisch
4fc1e36d04 Add a menu item to toggle screen brightness
So this setting can be enabled/disabled where it's required, too.
2024-06-11 14:22:22 +02:00
Markus Fisch
54aa15e1be Set maximum brightness when showing a barcode
To make scanning from screen easier.
2024-06-11 14:22:18 +02:00
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
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
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
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
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
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