Files
firezone/kotlin
Pratik Velani e943f2aa4c feat(android): Implemented share diagnostic log functionality (#2528)
Fixes #2017 
- Added settings button to session screen.
- Added the `Share Diagnostic Logs` button on the settings screen.
- Implemented zip and share functionality.
2023-11-02 15:34:03 +00:00
..

Firezone Android client

Prerequisites for developing locally

  1. Install a recent ruby for your platform. Ruby is used for the mock auth server.
  2. Install needed gems and start mock auth server:
cd server
bundle install
ruby server.rb
  1. Add the following to a ./local.properties file:
sdk.dir=/path/to/your/ANDROID_HOME

Replace /path/to/your/ANDROID_HOME with the path to your locally installed Android SDK. On macOS this is /Users/jamil/Library./Android/sdk

  1. Perform a test build: ./gradlew build