Skip to content

Releases: HLCaptain/jay-android

0.4.1-alpha

01 Aug 17:14
24faefc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0-alpha...0.4.1-alpha

v0.4.0-alpha

31 Jul 09:26
2e8317f
Compare
Choose a tag to compare

What's Changed

  • Compose Preview Fix, Enhanced Theming, Data Access Fix by @HLCaptain in #116
  • Add ML for driver aggression estimation and data sync fixes by @HLCaptain in #117

Full Changelog: 0.3.6-alpha...v0.4.0-alpha

v0.3.6-alpha

27 Jul 13:29
3fba771
Compare
Choose a tag to compare
  • Dependency upgrades
  • Crash fix on newer devices due to needing new permissions

What's Changed

Full Changelog: 0.3.5-alpha...0.3.6-alpha

v0.3.5-alpha

08 Jul 13:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.4-alpha...0.3.5-alpha

v0.3.4-alpha

12 May 14:46
37ee7a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3-alpha...0.3.4-alpha

v0.3.3-alpha

28 Apr 08:49
7bf04ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2-alpha...0.3.3-alpha

v0.3.2-alpha - Firestore data access rework, AGP 8.0 + dependency upgrades, fixes

23 Apr 20:42
00ac669
Compare
Choose a tag to compare

What's Changed

  • Dependency upgrades, refactors to Firestore SDK and bug fixes by @HLCaptain in #98

Full Changelog: 0.2.7-alpha...0.3.2-alpha

v0.2.7-alpha

08 Apr 21:11
0d22185
Compare
Choose a tag to compare

Fixed issues before going to release Jay:

  • Users can now delete their data on-device or from the cloud
  • UI handles smaller screens and large fonts better
  • Fixed crashes and squished bugs
  • Fixed issues with user preferences syncing
  • Managing user data in the cloud is now more stable

0.2.6-alpha release was too small to have a separate release and tag 😄.

What's Changed

Full Changelog: 0.2.5-alpha...0.2.7-alpha

v0.2.5-alpha

31 Mar 20:49
Compare
Choose a tag to compare

This is the first version of Jay (soon) available on the Play Store.

I would like to say a few things about this project so far, just to memorize this achievement. Development was great and I learned a lot on the way about making an idea come to life. It was not smooth sailing all the way, I rewrote the whole project two times and set my foot on solid ground after half a year in-development. After I learned Jetpack Compose, I began to experiment with UI elements, also paid a lot of attention to write a production ready-ish app, which I can improve upon. To say the least, it was a great challange, building out complex systems, database synchronization, user preferences, proper handling of loading data, then zooming into locations when the modal bottom sheet just stopped animating and a whole bunch more. I am grateful for what I could do with this project and will implement the AI part of data analytics in future updates. See you 🐦 .

  • Added docs and static webpage to Jay via GitHub Pages and Docusaurus 2
  • Added links to privacy policy and terms & conditions in app.

What's Changed

Full Changelog: 0.2.4-alpha...0.2.5-alpha

v0.2.4-alpha

19 Mar 21:44
0efb3ed
Compare
Choose a tag to compare
v0.2.4-alpha Pre-release
Pre-release
  • Refactored batching by using CompletableDeffered. Now, suspended functions can also write to batch, making the modifications awaitable.
  • Added Gradient to Path on Session screen. It can display multiple data throughout the route, like:
    • Velocity
    • GPS Accuracy
    • Elevation
  • Mapbox requred logo shown properly
  • Release on Google Play Store is coming :)

What's Changed

  • 80 wait all writes when writing to batch by @HLCaptain in #84
  • Collecting performance metrics on the same basis as Crashlytics and… by @HLCaptain in #86
  • 82 path display more info by gradient by @HLCaptain in #87
  • Enabled Mapbox Logo and added margin for it by @HLCaptain in #88
  • Bug fixes and gradient on Path by @HLCaptain in #89

Full Changelog: 0.2.3-alpha...0.2.4-alpha