Skip to content

Commit

Permalink
Merge development into master (#19)
Browse files Browse the repository at this point in the history
Using Fineract Client SDK 2.0.0
  • Loading branch information
danishjamal104 authored Jul 15, 2021
1 parent 573ffb4 commit ef5c829
Show file tree
Hide file tree
Showing 90 changed files with 1,051 additions and 3,104 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Report a bug to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**This issue addresses below module/s**
- [ ] app
- [ ] core
- [ ] other/documentation

**Device Information:**
- Device: [e.g. Pixel 4]
- Version: [e.g. 8.0]

**Additional context**
Add any other context about the problem here.

**Would you like to work on this issue**
- [ ] Yes
- [ ] No
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature request
about: Request new feature to make sdk more optimized
title: "[Feature]"
labels: feature
assignees: ''

---

**Describe the new feature**
A clear and concise description of what the feature is about.

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Additional context**
Add any other context or screenshots about the feature request here.

**Device Information:**
Add device information if feature is device specific
- Device: [e.g. Pixel XL4]
- Version: [e.g. 8.0]

**Would you like to work on this issue**
- [ ] Yes
- [ ] No
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Fixes #issue_number

**Description**
Include a summary of the change and which issue is fixed. List any dependencies that are required for this change.

**Please Add Screenshots If there are any UI changes.**
Use `<img width='333' alt='ss' src=''>` syntax to add screenshot.

**This app make changes to below module/s**
- [ ] app
- [ ] core
- [ ] other/documentation

**Please make sure these boxes are checked before submitting your pull request - thanks!**
- [ ] Build the project with `./gradlew build` to make sure you didn't break anything
- [ ] Added the comments particularly in hard-to-understand areas
- [ ] In case of multiple commits please squash them
26 changes: 26 additions & 0 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Project Build

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8

- name: Run test
run: ./gradlew check

- name: Build
run: ./gradlew build
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea
.DS_Store
/build
/captures
Expand Down
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

122 changes: 0 additions & 122 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/dictionaries/chinm.xml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/gradle.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/jarRepositories.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/misc.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading

0 comments on commit ef5c829

Please sign in to comment.