-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Added Checker Inbox feature #1171
Feat: Added Checker Inbox feature #1171
Conversation
f00cd6b
to
331bd27
Compare
@@ -4,6 +4,7 @@ | |||
*/ | |||
|
|||
buildscript { | |||
ext.kotlin_version = "1.3.31" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make a separate PR for Kotlin support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok sure.
super.onCreate(savedInstanceState) | ||
actionOptionsList = mutableListOf() | ||
entityOptionsList = mutableListOf() | ||
actionOptionsList.add("ALL") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make some constant(s) for these types. It'll make it convenient for developers to makes changes later.
} | ||
|
||
override fun onError(e: Throwable) { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provide some info to user here.
331bd27
to
6b0385e
Compare
6b0385e
to
a8c6c42
Compare
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
Apply the
MifosStyle.xml
style template to your code in Android Studio.Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.