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

1266 Commits

Author SHA1 Message Date
Markus Fisch
8a6441ddf3 Add content description for share FABs
Improve accessibility.
2019-04-24 16:47:48 +02:00
Markus Fisch
94874c0a9e Add content description for flash FAB
Improve accessibility.
2019-04-24 16:46:38 +02:00
Markus Fisch
b9a6410959 Advance version number to 1.5.1 2019-04-12 20:46:26 +02:00
Markus Fisch
512f5e00dd Show content bytes instead of chars in hex dump 2019-04-12 20:42:21 +02:00
Markus Fisch
91c2364958 Advance version number to 1.5.0 2019-04-10 21:53:24 +02:00
Markus Fisch
1e3f1c553c Show a hex dump of decoded contents
And update character count when contents are edited too.
2019-04-10 21:48:33 +02:00
Markus Fisch
80c65a48a0 Make when() return the fragment
Instead of assigning a help variable.
2019-04-10 10:30:46 +02:00
Markus Fisch
4c04ffb7db Move string literal to the right side
Left-over from Java "".equals() pattern.
2019-04-10 10:30:16 +02:00
Markus Fisch
cc3949fa71 Fix evaluating sent text from share menu 2019-04-10 10:29:55 +02:00
Markus Fisch
904a0ecbdd Update CameraView library to latest version 2019-04-08 20:56:29 +02:00
Balázs Úr
9155dd026d Update Hungarian translation 2019-03-26 09:53:39 +01:00
grenagit
7286a06985 Add French translation 2019-03-22 15:25:34 +01:00
Markus Fisch
a71552a406 Advance version number to 1.4.3 2019-03-21 10:27:09 +01:00
Markus Fisch
5857e8c394 Remove toStartOf/toLeftOf from time view
Circular dependency because "format" already specifies
toEndOf/toRightOf.
2019-03-21 10:20:49 +01:00
Markus Fisch
429af04714 Advance version number to 1.4.2 2019-03-18 22:22:11 +01:00
Markus Fisch
f134987572 Remove unused system bar methods 2019-03-18 22:17:51 +01:00
Markus Fisch
d8a9043f94 Put findViewById() on one line
Because Android Studio can't stand the line break.
2019-03-18 22:15:07 +01:00
Markus Fisch
3782fa8360 Make sure time and format won't overlap in row 2019-03-18 22:14:40 +01:00
Markus Fisch
023e32f796 Use a plural resource for barcode length 2019-03-18 22:09:41 +01:00
Markus Fisch
82f3abdc86 Use string resource for width by height string 2019-03-18 22:01:40 +01:00
Markus Fisch
1345d31a6d Use property access syntax where possible
And clean up other syntax deviations.
2019-03-18 21:57:05 +01:00
Markus Fisch
c56fa39c15 Show barcode type and content length
After a barcode was decoded.
2019-03-18 20:31:08 +01:00
Markus Fisch
7c8997ae9a Update Error Prone version 2019-03-18 20:21:23 +01:00
Markus Fisch
584343c4e9 Add main sources to Gradle source sets
Otherwise Android Studio won't find them.
2019-03-18 20:19:31 +01:00
Markus Fisch
5754f8eb7c Advance version number to 1.4.1 2019-03-17 21:03:29 +01:00
Markus Fisch
15a076026c Only show torch mode FAB if camera supports it 2019-03-17 20:56:31 +01:00
Markus Fisch
1c90451cb9 Catch RuntimeException when enabling torch mode
In case the chosen camera doesn't support torch mode.
2019-03-17 20:41:06 +01:00
Markus Fisch
a4939f2f95 Advance version number to 1.4.0 2019-03-17 18:50:48 +01:00
Markus Fisch
b19d2b1894 Add scanning from a shared image 2019-03-17 18:45:00 +01:00
Markus Fisch
242421a765 Share generated barcodes 2019-03-07 17:33:36 +01:00
Markus Fisch
4cf12b71ac Apply auto format 2019-03-07 15:43:30 +01:00
Markus Fisch
b8cf3a6fe9 Save scanned codes and show a history listing
If the user chooses to keep a history.
There's a switch to enable/disable this feature.
By default, the app won't save anything.
2019-03-07 12:34:42 +01:00
Markus Fisch
333e163624 Update tools version 2019-03-05 12:44:59 +01:00
Markus Fisch
dfe1518676 Update CameraView library to latest version 2019-03-04 18:06:18 +01:00
Markus Fisch
8097c685e8 Use Thread.isInterrupted() instead of private flag
And clean up joining threads.
2019-02-28 20:16:33 +01:00
Markus Fisch
810754d833 Fix Hungarian translation for switch camera 2019-02-26 21:58:35 +01:00
Balázs Úr
a0377cb53a Add F-Droid badge 2019-02-26 10:01:46 +01:00
Markus Fisch
6ddcc31a8a Add hungarian string for switch camera 2019-02-26 10:00:29 +01:00
Balázs Úr
b61fc06688 Added Hungarian translation 2019-02-26 09:58:23 +01:00
Markus Fisch
f29f9e134f Add menu item to switch camera 2019-02-26 09:23:49 +01:00
Markus Fisch
a2b264708d Update tools and Kotlin version 2019-02-24 15:13:07 +01:00
Heimen Stoffels
2ae859511f Added Dutch translation 2019-02-24 14:35:47 +01:00
Markus Fisch
b554e7f47c Advance version number to 1.3.8 2019-02-19 22:04:38 +01:00
Markus Fisch
1085b63d25 Correct a spelling mistake in README 2019-02-14 19:55:16 +01:00
Markus Fisch
ac900ec855 Remove pre-built libraries and use gradle instead
Because F-Droid won't accept apps that contain pre-built libraries
that aren't fetched from a white-listed Maven repository, see
https://github.com/markusfisch/BinaryEye/issues/1
2019-02-14 19:46:26 +01:00
Markus Fisch
8f68e66047 Update Kotlin version 2019-01-21 10:04:07 +01:00
Markus Fisch
faf300db3e Advance version number to 1.3.7 2019-01-18 18:40:36 +01:00
Markus Fisch
2fbdd03225 Normalize URL scheme for resolveActivity()
Because Intent.resolveActivity() fails to resolve URLs
with uppercase schemes. Uri.normalizeScheme() will make
the scheme lowercase.
2019-01-18 18:28:08 +01:00
Markus Fisch
9f825f9d5d Update build tools and gradle wrapper 2019-01-18 18:27:50 +01:00
Markus Fisch
5ff1904148 Update build tools and Kotlin versions 2018-11-21 17:33:14 +01:00