3Dpass / threedpass

3DPass mobile light wallet for Android and iOS. 3D object recognition and wallet functions.
https://3dpass.org/mobile-wallet
GNU General Public License v3.0
11 stars 5 forks source link

FEATURE: Compare hashes #8

Closed L3odr0id closed 2 years ago

L3odr0id commented 2 years ago

Now users are able to compare objects' hashes.

At the start of the page we see an animation of jumping dots while the hash comparison is going on. (Maybe someday we'll compare hashes over the Internet, so the placeholder will be useful.)

Jumping dots screenshot drawing

If no matches are found, users will see a message about this and a link to the site with explanations.

No matches found screenshot drawing

If there is a match, users will see a message about it.

Some matches found screenshot drawing

And on the comparison page they can compare hashes between found objects.

Compare page video https://user-images.githubusercontent.com/62698748/164767792-55664dba-f487-48b2-8f70-21b4de4ba431.mp4

Test apk: 3dpass_compare_page.apk.zip

L3odr0id commented 2 years ago

Made vertical scroll instead of horizontal

Screenshot drawing
L3odr0id commented 2 years ago

Fixed bug with self-comparison and main page overflow