alessiogambi / bird-monitor

Android application to regularly record birdsong for analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bird Monitor

bird-monitor is an android app that makes periodic sound recordings and uploads them to the cloud, noting the time and location. These recordings will be analysed to detect the volume of birdsong and how it changes over time, giving you an objective measure of the impact of predator control or reforestation.

Get it on F-Droid Get it on Google Play

License

This project is licensed under the Affero General Public License (https://www.gnu.org/licenses/agpl-3.0.en.html).

Autoupdates

In order to allow bird monitor to auto update:

Screenshots

  • To update screen shot files you must have an android phone connected via adb and then run fastlane take_screenshots
  • To update play store screen shots run fastlane update_meta

Releases

  • Ensure all required changes have been merged into the master branch on Github.
  • Ensure you have updated app/build.gradle version parameters eg. (ext.versionPatch)
  • VersionCode and VersionName will be automatically generated
  • VersionCode:
    • First 2 digits represent minSDKVersion
    • Third digit represents screen sizes
    • Followed by 2 Digits for Major, Minor and Patch versions
  • Ensure all required changes have been merged into the master branch on Github.
  • Ensure your local repository has the required release revision checked out.
  • Tag the release (starting with a "v"), e.g.: git tag -a v1.2.3 -m "1.2.3 release"
  • Push the tag to Github, e.g.: git push origin v1.2.3
  • TravisCI will run the tests, create a release package and create a Github Release
  • To publish to playstore, download unsigned aab bundle
  • Sign aab using jarsigner jarsigner -verbose -sigalg SHA256withRSA -digestalg SHA-256 -keystore <path to android keystore> Bird.Monitor-x.x.x.aab <keyalias>
  • Upload to google play beta track using Google Play Console
  • When happy with testing realse to production from Google Play Console
  • To update metadata run fastlane update_meta

About

Android application to regularly record birdsong for analysis

License:GNU General Public License v3.0


Languages

Language:Java 98.4%Language:Ruby 1.4%Language:Python 0.1%Language:HTML 0.1%