Public Information for Job 58487

Created By: husttroy
Created At: Thu, 13 Jul 2017 18:41:00 -0500

Input Dataset: 2015 September/GitHub

Last Submitted At: Thu, 13 Jul 2017 18:48:27 -0500
Last Finished At: Thu, 13 Jul 2017 18:49:44 -0500 (1m 17s)

Source Code

# New version of method_changes that also gets the line numbers. p: Project = input; record: output collection[string] of string; ####### #Global Variables # Repo of interest q_url := "https://github.com/dirktrossen/AIRS"; q_file := "src/com/android/airs/platform/TCPClient.java"; revision : string; # Merge revisions (merging from branches) cause problems with Boa's differencing merge_filter := "merge"; visit(p, visitor { before node: CodeRepository -> { if(!match(p.project_url, q_url)) stop; } before node: Revision -> { if (match(merge_filter, lowercase(node.log))) { stop; } record[node.id] << node.log; } });

Output

Job Output Size: 24.77k

record[02dfa9b32783afbe4db9184727d5c5184536b5c7] = V2.2.7.1

- corrected internal database structures
- improved timing in BT handler
- sped up historical views

record[0398f24834bc802c02eddce5cdb90e3d57eed376] = V1.9.4

- small preference changes
- if AIRS local service is running when AIRS main program is started,
requester appears to be able to shut down last started recording
- removed some toast messages on successful operations!
- added event button configuration to set maximum number of stored
descriptions

record[0547983cb5ec111436fbb66b0119424e5009481d] = V1.2.2.1

- addressed layout problems in handler settings

record[0c109cac5a0683c38b40cd241f0be5b6a0b8beb7] = V1.2.1

- improved BT sensor timing so that it now senses more accurately every
X seconds - added BV sensor for battery voltage

record[0c6ecdf527ae1550073625d48c2e782a89230b50] = V2.7.8

- fixed broken LED notification when recording

record[0ddda3772d16dd601de570127b9f34815a2529d5] = V2.7.5

- bugfix for TZ sensor when starting in timezone different from GMT+0

record[111ef1addcf59d7716516ea1453c7a8d20f49ef5] = V1.9.7.3

- improved BT beacon handler
- corrected shutdown of remote sensing
- added warning when starting remote sensing

record[147734bf6d1b5adbf4c75eff3b9c63a79d1f6410] = V2.2.5.2

- address JB issue of creating tmp picture files
- bugfix

record[18d867dadf8110b1cad0934b7f15f6a0a4a41704] = V2.0.1

- improved mapview (now showing the time of measurement for each marker)
- improved axis for timeline

record[1a7642984f64b96406b3e08f8158a34235edb35d] = V2.0.3

- changed AA sensor to measure sound pressure level in dB now
- added sound pressure adjustment setting in preferences
- improved AA sensing through native log10 method

record[1d5c3bad4e8e2f99874a7d313f4aab53b4b58d6b] = V2.2.8

- added lockscreen widget support for Android 4.2
- preview of widgets now shown when added
- changed dialog window for widgets to full screen

record[1d814584604c4f10ab11b8086049b2d72131477f] = V1.8

- added MP, MA, ML, MT sensors for currently playing song information

record[1db6033ac303f54bde64a1df4c65b7d4d902bdbd] = V1.9.7.1

- corrected 'null' playlist entry in MP sensor

record[1e1065d4510a49c543ef6ab966c3c4e39716f9af] = V2.7

- added option of regular upload of recording files to Google Drive
- add Storica user notes to sync files, if those exist
- check SS sensor now with timestamp rather than status - hopefully
more reliable!
- BACK key in manual view now goes back in webview (if inside the
manual), not back in activity!

record[1ef34d2b6b29968d912c558a01cc85ee34534c13] = V1.3

- added 'mood button' widget, allowing for setting your mood, being
delivered as "MO" sensor with various states

record[1faf89855163d88a6c36d0681e66415748cfd0de] = Re-packaging for market release

No other functionality added so still V1.0

record[20bbdff6c40713987f69b3471e6b6a6c25959021] = V2.2.9.1

- improved audio handler polling
- removed camera as required feature

