Tad
944985e894
Bump for release
...
Signed-off-by: Tad <tad@spotco.us>
2023-04-19 15:12:17 -04:00
Tad
46a71362af
Missing in-app credits
...
Signed-off-by: Tad <tad@spotco.us>
2023-04-16 13:27:27 -04:00
Tad
44d2d1c905
GPG signature verification for databases
...
TODO: inform user if verification fails or key is unavailable
Signed-off-by: Tad <tad@spotco.us>
2023-04-16 13:08:25 -04:00
Tad
76d06b504f
Add support for the Echap stalkerware database
...
Signed-off-by: Tad <tad@spotco.us>
2023-03-06 20:16:32 -05:00
Tad
d052fff807
Small tweaks
...
Signed-off-by: Tad <tad@spotco.us>
2023-02-07 11:58:17 -05:00
Tad
1fcaab82b8
Make the app smaller
...
Signed-off-by: Tad <tad@spotco.us>
2023-02-07 11:30:30 -05:00
Tad
1ab21d949a
Small update
...
Import keys when gradle can't:
gpg --no-default-keyring --keyring ./verification-keyring.gpg --recv-keys
Signed-off-by: Tad <tad@spotco.us>
2023-01-31 22:34:51 -05:00
Tad
4c65d96a81
Increase hash length due to false positive repots
...
Signed-off-by: Tad <tad@spotco.us>
2023-01-31 14:48:09 -05:00
Tad
833eae3841
Don't trim hashes as much
...
Collisions
Signed-off-by: Tad <tad@spotco.us>
2022-12-15 06:39:03 -05:00
Tad
745d70ced5
Various optimizations
...
- Trim hashes to 8 characters instead of 12. Saves ~10MB by default.
- Optimized databases. Saves ~8MB by default.
- Deduplicated strings. Saves ~12MB by default.
idle usage on arm64
- With defaults: ~165MB, previously ~195MB
- With all databases: ~350MB, previously ~650MB
Signed-off-by: Tad <tad@spotco.us>
2022-12-15 06:29:35 -05:00
Tad
7d774092c6
Add support for the Amnesty International Investgations database
...
Signed-off-by: Tad <tad@spotco.us>
2022-12-06 12:53:48 -05:00
Tad
58e35b7488
Refine the Spanish translations, credit @senpai33
...
Closes https://gitlab.com/divested-mobile/hypatia/-/issues/25
Also removes a unused string
Signed-off-by: Tad <tad@spotco.us>
2022-12-04 11:20:37 -05:00
Tad
0940066459
Fixup inability to fully scan on Android 11 and higher
...
Signed-off-by: Tad <tad@spotco.us>
2022-12-03 16:09:15 -05:00
Tad
6149166f6b
Themed app icon support
...
Signed-off-by: Tad <tad@spotco.us>
2022-10-17 21:01:24 -04:00
Tad
3c0307c1fc
Crash fix
...
Fixes https://gitlab.com/divested-mobile/hypatia/-/issues/23
Fixes https://gitlab.com/divested-mobile/hypatia/-/issues/20
Signed-off-by: Tad <tad@spotco.us>
2022-08-21 20:48:09 -04:00
Tad
63811cc62b
Update dependencies
...
Signed-off-by: Tad <tad@spotco.us>
2022-08-21 19:42:41 -04:00
Tad
2b878f2058
Bump version for translations
...
Signed-off-by: Tad <tad@spotco.us>
2022-07-14 00:27:51 -04:00
marcin mikołajczak
418f9b5f6c
pl-PL translation
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-12 12:32:14 +02:00
Tad
fa79f12082
Disable obfuscation
...
Signed-off-by: Tad <tad@spotco.us>
2022-04-28 04:07:16 -04:00
Tad
a4977e8457
Bump version
...
Signed-off-by: Tad <tad@spotco.us>
2022-04-25 23:30:12 -04:00
srccrow
80ddcd6e43
Update strings.xml
2022-04-17 15:34:09 +02:00
srccrow
06c3618ca6
Update strings.xml
2022-04-17 15:33:26 +02:00
srccrow
955b104025
Add files via upload
2022-04-17 15:16:43 +02:00
srccrow
7fb6fc82db
Update arrays.xml
2022-04-17 15:06:47 +02:00
srccrow
7edc6667a1
Add files via upload
2022-04-17 15:03:33 +02:00
t1011
fc97bb0cd3
Update strings.xml
...
Updated russian translation
2022-04-13 19:40:10 +03:00
Tad
dfdf9a2312
Bump version
...
Signed-off-by: Tad <tad@spotco.us>
2022-04-11 13:55:43 -04:00
huuhaa
89fb3e5260
Add new file: Finnish translation
...
Signed-off-by: Tad <tad@spotco.us>
2022-04-11 13:45:37 -04:00
Tad
108dab063d
Server override option
...
Signed-off-by: Tad <tad@spotco.us>
2022-04-03 21:19:10 -04:00
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