Skip to content

Releases: soupslurpr/AppVerifier

0.8.0

12 Jul 09:47
0.8.0
Compare
Choose a tag to compare

Notable Changes

  • update dependencies
  • update Signal's database entry
  • switch to new fancy slide + fade screen transition animations
  • remove unnecessary com.google.android.material:material dependency which was adding more than 1 MB to the apk size

Full Changelog: v0.7.0...0.8.0

0.7.0

16 Feb 01:56
72458b8
Compare
Choose a tag to compare

0.7.0 is a new version of AppVerifier that includes many improvements and bug fixes! See below for the most notable ones 🚀

Notable Changes

New Contributors

Full Changelog: v0.6.1...v0.7.0

0.6.1

09 Jan 09:24
d27fa51
Compare
Choose a tag to compare

You can now donate to soupslurpr, AppVerifier's lead developer! More information can be found in README.md or the new Donation section of the app's setting's about section. Thank you.

Notable Changes

Full Changelog: v0.6.0...v0.6.1

Download

Getting it from Accrescent is recommended, but an apk release on GitHub is also provided. See the README for info on how to verify AppVerifier. Join the Matrix space at https://matrix.to/#/#appverifier-space:matrix.org for the Discussion, Announcements, and Beta Testing rooms.

0.6.0

08 Jan 04:52
c6ca471
Compare
Choose a tag to compare

AppVerifier now supports opening APK files from other apps and from the share dialog, more verification info was added to the internal database, and finally AppVerifier is now available on the Accrescent app store!
Accrescent is the recommended way to download AppVerifier.

Notable Changes

Full Changelog: v0.5.1...v0.6.0

Download

Getting it from Accrescent is recommended, but an apk release on GitHub is also provided. See the README for info on how to verify AppVerifier. Join the Matrix space at https://matrix.to/#/#appverifier-space:matrix.org for the Discussion, Announcements, and Beta Testing rooms.

0.5.1

05 Jan 22:08
7b7d94c
Compare
Choose a tag to compare

Just some bug fixes such as fixing the temporary apk file being checked not being deleted immediately if it is invalid, showing the app name and icon in the verify apk file screen, and adding padding at the bottom when fully scrolled to make scrolling content not get overlayed by the navigation bars.

Notable Changes

Full Changelog: v0.5.0...v0.5.1

Download

Getting it from Accrescent is recommended, but an apk release on GitHub is also provided. See the README for info on how to verify AppVerifier. Join the Matrix space at https://matrix.to/#/#appverifier-space:matrix.org for the Discussion, Announcements, and Beta Testing rooms.

0.5.0

05 Jan 10:24
a5aff30
Compare
Choose a tag to compare

AppVerifier now has the ability to verify APK files so you can verify apps before installing! Also more apps were added to the internal verification info database, and the privacy policy was updated.
A minor security issue was fixed for the case of providing hashes without a package name when the app has multiple signers.

Notable Changes

New Contributors

Full Changelog: v0.4.0...v0.5.0

0.4.0

04 Jan 00:11
05ec24a
Compare
Choose a tag to compare

AppVerifier now supports apps that have multiple signing certs such as in cases of multiple signers or signing key rotation.
As a result, there is now a new verification info format and the verification info parser was rewritten.
Additionally, more apps were added to the internal verification info database.

Notable Changes

Full Changelog: v0.3.0...v0.4.0

0.3.0

02 Jan 09:28
3bd023e
Compare
Choose a tag to compare

Fixes an issue where when going back from an app, it goes to the start screen instead of the app list. Sharing compatibility with some sites (Codeberg, maybe others) was improved. Finally more apps were added to the internal verification info database, thanks to @greensheeps for submitting the hashes for all the stores for those apps.

Notable Changes

Full Changelog: v0.2.0...v0.3.0

0.2.0

02 Jan 04:02
0d748a5
Compare
Choose a tag to compare

AppVerifier 0.2.0 is out with an internal verification info database! Apps that are in the database will be automatically verified by AppVerifier. If you'd like to add a certain app to it, please make an issue on the GitHub issues with the verification info for the app.

Notable Changes

  • Add internal verification info database by @soupslurpr in #8
  • navigateUp when app is respawned without any state in VerifyAppScreen by @soupslurpr in d9c9787

New Contributors

  • @soupslurpr made their first contribution in #8
  • GitHub please I made it wdym first contribution 🤣

Full Changelog: v0.1.0...v0.2.0

0.1.0

27 Dec 17:43
2a0842d
Compare
Choose a tag to compare

First version of AppVerifier!