Commit graph

130 commits

Author SHA1 Message Date
Tad
aebe653025 Bump for release
Signed-off-by: Tad <tad@spotco.us>
2022-03-17 22:59:34 -04:00
Tad
ec84870c60 Bump versions
Signed-off-by: Tad <tad@spotco.us>
2022-02-26 20:13:04 -05:00
jontaix
db58a69215 Update strings.xml PT 2022-02-27 01:04:35 +00:00
Tad
7cad969dfe Start the CI
Signed-off-by: Tad <tad@spotco.us>
2021-09-20 16:37:50 -04:00
Tad
ca4f26fd7d Many changes
- Bump version
- Don't find files recursively on main thread
- Reduce number of threadpools
- Ensure there are always enough threads available
- Cap the queue limit on thread pools
- Do work on main thread if queues are full, thereby blocking
- Use more thread safe objects
- Replace some runnables with lambas
- Code cleanup
- Typo fixes

Closes https://gitlab.com/divested-mobile/hypatia/-/issues/6
Closes https://github.com/Divested-Mobile/Hypatia/issues/13
Closes https://github.com/Divested-Mobile/Hypatia/issues/1

Signed-off-by: Tad <tad@spotco.us>
2021-09-20 13:47:24 -04:00
Tad
fe49d06902 Invert the fileHashes* HashMaps
This fixes scan detection of multiple files with the same hashes.

Signed-off-by: Tad <tad@spotco.us>
2021-09-10 07:09:30 -04:00
q1011
60155144b4
Update strings.xml
Fix russian translate
2021-08-08 11:36:49 +00:00
Tad
de868c458f Bump versions
+ fix small quirk when too few sigs
2021-07-21 15:47:10 -04:00
Tad
2e8994ee7a Improve database descriptions and add a new database source 2021-07-21 15:31:07 -04:00
q1011
26445e6522
Update strings.xml
Improved translation into Russian
2021-06-14 12:52:32 +00:00
Tad
2d56574a1e Show scan speed too 2021-06-04 15:32:08 -04:00
Tad
15b49f0d5b Update gradle wrapper 2021-05-11 14:27:27 -04:00
Tad
659c0c6467 Bump to include fastlane 2021-05-11 14:21:18 -04:00
Tad
18a120c563 Bump version for release 2021-05-10 14:03:47 -04:00
q1011
211381ace4
Update strings.xml
Fixed translation into Russian
2021-05-05 12:40:57 +00:00
Tad
f9228938a4 Enable the Russian translations, credit @q1011
Closes https://github.com/Divested-Mobile/Hypatia/pull/7
2021-05-04 08:30:33 -04:00
q1011
a3163a9b9f
Added Russian translation 2021-05-04 07:25:14 +00:00
Tad
f220e107dc Fixup Orbot detection 2021-04-22 20:52:20 -04:00
Tad
0c621a91e8 Fix storage access on 11
Closes https://gitlab.com/divested-mobile/hypatia/-/issues/11
Closes https://github.com/Divested-Mobile/Hypatia/issues/4
2021-04-14 02:45:05 -04:00
Tad
76314aa197 Add the Portuguese translations, credit @inkhorn
Closes https://gitlab.com/divested-mobile/hypatia/-/issues/9
2021-03-24 21:17:58 -04:00
Tad
309bc32982 Bump version 2021-03-20 19:37:37 -04:00
Petra Mirelli
d93092f856 Add the Spanish translations
See https://github.com/Divested-Mobile/Hypatia/issues/3
2021-03-20 19:34:19 -04:00
Tad
18395cbb6e Code cleanup and version bump 2021-03-10 10:17:00 -05:00
Tad
d2ff63295d Add padding to txtLogOutput
Fixes https://gitlab.com/divested-mobile/hypatia/-/issues/8
Clipped text on curved screens
2021-03-10 10:12:39 -05:00
Dante
cab4efb67d Add the initial Italian translations
Closes https://github.com/Divested-Mobile/Hypatia/pull/2
Closes https://gitlab.com/divested-mobile/hypatia/-/issues/7
2021-03-09 16:02:27 -05:00
Tad
22f86dc0e4 Add a comphrensive credits menu 2021-03-03 16:00:32 -05:00
Tad
0218f04e79 Bump version
https://gitlab.com/divested-mobile/hypatia/-/merge_requests/4
2021-03-03 15:38:01 -05:00
Petra Mirelli
21a62fd804 Adding 'versionName' from 'app/gradle.build' to UI 2021-03-03 20:09:49 +00:00
Tad
0f9b897c41 Bump version 2021-03-02 10:18:44 -05:00
Petra Mirelli
87d94b451f Added 'realtime scanner stopped' UI notification strings for de, en, fr 2021-03-02 10:16:16 -05:00
Tad
d5b176ff61 Legal goodies 2021-03-01 21:33:47 -05:00
Petra Mirelli
16a89b029b Added French UI strings for scan cancellation 2021-02-24 16:07:45 +00:00
Petra Mirelli
c618c39ee4 Added German UI strings for scan cancellation 2021-02-24 16:03:58 +00:00
Tad
28f710d5ad More small improvements
- Don't try to load the database multiple times at once
- Add the signature count to the notification
- Format numbers for the locale
- Improve check for when no databases are available
2021-02-22 23:28:07 -05:00
Tad
ebdfc0c737 More small fixes 2021-02-22 18:30:54 -05:00
Tad
eccaaadd5d Many small improvements
- Fix an exception with the notification counter
- Ensure the database is really loaded before a scan
- Inform the user when a scan is cancelled
- Allow quicker cancelling of scan (when in the middle of hashing)
- Don't block main thread when updating databases
- Change the fab color depending on the scan state
- Add a simple textual progress bar to scans
- Make text output selectable
- Add a test signature
- Small sanity checks

