Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dangerfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { warn, fail, message } from "danger";

// Example: Warn if there are no PR descriptions
if (!danger.github.pr.body || danger.github.pr.body.length === 0) {
warn("Please include a description of your PR changes.");
}
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Sat Mar 05 12:31:52 IST 2022
sdk.dir=/Users/interviewbit/Library/Android/sdk
#Thu Jan 16 18:36:54 IST 2025
sdk.dir=/Users/mmt11781/Library/Android/sdk
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ class SmartRecyclerView<T> : SwipeRefreshLayout {
if(attach){
PagerSnapHelper().attachToRecyclerView(recyclerView)
}

ConfigStore.getBoolean(KEY_NEW_FOREX_ENABLED, false)
ConfigStore.getString("mmt.android.common.default.landing.default.inviteMsgUAE", defaultValue)
}

fun setFilter(searchText:String){
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions smartrecyclerview/src/main/res/values-ar/dimens.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<dimen name="padding_20">20dp</dimen>
</resources>
10 changes: 10 additions & 0 deletions smartrecyclerview/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<resources>

<string name="noti_channel_default">Primary Channel</string>
<string name="noti_channel_second">Secondary Channel</string>
<string name="test_string">Test String</string>
<string name="vern_test_string">Test String</string>

<string name="test_string_one">Test String</string>

</resources>
4 changes: 4 additions & 0 deletions smartrecyclerview/src/main/res/values-hi/dimens.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<dimen name="padding_20">20dp</dimen>
</resources>
10 changes: 10 additions & 0 deletions smartrecyclerview/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<resources>

<string name="noti_channel_default">Primary Channel</string>
<string name="noti_channel_second">Secondary Channel</string>
<string name="test_string">Test String</string>
<string name="vern_test_string">Test String</string>

<string name="test_string_one">Test String</string>

</resources>
5 changes: 5 additions & 0 deletions smartrecyclerview/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

<string name="noti_channel_default">Primary Channel</string>
<string name="noti_channel_second">Secondary Channel</string>
<string name="test_string">Test Stringds</string>
<string name="vern_test_string">Test Stringdds sd</string>

<string name="test_string_one">Test Stringsd ds</string>

</resources>