record[25c3ba5fcfe94795c4c0bf5007d33c3364df06d6] = V1.6

- sync menu option that allows for sharing recently recorded files -
filter in GPS handler for invalid location changes - bug fixes and
improvements

record[273f71316ddbec2130f8181abd621e78ddf39e04] = V1.9.7

- added watched media folder support

record[2a41f3f478ebca9609d6369f1f8fff6456125aa5] = V2.2.2

- minor bug fixes and improvements
- sync now works properly with Bluetooth and Google Drive

record[2acd9c5d507a26dbe3b11de299b37d4fa8a3420f] = V2.2.6.6

- sped up synchronization of local recording (now much faster!)

record[2b3bf1ef80518761936a55b06f34a4c5fbcb616e] = V1.1.1

- changed TR to only store the package suffix name (e.g., airs instead
of com.airs) - check GSM type in cell sensors

record[2c39d8d641e092fb911936acf2962b680de7272b] = V1.8.7.1

- updated event button icons
- addressed AudioHandler bug

record[2ef9d9c4a05e7e847df62225fb5208d32a296c32] = V2.7.1

- small bugfixes in SS (SMS sent) sensor and MO (mood) description

record[2f9a8cd4ff4aec55c8f640106d07f40375c6ac8a] = V1.9.2

- sync local recordings now working again properly

record[309e55538ebc72f75d63c53d5e8eee6f076b57f4] = V2.7.4

- introduced TZ sensor for current timezone, updated with every timezone
update

record[314a8b8a1260a632640babfd47f19cb1f8f34857] = V1.5.2

- repaired network code (CC) sensor, hopefully - improved battery usage
of weather sensor(s) - new main screen icons

record[33ac7be8c44b5b232c8d02183e03a5fb932f4b97] = V2.5.6.4

- addressed wrong location reading at (-1,-1) in GPS handler when
starting in adaptive GPS mode
- removed CAMERA permission (since IH sensor is not supported anymore)

record[34dcc989390e6bc11c1ca2e84e1f4babb728e0de] = V2.6.2

- changed sensor selection with explanatory information for every sensor
- sensor list now multi-lingual, including the new explanatory
information
- changed LED color setting into simple list selection

record[3688e68d65a17219ae7e5b97e06664f2b8a06f3f] = V1.5.3

- caught bug in weather sensor - smaller bug fixes

record[3a0e0a8b51616aaca36cd9c91ddb1f4c30d5c39d] = V1.9.3

- changed event button selector to only hold own defined strings (up to
5 right now)
- added condition to kill AIRS recording depending on battery level
- bug fixes

record[3a33527130d0ad2def78ac0df6c5921854788a5b] = V2.6.1.1

- updated notification bar icons to proper sizes
- updated LED notification to re-use existing notification being shown;
avoids strange notification when unlocking phone!

record[3ab86c8b79b69af859998946df541569fa73eaa6] = V2.6.4

- improved selection of camera path by picking camera image from
gallery to determine path
- use separate icon for shortcuts

record[3b3bae50619d1498519b473a750a26db4693e135] = V2.5.3

- adaptive GPS suspends GPS when near WiFi SSIDs that you can define
- improved WiFi handler with better semaphore handling
- WiFi returns empty readings when switched off during recording
- now checks if shortcut preference file exists
- added German translation

record[3bca9e2629a80d3ef1c6d97ed725f1ca2bf403dc] = V2.5.2

- bugfixes

record[3f05b5f79b599b6cbfc127f059c304f4d3dfdeb2] = V2.5.7.1

- add lifelogging template upon first start
- updated getting started instructions

record[412bc7ca915501c077b6905efe8be6d5369baeea] = V1.8.7.1

- updated event button icons
- addressed AudioHandler bug

record[43351bd5886090edcb474d23ce838b5f1e7aca4a] = V2.2.7.4

- bugfix in event annotation handler, selecting the wrong entry

record[436f2e4e13a15b7baef7bf98fe1104d6e7706542] = First Release

