Skip to content

Releases: dennisbirch/simple-analytics-reader

Async-await

08 Oct 21:07
Compare
Choose a tag to compare

This release:

  • Uses Swift's async-await API for network calls, and in calling methods
  • Adds the ability to limit queries to date ranges in its "List" interface
  • Displays alerts for most errors it encounters
  • Fixes a handful of bugs and adds a handful of small improvements

Date sorting improvement and bug fix

22 Dec 18:02
Compare
Choose a tag to compare

Tables with date columns now properly sort by date when the date header column is clicked. In addition, a bug was fixed for some queries that included "LIKE %..." syntax, i.e. "contains", "begins with" and "ends with" queries.

Added sorting to List view's Details table

03 Aug 16:53
Compare
Choose a tag to compare

The Details table in the list view can now be sorted by clicking the Timestamp or Device ID column headings

Fix for no "Counter" entries

22 Jul 19:42
Compare
Choose a tag to compare

Fixed a bug that caused data to not appear if an app has no "Counter" entries in the database

System version summary

02 Jul 00:41
Compare
Choose a tag to compare

This release introduces a new system version summary you can use to help determine what OS versions you might want to support.

Fixed PHP file

21 Jun 17:34
Compare
Choose a tag to compare

Added a missing closing bracket to the main function in the "queries.php" file

Minor code improvement

22 May 01:18
Compare
Choose a tag to compare

Implemented a generic extension on Array to filter out duplicate elements

Updated build settings and documentation fix

21 May 00:36
Compare
Choose a tag to compare

Updated the build settings to produce a "hardened" app. Also fixed the API documentation in the queries.php file's comments.

Initial release

20 May 21:20
Compare
Choose a tag to compare

This is the initial release of SimpleAnalytics Reader.