Skip to content

Releases: kike-canaries/canairio_android

v0.8.5

05 Apr 08:22
Compare
Choose a tag to compare

5df3c08 updated deploy tool with GCLI version
bae70ab v0.8.5 Provisional hotfix for Android 13
9e3406f added tips section and reorder the build from source code
6508429 improved screenshots and documentation order
1b1f1b5 Merge pull request #154 from kike-canaries/devel

rev611 v0.8.3

26 Aug 22:25
3aff9d6
Compare
Choose a tag to compare

What's Changed

  • Vindriktning support #152
  • Some security improvements recommended by Google.
  • Improved dependencies and support library.
  • Upgrade gradle 7 2 2 new target SDK 33 #151

Thanks to @roberbike for hardware tests

Full Changelog: rev608...rev611

2022-08-26 23:47:38 +0200 a317297 Merge branch 'vindriktning_support' into release

rev608 v0.8.2

22 Mar 21:11
41635a4
Compare
Choose a tag to compare

Overview

c5ad286 restored trackid click on chart view with the new mobile API
2d508c3 fixed issue with clicks on the top of the fragment to down fragments
aea23bf Merge pull request #148 from jcomas/devel
c8c88ea Convert other code to multi-language support.
bdb3245 Merge pull request #147 from jcomas/devel
0956030 Patched code to solve bug #146 (Sea Level Pressure Dimension).
2df7bff Merge pull request #144 from jcomas/devel
8eb98df Convert some strings to multi-language. Updated spanish translation.
9176ede Merge branch 'kike-canaries:devel' into devel

Thanks to @jcomas for the contributions.

2022-03-22 22:08:02 +0100 c447e38 Merge remote-tracking branch 'origin/master' into release

rev607 v0.8.1

22 Feb 20:54
d2232cf
Compare
Choose a tag to compare

Overview

  • added power saving section: ECO mode and sleep time flows
  • added sealevel setting
  • updated libraries and dependencies
  • fixed issues on Samsung devices, thanks to @jcomas
  • added Spanish localization (language), thanks to @jcomas
  • missing issues on CI workflow
  • improved about dialog

Issues:

Issues resolved: #138 #133 #132

2022-02-22 21:15:59 +0100 4284669 Merge branch 'devel' into release

rev594 v0.7.5

06 Dec 13:24
Compare
Choose a tag to compare
  • Home Assistant first release.
  • fixed crash reported from Crashlytics issue #121
  • fixed issue #120
  • fixed issue #119
  • fixed some sync issues in preferences section

hass01

Thanks to @jcomas to Home Assistant research and @melkati @roberbike @danielbernalb @lemeit for CanAirIO Sensors library improvements and tests.

screenshot20211202_151503

2021-12-06 13:59:19 +0100 e6c11e1 Merge branch 'fix_crash_issue_121' into release

rev589 v0.7.3

23 Nov 11:05
b4a26e8
Compare
Choose a tag to compare

Anaire MQTT integration

New integration with Anaire cloud, for have fast public CO2 station for share.

  • Added section for Anaire launcher
  • Added frontend for Home Assistant (not working yet)
  • Some preferences getter refactors
  • Tested with real devices (CanAirIO device rev841)

CanAirIO CO2 easy Setup

2021-11-20 14:06:42 +0100 1d35510 Merge branch 'mqtt_esphome' into release

rev581 v0.7.0

21 Sep 10:54
f920a0a
Compare
Choose a tag to compare

1c4693e fixed var filter for info fragments instances
54e6d10 first version of PAX counter version and new variable filter dialog
ab70ada fix issue with clear settings
ce58218 CO2 calibration and Altitude compensation
dd998a4 Geohash null on old devices issue fixed

release581

rev564 v0.5.8

19 May 19:22
cb9c077
Compare
Choose a tag to compare
  • Improved background service. PR #98
  • New track status GATT service. PR #94 and #95
  • Fixed BLE re-connection issues and new GPS permission API 29. PR #92
  • New new advanced influxdb settings section. PR #89
  • Multi preferences fragment. PR #88

Comparative of track values vs Sport App
Figure: Comparative of track values vs Sport App

rev543 v0.4.0

31 Mar 18:05
c2ba687
Compare
Choose a tag to compare
  • removed validation for WiFi password
  • tested on new firmware rev779
  • fixed multiple open track info issue from map marker
  • improved map loading and color marks
  • fixed possible mapview null on old devices

screenshot20210327_131430

We have a new CanAirIO firmware easy uploader:

With this simple Arduino sketch, you able to upload our firmware via Arduino IDE or via Arduino Droid IDE (Android), more details in:
https://github.com/hpsaturn/esp32-canairio-loader

Easy loader step by step:

Youtube CanAirIO basic loader guide

rev541 v0.3.9

27 Mar 12:18
2f350bf
Compare
Choose a tag to compare

Main feature: map in track detail

  • added map track with AQI colors on track details (only PM2.5 for now)
  • Map markers now launch track recorded info fragment
  • Some Firebase improvements