Skip to content

Releases: refuznick/data_storage

Data Storage v0.6.1 Beta (21/09/2024)

Pre-release

Choose a tag to compare

@refuznick refuznick released this 21 Sep 17:34

Warning

The application is still in beta pre-release. For this it's unstable.

Change Log

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

Bug Fix

  • The Clock Widget was not showing correctly hour and minute hands.

Other

  • Now Time Historic include Clock Widget for each time value.

Note

For now are only supported Android and Linux as platform. For other info see README.md

APK Checksum: 9a9fe31b6d03691bd12b955ae667b316be22ac81

Data Storage v0.6.0 Beta (13/09/2024)

Pre-release

Choose a tag to compare

@refuznick refuznick released this 20 Sep 18:56

Warning

The application is still in beta pre-release. For this it's unstable.

Change Log

Full Changelog: v0.5.0b...v0.6.0b

Bug Fix

  • Resolved a bug with Date (DateTime, with only date) that was preventing load Date Constraints.
  • Resolved a bug with Linux installer that prevent from showing the correct icon.
  • Resolved a bug with decimal type when there is both max and min value with the initial Value (or default value if set or hanging value if set).
  • Resolved a bug where type visualization of types Date and Time wasn't correctly visualized.
  • Resolved a bug where Date and Time were not saved in Hanging Collections.
  • Resolved a bug which did not start the program.
  • Date Value Adder now displayed the correct icon (a calendar, before for a mistake it was a clock, damn copy&paste).
  • Resolved a bug in boolean type that counts true values as false and reversal. For this reason True Number and False Number were reversed and incorrectly displayed.

Features

  • Added Is Required (isRequired) property, that allow a Data with this property set to false to not add always a value (added for every type except boolean, for some issue with the value adding Widget. In the future it will be added)
  • Added to Date and Time types an icon button (a trash) that allow a to delete the value (e.g. if data Is Required property is set to false, but there is already a value you can remove it and do not add any value; before you had to add that value).

Other

  • Changed the icon of Linux application with the one without background and with beta color (blue)
  • Moved Data name and Data description into another widget to make code more maintainable (nothing changes for an user).
  • Made slight changes in Value Adder for Date type (moved an icon at the start of value adder widget).
  • Moved the clock icon of time value adder to functional clock (if long pressed it open e bigger clock).

Note

I am going to add Picker type. (Random Info)

Note

For now are only supported Android and Linux as platform. For other info see README.md

APK Checksum: 7d4e49589b8a328516676e254b5ad42230142c09

Data Storage v0.5.0 Beta (11/09/2024)

Pre-release

Choose a tag to compare

@refuznick refuznick released this 11 Sep 19:26

Note

Data Storage is finally passed to Beta phase and Linux support come!
To install follow instructions in README.md

Warning

The application is still in beta pre-release. For this it's unstable.

Change Log

Full Changelog: v0.4.0a...v0.5.0b

