Commit graph

336 commits

Author SHA1 Message Date
Tad
30db12fea9
Commit to commit 2022-08-22 17:25:07 -04:00
Tad
d771e0fada Enable strict dependency verification
Generate initial metadata
gradle --write-verification-metadata pgp,sha512 help

Generate metadata with a build
gradle build --write-verification-metadata pgp,sha512 help

--refresh-keys can be used to update GPG keys
--export-keys can be used to speedup future/CI builds

Signed-off-by: Tad <tad@spotco.us>
2022-08-22 12:50:51 -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
b8e4508496 Add banner to readme
Signed-off-by: Tad <tad@spotco.us>
2022-07-28 19:18:39 -04:00
Tad
2b878f2058 Bump version for translations
Signed-off-by: Tad <tad@spotco.us>
2022-07-14 00:27:51 -04:00
Tad
cce3f1c9c0 Merge branch 'stable' into 'stable'
pl-PL translation

See merge request divested-mobile/hypatia!9
2022-07-14 04:19:11 +00: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
Tad
69fb347ef0
Merge pull request #17 from srccrow/stable
Update Italian translation and user name into arrays
2022-04-17 18:50:42 +00: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
73de8de702
Update README.md 2022-04-17 15:05:21 +02:00
srccrow
7edc6667a1
Add files via upload 2022-04-17 15:03:33 +02:00
Tad
a62671efcf
Merge pull request #16 from t1011/patch-1
Update strings.xml
2022-04-13 16:54:57 +00: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
b6a0369b6e Merge branch 'af-translations' into 'stable'
Af translations

See merge request divested-mobile/hypatia!7
2022-03-18 02:30:17 +00:00
Oswald van Ginkel
396d8369d7 Af translations 2022-03-18 02:30:17 +00:00
Tad
ec84870c60 Bump versions
Signed-off-by: Tad <tad@spotco.us>
2022-02-26 20:13:04 -05:00
Tad
6b7bbd0c06 Merge branch 'jontaix-stable-patch-13475' into 'stable'
Update strings.xml PT

See merge request divested-mobile/hypatia!6
2022-02-27 01:04:35 +00:00
jontaix
db58a69215 Update strings.xml PT 2022-02-27 01:04:35 +00:00
Tad
91823af428 Better optimize all screenshots
1080x1920 -> 540x960
$ mogrify -resize x960 *.png

Signed-off-by: Tad <tad@spotco.us>
2021-11-16 13:35:29 -05:00
Tad
d4f15dacea Add some changelogs
Signed-off-by: Tad <tad@spotco.us>
2021-11-16 13:32:35 -05:00
Tad
99e55b5f4b CI Improvements
- Upload the lint results so they can actually be read
- Sign the debug APK with a throwaway signing key, so they can be installed
  also turns out apksigner can't handle keys starting with a period

Signed-off-by: Tad <tad@spotco.us>
2021-09-24 16:04:57 -04: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
9113af8374 Tiny tweak
Signed-off-by: Tad <tad@spotco.us>
2021-09-20 12:09:15 -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
Tad
b90dbf1579
Merge pull request #14 from q1011/patch-1
Update strings.xml
2021-08-08 16:15:11 +00: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
Tad
b82476ba9f Update conversion scripts 2021-07-21 13:44:19 -04:00
Tad
2cd03bfe09 Merge branch 'updated-german-readme-july-2021' into 'stable'
Update german README.md -> README.de.md

See merge request divested-mobile/hypatia!5
2021-07-15 13:31:50 +00:00
Petra Mirelli
c2fb6135ad Update README.de.md 2021-07-15 09:01:43 +00:00
Tad
4e60a81ad1 Update donate section 2021-07-02 20:16:56 -04:00
Tad
e193cd1064 Update donate section 2021-07-02 17:31:44 -04:00
Tad
fee6f0263e
Merge pull request #11 from q1011/patch-2
Update strings.xml
2021-06-15 18:41:02 +00:00
Tad
a3280450a2 Add a F-Droid badge
Thanks to @Poussinou
2021-06-14 16:15:19 -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