- Moon Meet is a social media platform including chatting feature.
- Moon Meet is a platform formed with Mobile Android App & Website.
- Moon Meet is an Open Source Project licensed under the GNU GPL License 2.0.
- Moon Meet is an Open Source Project means that anyone can see, change, get the source code and can contribute to make this project more better.
- Moon Meet nothing with its contributors, so let's contribute together to make it Alive !
- Contribute !
When you've made changes to one or more files, you have to commit that file. You also need a message for that commit.
You should read these guidelines: https://www.freecodecamp.org/news/writing-good-commit-messages-a-practical-guide/
And that summarized:
- Short and detailed
- Prefix one of these commit types:
feat:
A feature, possibly improving something already existingfix:
A fix, for example of a bugstyle:
Feature and updates related to stylingrefactor:
Refactoring a specific section of the codebasetest:
Everything related to testingdocs:
Everything related to documentationchore:
Code maintenance (you can also use emojis to represent commit types)
Examples:
feat: Speed up ChatAdapter with new technique
fix: Fix provider_paths.xml crash on app launch
refactor: Reformat code at File.java
- ...
You will require updated Android Studio and Android SDK.
-
Download the Moon Meet source code from https://github.com/AlucardTN/MoonMeet (git clone https://github.com/AlucardTN/MoonMeet.git)
-
Go to https://console.firebase.google.com/, create one android app with application IDs org.mark.moonmeet, turn on firebase messaging and download google-services.json.
-
Open the project in the Studio (note that it should be opened, NOT imported).
Thanks, they help to keep Moon Meet alive. It's better to have multiple people work on a project, for more ideas, less bugs (sadly sometimes more), and generally quicker development. Each (helpful) contribution that gets thankfully accepted.
Feel free to contribute & share.
Moon Meet Copyright(C) 2021 SectionTN.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.