LabCoat for GitLab
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.