Flagsmith allows you to manage feature flags and remote config across multiple projects, environments and organisations.
The SDK for Android and Java applications for https://www.flagsmith.com/.
For full documentation visit https://docs.flagsmith.com/clients/server-side.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests
If you encounter a bug or feature request we would like to hear about it. Before you submit an issue please search existing issues in order to prevent duplicates.
If you have any questions about our projects you can email support@flagsmith.com.
We are using Google Java Style for code formatting. To install one see instructions bellow
Install extension Checkstyle for Java
Use java-google-style.xml
file in docs folder to set as Checkstyle configuration file.
To add GoogleStyle formatting in IntelliJ go to Preferences -> Editor - Code Style -> Java
. From Schema Import Schema
and select file docs/java-google-style.xml
Once added, you now be able to Reformat Code using GoogleStyle, which can be triggered from the Code menu or with the Ctrl-Alt-L (by default) keyboard shortcut.