Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • R reveSaaSDocumentation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Ifta
  • reveSaaSDocumentation
  • Wiki
  • Prepare your project

Prepare your project · Changes

Page history
Update Prepare your project authored Nov 13, 2019 by Ifta's avatar Ifta
Show whitespace changes
Inline Side-by-side
Showing with 16 additions and 0 deletions
+16 -0
  • Prepare-your-project.md Prepare-your-project.md +16 -0
  • No files found.
Prepare-your-project.md
View page @ 452f564f
......@@ -60,6 +60,22 @@ http://git.iptelephony.revesoft.com/ifta/MaterialBrandingFiles
clone this repository to a empty folder. Copy all files to your values folder
Apply `BrandLight` theme in your application in your android manifest
```
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:name=".BaseApplication"
tools:replace="android:allowBackup,android:theme,android:roundIcon"
android:theme="@style/BrandLight">
....
....
</application>
```
**Step 2 :** Add the following packaging option in your build.gradle file under android.
```
......
Clone repository
  • Configure SaaS module
  • Firebase Messaging Service (Push Messaging)
  • Get chat backup restore to work
  • Get maps service to work
  • Opening Chat
  • Opening the SaaS dashboard
  • Prepare your project
  • Starting a Call
  • Starting the SaaS service
  • Home