Bug Fix

  • Fixed an issue with importing collections (when there are Data Storages both in app and in imported file, if in imported file there is a Data Storage missing in app before an exception would be thrown).
  • Now the median stats with the type Time (TimeOfDay) is correctly displayed.
  • Only in Linux (for now at least) the directory where are saved settings, collections and hanging collections is moved from the result of getApplicationDocumentsDirectory() (usually /home/user/Documents/) to getApplicationDocumentsDirectory()/data_storage (/home/user/Documents/data_storage (Android app has not any change). This because if you would go in Documents dir you would see the .json file scattered in the dir.

Note

Due to this change if you were using Data Storage in Linux you could think you lose everything, but to retrieve your data you should just move app_settings.json hanging_collections.json user_data.json in the new directory (created after re-open application, you have to overwrite the files in the new directory, obviously).

Features

  • Added Hanging Collections feature that allow to suspend data value saving (for example when you have not every value).

Other

  • Deleted possibility of have Data with same names (now after adding a Data with an already existing name will be displayed a Dialog that force you to change the name with a non-existing one). This is necessary because Data are identified by name.
  • Edited README.md to march latest changes.

Note

For now are only supported Android and Linux as platform. For other info see README.md

APK Checksum: 6aa64780adea04208f3a7dab01c767b30e472dcc

Data Storage v0.4.0 Alpha (01/09/2024)

Pre-release

Choose a tag to compare

@refuznick refuznick released this 01 Sep 21:59

Warning

The application is still in alpha pre-release. For this it's unstable.

Change Log

Full Changelog: v0.3.2a...v0.4.0a

Bug Fix

  • Fixed a bug with the Default Value when is set also Max Value in the Time type (previously Default value has to be smaller than Max value)

Features

  • Added Date (without time) type

Other

  • Added a tool to detect easily missing translations

Note

For now is only supported Android as platform. For other info see README.md

Checksum: 4e19f354cc355ef034c4678d38992f85e1e80f3f

Data Storage v0.3.2 Alpha (01/09/2024)

Pre-release

Choose a tag to compare

@refuznick refuznick released this 01 Sep 14:20

Warning

The application is still in alpha pre-release. For this it's unstable.

Change Log

Full Changelog: v0.3.1a...v0.3.2a

Bug Fix

  • Resolved a bug that when you edit one Data with some values, these would reset (in Integer, Decimal, Boolean, String and Time types
  • Resolved a bug that when you abort exporting collections the application throw PathNotFoundException (now throw only a message that notify File Creation Aborted

Features

  • Added the possibility to select the folder where export collections
  • Added a previously missing Statistics (totalValuesNum i.e. the number of values) at Decimal type
  • Added a previously missing Statistics (totalValuesNum i.e. the number of values) at Integer type
  • Added a previously missing Statistics (totalValuesNum i.e. the number of values) at String type
  • Added Total Sum (i.e. the sum of each value) at Integer and Decimal type

Note

For now is only supported Android as platform. For other info see README.md

Checksum: 09e64871f50dc2a3c65cd077db501b785fbc246d

Data Storage v0.3.1 Alpha (30/08/2024)

Pre-release

Choose a tag to compare

@refuznick refuznick released this 30 Aug 20:12

Warning

The application is still in alpha pre-release. For this it's unstable

Change Log

Full Changelog: v0.3.0a...v0.3.1a

Features

  • Added About section

Other

  • Added support to open an email application
  • Added support to open a browser with a link

Note

For now is only supported Android as platform. For other info see README.md

Checksum: 4ecf8c367137ea25c44171f730eb5b0abde83b4e

Data Storage v0.3.0 Alpha

Pre-release

Choose a tag to compare

@refuznick refuznick released this 29 Aug 20:45

Data Storage v0.3.0 Alpha (29/08/2024)

Warning

This is an alpha pre-release. The application is unstable.

Change Log

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

Features

  • Added Time type (time without a date) (in Flutter represented by TimeOfDay)

Bug Fix

  • Updated Kotlin version (used to compile Android app)
  • Changed version also in pubspec.yaml

Other

  • Added some missing translations
  • Fixed some translations
  • Added a suffix (.debug) at the application ID when it is compiled in debug mode. This allows you to have both release version that debug version in the same device
  • Added an icon (a red one with written Debug) that makes simple recognize the release app between the debug app
  • Added a blue icon with written Beta that will used when the app will pass to the beta phase
  • Added a yellow icon with written Alpha
  • Because the app is in alpha phase the default icon is the yellow one
  • Updated README.md

Note

For now is only supported Android as platform. For other info see README.md

Checksum: 86843bf2fd85db7c96e53c94e9bd7f21e47e0a02

Data Storage v0.2.0 Alpha

Pre-release

Choose a tag to compare

@refuznick refuznick released this 28 Aug 15:25

Warning

This is an alpha pre-release. The application is unstable.

Change log

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

Bug Fix

  • Fixed an issue with constraints.multipleOf in the integer type (when there were also minValue and maxValue the Slider for adding new value allowed to insert also number not multiple of multipleOf)
  • Added old not completed translations in the Setting screen

Functionality

  • Added Boolean type (true OR false)

Other

  • Moved application from com.example.data_storage to eu.luigicapp.data_storage
  • Reversed order of Historic from oldest first, newest last to newest first, oldest last
  • Updated README.md

Note

For now is only supported Android as platform. For other info see README.md

Checksum: b7ceda8b9d9795c2c0fd0374195439ac04bb691f

Data Storage v0.1.0 Alpha

Pre-release

Choose a tag to compare

@refuznick refuznick released this 25 Aug 20:03

v0.1.0a (25/08/2024)

This is the real first version compiler of Data Storage

Warning

This is an alpha pre-release. The application is unstable.

This version come with every functionality written in README.md (except the ones with soon).

From now on I will write the news between the previous version, but for now there is not any difference.

If you would like to see the functionality, how to install or other you have to read the README.md.

Note

For now is only supported Android as platform. For other info see README.md.

Checksum: ****