-
Networking Pre-Release
released this
2024-11-11 21:57:31 +03:00 | 2 commits to master since this releaseIn this release, I added networking to the program:
- Users and groups
- 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
-
My wife's requests pt. 2 Pre-Release
released this
2024-10-23 02:26:52 +03:00 | 18 commits to master since this releaseMy 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:
- Added "calendar" that displays dates when products on shelf become expired
- Added ability to add and link barcodeless products
- Changed dates input in adding product on shelf
- Bugfixes
Downloads
-
My wife's requests Pre-Release
released this
2024-10-20 00:57:49 +03:00 | 26 commits to master since this releaseIn this release I completed some of requests and bugfixes my wife asked/found
- Some UI changes and fixes
- Adding filtering storage by category name
- Bugfixes
Downloads
-
Alpha 0.0.2 release Pre-Release
released this
2024-10-19 19:40:05 +03:00 | 29 commits to master since this releaseRelease of version alpha 0.0.2
Changelog:- Updated UI
- Translated to Russian
- Bugfixes
- Removed dependency on Google Play's barcode scanner. Using ZXing instead
Downloads
-
First release Pre-Release
released this
2024-10-18 17:25:25 +03:00 | 36 commits to master since this releaseFirst release.
Functionality:- 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)
- Categories (you can add your own)
- Products on shelf (tied abstract products, adding shelf life and amount, calculating freshness and displaying them)
- Sorting of both abstract and products on shelf
- Scan barcodes to query info from online database (thanks to https://ean-online.ru)
Downloads