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

781 Commits

Author SHA1 Message Date
Markus Fisch
03ac3ff0e9 Make export and file saving functions extensions 2021-12-14 21:36:28 +01:00
Markus Fisch
480a248e71 Make restart functions extensions 2021-12-14 21:31:01 +01:00
Markus Fisch
b4060d70ce Make permission functions extensions too 2021-12-14 21:30:37 +01:00
Markus Fisch
7ceb97e942 Make sharing functions Context extensions
Makes things simpler and more clear.
2021-12-14 21:27:37 +01:00
Markus Fisch
7100f79efc Use explicit CoroutineScope instead of GlobalScope
We shouldn't use GlobalScope directly because it can't be cancelled.
2021-12-14 18:56:23 +01:00
Markus Fisch
00a1ec877b Explicitly trim margin of SQL queries
And clean up helper functions.
2021-12-14 18:55:23 +01:00
Markus Fisch
89e029687b Cancel scanning if rectangles do not overlap
When scanning from an image. In reality, the rectangles will
always overlap but Android Studio can't know that so it's better
to add a safe guard.
2021-12-14 18:53:38 +01:00
Markus Fisch
5f4f18a062 Move zoom slider up and increase spacing around it
And center it with the FAB.

This should improve the usability because the slider should
now be a bit easier to grab. Also, it should interfere less
likely with gesture navigation.
2021-12-14 18:53:17 +01:00
Klaas Swart
69ec2cda04 Update Dutch translation 2021-12-14 18:51:50 +01:00
anenasa
4aba885fb6
Update zh-TW translation 2021-12-13 20:30:01 +01:00
Markus Fisch
9dbb78ce67 Advance version number to 1.46.2 2021-12-10 19:52:21 +01:00
Markus Fisch
47c252ab18 Fix requesting write permissions on Q and above
Requesting WRITE_EXTERNAL_STORAGE is only required before Android Q.
2021-12-10 19:45:50 +01:00
Markus Fisch
10e02b3164 Update tools version 2021-12-10 19:45:45 +01:00
Markus Fisch
7e82dbe730 Update changelogs for F-Droid 2021-12-06 19:43:55 +01:00
Markus Fisch
e91c30f7c2 Advance version number to 1.46.1 2021-12-06 19:42:38 +01:00
Markus Fisch
30a36e7e07 Update Kotlin version 2021-12-04 19:35:54 +01:00
Markus Fisch
5f91fe2f02 Fix setting number of coordinates in DetectorView
mapResultToView() already gives the number of components (in
the target array), not points. So this number doesn't need to
be doubled.
2021-12-04 19:06:12 +01:00
Markus Fisch
cab8d6c038 Restore/save crop limiter settings in PickActivity
Use the same setup that the user configured (in CameraActivity)
in PickActivity, too. There's no good reason to change the
scanning experience for scanning from an image.
2021-12-04 18:58:23 +01:00
Markus Fisch
4aac5dc61b Remove extra link on result screen
Because the very same functionality is already available with
the FAB, which is the default action for all content that can
be opened or shared.

I don't like having an extra element just for URLs that doesn't
add anything over the already available default action button.

So I tried, but I just don't like it. Sorry.

This reverts commit 9fb2eb2d2b.
2021-11-27 17:45:15 +01:00
Oğuz Ersen
fbbc20d327
Update Turkish translation 2021-11-25 18:45:24 +01:00
Markus Fisch
5595b68ff4 Update changelogs for F-Droid 2021-11-13 15:46:33 +01:00
Markus Fisch
c492897fa9 Advance version number to 1.46.0 2021-11-13 15:45:30 +01:00
Markus Fisch
647c08bfb8 Add documentation for Deep Links and SCAN intent 2021-11-13 15:31:39 +01:00
Markus Fisch
e5025ef58c Support deep links
To open the app from web links.
2021-11-12 23:54:19 +01:00
inkhorn
74bb421b2d
Update pt-br translation 2021-11-08 21:47:23 +01:00
Markus Fisch
4ed8d4614a Update tools version 2021-10-28 13:51:01 +02:00
Markus Fisch
f038eb989b Remove double setting WPA passphrase
It's already set in the enterprise configuration.
2021-10-25 21:11:08 +02:00
Markus Fisch
c5722a3890 Collapse setting WPA passphrases in one line 2021-10-25 21:11:08 +02:00
Sergiy Stupar
41108007ad
Update Ukrainian translation 2021-10-18 12:56:11 +02:00
Markus Fisch
867f179a37 Add support for "A:" in WIFI codes
Anonymous Identity may be "A" or "AI".
2021-10-17 19:19:49 +02:00
Markus Fisch
892916b0d0 Catch exception when passphrase isn't encodeable
And ignore WiFi codes that have passphrases that aren't ASCII
encodeable.
2021-10-15 21:23:37 +02:00
Markus Fisch
3bd440fdb7 Update tools version 2021-10-07 22:53:03 +02:00
Markus Fisch
a4c8551be8 Clean up new code 2021-10-07 20:38:28 +02:00
Markus Fisch
316644d3ae Allow multiple query arguments in custom URL 2021-10-07 20:28:07 +02:00
Damir Rakhimulin
9fb2eb2d2b
Add visual support for links after scanning 2021-10-07 20:23:07 +02:00
solokot
dd046a5d52
Russian translation for missing Wi-Fi info support 2021-10-07 12:13:32 +02:00
Balázs Úr
f3ddd458cb
Update Hungarian translation 2021-10-06 09:39:21 +02:00
Markus Fisch
157d928620 Add missing translations for Wi-Fi info support 2021-10-05 12:22:04 +02:00
Ngô Ngọc Đức Huy
94cb509f0b
Add Vietnamese translation 2021-10-05 12:15:27 +02:00
Sylvia van Os
df18f8ebd3
Add content data section
Initially with only Wi-Fi info support, but could be extended in the
future.
2021-10-05 12:15:11 +02:00
solokot
705095472f
Update Russian language 2021-09-30 19:50:25 +02:00
Markus Fisch
f897973b3f Update changelogs for F-Droid 2021-09-29 22:28:59 +02:00
Markus Fisch
c88d5cf4cd Advance version number to 1.45.0 2021-09-29 22:25:18 +02:00
Markus Fisch
8ecd49731f Add a setting to set the delay for bulk mode
As requested.
2021-09-29 22:21:15 +02:00
Markus Fisch
6f3b4dbdab Update build tools and Kotlin version 2021-08-31 17:08:58 +02:00
Markus Fisch
3c8c0737c4 Add support for MECARD contact format
By silently transforming it into VCARD format.

This might be genius or a really bad idea. Let's find out ;)
2021-08-31 17:06:49 +02:00
Markus Fisch
9baf6d621a Remove unnecessary safe call operators 2021-08-31 17:04:14 +02:00
Markus Fisch
f0d0ee04af Replace toUpperCase with just uppercase
And the same for toLowerCase. Following Android Studio's suggestion
for the latest release of Kotlin.
2021-08-31 17:02:36 +02:00
Markus Fisch
4d38da045a Remove unused permissions on Android Q 2021-08-24 23:15:52 +02:00
Markus Fisch
af70d9507b Remove enableR8=true from gradle.properties
No longer used with Gradle 7.
2021-08-13 09:51:12 +02:00