Partially fixes https://github.com/Divested-Mobile/hypatia/issues/1#issuecomment-707734221
Closes https://gitlab.com/divested-mobile/hypatia/-/issues/3
2021-02-22 14:26:23 -05:00
Tad
e1bc93fbe0 Add the French translations, credit Tibaux and Mirelli
Closes https://gitlab.com/divested-mobile/hypatia/-/issues/4
2021-02-21 13:07:44 -05:00
Tad
6ba974c078 Fixup last commit 2021-02-13 16:49:01 -05:00
Tad
c6e3ab1dde More German string translations, credit Petra Mirelli
https://gitlab.com/divested-mobile/hypatia/-/issues/1#note_508460677
2021-02-13 16:31:01 -05:00
Tad
60bb9a4c17 Version bump 2021-02-12 17:09:05 -05:00
Tad
88dc4a6e1a Fix another typo
https://gitlab.com/divested-mobile/hypatia/-/issues/1#note_508235073
2021-02-12 16:59:10 -05:00
Tad
98b2e039a8 Fix typo
https://gitlab.com/divested-mobile/hypatia/-/issues/1#note_508225199
2021-02-12 16:31:55 -05:00
Tad
538aac8140 Add the German string translations, credit Petra Mirelli
https://gitlab.com/divested-mobile/hypatia/-/issues/1
2021-02-02 09:49:33 -05:00
Tad
3510dbd71e Bump versioncode 2021-01-31 03:10:08 -05:00
Tad
070e34e69d Remove some bashisms 2020-12-12 12:12:11 -05:00
Tad
06046d385c License headers 2020-11-17 10:31:08 -05:00
Tad
b5d9a62835 Improve log output 2020-11-14 05:46:58 -05:00
Tad
a4fdf1d575 Update dependencies 2020-11-13 10:38:59 -05:00
Tad
af17aba5fc Add ESET's database
https://github.com/eset/malware-ioc
2020-07-25 09:19:18 -04:00
Tad
522e05459d Drop old databases 2020-05-25 01:20:52 -04:00