• alpha-0.0.5 ec7062602d

    Networking Pre-Release

    leca released this 2024-11-11 21:57:31 +03:00 | 2 commits to master since this release

    In this release, I added networking to the program:

    1. Users and groups
    2. Synchronizing categories, abstract products and products.

    I reworked some concepts like database usage, image scaling and compression, added some new things like settings, drawer menu.
    Some UI reworks also had place, together with several bugfixes.

    In the next release, I plan to add "handler" of no internet connection and live synchronization using websockets.

    Downloads
  • alpha-0.0.4 6e497323c0

    leca released this 2024-10-23 02:26:52 +03:00 | 18 commits to master since this release

    My wife request a new activity that could display dates when some of the products on shelf become expired and an ability to add and link barcodeless products.

    Changelog:

    1. Added "calendar" that displays dates when products on shelf become expired
    2. Added ability to add and link barcodeless products
    3. Changed dates input in adding product on shelf
    4. Bugfixes
    Downloads
  • alpha-0.0.3 3a0d8cbf7f

    My wife's requests Pre-Release

    leca released this 2024-10-20 00:57:49 +03:00 | 26 commits to master since this release

    In this release I completed some of requests and bugfixes my wife asked/found

    1. Some UI changes and fixes
    2. Adding filtering storage by category name
    3. Bugfixes
    Downloads
  • alpha-0.0.2 8a018903f0

    Alpha 0.0.2 release Pre-Release

    leca released this 2024-10-19 19:40:05 +03:00 | 29 commits to master since this release

    Release of version alpha 0.0.2
    Changelog:

    1. Updated UI
    2. Translated to Russian
    3. Bugfixes
    4. Removed dependency on Google Play's barcode scanner. Using ZXing instead
    Downloads
  • alpha-0.0.1 0fdcabca48

    First release Pre-Release

    leca released this 2024-10-18 17:25:25 +03:00 | 36 commits to master since this release

    First release.
    Functionality:

    1. Abstract products (entities that describe abstract product's properties: name, net weight and its unit (e.g. liters, milliliters, kilograms, grams, pieces), product image, barcode and category)
    2. Categories (you can add your own)
    3. Products on shelf (tied abstract products, adding shelf life and amount, calculating freshness and displaying them)
    4. Sorting of both abstract and products on shelf
    5. Scan barcodes to query info from online database (thanks to https://ean-online.ru)
    Downloads