First release of the Android Remote Sensing (AIRS) platform, based on
the original MIDP version called NORS (see
http://sourceforge.com/projects/nors)

record[46f9305db3253d0413186f8f7844850ac8feae50] = V1.8.7.2

- added more event button icons

record[47abe986be83c0588d7f7678e4c8cf5c58ff6771] = V2.2.7.3

- add sharing capability for media snapshots (MW sensor) when
long-clicking in the measurement window

record[4b11ca701f592484192b8761c823e588e69c209b] = V2.2.4.3

- improved handling of orientation change
- bugfix for calendar and general startup

record[4b1ecaf3aa8511e9b8cc4d1e6459704dac52a657] = V2.5.7

- added ET sensor for sharing text data to AIRS (such as links from
your browser) as an annotation
- added TM (ambient temperature) and HU (ambient humidity) sensors for
those phones that support it (Galaxy S4 should) although I could not
test it!
- adjusted weather API to new URL
- added Getting Started dialog for first time instructions

record[4b4c6eefcc89fe062ebc9b7d98a86c51cd66a3ad] = V1.9.6

- added ability to create shortcut on homescreen for faster start
- sensor list is now alphabetically sorted for better reading

record[4bc4943f563f8e1f2b6af2231afa248ff7e946cf] = V1.8.3:
V1.8.3

- bugfixes
- changed Rm sensor to Android available system RAM

record[4be617530d8d4e6df469503214d226ae7366aa21] = V2.1.2

- added path to map view

record[510168e0e6548594e55bdc4e4b8c7dbd3fd5c278] = V1.9.4.1

- caught FC when shutting down after discovery but without starting
local sensing

record[5202cdba6eb49950936ccf29ce39617b66010ff1] = V2.2.9.5

- improvements to media watcher
- introduction of 'TV' sensor of visible processes

record[53790a225cc00421793880f73f0de9e404c6cba8] = V2.7.7

- added PD sensor as step counter for those phones (e.g., Nexus 5) that
have this feature

record[548bbe46835fb652c0fd948aae14d73f61231640] = V1.8.7.2

- added more event button icons

record[55cdebcff2e148f738d171795f89812bee659f87] = V2.2.9.3

- bugfixes in DB handling

record[56bf463dc589549fc4cd0d2e678c97c60604e5a9] = V2.0.4b

updated getairsdata.jar, supporting new AS sensor

record[57919bd2bf7c7bd136d5244a13f03afe3393430d] = V2.0.4

- deprecated AA sensor in favour of new AS sensor (sound pressure level)

record[5816c26ddbce283cf487cd1233aee84ea23a3813] = V1.4

- can now share measurements before exiting!

record[582d974382a242812b84a69d6ab9563a04b65a69] = V2.2.8.1

- keep keyguard locked after selecting lockscreen widgets

record[5a37d6447bff52a83c5536db0e6a1b5109078946] = V2.2.4

- point to dalore.me.uk for the online manual
- added CA sensor for calendar events (requires new permission!)

record[5d8d01d43ad339a1082a4b62ea141d86a9f24ec3] = V2.2.4.2

- added CA calendar sensor now for GB, too!

record[6061bb142c7c182ace4b9ffa6a0fb12e6a51ab07] = V1.8.7.2

- added more event button icons

record[606a6b05fc782c7758470c60742287562b64795c] = V1.9

- added individual phone sensor checks
- added barometer sensor for Nexus

record[62ec7eb65ac3603f3b564d03530173ee244f82ec] = V2.5.9

- change in Location settings, providing now a list of most visited
WiFi APs in the last week/month
- bugfix in Spotify notication recordings
- Javadoc integration for developer information

record[62fdff79d1ccf61485bd4024c89312e248d813d6] = V1.8.7

- can add semantic of event to EB sensor through selector window
- able to add own mood description for MO sensor

record[634c9f1c2e852cec4cf4686b9b539ce14d81d8f5] = V2.7.9

- removed bug that limited Zephyr readings to 127 max!
- restart AIRS
recording when updated while recording
- improvements to BT discovery
sensors (BT, BN)

record[6756187d039f81f61bff822865ea366747f9e49f] = V1.5.2

- repaired network code (CC) sensor, hopefully

record[682965514f088e2fc0d8c1ace3aabc965bf97807] = V1.9.6.3

- fixed bug in event button selection, not showing the last selected
event

record[6b7e03b647219752487cd392c3450c23f525ef53] = V2.5.3.1

- fixed bug in location handler UI
- fixed bug testing if AIRS is running when starting shortcut

record[6ba547338aacbaa6094be9a6a715e18f462ecfad] = V2.2.5.4

- address bug in calendar selection on Honeycomb

record[6c00ee2ae1ec1777f1e688b0b1dcf88990c8379a] = V1.9.6.2

- measurement activities and widget selectors now work both in
landscape and portrait orientation

record[6f50d44bd8e3dbbb5f0ff1faf5ae699e8fcbc262] = V2.2.6.5

- WiFi wakelock now properly implemented (only locked when WiFi sensors
enabled)

record[7531b1b64d494d456643881125f1e9df6d965051] = V1.1.2 changes

- changed event button widget alignment on home screen - changed email
addresses to airs@

record[759bfb3b077324c5313f6003220cdea613c31430] = V2.5.7.2

- improve timeline view for teasing richer visualisations similar to
those in Storica
- add menu to rate AIRS in the market - please do!
- improve situations where recordings cross midnight
- improve multilingual support

record[75c8b4eb425726dd407fb28f46621fe781db2555] = V1.9.5.1

- caught FC in restarting procedure

record[790439e6640696f0eeaed9fe06f81a29a6a66ea6] = V2.2.6.1

- add link to AIRS blog to menu in Manual tab of main UI
- now store preferences with each Quick Start shortcut -> allows for
recording templates!

record[7a4910f1a7482639eb8b0541665c51132aede7cb] = V1.6.1

- read contacts (display name) for SR, IC and OC sensors - addressed
service shutdowns

record[7b037f893eb9a9e2dbe817304603511207195831] = V1.8.7.2

- added more event button icons

record[7d2500e2ff5a82f42c92b952e06e27a620369c86] = V2.7.6

- bugfix for Google account verification when setting in general
preferences

record[7efdb06a78076bcdd6cd3519fefa818c7aa09dcd] = V2.2.5.1

- bugfix causing AIRS to crash during startup below API 14

record[802fda083a24e77a46d048bb23264f0e3c735966] = V2.2.7

- improved weather provider connectivity check
- improved handler resource handling

record[843d18b2ecfdebb96ca694f039533709f13da151] = V1.2.2

- repaired broken EB sensor (even button widget) - works again now! -
sensor values in measurement window now shown with 24h format

record[845e28b80a2b93090b61031499098918ce29f30c] = V1.9.4

- small preference changes
- if AIRS local service is running when AIRS main program is started,
requester appears to be able to shut down last started recording
- removed some toast messages on successful operations!
- added event button configuration to set maximum number of stored
descriptions

record[86e4116dfb7b5a4b873d4299ba066524abb3417b] = V1.7

- long click in measurement window can now share measurements, e.g., on
G+, FB, ...

record[88f67d11d06327a377d937f6fb54bd82590a90b2] = V1.3.1

- mood selector only appears when subscribed to "MO" - changed internal
structure of widgets -> YOU NEED TO RE-ADD WIDGETS TO HOME SCREENS! -
added more mood icons in selector

record[8c2cb9980f3f10be610639d3e4f599c9634df882] = V1.6.2

- changed TR sensor to show application label instead!

record[8c7c8d055394e497ddbf3160b5015ca693ae47b5] = V2.5.6.1

- improvements in reconnecting to Zephyr monitor
- improvements in music player handler in recognising false readings

record[8d52aff2c3c6bd862347de0aca52f0f9067d05e1] = V1.3

- added 'mood button' widget, allowing for setting your mood, being
delivered as "MO" sensor with various states

record[902429a45362804de8104533a9a1464efb8e2dba] = V2.5.9.1

- only accept location updates of accuracy defined by user, making
network-assisted location the default option
- refinements to lifelogging template

record[926876785fdec8776d7baab027a6d8d31ae52a30] = V2.4.1

- bugfixes in managing templates

record[95f3813881ec164ebeb1055868bb569a5fcb45f1] = V2.5.5

- removed IH sensor (it just did not work well enough)
- added BP sensor through blood pressure widget (based on
self-annotation)
- added averaging window for HP/HI sensors to smoothen values and
reduce recordings (define in settings)
- properly escape SMS characters now for SQL compliance

record[96cbeae90ed54a3e750345f6c06b7136a8563d69] = V2.7.3

- escape mood and event annotations properly
- add setting for upload directory
- bugfix for regular upload

record[9778927a4d00212c77688abb44dd81128a916057] = V1.9.5

- added notification light as possible reminder that AIRS is running
(with choice of light and/or vibrate)

record[9931601487336e6fa25d4bfe031d13317631a1e7] = V2.1.1

- added menu with satellite/map view switch to GPS traces

record[9c4218a0d01b8e5b806ed97cf3da5bc05f9f151e] = V2.2.6.9

- bugfixes
- allow for sorting event annotations in selection window (enable in
event button UI settings)
- hold wake lock during sync so that it won't fall asleep when sync
takes longer

record[9c9e750dd9c7903399842aa742ce355ca152b049] = V2.5.8.1

- bugfix in automatic configuration function
- bugfix in shortcut creation

record[9cc1a64195d208eb353cf207ffff46de7f0a753c] = V1.9.6.1:

- shortcut now directly starts AIRS local with last preferences

record[9e3c60597a9d5a3f1c5d9f092f134c1f11cec587] = V2.0.4

- deprecated AA sensor in favour of new AS sensor (sound pressure level)

record[9ebef78ba3372d00561f46195f4d5230f14921e1] = V1.8.7.2

- added more event button icons

record[9f1f0c78eb8c17f128c828300db3ed811035074c] = V2.3

- replaced support for AliveTech ECG monitor with support for Zephyr
HxM BT heart rate monitor (pulse and instant speed supported)
- improvements to TV sensor in filtering the main visible app
- improvement to IH sensor
- removed PS sensor
- fixed erroneous GPS after shutdown
- changed settings (check online manual) to group a bit more logically

record[9ff9219adeb18fce0dee9b792455c79b44cb4a2a] = V1.7.2

- addressed bug in GPS handler for real now (sorry)

record[a1d15864463d5f251f93766230c76a0e5b22882e] = V1.1 released

added TR sensor for list of running tasks and refined preferences and
some corrected some errors

record[a565d0fa4a07fb073c8a3056791c8e64b2383aaa] = V2.5.6

- allow for using system path for camera watcher
- improved heart rate monitor through low/high value filter
- new icons for mood
- more moods being supported now!
- can select mood right from annotation selection window!

record[a9df48c6c61de0b74d5d54949702802e86956039] = V2.7.2

- check in manual sync if background uploading is selected (can only
either)
- updated manifest for new Google Play Services (needs to be
installed!)
- improved SS sensor
- ensure that only one file is uploaded
to GDrive

record[ab98239f5b0c2006e422088c2aa72105a01069fa] = V1.3.2

- corrections to CS sensor - added CB sensors (signal strength in bars)
- aligned some default settings - added two more moods

record[abd1d3aac2dfdec05462ebff10d6a7ea81dd9f3c] = V1.8.7

- can add semantic of event to EB sensor through selector window
- able to add own mood description for MO sensor

record[ae681df27856117a9fd2af93ab11de451139deef] = V2.7.2 - sync again

- check in manual sync if background uploading is selected (can only
either)
- updated manifest for new Google Play Services (needs to be
installed!)
- improved SS sensor
- ensure that only one file is uploaded
to GDrive

record[b0ec1fb3cb9f46936204e3ed978bee6ebdb8018b] = V1.8.4:
V1.8.4:
V1.8.4

- caught FC when incoming caller is 'unknown'

record[b3d9ddb8f84000457cb063b8fc7a9648290738b8] = V1.8.6

- caught another FC
- added Java file to Github distribution that reads local measurements
into MySQL database

record[b4ca5b3a85793e0841949abcaf656b583ba31a45] = V1.7.1

- addressed bug in GPS handler

record[b74bbcc4848fa50bf2dae574fb3590b12e4d446b] = V1.2.3

- various handler settings refinements

record[b9225860dd83952f9de7dfa2f2a70cf05dee6917] = V2.2.5.3

- create DB now, if necessary (hopefully avoiding force close for
recording)

record[b98cd7c91f108fcf36ba6abd54f75cb4366baa2d] = V1.1.2.1

Addressed possible FC in onDestroy()

record[b9d0469e254b6d0a3298735ae387ecec53344554] = V2.6.3

- improved SS sensor by only recording SMS sent that have been delivered
- fixed NO sensor, including recordings from Spotify
- fixed check for deleted GI/MW sensors
- cleaned up com.airs main package by moving stuff into sub-packages

record[ba9afcff706c3f2771dda3748f7e09f8ebeba640] = V1.2

- simplified settings dialogs by moving configuration screen into main
options menu

record[baaf0b6e31131eae1f1f9e5030b868aeb805eb7f] = V2.5.4

- bugfix in shortcut starting
- support selecting icon for own moods
- bugfix in wifi handler

record[bb2592a3b1a1be1693a72ee53056458c0502da76] = V2.2.4.4

- improved thread safety of DB handling

record[bf804f3c12b6108b132baa4d705ad8806c43608e] = V2.2.6.2

- added back/forward to Manual tab for easier navigation

record[c06b66bee66d018366a2b92ee768cfc22e723cbe] = V2.2.6.6

- sped up synchronization of local recording (now much faster!)
- bug fix in synchronization where applying homescreen shortcuts
overwrote sync timestamp in persistent storage!

record[c14cb3dce573afb8459a95e4b9b1d83ba3595033] = V2.6.1

- enforce timestamp format for sync files with GMT+0x00 format (caused
problems in Android 4.3)

record[c81456835fdf369c2c991b291a6f5973e4840bbc] = V1.8.7.2

- added more event button icons

record[c8bcd6860e0d5d0b51f666d2b8b7cb3e279c50f1] = V2.0.5

- added right permission for controlling A-GPS data download (option in
General Settings)

record[ca11346408b4e41cc980450280c379747a3b0ee6] = V2.6

- changed LED notification when AIRS is running, avoiding future
notification service problems
- added AIRS intents, sending recorded values as system intents
allowing for listening apps to react upon them (such as a rules engine
we are working on)

record[cba349a626b3391e819a6f24e0aae8cb94145aa1] = V1.8.2

- bugfixes
- added BM sensor for battery temperature

record[cd653d9151d88d806074fe546700060c3a35eca7] = V2.2.9.4

- made more features not required to include more devices in PlayStore
- bug fix in BT handler
- redone widgets to fit single cell

record[cda0481ac5ccf701acf50b6cf3c12c8234fd91b1] = V2.0

- support historical views for local measurements
- added timeline historical views for local measurements
- added historical map view for GI measurement

record[d01cbcecb67354870dc2f9ebb3803b14e8052dbb] = V2.4

- support for templates. You can now save the entire settings
(including recording selections) into
  named templates and creaet shortcut from these templates - great for
travel vs home vs battery-saving scenarios
- introduced NO sensor for IM notifications (currently Skype and
GTalk), using an accessibility service for this.
  You will need to enable the service manually in the system settings.
- many bugfixes, in particular related to AIRS shutdown, now cleaner!

record[d104e6f42f7f030483e99e722973ebd08e967d9f] = V2.2.6

- backup and restore recording database to/from SD card

record[d5d7459f2bba034636921c7897df629100bc6028] = V2.5

- changed UI to make configuration faster and integrate templates
better
- added template download from remote server
- sync now simplified (single file only) with ability to set sync date
- added BD sensor for list of BT devices connected at any moment
- added TE sensor for template used for recording
- changed Wifi handler to return empty readings if no WiFi is found
- fixed bug in AZ, RO, PI sensors
- added ability for sensors to disappear in failure cases (e.g., if
connection to heart monitor failed)
- show template being used in measurement window

record[d7296506e5732546bb826b5097769f99bdbf349f] = V2.1.3

- make showing of remote tab optional
- optional telephony feature allows for installing on wifi-only devices
now

record[d90a30713294925958253fb376c4880b19f168d7] = V2.5.6.3

- change mood icon in event annotation according to mood being chosen
- add spotify tracks to MP/MA/MT sensors (no album information is given
by Spotify!) - need to enable the AIRS notification service for this!
- improved GPS handler
- check GI/MW for being deleted in Storica and re-inserting table
entries properly

record[db6dcb12acef3aa48fd9007ce852a0a7d3c906ec] = V2.2.6.3

- changed weather provider to worldweatheronline.com since Google
stopped its weather API!

record[e0a60252909a329a96cdfff3341b22a720baff8f] = V2.2.9

- added pulse handler, using the camera for determining pulse. You will
need to add the AIRS heart rate widget to your launcher screen to start
the heart rate measurement!
- improved BT beacon shutdown

record[e230f8df8af69a2013defcf45df9253a2c8d1390] = V2.2.6.8

- bugfixes

record[e4e24b640cf317d10a2c5ac32133bbe98f44527b] = V1.9.1

- caught bug in sync local recordings

record[e5ce0d16b1e73b58979f1f0cbf46af973a07756d] = V2.5.8

- changed from old Google Talk to Hangout support in NO sensor
- extended also map view to full day viewing
- added support for automatically configuring AIRS from other apps

record[e61c14695eea9624738250bc0e1bf1d158527f89] = V1.2.1

- improved BT sensor timing so that it now senses more accurately every
X seconds - added BV sensor for battery voltage

record[e63013d4fbca8b67620649da5cf062a5f6866298] = V1.2.1

- improved BT sensor timing so that it now senses more accurately every
X seconds - added BV sensor for battery voltage

record[e66ec58bda3cb1c77c56596ff61b1d7296e7a27f] = V1.9.6.4

- checked AIRS with lint tool to optimize
- addressed bug in remote sensing
- added delay in BT sensing to give BT time to fire up
- use persistent storage to remember music player info to avoid false
sensing

record[e6d00e363439d1477e8ed95c5241499ab504f0e0] = V2.5.6.2

- improve MA/MT/ML readings
- do not create downloaded templates if there is a download error
- can now add WiFis to adaptive GPS list without needing to save
templates all the time

record[e81291127b636d8b107230d8ba12fef20ea8152d] = V2.2.6.4

- check if AIRS is running when creating a shortcut for your homescreen

record[e87991273299c21e92c8264e5da4491ba6f53216] = V1.8.7.2

- added more event button icons

record[eea3d2688372875c08d5618569d55e5f15879776] = V2.6.1.2

- signal start/stop of AIRS via AIRS intent for our AIRS ruler release

record[ef715ce0ae5a532585c0005c4ab2bca0e70eaa7e] = V2.2.1

- removed sharing option when exiting AIRS local recording

record[f09855f3fedf8a4dd736705e98eba04566a7cbf2] = V1.8.7.1

- updated event button icons
- addressed AudioHandler bug

record[f4d1570407c1cc1cd8b6528f9ec4b139c424e65c] = V1.8.5

- caught FC when system configurations change

record[f951c0daffa2cdd79445f4a617c3d1511810faf9] = V1.9.7.4

- removed bug that rendered GPS useless since V1.9.7.2 update

record[f9f2023fb0cc609a24d8d47bf13ccbc780b502c7] = V1.6.3

- added clickable links to About dialog - improved on restarting service
if killed by system (it should now restart with new local recording file
being created) - addressed bug in Exit&Share function

record[ff35af4b789d25e7641f40248c4d362e3b0b29f8] = V2.0.2

- show different marker for and focus on last position
- save zoom level for map view

record[ff87968c0b5cdd3c75681e54b366e4cf06b7144f] = Small refinements - still V1.0

Small refinements to info dialog in preparation for market release and
slightly larger icon

Compilation

Status: Finished
Started: Thu, 13 Jul 2017 18:48:28 -0500
Finished: Thu, 13 Jul 2017 18:48:33 -0500 (5s)

Execution

Status: Finished
Started: Thu, 13 Jul 2017 18:48:53 -0500
Finished: Thu, 13 Jul 2017 18:49:44 -0500 (51s)