Add some changelogs

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2021-11-16 13:32:35 -05:00
parent 99e55b5f4b
commit d4f15dacea
35 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1 @@
* Rebranding

View file

@ -0,0 +1,3 @@
* Night mode support
* AndroidX migration
* Optimize images

View file

@ -0,0 +1 @@
* Fix the realtime scanner

View file

@ -0,0 +1 @@
* Fix for Scoped Storage enforcement on Q

View file

@ -0,0 +1 @@
* Clarification

View file

@ -0,0 +1 @@
* Drop old databases

View file

@ -0,0 +1 @@
* Add ESET's database

View file

@ -0,0 +1 @@
* Update dependencies

View file

@ -0,0 +1 @@
* Improve log output

View file

@ -0,0 +1 @@
* Update server URL

View file

@ -0,0 +1,2 @@
* Add the German string translations, credit Petra Mirelli
* Add the German README, credit Petra Mirelli

View file

@ -0,0 +1 @@
* Typo fixes

View file

@ -0,0 +1 @@
* More German string translations, credit Petra Mirelli

View file

@ -0,0 +1 @@
* Fixup last release

View file

@ -0,0 +1 @@
* Add the French translations, credit Tibaux and Mirelli

View file

@ -0,0 +1,10 @@
* 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

View file

@ -0,0 +1 @@
* More small fixes

View file

@ -0,0 +1,4 @@
* 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

View file

@ -0,0 +1,2 @@
* More fastlane metadata and screenshots
* Translation work

View file

@ -0,0 +1 @@
* Adding 'versionName' from 'app/gradle.build' to UI

View file

@ -0,0 +1 @@
* Add a comphrensive credits menu

View file

@ -0,0 +1 @@
* Add the initial Italian translations by Dante

View file

@ -0,0 +1,2 @@
* Add padding to txtLogOutput
* Code cleanup

View file

@ -0,0 +1,2 @@
* Add the Italian README, credit Petra Mirelli
* Add the Spanish translations, credit Petra Mirelli

View file

@ -0,0 +1 @@
* Add the Portuguese translations, credit @inkhorn

View file

@ -0,0 +1 @@
* Fix storage access on 11

View file

@ -0,0 +1 @@
* Fixup Orbot detection

View file

@ -0,0 +1 @@
* Added Russian translation, credit @q1011

View file

@ -0,0 +1 @@
* Translations work

View file

@ -0,0 +1 @@
* fastlane work

View file

@ -0,0 +1 @@
* Update gradle wrapper

View file

@ -0,0 +1 @@
* Show scan speed too

View file

@ -0,0 +1,2 @@
* Improve database descriptions and add a new database source
* Translation work

View file

@ -0,0 +1,2 @@
* Invert the fileHashes* HashMaps
* Translation work

View file

@ -0,0 +1,9 @@
* 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