Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • 300-increase-label-display-limit
  • 225-add-ci-build-status
  • 247-api-v4
  • fdroid
  • 2.6.3
  • 2.6.2
  • 2.6.1
  • 2.6.0
  • 2.5.0
  • 2.4.12.0
  • 2.4.11.0
  • 2.4.10.0
  • 2.4.9.0
  • 2.4.8.0
  • 2.4.7.0
  • 2.4.6.0
  • 2.4.5.0
  • 2.4.4.1
  • 2.4.4.0
  • 2.4.3.0
  • 2.4.2.0
  • 2.4.1.0
  • 2.4.0.1
  • 2.4.0.0
25 results

LabCoat

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Commit451 / LabCoat
    26 commits behind the upstream repository.
    user avatar
    John Carlson authored
    4cdc3b24
    History

    LabCoat for GitLab

    build status Discord

    Image

    Google Play

    Issues

    Please see the issues section to report any bugs or feature requests and to see the list of known issues.

    Building

    You should be able to build the project from Android Studio without any further setup. The app uses Fabric for crash reporting, so if you wanted to do a release build, you would need to generate your own Crashlytics/Fabric key. All in all, your gradle.properties will look something like this:

    LABCOAT_FABRIC_KEY = FABRIC_KEY_GOES_HERE_BUT_ONLY_REALLY_NEEDED_FOR_RELEASE_BUILDS

    To build, run the following.

    ./gradlew assembleDebug

    Contributing

    Please fork this repository and contribute back! All Merge Requests should be made against the develop branch, as it is the active branch for development. Please make your best effort to break up commits as much as possible to improve the reviewing process.

    If you are making substantial changes, please refer to Commit 451's style guidelines for Android

    License

    Copyright 2017 Commit 451
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
       http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.