Skip to content

Releases: cryptoboid/mytag

v1.0.4 - UX Improvements

18 Jun 02:33
Compare
Choose a tag to compare

As last time, while preparing for version 1.1.0, we bring important changes to UX:

New

  • New main screen showing all categories found as albums, improving compatibility with iOS.
  • Dark theme! (thanks to @barelyhuman )
  • Change app name style: now use myTag

Fixes

Version 1.0.3 included all changes except for the app name change, that's why we are skipping one number

v1.0.2 - Small tweaks

30 Mar 19:21
Compare
Choose a tag to compare

While preparing for version 1.1.0, this version brings some features from that roadmap:

New

  • Add a share button to the Image screen (thanks @barelyhuman!)
  • Assign unknown images to 'unknown' category
  • Display tag and score found on the image boxes (still working in resizing them though #12)

Fixes

  • Fix android icon in launcher
  • Fix bottom loading bar rendering out of bounds (thanks @barelyhuman!)

Misc

  • Standarize code style with linter (thanks @barelyhuman!)
  • Include first testing framework
  • Automate testing and linting pipeline for quick regression alerts
  • Change object model to better reflect the domain. This changes the caching strategy, so images will have to be analyzed again.

v1.0.0 - First Prototype

20 Mar 13:26
e5407f4
Compare
Choose a tag to compare

This version includes:

  • Scan all phone images after requesting permission
  • Initialize a pre-trained model (COCO-SSD) and classify found images one by one (found all objects in image)
  • After each new result, cache it in local storage and add it to the home screen in the respective category
  • When opening it again, it will load faster because will load from cache :)

Keep in mind that the provided APK may show newer features than those listed, because OTA updates are enabled.